:root {
  --body-color: #323232;
  --text-color: #0d2d36;
  --primary: #21abad;
  --light-grey: #fafafa;
  --white: var(--fffffff);
  --grey-text: #7e8181;
  --misty-rose: #ffdede;
  --light-blue-bg: #f8f8fa;
  --link-bg-grey: #f1f1f1;
  --secondary: #1d4fe0;
  --dim-grey: #c5c5c5;
  --bg-grey: #d4d4d4;
  --notification-bg: #2f5ad5;
  --border-color: #ebebeb;
  --fffffff: white;
  --scarlett-red: #dd1219;
}

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

body {
  color: var(--body-color);
  background-color: #fff;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  color: var(--text-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
}

h2 {
  color: var(--text-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 52px;
  font-weight: 300;
  line-height: 1.2;
}

h3 {
  color: var(--text-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.2;
}

h4 {
  color: var(--text-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  color: var(--text-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  color: var(--text-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

p {
  letter-spacing: .7px;
  margin-bottom: 10px;
}

a {
  color: var(--text-color);
  text-decoration: none;
  transition: color .35s;
}

a:hover {
  color: var(--text-color);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

strong {
  font-weight: 600;
}

sup {
  font-size: 60%;
}

blockquote {
  color: var(--primary);
  border-left: 0 #e2e2e2;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 50px 10px;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

.section {
  z-index: 1;
  background-color: #fff;
  margin-bottom: 0;
  position: relative;
}

.section.dark-section {
  color: #fff;
  background-color: #181818;
}

.section.white-bg {
  background-color: #fff;
}

.section.slider-second-section {
  z-index: 2;
  background-color: #0000;
  margin-top: -15em;
  overflow: hidden;
}

.section.slider-second-section.animation-bottom-on-page-load {
  background-color: #cfcece00;
  margin-top: -10em;
}

.section.overflow-hidden {
  margin-bottom: 0;
  overflow: hidden;
}

.section.overflow-hidden.team-homepage {
  display: none;
}

.section.animation-bottom-on-page-load {
  margin-top: 60px;
}

.section.bottom-margin {
  margin-bottom: 40px;
}

.section.home.aboutis {
  display: block;
}

.section.bg-color-change {
  background-color: #6db1bf;
}

.section.padding {
  padding-bottom: 4rem;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em 0;
}

.container.nav-container {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.container.hero-container {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.big-container {
  max-width: none;
  padding-top: 0;
}

.container.no-padding-top {
  padding-top: 0;
  padding-bottom: 4em;
}

.container.cta-container {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-top: 2em;
  padding-bottom: 2em;
}

.container.container-footer {
  padding-top: 2em;
  padding-bottom: 2.1em;
}

.container.with-large-bottom-padding {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: grid;
}

.container.no-padding-bottom {
  padding-bottom: 0;
}

.container.small-container-bottom-padding {
  padding-bottom: 2em;
}

.container.small-container-top-padding {
  padding-top: 2em;
}

.container.nav-container-liight {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container.with-large-bottom-padding-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: grid;
}

.container.with-large-bottom-padding {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.nav-menu-container {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar {
  z-index: 99;
  background-color: #fff0;
  height: 75px;
  position: sticky;
  inset: 0% 0% auto;
}

.hero-section {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -70px;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.hero-section.home-hero-section {
  min-height: 0;
  max-height: 650px;
  margin-top: 0;
  margin-bottom: 40px;
}

.hero-section.portfolio-hero-section {
  min-height: 100vh;
  margin-top: -130px;
}

.hero-section.home-hero-section {
  min-height: 115vh;
  margin-top: -130px;
  margin-bottom: 0;
}

.hero-section.solvcom-hero {
  background-image: var(--image-i370b3b3d);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row;
}

.nav-menu {
  z-index: 1;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 1em;
  display: flex;
  position: static;
}

.grid-6-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
}

.no-margins.white-text {
  line-height: 1.3;
}

.no-margins.white-text.dtsbanner {
  font-size: 40px;
  font-weight: 400;
}

.no-margins.split-word {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.4;
}

.no-margins.split-word.solvcom-solutions {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

.no-margins.split-word.solvcom-solutions.centered {
  display: flex;
}

.no-margins.split-word.solvcom-solutions.flex-centered {
  justify-content: center;
  display: flex;
}

.no-margins.team-homepage {
  font-size: 52px;
  font-weight: 400;
}

.no-margins.team-homepage.split-word {
  font-size: 60px;
  line-height: 1.2;
}

.no-margins.team-homepage.new-font-size-subheading {
  font-size: 40px;
}

.no-margins.team-homepage.new-font-size-subheading.white-text.centered {
  justify-content: center;
  display: flex;
}

.grid-4-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-2-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.footer-link {
  z-index: 1;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.footer-link:hover {
  color: #21abad;
}

.link-block-underline {
  background-color: #8d8d8d;
  width: 100%;
  height: 1px;
  margin-top: 2px;
}

.footer {
  background-color: var(--text-color);
  align-items: flex-start;
  margin-bottom: 0;
  padding: 0;
}

.footer-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.footer-logo-link {
  opacity: 1;
  flex: 0 auto;
  transition-property: opacity;
  display: inline-block;
}

.footer-logo-link:hover {
  opacity: .8;
}

.footer-image {
  width: 100%;
  max-width: 150px;
}

.footer-heading {
  color: #21abad;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
}

.made-by-section {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-top: 1px solid #ebebeb;
  justify-content: space-between;
  padding-top: 1em;
  font-size: 16px;
  display: flex;
  overflow: hidden;
}

.nav-link-holder {
  padding-left: 9px;
}

.nav-link-holder.nav-button-holder {
  width: 119px;
  padding-left: 10px;
}

.nav-link-holder.mobile-only {
  display: none;
}

.nav-link-holder.about-us-holder {
  width: 103px;
}

.body-white {
  background-color: #fff;
}

.content {
  height: 100%;
  margin-top: 0;
  font-weight: 400;
  display: block;
}

.content.relative {
  position: relative;
}

.content.relative.zindex-3 {
  z-index: 3;
}

.content.centred {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.grey-text {
  color: var(--grey-text);
}

.contact-form-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 2em;
  display: grid;
}

.success-message {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: #fff;
  border-radius: 8px;
  padding: 1em;
}

.error-message {
  background-color: var(--misty-rose);
  text-align: center;
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  margin: 10px 1em 1em;
  padding: 10px;
}

.instructions-image {
  border-radius: 12px;
  width: 100%;
  margin-top: 1em;
}

.change-log-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  font-size: 16px;
  display: flex;
}

.menu-button {
  z-index: 2;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 4px 5px 5px;
  transition: background-color .35s;
}

.menu-button:hover, .menu-button.w--open {
  background-color: var(--link-bg-grey);
}

.copyright-text {
  color: var(--grey-text);
  font-size: 12px;
  line-height: 1.4;
}

.copyright-link {
  color: #000;
  margin-right: 5px;
  padding-left: 0;
  font-weight: 400;
}

.copyright-link:hover {
  color: var(--primary);
}

.rich-text {
  color: var(--text-color);
  width: 100%;
  max-width: 720px;
  line-height: 1.6;
}

.rich-text h5 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.rich-text strong {
  color: #323232;
  font-weight: 600;
}

.rich-text a {
  color: #323232;
  border-bottom: 1px solid #323232;
  line-height: 1.6;
  text-decoration: none;
  transition-property: all;
}

.rich-text a:hover {
  color: var(--primary);
  border-bottom-color: #32323200;
  text-decoration: none;
}

.rich-text figure {
  background-color: #eef0f3;
  border-radius: 3px;
  width: 100%;
  min-width: 100%;
  margin-top: 3em;
  margin-bottom: 4em;
  padding: 30px;
}

.rich-text ul {
  margin-top: 30px;
  margin-bottom: 24px;
  padding-left: 32px;
}

.rich-text h3 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.rich-text img {
  width: 100%;
  min-width: 100%;
}

.rich-text figcaption {
  color: #323232cc;
  letter-spacing: .2px;
  font-size: 14px;
  line-height: 24px;
}

.rich-text h1 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 3rem;
  margin-bottom: 1.3rem;
  font-size: 40px;
  font-weight: 600;
}

.rich-text p {
  color: #323232;
  letter-spacing: .2px;
  margin-top: 16px;
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 1.6;
}

.rich-text h2 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 3rem;
  margin-bottom: 1.3rem;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

.rich-text ol {
  margin-top: 30px;
  margin-bottom: 24px;
  padding-left: 32px;
}

.rich-text h4 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
}

.rich-text h6 {
  color: #323232;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.rich-text li {
  color: #323232;
  letter-spacing: .2px;
  margin-bottom: 12px;
}

.style-guide-tab-holder {
  color: #000;
  border-radius: 5px;
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 400;
  transition-property: background-color;
  transition-duration: .675s;
}

.style-guide-tab-holder:hover {
  background-color: var(--light-grey);
  color: #000;
}

.style-guide-tab-holder.w--current {
  color: #fff;
  background-color: #000;
}

.style-guide-left-panel-holder {
  background-color: var(--light-blue-bg);
  align-items: flex-start;
  width: 405px;
  display: flex;
}

.style-guide-title-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-text1 {
  margin-top: 0;
  font-size: 75px;
  font-weight: 300;
}

.paragraph-m {
  color: #000;
  font-size: 24px;
  line-height: 1.2;
}

.style-guide-gray-background {
  background-color: var(--light-blue-bg);
  border-radius: 12px;
}

.style-guide-left-panel {
  grid-row-gap: 25px;
  flex-direction: column;
  width: 100%;
  padding: 2em;
  display: flex;
  position: sticky;
  top: 50px;
}

.subscribe-button {
  background-color: var(--primary);
  color: #fff;
  border: 0 solid #000;
  border-radius: 0 8px 8px 0;
  width: 100px;
  height: 100%;
  padding: 5px;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .35s;
}

.subscribe-button:hover {
  background-color: var(--secondary);
}

.headings-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.link-block-23 {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
}

.link-block-23:hover {
  color: #000;
}

.link-block-23.animation-03 {
  overflow: hidden;
}

.grid-holder {
  grid-row-gap: 30px;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.colors-container {
  background-color: #fafafa;
}

.subscribe-form-holder {
  width: 100%;
  max-width: 340px;
  margin-bottom: 0;
}

.style-guide-small-title {
  color: #000;
  font-size: 23px;
}

.paragraph-container {
  width: 80%;
  margin-top: 10px;
}

.colors-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  margin-top: 30px;
  display: flex;
}

.button-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  display: grid;
}

.font-details-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.aa-font {
  color: #000;
  font-size: 130px;
}

.style-guide-empty-container {
  padding: 2em 2em 2em 1em;
}

.font-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  justify-content: space-between;
  margin-top: 2em;
  padding: 2em;
  display: flex;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  text-transform: none;
  border-radius: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: border-color .35s, background-color .35s, color .35s;
  display: flex;
}

.button:hover {
  border-style: solid;
  border-color: var(--primary);
  background-color: var(--light-grey);
  color: #21abad;
}

.button.with-icon {
  text-align: left;
  background-image: var(--image-77011f4d);
  background-position: 84%;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 20px;
  padding-right: 40px;
}

.button.white-button {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.button.white-button:hover {
  background-color: var(--light-grey);
}

.button.transparent-on-dark {
  background-color: #ffffff0d;
  border-color: #fff;
}

.button.transparent-on-dark:hover {
  border-color: var(--primary);
  color: #fff;
  background-color: #ffffff1a;
}

.button.nav-button {
  border-color: var(--white);
  color: var(--text-color);
  background-color: #16161600;
  padding: 10px 15px;
  position: relative;
}

.button.nav-button:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.button.button-transparent {
  color: var(--primary);
  background-color: #2c60f500;
}

.button.button-transparent:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.button.black-border-button {
  border-color: var(--text-color);
  color: var(--text-color);
  background-color: #2c60f500;
}

.button.black-border-button:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.button.button-link {
  color: var(--primary);
  background-color: #2c60f500;
  border-color: #2c60f500;
  padding: 0;
  transition: all .3s, border-color .35s, background-color .35s, color .35s;
}

.button.button-link:hover {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.button.button-transparent-copty {
  border-color: var(--white);
  color: var(--white);
  background-color: #2c60f500;
}

.button.button-transparent-copty:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.borders {
  border: 1px solid var(--dim-grey);
  opacity: 1;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.borders.center {
  height: 100px;
}

.button-holder {
  grid-row-gap: 30px;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
}

.subscribe-form {
  z-index: 1;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.style-guide-main-panel {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.headings-holder {
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.subscribe-email {
  background-color: var(--light-grey);
  color: #000;
  border: 0 #000;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: background-color .35s, border-color .35s;
}

.subscribe-email:hover {
  background-color: #00000005;
}

.subscribe-email:focus {
  border-color: var(--primary);
  background-color: #fff;
}

.subscribe-email::placeholder {
  color: #0000004d;
}

.sg---color-primary {
  background-color: var(--primary);
  width: 235px;
  height: 150px;
}

.sg---color-primary.secondary-color {
  background-color: var(--secondary);
}

.sg---color-primary.black {
  background-color: var(--text-color);
}

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

.style-guide-container {
  display: flex;
}

.style-guide-panel-title {
  color: #000;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.font-light {
  font-size: 24px;
  font-weight: 300;
}

.font-light.bold-text {
  font-weight: 700;
}

.sg---color-description {
  grid-row-gap: 2px;
  background-color: var(--light-blue-bg);
  flex-direction: column;
  padding: 15px;
  display: flex;
}

.style-guide-hero-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  padding: 2em;
  display: flex;
}

._404-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.brand-logo {
  max-width: 350px;
  height: 100%;
  max-height: 100px;
}

.brand-link {
  z-index: 2;
  margin-left: 0;
  padding-left: 0;
  transition-property: opacity;
  position: relative;
}

.brand-link:hover {
  opacity: .9;
}

.nav-link {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

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

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

.nav-link.nav-link-dropdown {
  text-align: center;
  padding-right: 25px;
}

.nav-link.white-nav-link {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 400;
}

.link-background {
  z-index: -1;
  background-color: var(--link-bg-grey);
  position: absolute;
  inset: 0%;
}

.link-background.link-bg-on-dark {
  background-color: #ffffff26;
}

.link-background.white-link-bg {
  background-color: #21abad;
  border-radius: 15px;
}

.hero-section-secondary {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 300px;
  margin-top: -70px;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.hero-section-secondary.no-zindex {
  z-index: auto;
  background-image: var(--image-6733db4b);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section-secondary.no-zindex._404-bg {
  height: 100vh;
  min-height: 300px;
}

.hero-section-secondary.no-zindex.blog-post {
  background-image: none;
  margin-top: 0;
}

.hero-section-secondary.overflow-hidden {
  overflow: hidden;
}

.hero-text-secondary {
  margin-top: 0;
}

.hero-description-short-container {
  max-width: 60%;
}

.richtext-centered {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-brand-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.footer-title {
  color: var(--white);
  max-width: 400px;
  font-size: 32px;
  font-weight: 400;
}

.social-media-icons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-media-link {
  z-index: 1;
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  position: relative;
}

.social-media-icon {
  width: 20px;
  height: 20px;
}

.social-media-icon.invert-social-media-icon {
  filter: invert();
}

.hero-description {
  color: var(--white);
  max-width: 450px;
  margin-bottom: 20px;
  font-size: 18px;
}

.hero-description.no-max-width {
  max-width: none;
  margin-bottom: 0;
}

.hero-description.center-hero-description {
  text-align: center;
}

.hero-content {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.contact-form-content {
  flex-direction: column;
  display: block;
}

.contact-form {
  max-width: 500px;
}

.input-field {
  background-color: var(--light-grey);
  color: #000;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 0 solid #00000005;
  border-radius: 0;
  height: 40px;
  margin-bottom: 0;
  padding: 10px;
  font-size: 16px;
  line-height: 1;
  transition: border-color .35s, background-color .35s;
}

.input-field:hover {
  background-color: #00000005;
}

.input-field:focus {
  border-color: var(--primary);
  background-color: #ffffff0a;
}

.input-field::placeholder {
  color: #0000004d;
}

.input-field.textarea-field {
  height: auto;
  min-height: 120px;
  padding-top: 15px;
}

.link {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.link:hover, .link.w--current {
  color: #000;
}

.link-with-line {
  z-index: 1;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.link-with-line:hover {
  color: #000;
}

.link-color:hover {
  color: var(--primary);
}

.link-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.external-icon {
  width: 16px;
}

.license-box {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2em;
  padding: 2em;
  display: flex;
}

.license-box-top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-grey-content {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding: 1em;
  display: flex;
}

.client-logo {
  opacity: .5;
  object-fit: contain;
  width: 100%;
  min-width: 125px;
  max-width: 140px;
  height: 100%;
  min-height: 125px;
  max-height: 25px;
}

.feather-icons-image {
  width: 100%;
}

.instruction-item {
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  padding: 2em;
}

.instructions-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.trusted-by-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 3em;
  display: flex;
}

.trusted-by-grid-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 1em;
  display: flex;
}

.section-background {
  z-index: -1;
  background-color: var(--light-grey);
  background-image: var(--image-i42bf0d20);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-background.hero-blog-bg-section {
  height: 100vh;
}

.section-background.dark-section-bg {
  background-color: #0d2d36;
}

.section-background.demo-pages-bg {
  background-color: #f5f5f5;
}

.footer-grid-content {
  display: block;
}

.footer-grid-content.second {
  margin-top: 1em;
}

.protected-input-holder {
  margin-bottom: 10px;
}

.blog-item-link3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.blog-item-image-holder {
  width: 100%;
  height: auto;
  padding-top: 90%;
  position: relative;
  overflow: hidden;
}

.blog-item-image-holder.blog-big-item-image-holder {
  padding-top: 60%;
}

.blog-item-image {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-wrapper {
  margin-top: 3em;
  margin-bottom: 3em;
}

.blog-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-item-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1em;
  display: flex;
  position: relative;
}

.blog-item-content.grey-blog-item-content {
  background-color: var(--light-grey);
  border-radius: 30px;
}

.blog-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.blog-category-links-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 30px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  margin-bottom: 2em;
  display: grid;
}

.post-image {
  border-radius: 30px;
  width: 100%;
  margin-top: 3em;
}

.blog-item-category {
  color: #2b2b2bb3;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.shop-wrapper {
  margin-top: 40px;
}

.shop-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.shop-item {
  position: relative;
}

.product-add-to-cart-holder {
  z-index: 2;
  position: absolute;
  inset: 1em 1em auto auto;
}

.product-item {
  width: 100%;
}

.hide {
  display: none;
}

.add-to-cart-button {
  border: 1px solid var(--text-color);
  color: #fff0;
  background-color: #fff;
  background-image: var(--image-4e1eb9a2);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 8px;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  transition: transform .45s, border-color .475s, background-color .475s;
}

.add-to-cart-button:hover {
  border-color: var(--primary);
}

.add-to-cart-button:active {
  transform: scale(.9);
}

.out-of-stock-state {
  background-color: var(--light-blue-bg);
  color: var(--text-color);
  padding: 5px;
}

.error-state {
  background-color: var(--misty-rose);
}

.category-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-cart-holder {
  justify-content: flex-end;
  align-items: center;
  height: 38px;
  padding-left: 10px;
  display: flex;
}

.cart {
  z-index: 3;
  outline-offset: 0px;
  outline: 0 #000;
  height: 100%;
}

.cart-button {
  outline-offset: 0px;
  background-color: #0000;
  border-radius: 8px;
  outline: 0 #2b2b2b;
  height: 100%;
  padding: 5px 10px;
  transition-property: background-color;
  overflow: hidden;
}

.cart-image {
  width: 20px;
}

.cart-quantity {
  border-color: var(--light-grey);
  color: var(--text-color);
  background-color: #fff;
  width: 50px;
  height: 30px;
  font-size: 14px;
  transition: color .35s, background-color .35s;
}

.cart-quantity:hover {
  background-color: var(--light-blue-bg);
}

.cart-quantity:focus {
  border-color: var(--primary);
}

.cart-container {
  border-radius: 0;
  max-width: 540px;
}

.cart-header {
  border-bottom-color: var(--light-grey);
  padding: 1em;
}

.cart-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.cart-close-button {
  outline-offset: 0px;
  outline: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition-property: opacity;
  display: flex;
}

.cart-close-button:hover {
  opacity: .7;
}

.cart-form-wrapper {
  justify-content: flex-start;
  align-items: stretch;
}

.cart-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1em;
  display: flex;
}

.cart-item {
  min-height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.cart-item-image {
  object-fit: cover;
  border-radius: 6px;
  width: 70px;
  height: 70px;
}

.cart-footer {
  border-top-color: var(--light-grey);
  padding: 1em;
}

.remove-button {
  color: var(--primary);
  font-size: 13px;
  position: absolute;
  inset: auto 0% 0 auto;
}

.remove-button:hover {
  color: #fa4d50;
}

.cart-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.cart-item-price {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.cart-item-option-list {
  font-size: 14px;
}

.cart-item-option-text {
  font-size: 14px;
  font-weight: 400;
}

.cart-item-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 70px;
  margin-left: 1em;
  margin-right: 1em;
}

.x-icon {
  width: 12px;
  height: auto;
}

.cart-subtotal-label {
  font-size: 16px;
}

.cart-subtotal-price {
  font-size: 16px;
  font-weight: 600;
}

.web-payments {
  margin-bottom: 1em;
}

.cart-quantity-number {
  background-color: var(--text-color);
  color: #fff;
  margin-left: 2px;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 500;
}

.heading-title-holding {
  padding-bottom: 2em;
}

.product-details-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.product-other-images {
  margin-top: 1em;
}

.product-other-images-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-other-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-other-image-holder {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.product-other-image-lightbox {
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  padding: .7em;
  transition-property: background-color;
}

.product-other-image-lightbox:hover {
  background-color: #fdfdfd;
}

.product-image-lightbox {
  transition-property: opacity;
}

.product-image-lightbox:hover {
  opacity: .8;
}

.product-add-to-cart-default {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.product-quantity {
  text-align: right;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.product-add-to-cart-quantity {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.sticky-content {
  position: sticky;
  top: 100px;
}

.checkout-form {
  background-color: #0000;
  padding: 0;
}

.checkout-container {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}

.checkout-details {
  flex-basis: 100%;
}

.checkout-summary {
  top: 100px;
}

.checkout-box {
  border: 1px solid var(--light-grey);
  background-color: #fff;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 2em;
}

.checkout-box.no-margins {
  margin-bottom: 0;
}

.checkout-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.required-label {
  color: #00000080;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}

.block-header {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-bottom-color: var(--light-grey);
  background-color: #0000;
  align-items: center;
  padding: 1em;
}

.block-content {
  background-color: #0000;
  border: 0 solid #000;
  padding: 1em;
}

.order-item-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.order-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid var(--light-grey);
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding-bottom: 1em;
}

.order-item:last-child {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.order-item-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
}

.order-item-title {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 500;
}

.order-item-quantity-holder {
  opacity: .7;
  color: var(--text-color);
}

.order-item-price {
  font-size: 14px;
  font-weight: 500;
}

.checkout-input-field {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #0000000a;
  background-clip: border-box;
  border: 1px solid #00000005;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 1em;
  padding: 10px;
  line-height: 1;
  transition: border-color .35s, background-color .35s;
}

.checkout-input-field:hover {
  background-color: #00000005;
}

.checkout-input-field:focus {
  border-color: var(--primary);
  background-color: #ffffff0a;
}

.checkout-input-field::placeholder {
  color: #0006;
}

.checkout-input-field.no-margins {
  margin-bottom: 0;
}

.shipping-method-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.shipping-method {
  border-bottom-color: var(--light-grey);
  padding: 0 0 1em 0;
}

.shipping-method:last-child {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.order-summary-label {
  color: var(--text-color);
}

.order-summary-value {
  color: var(--text-color);
  font-size: 16px;
}

.order-line-item, .extra-item {
  align-items: center;
  margin-bottom: 10px;
}

.order-item-content {
  margin-left: 0;
  margin-right: 0;
}

.order-item-full-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.shipping-method-title {
  font-weight: 500;
}

.shipping-method-description {
  font-size: 12px;
}

.shipping-method-price {
  font-weight: 500;
}

.order-info-column {
  padding-left: 0;
  padding-right: 0;
}

.order-info-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  margin-left: 0;
  margin-right: 0;
}

.shipping-address {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.product-image {
  width: 100%;
}

.no-shipping {
  color: var(--dim-grey);
  text-align: left;
  background-color: #0000;
  border: 1px #000;
  padding: 1em 0;
  font-weight: 400;
}

.product-title {
  margin-top: 0;
  font-size: 60px;
}

.licensing-instruction-heading {
  margin-top: 0;
  font-size: 30px;
}

.product-category-wrapper {
  display: block;
}

.product-category-list {
  padding-bottom: 1em;
}

.nav-dropdown {
  height: 100%;
  position: static;
}

.nav-dropdown-list {
  background-color: #0000;
  padding-left: 2em;
  padding-right: 2em;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
}

.nav-dropdown-list-content {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: #fff;
  background-color: #032d36;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: .5em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  overflow: hidden;
}

.nav-dropdown-grid {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.nav-dropdown-footer {
  background-image: linear-gradient(#0000, #000 79%);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 3em;
  font-size: 16px;
  display: flex;
  position: relative;
}

.nav-dropdown-column {
  position: relative;
}

.nav-dropdown-heading {
  color: var(--bg-grey);
  text-transform: uppercase;
  margin-top: 2em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.nav-dropdown-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -15px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.whilte-link {
  color: #fff;
}

.whilte-link:hover {
  opacity: .8;
  color: #fff;
}

.nav-dropdown-line-abs {
  background-color: #fff3;
  width: 1px;
  display: block;
  position: absolute;
  inset: -20% 0% -40% auto;
}

.nav-menu-overlay-mobile {
  display: none;
}

.nav-dropdown-link-arrow {
  z-index: -3;
  background-color: #000;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  transform: rotate(45deg);
}

.nav-dropdown-link-arrow-holder {
  z-index: -3;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 36px;
  display: none;
  position: absolute;
  inset: auto 0 -28px;
  overflow: hidden;
}

.nav-dropdown-link-arrow-animated {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 16px;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.explore-more-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  color: #fff;
  grid-template-rows: auto;
  max-width: 1050px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.template-cta-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.template-cta-image {
  margin-top: 2em;
}

.small-black-text {
  color: #000;
  font-size: 16px;
}

.small-content {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5em;
}

.small-content.no-padding {
  padding-bottom: 0;
}

.black-70pct {
  color: #0f0f11b3;
}

.large-white-text {
  text-align: center;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 500;
}

.box-paragraph {
  text-align: center;
}

.text-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.main-logo {
  position: absolute;
  inset: 17% auto auto 7%;
}

.orange-box {
  background-color: #ff5e20;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-box-tittle {
  padding-left: 2em;
  padding-right: 2em;
}

.buy-now-link {
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 15px 30px 15px 60px;
  transition: background-color .35s;
  display: flex;
  position: relative;
}

.buy-now-link:hover {
  background-color: #ffffffd4;
}

.blue-box {
  background-color: #3351f5;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-text {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 39px;
  font-weight: 500;
  display: flex;
}

.template-includes-card {
  color: #ffffffb3;
  background-color: #181818;
  border: 1px solid #505050;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  display: flex;
  overflow: hidden;
}

.feature-box {
  background-color: #181818;
  background-image: var(--image-38d0b5a0);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 40%;
  border: 1px solid #505050;
  border-radius: 12px;
  padding: 130px 45% 130px 70px;
  position: relative;
  overflow: hidden;
}

.text-gray-paragraph-holder-2 {
  padding-right: 34px;
}

.figma-file-image {
  width: 100%;
  height: 100%;
}

.small-empty-space-in-text {
  width: 0;
  display: inline-block;
}

.template-more-things-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 3em;
}

.white-link {
  color: #fff;
  border-bottom: 1px solid #ffffff80;
  transition-property: border-color;
}

.white-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.style-guide-image {
  width: 100%;
  margin-left: -2em;
}

.text-gray-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  padding-right: 100px;
  display: flex;
}

.demo-cta-image {
  width: 100%;
  margin-top: 20px;
}

.notifications-image {
  width: 115%;
  max-width: none;
  margin-left: -2em;
}

.template-growth-features {
  color: #fff;
  font-size: 29px;
  font-weight: 500;
}

.demo-business-email-image {
  width: 100%;
  margin-top: 40px;
}

.figma-component-library-holder {
  background-color: #181818;
  border: 1px solid #505050;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 2em;
  padding-left: 3em;
  display: flex;
}

.demo-page-image-holder {
  border-radius: 20px;
  width: 100%;
  padding-top: 73%;
  transition: padding .35s;
  position: relative;
}

.main-page-title-badge {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.demo-page-link {
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.demo-page-link:hover {
  text-decoration: none;
}

.main-page-badge {
  border: 1px solid #0f0f11;
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.demo-page-item-border {
  z-index: -1;
  background-color: #000;
  border-radius: 19px;
  position: absolute;
  inset: -1px;
}

.hero-page-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 18px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.demo-pages-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

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

.template-included-image.template-styles-and-buttons {
  object-fit: contain;
}

.template-overlay {
  background-image: linear-gradient(to top, #00000080, #0000);
  position: absolute;
  inset: 0%;
}

.template-overlay.grey-overlay-box {
  z-index: 2;
  background-image: linear-gradient(to top, #f5f5f7, #00000003 100%, #e8eaeb00);
  height: 50%;
  top: auto;
}

.inside-box-text {
  text-align: center;
  font-size: 26px;
}

.template-includes-box {
  background-color: #f5f5f7;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.template-included-image-holder {
  width: 100%;
  height: 70%;
  position: relative;
}

.grid-what-is-included {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.grid-what-is-included-holder {
  width: 100%;
  margin-top: 50px;
}

.text-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 180px;
  padding-bottom: 2em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.template-cards-wrapper {
  flex: none;
  justify-content: center;
  width: auto;
  display: flex;
}

.white-paragraph {
  color: #fff;
}

.template-footer-button-holder {
  max-width: 350px;
}

.template-button-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 30px;
  display: flex;
}

.demo-container {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.template-section {
  background-color: #111;
  border-radius: 42px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #ffffff1a;
}

.template-card-holder {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 420px;
  min-height: 30vw;
  padding: 1%;
  display: flex;
  position: relative;
}

.template-card-image {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.demo-blur-bg-effect {
  z-index: 0;
  opacity: 0;
  filter: blur(100px);
  background-color: #4652f6;
  width: 80%;
  height: 70%;
  position: absolute;
}

.integration-heading {
  font-size: 42px;
  font-weight: 500;
}

.template-footer-heading {
  color: #fff;
  width: 100%;
  max-width: 510px;
}

.demo-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 3em;
  padding-bottom: 6em;
  display: flex;
  overflow: hidden;
}

.template-hover-state {
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
  position: absolute;
  inset: auto -1% -1%;
}

.template-footer-holder {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.template-card-image-holder {
  z-index: 1;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero-description-holder {
  margin-top: 3em;
}

.hero-description-holder.small-top-margin {
  margin-top: 1em;
}

.button-view-page {
  z-index: 1;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition-property: box-shadow;
  display: flex;
  position: relative;
}

.button-view-page:hover {
  background-color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 10px #0003;
}

.black-paragraph {
  color: #000;
}

.white-text-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 45%;
  display: flex;
}

.with-standarts-quick-stack {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  width: 100%;
  margin-top: 3em;
  padding: 0;
}

.white-medium-text {
  font-size: 25px;
  font-weight: 500;
}

.quic-stack-box {
  background-color: #ffc444;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-left: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quic-stack-box.dark-gray {
  color: #fff;
  background-color: #1b1b1b;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.quic-stack-box.blue {
  color: #fff;
  background-color: #3452ff;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.figma-design-image {
  object-fit: contain;
  object-position: 50% 100%;
  border-radius: 4px;
  width: 100%;
  max-width: none;
  height: 330px;
  margin-top: 20px;
}

.black-text {
  color: #000;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
}

.open-cource-image {
  object-fit: contain;
  object-position: 100% 100%;
  width: 50%;
  position: absolute;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.open-cource-image.top-image {
  width: 70%;
  top: 0;
}

.black-text-paragraph-holder {
  padding-left: 0;
  padding-right: 30px;
}

.link-inline {
  color: #d7e2ff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 1;
  text-decoration: underline;
}

.link-inline:hover {
  color: #fff;
}

.link-inline.w--current {
  color: #000;
}

.notification-subscribe-box {
  background-color: #fff;
  background-image: var(--image-5239050);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-radius: 3px;
  width: 24px;
  height: 24px;
}

.hero-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--notification-bg);
  color: #fff;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 8px 8px 8px 16px;
  line-height: 1;
  transition-property: all;
  display: flex;
}

.hero-link:hover {
  color: #fff;
  background-color: #0f0f11;
}

.notification-banner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--notification-bg);
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 2em;
  font-size: 14px;
  display: flex;
}

.notification-banner.notification-side-content {
  justify-content: space-between;
}

.style-guide-box-holder {
  grid-row-gap: 30px;
  background-color: #0000000d;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
}

.sg-notifications-box {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-link-arrow {
  background-image: var(--image-5239050), linear-gradient(#fff, #e0e8ff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 12px, auto;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  padding: 5px;
}

.notification-button-transparent {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.notification-button-transparent:hover {
  color: #ffffffe6;
}

.code-text {
  letter-spacing: .3px;
  margin-top: 1em;
  font-size: 15px;
  font-style: normal;
}

.code-tag-color {
  color: #170;
}

.code-style-starter {
  padding-left: 25px;
}

.code-grey {
  color: #555;
}

.code-red {
  color: red;
}

.code-blue {
  color: #219;
}

.component-text {
  color: #00a457;
  background-image: var(--image-i7d586cac);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 17px;
  padding-left: 20px;
  position: relative;
}

.nav-rounded-center {
  z-index: 99;
  background-color: #0000;
  border: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 75px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar-footer-main-link-holder {
  padding-right: 10px;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}

.navbar-footer-main-link-holder:hover {
  color: var(--primary);
}

.demo-page-text-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.nav-dropdown-icon {
  color: var(--primary);
  margin-right: 10px;
  padding-left: 5px;
}

.blog-item-text-header {
  color: #606060;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.category-holder {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shop-item-title-price {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.product-item-link {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  overflow: hidden;
}

.product-item-link:hover {
  text-decoration: none;
}

.shop-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.shop-item-title {
  font-size: 22px;
}

.shop-item-content {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  width: 100%;
  padding-top: 1em;
  display: flex;
}

.shop-item-price {
  font-size: 20px;
}

.small-thumbnail-image {
  border-radius: 14px;
  width: 100%;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}

.topic-text {
  color: var(--grey-text);
}

.shop-item-summary {
  color: #606060;
  font-size: 15px;
  display: none;
}

.folders-parent {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.filter-holder {
  grid-column-gap: 5px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 2em;
  padding: 5px;
  line-height: 1;
  display: flex;
  overflow: hidden;
  box-shadow: 0 5px 20px #0000001a;
}

.filter-holder.no-margin-top {
  margin-top: 0;
}

.category-item-link {
  color: #000;
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  transition: all .35s;
  display: flex;
  position: relative;
}

.category-item-link:hover {
  color: #000;
  background-color: #0000000d;
  text-decoration: none;
}

.category-item-link.w--current {
  color: #fff;
  background-color: #000;
  border-color: #ff7d1e;
}

.hide-on-desktop {
  display: none;
}

.blog-item-title-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
}

.blog-item-date {
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-item-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-item-link:hover {
  text-decoration: none;
}

.footer-heading-lighter {
  color: var(--notification-bg);
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 500;
}

.footer-description-secondary {
  color: #00000080;
  max-width: 260px;
  font-size: 14px;
}

.social-media-icons-2nd {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list-item-with-checkicon {
  color: var(--grey-text);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
}

.list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.white-text {
  color: #fff;
}

.tooltip-container {
  z-index: 120;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.heading-3-style {
  margin-top: 0;
  font-size: 50px;
}

.card-item {
  z-index: 1;
  background-color: #f5f5f7;
  border-radius: 42px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px #0000000d;
}

.card-item:hover {
  text-decoration: none;
}

.card-item.pricing-card {
  background-color: #fff;
  border-radius: 32px;
  height: 100%;
  box-shadow: 5px 14px 50px 7.6px #0000001a;
}

.accordion-item-trigger {
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1em;
  transition: opacity .4s;
  display: flex;
}

.accordion-item-trigger:hover {
  opacity: .8;
}

.accordion-item-content {
  width: 100%;
  padding-left: 3.8em;
  overflow: hidden;
}

.accordion-item {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: var(--light-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.accordion-plus-icon {
  width: 25px;
}

.grey-text-2 {
  color: #878d95;
}

.accordion-icon-holder {
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  margin-right: 20px;
  display: flex;
}

.accordion-title {
  font-size: 18px;
}

.accordion-description {
  color: var(--grey-text);
  max-width: 600px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.accordion-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.notification-button {
  color: var(--notification-bg);
  background-color: #fff;
  border-radius: 5px;
  transition: background-color .35s, color .35s;
}

.notification-button:hover {
  background-color: #ffffffe6;
}

.product-price {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 32px;
}

.hide-demo-page-text-on-tablet {
  padding-left: 5px;
}

.demo-hero-buttons-holder {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-icon {
  height: 14px;
}

.cta {
  background-color: #0000;
  background-image: var(--image-i7e3cf7dd);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.cta-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta-button-holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.cta-bg-bottom {
  justify-content: flex-end;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.cta-bg-top {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  height: 90px;
  display: flex;
}

.cta-bg-image-top {
  height: 109px;
}

.cta-bg-image-bottom {
  height: 160px;
}

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

.copyright-panel {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.follow-us-panel {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 2em;
}

.follow-us-text-holder {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.footer-email-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  font-weight: 300;
  display: flex;
}

.footer-email-link:hover {
  color: var(--primary);
}

.footer-email-box {
  background-color: var(--primary);
  background-image: var(--image-i4c8884ff);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
}

.follow-us-arrow-image {
  width: 20px;
}

.follow-us-main-panel {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-hero-content {
  width: 100%;
  max-width: 590px;
  padding-top: 0;
  padding-bottom: 0;
}

.home-section-bg-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.slider {
  background-color: #fff0;
  justify-content: flex-end;
  height: auto;
  display: flex;
}

.slider.slider-on-tablet-and-mobile {
  display: none;
}

.mask {
  width: 33.33%;
  height: auto;
  overflow: visible;
}

.slide {
  width: 100%;
  height: auto;
  margin-right: 2em;
}

.slide-item-link {
  width: 100%;
  height: 30em;
  position: relative;
}

.slide-item-link.hide-slide-item-on-mobile {
  display: block;
}

.slide-item-content {
  z-index: 1;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--link-bg-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 15em;
  padding: 2em;
  display: flex;
  position: relative;
}

.slide-item-content.transparent-item-content {
  color: #fff;
  background-color: #f1f1f100;
}

.slide-item-title {
  font-size: 26px;
}

.slide-nav {
  opacity: .6;
  color: var(--primary);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 17px;
  padding: 5px 0 0;
  font-size: 11px;
  display: flex;
  position: absolute;
  inset: auto 0% -50px auto;
}

.slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slide-image-holder {
  width: 100%;
  height: 15em;
  position: relative;
  overflow: hidden;
}

.slide-image-full-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slide-image-overlay {
  background-image: linear-gradient(to top, #0000, #00000059 80%);
  position: absolute;
  inset: 0%;
}

.first-slider-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 300%;
  min-width: 300%;
  display: grid;
}

.first-slider-content-holder {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.slider-arrow {
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 30px;
  height: 40px;
  display: flex;
  inset: auto auto -60px 0%;
  overflow: visible;
}

.slider-arrow.right-slider-arrow {
  left: 50px;
}

.slider-arrow.grey-color {
  background-color: var(--light-grey);
}

.slider-arrow-image {
  width: 24px;
  inset: auto auto 0% 0%;
}

.slider-arrow-image.reverse {
  transform: rotate(180deg);
}

.fake-left-arrow-image-when-no-link {
  opacity: .5;
  filter: grayscale();
  width: 24px;
  position: absolute;
  inset: auto auto -50px 0;
  transform: rotate(180deg);
}

.fake-right-arrow-image-when-no-link {
  opacity: .5;
  filter: grayscale();
  width: 24px;
  position: absolute;
  inset: auto auto -50px 50px;
}

.flex-horizontal {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-top-2em {
  margin-top: 2em;
}

.services-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--border-color);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 3em;
  display: grid;
}

.service-item-card-link {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--light-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 2em;
  display: flex;
  position: relative;
}

.service-card-item-image {
  height: 100%;
}

.service-item-title {
  font-size: 34px;
}

.service-item-description-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-item-link {
  border-bottom: 1px solid #fff;
  line-height: 1;
}

.service-item-content {
  z-index: 3;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.service-item-card-bg {
  z-index: 2;
  background-color: var(--body-color);
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.service-item-icon-holder {
  height: 52px;
  position: relative;
}

.service-card-item-white-image {
  opacity: 0;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.showcase-collection-item, .showcase-collection-wrapper {
  width: 100%;
}

.slide-item-subtitle {
  font-size: 18px;
}

.slide-content-bg {
  z-index: -1;
  opacity: 0;
  background-color: #fdfdfd;
  position: absolute;
  inset: 0%;
}

.slide-content-bg.dark-slide-content-bg {
  background-color: #0000;
  background-image: linear-gradient(#0006, #0000);
}

.team-members-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 3em;
  display: grid;
}

.team-member-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  perspective: 2000px;
  perspective-origin: 50% 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  min-height: 380px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-member-item-bg {
  z-index: -1;
  background-image: linear-gradient(#eaeaea, #e0e0e0);
  position: absolute;
  inset: 0% -100vw;
}

.team-member-item-bg.team-homepage {
  background-image: linear-gradient(#eaeaea, #e0e0e0);
}

.team-member-content {
  z-index: 3;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #fff;
  transform-style: preserve-3d;
  background-color: #0d2d3694;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 2em;
  display: flex;
  position: relative;
  transform: none;
}

.team-member-main-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3em;
  display: flex;
}

.team-member-item-title {
  font-size: 30px;
}

.team-member-image-holder {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 1em;
}

.team-member-image {
  object-fit: cover;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.team-member-bg-holder {
  position: absolute;
  inset: 0%;
}

.team-member-item-parent {
  position: relative;
}

.blog-item-content-holder {
  z-index: 2;
  width: 100%;
  margin-top: -3em;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.blog-item-content-holder.blog-big-item-content-holder {
  max-width: 42%;
  margin-top: 0;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.blog-item-read-more {
  color: var(--primary);
  margin-top: 1.5em;
  margin-bottom: 0;
  font-size: 16px;
}

.blog-item-read-more-holder {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.section-info-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.showcase-grid-items {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.showcase-item {
  width: 100%;
}

.showcase-item-link {
  width: 100%;
  padding-bottom: 3em;
  position: relative;
}

.showcase-item-content {
  z-index: 1;
  background-color: #fff;
  padding: 1em;
  font-size: 16px;
  display: block;
  position: absolute;
  inset: auto 0% 0% 2em;
}

.showcase-item-content.grey-showcase-item-content {
  background-color: var(--light-grey);
}

.showcase-item-image-holder {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.showcase-item-image {
  object-fit: cover;
  width: 100%;
  max-height: 410px;
  position: relative;
}

.showcase-item-subtitle {
  font-weight: 500;
  display: inline-block;
}

.showcase-item-title {
  color: var(--grey-text);
  display: inline;
}

.showcase-item-subtitle-holder {
  margin-right: 5px;
  display: inline;
}

.hero-text-content {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  perspective: 1000px;
  color: var(--text-color);
  letter-spacing: -.8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.hero-text-content.showcase-main-title {
  font-size: 60px;
}

.hero-text-content.showcase-main-title.main-title-grey {
  color: #565656;
}

.hero-text-content.home-hero-text-content {
  font-size: 75px;
}

.hero-text-content.demo-page-hero-text {
  justify-content: center;
  max-width: 700px;
  font-size: 70px;
}

.hero-text-content.testimonials-hero-text-contentat {
  font-size: 75px;
}

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

.hero-text {
  width: auto;
  overflow: hidden;
}

.hero-text._5 {
  color: var(--primary);
  font-size: 52px;
  line-height: 1.3;
}

.hero-text._10 {
  font-size: 50px;
  font-weight: 400;
}

.hero-text._4 {
  color: var(--text-color);
}

.hero-text._2-services {
  color: var(--text-color);
}

.hero-text._2-copy, .hero-text._1-home {
  color: var(--white);
}

.hero-text._2 {
  color: var(--text-color);
}

.hero-text._8 {
  color: #2c60f5;
}

.hero-text._5 {
  color: #fff;
  font-size: 75px;
}

.hero-text._3 {
  color: #21abad;
}

.hero-text._1 {
  color: #fff;
}

.hero-text._5-home {
  color: #fff;
  font-size: 75px;
}

.hero-text._5-blog {
  color: var(--text-color);
  font-size: 52px;
  line-height: 1.3;
}

.hero-text-letter {
  perspective: 2000px;
  perspective-origin: 50%;
  color: var(--white);
}

.hero-text-word {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  line-height: 1.3;
  display: flex;
  overflow: visible;
}

.hero-text-word.center-hero-text-word {
  justify-content: center;
}

.animation-on-page-load-1 {
  color: var(--text-color);
  font-size: 18px;
  font-weight: 400;
}

.insights-hero-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  display: grid;
}

.blog-big-wrapper {
  justify-content: center;
  margin-top: -15em;
  display: block;
}

.blog-big-collection {
  width: 100%;
  max-width: 80%;
}

.blog-hero-pattern-image {
  width: 100%;
}

.blog-hero-subscribe-panel {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 2em;
  position: relative;
}

.subscribe-button-holder {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.medium-text {
  font-size: 34px;
  font-weight: 300;
}

.blog-hero-subscribe-panel-parent {
  z-index: 1;
  width: 300px;
  position: absolute;
  top: auto;
  bottom: -10%;
  right: 0%;
}

.navbar-bg-grey {
  z-index: 0;
  background-color: var(--light-grey);
  display: none;
  position: absolute;
  inset: 0%;
}

.detail-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 4fr;
  width: 100%;
  display: grid;
}

.detail-line {
  background-color: var(--body-color);
  width: 100%;
  height: 1px;
}

.detail-data-holder {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 3em;
  font-size: 14px;
  display: flex;
}

.badge {
  color: var(--primary);
  background-color: #d0e2ff;
  border-radius: 100px;
  padding: 4px 8px;
}

.share-panel {
  padding-bottom: 1em;
  padding-right: 2em;
}

.share-text-holder {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.animation-on-page-load-4 {
  overflow: visible;
}

.detail-data-parent {
  width: 100%;
  position: relative;
  top: 20px;
}

.showcase-main-image {
  object-fit: cover;
  width: 80%;
  max-height: 70vh;
  position: relative;
}

.showcase-main-content {
  z-index: 1;
  background-color: #fff;
  max-width: 80%;
  margin-top: -10em;
  margin-left: auto;
  margin-right: 0;
  padding: 1em;
  font-size: 16px;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  right: 0;
}

.showcase-pattern-image {
  z-index: -1;
  height: 100%;
  position: absolute;
  inset: 5% 5% auto auto;
}

.showcase-hero-content {
  width: 100%;
  position: relative;
}

.hero-buttons-holder {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3em;
  display: flex;
}

.showcases-hero-slider {
  background-color: #fff0;
  justify-content: flex-start;
  width: 50vw;
  height: auto;
  display: flex;
  position: absolute;
  left: 30px;
}

.showcases-hero-slider-mast {
  width: 30vw;
  height: auto;
  overflow: visible;
}

.showcases-hero-slider-holder {
  width: 100%;
  height: 35em;
  padding-bottom: 100px;
  position: relative;
}

.slide-nav-hero-showcases {
  opacity: .6;
  color: var(--primary);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 17px;
  padding: 5px 0 0;
  font-size: 9px;
  display: flex;
  position: absolute;
  inset: auto auto -48px 120px;
}

.showcases-hero-slider-container {
  width: 50vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  overflow: hidden;
}

.showcase-hero-slider-overlay {
  z-index: 2;
  background-image: linear-gradient(to right, var(--light-grey), #fafafa00);
  width: 30px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.showcases-hero-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  display: grid;
}

.margin-top-1em {
  margin-top: 1em;
}

.who-we-are-hero-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  width: 100%;
  display: grid;
}

.who-we-are-images-container {
  width: 100%;
  height: 100%;
  min-height: 510px;
  position: relative;
}

.who-we-are-hero-pattern {
  max-width: none;
  height: 65%;
  position: absolute;
  top: 10%;
  left: auto;
  right: 0%;
}

.who-we-are-image {
  width: 60%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.who-we-are-image-2 {
  width: 80%;
  position: absolute;
  inset: 30% 20% auto auto;
}

.who-we-are-image-3 {
  width: 60%;
  position: absolute;
  inset: auto auto 0% -70%;
}

.home-image-overlay {
  opacity: .2;
  position: absolute;
  inset: 0%;
}

.about-slide-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.about-slider-mask {
  width: 100%;
}

.about-slide {
  background-color: var(--light-grey);
  width: 100%;
}

.about-slide-image-holder {
  width: 100%;
  position: relative;
}

.about-slider {
  background-color: #0000;
  min-height: 70vh;
  padding-top: 0;
  padding-bottom: 0;
}

.about-slide-summary-holder {
  color: var(--grey-text);
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.about-slide-summary {
  color: var(--grey-text);
}

.big-number {
  letter-spacing: -4px;
  font-size: 76px;
  font-weight: 500;
  line-height: 1.3;
}

.big-number.about-slide-years {
  color: var(--text-color);
  font-size: 53px;
}

.about-slide-title {
  color: var(--body-color);
  font-size: 34px;
}

.about-slide-container {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.about-slide-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-slider-container {
  width: 100%;
  padding-bottom: 3em;
}

.grid-stats {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  border-bottom: 3px solid var(--border-color);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 3em;
  padding-bottom: 3em;
  display: grid;
}

.grid-stats.on-dark {
  margin-top: 3em;
  margin-bottom: 0;
}

.open-positions-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-top: 1px solid var(--border-color);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 3em;
  display: flex;
}

.open-position-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid var(--border-color);
  color: #3b5266;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  transition-property: border-color;
  display: flex;
}

.open-position-link:hover {
  border-bottom-color: var(--primary);
  color: #3b5266;
}

.open-position-text {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.heading-small {
  font-size: 24px;
  font-weight: 600;
}

.heading-small.heading-font-color {
  color: #1e1e1e;
}

.open-position-icon {
  width: 20px;
  min-width: 20px;
}

.image-holder-with-animation {
  margin-top: 3em;
  margin-bottom: -200px;
  padding-top: 78%;
  position: relative;
  overflow: hidden;
}

.image-holder-with-animation.image-holder-service-detail, .image-holder-with-animation.image-holder-service-detail-copy {
  margin-top: 0;
  padding-top: 0%;
}

.image-with-animation-container {
  max-width: 50%;
  position: absolute;
  inset: 0% 0% auto 21%;
}

.image-with-animation-container.image-service-detail-container, .image-with-animation-container.image-service-detail-container-copy {
  height: 100%;
  position: relative;
}

.image-with-animation {
  object-fit: cover;
  width: 100%;
  height: 50%;
  min-height: 250px;
}

.what-we-do-images-container {
  width: 100%;
  height: 100%;
  min-height: 510px;
  position: relative;
}

.what-we-do-image {
  max-width: none;
  height: 100%;
  position: relative;
  inset: 0% 0% auto auto;
}

.what-we-do-image-holder {
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.what-we-do-image-overlay {
  background-image: linear-gradient(to right, #fff, #fff0);
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.service-detail-icon {
  width: 52px;
}

.service-detail-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-detail-2col-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-top: 1px solid var(--border-color);
  color: var(--grey-text);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 1em;
  display: grid;
}

.service-detail-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  align-items: center;
  display: grid;
}

.service-detail-grid.full-align {
  align-items: stretch;
}

.service-detail-content-inside-box {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1em;
  display: flex;
}

.service-detail-image-holder {
  width: 100%;
}

.service-detail-item {
  background-color: #fff;
  height: 100%;
}

.product-quantity-holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 200px;
  display: flex;
  position: relative;
}

.product-quantity-label {
  position: absolute;
  left: 1em;
}

.product-button-holder {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.hide-options {
  display: none;
}

.checkout-main-content {
  flex-basis: 100%;
}

.list-two-columns {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-top: 2em;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
}

.contact-box {
  background-color: #fff;
  padding: 2em;
  position: relative;
}

.contact-hero-box {
  z-index: 1;
  width: 80%;
  margin-top: 3em;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  top: auto;
  right: 0%;
}

.contact-hero-pattern-image {
  z-index: -1;
  object-fit: cover;
  background-image: var(--image-i45c7e8b);
  background-position: 0 0;
  background-size: 100%;
  width: 100%;
  height: 94%;
  position: absolute;
}

.contact-hero-pattern-image.animation-on-page-load-2 {
  background-image: none;
}

.contact-hero-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  width: 100%;
  display: grid;
}

._404 {
  font-size: 460px;
  font-weight: 200;
  line-height: 1;
}

._404.new {
  color: var(--white);
  font-size: 75px;
  font-weight: 400;
  line-height: 1.2;
}

._404-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

._404-zero-holder {
  position: relative;
  top: 20px;
}

._404-zero {
  width: 300px;
}

._401-hero-blue {
  color: var(--primary);
  font-style: italic;
}

.password-hero-pattern {
  width: 100%;
}

._401-hero-panel-parent {
  z-index: 1;
  width: 300px;
  position: absolute;
  top: auto;
  bottom: -10%;
  right: 0%;
}

.hero-content-demo-page {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.white-70pct {
  color: #ffffffb3;
}

.content-spacer.relative {
  position: relative;
}

.content-spacer.relative.zindex-3 {
  z-index: 3;
}

.mt-40 {
  margin-top: 40px;
}

.about-home-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  width: 100%;
}

.primary-button {
  grid-column-gap: 5px;
  color: #fff;
  text-align: center;
  text-transform: lowercase;
  background-color: #f7bd20;
  border: 1px solid #f7bd20;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  padding: 9px 36px;
  line-height: 1.7em;
  transition: all .3s;
  display: flex;
}

.primary-button:hover {
  opacity: 1;
  color: #f7bd20;
  background-color: #fff;
}

.section-aboutushome {
  padding-top: 80px;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.building-1 {
  object-fit: cover;
  width: 100%;
  margin-bottom: 40px;
}

.building-1.mt-40 {
  margin-bottom: 0;
}

.heading-4 {
  font-weight: 700;
}

.title-left {
  width: 45%;
  margin-bottom: 60px;
  margin-right: auto;
}

.title-left._w-100 {
  width: 100%;
  margin-bottom: 30px;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.light-paragraph {
  color: #c1c1c1;
}

.dark-paragraph {
  color: #616161;
  text-align: justify;
  align-self: auto;
}

.right-wrapper-content {
  margin-top: 80px;
}

.heading-5 {
  color: var(--primary);
}

.text-span-3 {
  color: #522e82;
}

.team-member-hero-section {
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
}

.team-member-hero-section.team-member-indv-hero {
  background-color: #e9e9e9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  margin-top: 0;
  padding-top: 200px;
  padding-bottom: 0;
  font-family: Exo, sans-serif;
  display: flex;
  overflow: hidden;
}

.banner-title-copy {
  color: #f0f0f0;
  text-align: center;
}

.banner-title-copy.inner-pages-lawyerpage {
  color: #111;
  text-align: left;
  font-family: Exo, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.breadcrumb-div {
  color: #fff;
  padding-left: 7px;
  padding-right: 7px;
}

.base-container-our-professionals-banner {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}

.breadcrumb-container {
  clear: none;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  place-content: center flex-start;
  align-self: auto;
  align-items: center;
  max-width: none;
  margin-top: -66px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 700px;
  display: flex;
}

.breadcrumb-link {
  color: #0d2d36;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 400;
}

.breadcrumb-link.w--current {
  color: #0d2d36;
  text-decoration: line-through;
}

.team-memeber-number {
  color: #fff;
  flex-direction: row;
  align-items: flex-end;
  font-family: IBM Plex Sans, sans-serif;
  display: flex;
}

.blog-template-pagination-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.link-block-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.team-slider-arrow-icon {
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

.team-social-green {
  color: #1f6a66;
  font-size: 18px;
}

.team-social-green:hover {
  color: #111;
}

.container-holi-awards {
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.team-member-section {
  background-color: #f0f0f0;
  margin-top: 0;
}

.team-slider-mask {
  width: 85%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-content {
  flex-direction: column;
  justify-content: center;
  width: 60%;
  margin-top: -50px;
  margin-left: 20px;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.link-block-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

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

.team-slider-image {
  object-fit: cover;
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  width: 45%;
  height: 750px;
  display: flex;
}

.previ-post-arrow {
  color: #afafaf;
  width: 18px;
  margin-right: 25px;
}

.team-slide-item {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.team-memeber-email {
  color: #fff;
  flex-direction: row;
  align-items: flex-end;
  font-family: IBM Plex Sans, sans-serif;
  display: flex;
}

.job-title-green {
  color: #21abad;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 400;
}

.team-slider-left-arrow-single-team {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: none;
  inset: 20px auto auto 200px;
}

.blog-details-link-title-2 {
  margin-bottom: 0;
  font-size: 18px;
}

.team-slide-item-desc-dark {
  color: #111;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
}

.next-post-arrow-2 {
  color: #afafaf;
  width: 18px;
  margin-left: 25px;
}

.team-slider-background {
  background-color: #0d2d36;
  width: 35%;
  height: 75%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.lawyers-slider {
  background-color: #0000;
  max-width: 1400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 15px;
  display: block;
  position: relative;
}

.team-socials-wrapper-about-us-copy {
  grid-column-gap: 30px;
  display: none;
}

.blog-template-next {
  text-align: right;
}

.slide-6 {
  height: 100%;
}

.team-slider-right-arrow-single {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: none;
  inset: 20px auto auto 250px;
}

.team-name-green {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.review-blog-details-2 {
  color: #000;
  border-top: 1px solid #21abad;
  border-bottom: 1px solid #21abad;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  margin-top: 50px;
  margin-bottom: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.slider-blog-arrow-2 {
  border-right: 1px solid #21abad;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
  top: auto;
  bottom: 0;
}

.slider-blog-arrow-2.right {
  border-right-style: none;
  justify-content: flex-end;
  padding-left: 20px;
  padding-right: 0;
  left: auto;
}

.hidden {
  display: none;
}

.text-block {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 12px;
}

.text-block:hover {
  color: var(--primary);
}

.service-detail-2col-grid-copy {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-top: 1px solid var(--border-color);
  color: var(--grey-text);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 1em;
  display: grid;
}

.image {
  height: 300px;
  margin-left: 0;
  display: inline-block;
}

.image-2 {
  z-index: 3;
  position: absolute;
  inset: -64px auto auto -36px;
}

.features2-right {
  position: relative;
}

.features2-image {
  display: none;
}

.features1-left {
  position: relative;
}

.features1-right-number {
  color: #fff;
  background-color: #21abad;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 1.25rem;
  line-height: 1.25rem;
  display: flex;
}

.heading-6 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.75rem;
}

.features1-image1 {
  z-index: 2;
  border-radius: 30px;
  position: relative;
}

.section-home-features {
  margin-bottom: 100px;
  padding-bottom: 0;
}

.image-4 {
  z-index: 3;
  position: absolute;
  inset: auto -72px 20px auto;
}

.features1-image2 {
  position: absolute;
  inset: 0% auto 0% -38px;
}

.features2-right-items {
  z-index: 1;
  position: relative;
  inset: auto 0% 0%;
}

.features-gird1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 6rem;
  display: grid;
}

.features1-right-content {
  margin-left: 24px;
  font-weight: 300;
}

.image-5 {
  position: absolute;
  inset: auto -72px -44px auto;
}

.paragraph-default {
  color: #ffffffa3;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}

.container-large {
  width: 100%;
  max-width: 73.25rem;
  margin-left: auto;
  margin-right: auto;
}

.home-features_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 0;
  display: block;
  position: static;
}

.page-padding {
  padding-left: 1rem;
  padding-right: 1rem;
}

.image-3 {
  z-index: 3;
  position: absolute;
  inset: auto -46px 118px auto;
}

.features1-image3 {
  z-index: 3;
  position: absolute;
  inset: auto 96px 32px auto;
}

.heading-2 {
  z-index: 1;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 300;
  line-height: 3.5rem;
  position: relative;
}

.features2-left {
  position: relative;
}

.features1-right-item {
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.features-image {
  display: none;
}

.features2-right-item {
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.margin-bottom.margin-small {
  margin-bottom: 1rem;
}

.margin-bottom.margin-medium {
  z-index: 1;
  color: #f8f7f4;
  margin-bottom: 2rem;
  position: relative;
}

.paragraph-normal {
  color: #161616;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2.125rem;
}

.anim-wrap {
  overflow: hidden;
}

.features1-image4 {
  z-index: 1;
  width: 260px;
  position: absolute;
  inset: auto auto 0% -72px;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.padding-vertical.padding-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.paragraph-17 {
  color: #161616;
}

.expand {
  flex: 1;
}

.flex-intro {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.content-wrapper {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1070px;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.mini-title {
  color: #545454;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
}

.h4-small {
  color: #29235c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}

.top-margin {
  position: relative;
}

.top-margin._20-pixels {
  margin-top: 20px;
}

.on-load-8.intro {
  width: 23%;
}

.quick-features {
  background-color: #e9eff4;
  border-radius: 44px;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 20px 4%;
  display: flex;
}

.about-flex {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 5% 2% 5% 3%;
  display: flex;
  position: relative;
}

.about-flex.no-padding {
  width: 100%;
  padding: 0 0%;
}

.on-load-9.intro {
  width: 23%;
}

.about-flex-inner {
  width: 100%;
  max-width: none;
  padding-top: 60px;
}

.on-load-10.intro {
  width: 23%;
}

._81-percent-2 {
  width: 81%;
}

.flex {
  flex-flow: wrap;
  display: flex;
  position: relative;
}

.on-load-11.intro {
  width: 23%;
}

.flex-space-about {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.h2-big {
  color: #29235c;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 40px;
  font-weight: 500;
}

.intro-icon {
  margin-right: 13px;
}

.text-small {
  color: #545454;
  font-size: 15px;
  line-height: 21px;
}

.paragraph-84 {
  color: #fff;
  justify-content: flex-start;
  margin-top: 0;
  display: flex;
}

.grid-2-col-home {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.no-margins-copy {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.text-span-4 {
  color: var(--primary);
}

.paragraph-85 {
  color: var(--white);
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  display: inline-block;
}

.background-holder {
  z-index: 0;
  display: none;
  position: relative;
}

.background {
  background-color: #21abad;
  position: fixed;
  inset: 0%;
}

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

.text-block-2:hover {
  color: var(--primary);
}

.text-block-2:lang(en), .text-block-3 {
  color: var(--white);
}

.text-block-3:hover {
  color: var(--primary);
}

.text-block-4 {
  color: var(--white);
  font-weight: 400;
}

.text-block-4:hover {
  color: var(--primary);
}

.text-block-5 {
  color: var(--white);
  font-weight: 400;
}

.services-grid-2 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #ebebeb;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 3em;
  display: grid;
}

.service-item-link-2 {
  border-bottom: 1px solid #fff;
  line-height: 1;
}

.service-item-card-bg-2 {
  z-index: 2;
  opacity: 0;
  background-color: #0d2d36;
  position: absolute;
  inset: 0%;
}

.service-item-card-link-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fafafa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 2em;
  display: flex;
  position: relative;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.core-value {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  border: 1px #889ea833;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
  position: relative;
}

.body-display {
  color: #323232;
  font-size: 18px;
  line-height: 1.3em;
}

.body-display.small {
  font-size: 14px;
  line-height: 1.45em;
}

.stacked-heading {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.horizontal-line {
  background-color: #889ea833;
  height: 1px;
}

.outline-button {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #889ea833;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.full-stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-2 {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section-2.grey {
  background-color: #eef0f600;
}

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

.subtitle {
  color: #626d86;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

.medium-stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 475px;
  display: grid;
}

.line-fill {
  background-color: #a3acc2;
  width: 40%;
  height: 100%;
}

.story-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.left-line {
  background-color: #d7dfeb;
  width: 60px;
  height: 2px;
  display: flex;
}

.sticky-services-intro {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: flex;
  position: sticky;
  top: 118px;
}

.about-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #889ea833;
  grid-template-rows: auto 1px auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  min-height: 200px;
  display: grid;
}

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

.verticle-line {
  background-color: #889ea833;
  height: 100%;
  position: relative;
}

.core-value-top {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.text-span-5 {
  color: var(--primary);
}

.tabs {
  grid-column-gap: 53px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template: "."
  / .4fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.testimonial-right-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 440px;
  display: flex;
  position: relative;
}

.testimonial-component {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-component.hide {
  display: none;
}

.tab-link-tab-1 {
  opacity: .5;
  background-color: #0000;
  border-radius: 100%;
  padding: 0;
  position: absolute;
  inset: 0% auto auto 5%;
}

.tab-link-tab-1.w--current {
  opacity: 1;
  outline-offset: 4px;
  background-color: #0000;
  outline: 3px solid #e25536;
}

.tab-link-tab-1._4 {
  inset: auto 0% 0% auto;
}

.tab-link-tab-1._2 {
  inset: -4% 7% auto auto;
}

.tab-link-tab-1._3 {
  inset: auto auto 6% 3%;
}

.tab-link-tab-1._5 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: 0%;
}

.tabs-menu {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 440px;
  display: flex;
}

.testimonial-image {
  width: 100px;
  height: 100px;
  margin: auto;
  transition: all .4s;
  display: block;
  position: absolute;
  inset: 0%;
}

.testimonial-image:hover {
  transform: scale(1.1);
}

.testimonial-image._4 {
  width: 50px;
  height: 50px;
  bottom: -66%;
  left: 26%;
}

.testimonial-image._2 {
  width: 80px;
  height: 80px;
  top: -44%;
  left: 44%;
}

.testimonial-image._3 {
  width: 90px;
  height: 90px;
  bottom: -33%;
  left: 65%;
}

.testimonial-image._5 {
  width: 50px;
  height: 50px;
  top: -19%;
  left: 90%;
}

.testimonial-image._7 {
  bottom: -44%;
  left: -67%;
}

.testimonial-image._6 {
  width: 90px;
  height: 90px;
  top: -55%;
  left: -49%;
}

.page-padding-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.heading-7 {
  flex: none;
}

.testimonial-pic {
  width: 120px;
  transition: all .4s;
}

.testimonial-pic:hover {
  transform: scale(1.05);
}

.testimonial-heading-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 4rem;
  display: flex;
}

.text-weight-medium {
  font-weight: 500;
}

.text-color-grey {
  color: gray;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical-2 {
  padding-left: 0;
  padding-right: 0;
}

.background-color {
  background-color: #0d2d36;
  display: block;
  position: fixed;
  inset: 0%;
}

.paragraph-84-copy {
  color: #161616;
  justify-content: flex-start;
  margin-top: 0;
  margin-right: 150px;
  display: flex;
}

.text-span-6 {
  color: var(--primary);
}

.topic-text-2 {
  color: #7e8181;
}

.blog-item-read-more-2 {
  color: #21abad;
  margin-top: 1.5em;
  margin-bottom: 0;
  font-size: 16px;
}

.blog-item-title-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

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

.text-block-7 {
  color: var(--fffffff);
}

.flex-horizontal-copy {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.navbar-light {
  z-index: 99;
  background-color: #0d2d36;
  height: 125px;
  position: sticky;
  inset: 0% 0% auto;
}

.nav-menu-container-light {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.text-block-8:hover {
  color: var(--primary);
}

.hero-text-word-services {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.hero-text-word-services.center-hero-text-word {
  justify-content: center;
}

.column {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  font-style: normal;
  display: flex;
  position: relative;
}

.trust-logo-item {
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 20%;
  height: 250px;
  min-height: 0;
  display: flex;
}

.no-margin {
  margin-bottom: 0;
}

.separation-line {
  background-color: #363636;
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
  position: relative;
}

.separation-line._15-margin {
  background-color: #000;
  margin-bottom: 15px;
}

.our-clients-sideflex {
  justify-content: flex-start;
  width: 100vw;
  margin-top: 10vh;
  margin-left: -50px;
  display: flex;
  overflow: hidden;
}

.separation-line-fill {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.logo-list-wrapper {
  flex: none;
  align-items: center;
  width: 100%;
}

.container-2 {
  width: 100%;
  position: relative;
}

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

.logo-list {
  display: flex;
}

.section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.slide-wrap {
  align-items: center;
  width: 5000px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px;
  display: flex;
}

.logo-img._50-r-m {
  max-width: 150px;
  margin-right: 200px;
}

.logo-section {
  padding-top: 55px;
  padding-bottom: 55px;
  display: none;
}

.slider-2 {
  background-color: #0000;
  height: 180px;
}

.slide-7 {
  margin-top: -70px;
  padding-top: 0;
  padding-left: 85px;
  padding-right: 85px;
}

.slider-wrapper-wide {
  padding-bottom: 0;
  display: flex;
}

.logo-wrapper-wide {
  justify-content: center;
  align-items: center;
  width: 20%;
  margin-top: 65px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.icon {
  color: #000;
}

.slide-nav-2 {
  margin-top: 0;
}

.hero-description-2 {
  color: #161616;
  max-width: 450px;
  margin-bottom: 20px;
  font-size: 24px;
}

.hero-text-letter-2 {
  perspective: 2000px;
  perspective-origin: 50%;
}

.hero-text-content-2 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  perspective: 1000px;
  color: #161616;
  letter-spacing: -.8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.section-background-2 {
  z-index: -1;
  background-color: #fafafa;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-4 {
  z-index: 1;
  position: relative;
}

.rich-text-2 {
  color: #161616;
  width: 100%;
  max-width: 720px;
  line-height: 1.6;
}

.footer-contact {
  background-color: var(--text-color);
  align-items: flex-start;
  margin-bottom: 0;
  padding: 0;
}

.slide-item-div {
  width: 100%;
  height: 30em;
  position: relative;
}

.slide-item-div.hide-slide-item-on-mobile {
  display: block;
}

.container-media {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
}

.container-media.nav-container {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container-media.hero-container {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-media.big-container {
  max-width: none;
  padding-top: 0;
}

.container-media.no-padding-top {
  padding-top: 0;
}

.container-media.cta-container {
  background-image: var(--image-i7e3cf7dd);
  background-position: 0 0;
  background-size: cover;
  padding-top: 2em;
  padding-bottom: 2em;
}

.container-media.container-footer {
  padding-top: 2em;
  padding-bottom: 2.1em;
}

.container-media.with-large-bottom-padding {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 15em;
  display: flex;
}

.container-media.no-padding-bottom {
  padding-bottom: 0;
}

.container-media.small-container-bottom-padding {
  padding-bottom: 2em;
}

.container-media.small-container-top-padding {
  padding-top: 2em;
}

.container-media.nav-container-liight {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container-copy {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
}

.container-copy.nav-container {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container-copy.hero-container {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-copy.big-container {
  max-width: none;
  padding-top: 0;
}

.container-copy.no-padding-top {
  padding-top: 0;
}

.container-copy.cta-container {
  background-image: var(--image-i7e3cf7dd);
  background-position: 0 0;
  background-size: cover;
  padding-top: 2em;
  padding-bottom: 2em;
}

.container-copy.container-footer {
  padding-top: 2em;
  padding-bottom: 2.1em;
}

.container-copy.with-large-bottom-padding {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 15em;
  display: flex;
}

.container-copy.no-padding-bottom {
  padding-bottom: 0;
}

.container-copy.small-container-bottom-padding {
  padding-bottom: 2em;
}

.container-copy.small-container-top-padding {
  padding-top: 2em;
}

.container-copy.nav-container-liight {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.text-span-7 {
  color: #21abad;
}

.style-guide-gray-background-2 {
  background-color: #f8f8fa;
  border-radius: 12px;
}

.button-holder-2 {
  grid-row-gap: 30px;
  background-color: #f8f8fa;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
}

.link-background-2 {
  z-index: -1;
  background-color: #f1f1f1;
  position: absolute;
  inset: 0%;
}

.link-background-2.link-bg-on-dark {
  background-color: #ffffff26;
}

.success-message-2 {
  color: #2c60f5;
  background-color: #fff;
  border: 1px solid #2c60f5;
  border-radius: 8px;
  padding: 1em;
}

.button-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-transform: none;
  background-color: #2c60f5;
  border: 1px solid #2c60f5;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: border-color .35s, background-color .35s, color .35s;
  display: flex;
}

.button-2:hover {
  color: #fff;
  background-color: #1d4fe0;
  border-color: #1d4fe0;
}

.button-2.with-icon {
  text-align: left;
  background-image: var(--image-77011f4d);
  background-position: 84%;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 20px;
  padding-right: 40px;
}

.button-2.button-transparent {
  color: #2c60f5;
  background-color: #2c60f500;
}

.button-2.button-transparent:hover {
  color: #1d4fe0;
  border-color: #1d4fe0;
}

.button-2.black-border-button {
  color: #161616;
  background-color: #2c60f500;
  border-color: #161616;
}

.button-2.black-border-button:hover {
  color: #2c60f5;
  border-color: #2c60f5;
}

.notification-button-2 {
  color: #2f5ad5;
  background-color: #fff;
  border-radius: 5px;
  transition: background-color .35s, color .35s;
}

.notification-button-2:hover {
  background-color: #ffffffe6;
}

.subscribe-button-2 {
  color: #fff;
  background-color: #2c60f5;
  border: 0 solid #000;
  border-radius: 0 8px 8px 0;
  width: 100px;
  height: 100%;
  padding: 5px;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .35s;
}

.subscribe-button-2:hover {
  background-color: #1d4fe0;
}

.hero-link-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #2f5ad5;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 8px 8px 8px 16px;
  line-height: 1;
  transition-property: all;
  display: flex;
}

.hero-link-2:hover {
  color: #fff;
  background-color: #0f0f11;
}

.sg---color-primary-2 {
  background-color: #2c60f5;
  width: 235px;
  height: 150px;
}

.sg---color-primary-2.secondary-color {
  background-color: #1d4fe0;
}

.sg---color-primary-2.body-color {
  background-color: #323232;
}

.sg---color-primary-2.black {
  background-color: #161616;
}

.borders-2 {
  opacity: 1;
  border: 1px solid #c5c5c5;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.borders-2.center {
  height: 100px;
}

.link-with-line-2 {
  z-index: 1;
  color: #161616;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.link-with-line-2:hover {
  color: #000;
}

.notification-banner-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #fff;
  background-color: #2f5ad5;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 2em;
  font-size: 14px;
  display: flex;
}

.notification-banner-2.notification-side-content {
  justify-content: space-between;
}

.rich-text-3 {
  color: #161616;
  width: 100%;
  max-width: 720px;
  line-height: 1.6;
}

.link-color-2:hover {
  color: #2c60f5;
}

.grid-holder-2 {
  grid-row-gap: 30px;
  background-color: #f8f8fa;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.style-guide-left-panel-holder-2 {
  background-color: #f8f8fa;
  align-items: flex-start;
  width: 405px;
  display: flex;
}

.sg---color-description-2 {
  grid-row-gap: 2px;
  background-color: #f8f8fa;
  flex-direction: column;
  padding: 15px;
  display: flex;
}

.headings-holder-2 {
  background-color: #f8f8fa;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.grid-2-col-2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
}

.style-guide-tab-holder-2 {
  color: #000;
  border-radius: 5px;
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 400;
  transition-property: background-color;
  transition-duration: .675s;
}

.style-guide-tab-holder-2:hover {
  color: #000;
  background-color: #fafafa;
}

.style-guide-tab-holder-2.w--current {
  color: #fff;
  background-color: #032d36;
}

.font-holder-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f8f8fa;
  border-radius: 12px;
  justify-content: space-between;
  margin-top: 2em;
  padding: 2em;
  display: flex;
}

.error-message-2 {
  text-align: center;
  background-color: #ffdede;
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  margin: 10px 1em 1em;
  padding: 10px;
}

.subscribe-email-2 {
  color: #000;
  background-color: #fafafa;
  border: 0 #000;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: background-color .35s, border-color .35s;
}

.subscribe-email-2:hover {
  background-color: #00000005;
}

.subscribe-email-2:focus {
  background-color: #fff;
  border-color: #2c60f5;
}

.subscribe-email-2::placeholder {
  color: #0000004d;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.header {
  width: 90%;
  height: 50px;
  margin-bottom: 10px;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-template-rows: 50px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.heading-8 {
  color: #fff;
  text-align: center;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  display: flex;
}

.collection-list-wrapper-2 {
  flex-direction: row;
  justify-content: center;
  width: 90%;
  display: block;
}

.collection-item {
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  margin-bottom: 0;
  display: block;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #000;
  grid-template: ". ."
                 ". Area"
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-flow: row dense;
  place-items: center start;
  margin-top: 0;
}

.heading-3 {
  margin-left: 0;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 600;
}

.category1 {
  display: block;
}

.category1.category-inlay {
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 400;
  display: block;
}

.text-block-9, .text-block-10 {
  font-weight: 400;
}

.check {
  width: 20px;
}

.hero-text-letter-3, .hero-text-letter-4 {
  perspective: 2000px;
  perspective-origin: 50%;
}

.hero-description-3 {
  color: #161616;
  max-width: 450px;
  margin-bottom: 20px;
  font-size: 24px;
}

.text-span-8 {
  color: var(--primary);
}

.section-2-about {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section-2-about.grey {
  background-color: #eef0f600;
  padding-top: 100px;
}

.nav-link-2 {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.nav-link-2:hover {
  color: #000;
}

.nav-link-2.w--current {
  color: #2c60f5;
}

.nav-link-2.white-nav-link {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 400;
}

.nav-link-2.nav-link-dropdown {
  text-align: center;
  padding-right: 25px;
}

.nav-dropdown-heading-2 {
  color: #d4d4d4;
  text-transform: uppercase;
  margin-top: 2em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

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

.text-block-11:hover {
  color: var(--primary);
}

.style-guide-gray-background-3 {
  background-color: #f8f8fa;
  border-radius: 12px;
}

.button-holder-3 {
  grid-row-gap: 30px;
  background-color: #f8f8fa;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
}

.button-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-transform: none;
  background-color: #2c60f5;
  border: 1px solid #2c60f5;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: border-color .35s, background-color .35s, color .35s;
  display: flex;
}

.button-3:hover {
  color: #fff;
  background-color: #1d4fe0;
  border-color: #1d4fe0;
}

.button-3.with-icon {
  text-align: left;
  background-image: var(--image-77011f4d);
  background-position: 84%;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 20px;
  padding-right: 40px;
}

.button-3.button-transparent {
  color: #2c60f5;
  background-color: #2c60f500;
}

.button-3.button-transparent:hover {
  color: #1d4fe0;
  border-color: #1d4fe0;
}

.button-3.black-border-button {
  color: #161616;
  background-color: #2c60f500;
  border-color: #161616;
}

.button-3.black-border-button:hover {
  color: #2c60f5;
  border-color: #2c60f5;
}

.notification-button-3 {
  color: #2f5ad5;
  background-color: #fff;
  border-radius: 5px;
  transition: background-color .35s, color .35s;
}

.notification-button-3:hover {
  background-color: #ffffffe6;
}

.subscribe-button-3 {
  color: #fff;
  background-color: #2c60f5;
  border: 0 solid #000;
  border-radius: 0 8px 8px 0;
  width: 100px;
  height: 100%;
  padding: 5px;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .35s;
}

.subscribe-button-3:hover {
  background-color: #1d4fe0;
}

.hero-link-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #2f5ad5;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 8px 8px 8px 16px;
  line-height: 1;
  transition-property: all;
  display: flex;
}

.hero-link-3:hover {
  color: #fff;
  background-color: #0f0f11;
}

.sg---color-primary-3 {
  background-color: #2c60f5;
  width: 235px;
  height: 150px;
}

.sg---color-primary-3.secondary-color {
  background-color: #1d4fe0;
}

.sg---color-primary-3.body-color {
  background-color: #323232;
}

.sg---color-primary-3.black {
  background-color: #161616;
}

.borders-3 {
  opacity: 1;
  border: 1px solid #c5c5c5;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.borders-3.center {
  height: 100px;
}

.link-with-line-3 {
  z-index: 1;
  color: #161616;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.link-with-line-3:hover {
  color: #000;
}

.notification-banner-3 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #fff;
  background-color: #2f5ad5;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 2em;
  font-size: 14px;
  display: flex;
}

.notification-banner-3.notification-side-content {
  justify-content: space-between;
}

.rich-text-4 {
  color: #161616;
  width: 100%;
  max-width: 720px;
  line-height: 1.6;
}

.link-color-3:hover {
  color: #2c60f5;
}

.grid-holder-3 {
  grid-row-gap: 30px;
  background-color: #f8f8fa;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.style-guide-tab-holder-3 {
  color: #000;
  border-radius: 5px;
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 400;
  transition-property: background-color;
  transition-duration: .675s;
}

.style-guide-tab-holder-3:hover {
  color: #000;
  background-color: #fafafa;
}

.style-guide-tab-holder-3.w--current {
  color: #fff;
  background-color: #0d2d36;
}

.font-holder-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f8f8fa;
  border-radius: 12px;
  justify-content: space-between;
  margin-top: 2em;
  padding: 2em;
  display: flex;
}

.paragraph-86 {
  color: var(--white);
}

.paragraph-87 {
  font-size: 18px;
}

.check-2 {
  opacity: .5;
  width: 38px;
}

.top-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.pricing-line-break-top {
  height: 30px;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 24px;
  padding-right: 24px;
}

.text-block-12 {
  opacity: .5;
  letter-spacing: 2px;
}

.pricing-section {
  color: #fff;
  background-color: #130e2c;
  justify-content: center;
  align-items: center;
  padding: 140px 3%;
  display: flex;
}

.grid-top-sticky {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  position: sticky;
  top: 0;
}

.arrow {
  margin-left: 12px;
}

.start-link {
  color: #8c54ff;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

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

.pricing-top {
  background-color: #fff;
  border-bottom: 1px solid #21abad;
  min-height: 146px;
  padding-top: 80px;
  padding-bottom: 0;
  padding-right: 24px;
  position: relative;
}

.pricing-table-cell {
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 40px;
  display: flex;
}

.title {
  color: #ffffff80;
  letter-spacing: 2px;
  font-size: 12px;
}

.help {
  opacity: .3;
  margin-left: 10px;
}

.pricing-grid-wrapper-mobile {
  display: none;
}

.help-icon {
  width: 18px;
}

.pricing-line-break {
  border-top: 1px solid #8c54ff;
  height: 81px;
  margin-top: 20px;
  padding-top: 44px;
  padding-bottom: 24px;
  padding-right: 24px;
}

.grid-pricing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.discount {
  color: #ffffff80;
  font-size: 14px;
}

.heading-9, .heading-10, .heading-11, .heading-12, .heading-13, .heading-14, .heading-15, .heading-16, .heading-table-legend {
  font-size: 18px;
}

.right-arrow-testimonials {
  width: 45px;
  height: 45px;
  transition: opacity .3s;
  inset: auto auto 0% 45px;
}

.right-arrow-testimonials:hover {
  opacity: .7;
}

.base-container-2 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.slider-review {
  background-color: #0000;
  width: 100%;
  height: 450px;
}

.photo-testimonial {
  width: 47%;
}

.white-text-2 {
  color: #fff;
}

.left-arrow-testimonials {
  width: 45px;
  height: 45px;
  transition: opacity .3s;
  inset: auto auto 0% 0%;
}

.left-arrow-testimonials:hover {
  opacity: .7;
}

.content-testimonial {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-bottom: 20px;
  display: flex;
}

.testimonial-wrapper {
  grid-column-gap: 30px;
  height: 100%;
  display: flex;
}

.section-5 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-5.blue-home-2-background {
  background-color: #032d36;
}

.hidden-2 {
  max-width: 600px;
  display: none;
  position: relative;
}

.testimonial {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.review {
  color: #c1c1c1;
  font-size: 24px;
}

.about-customer {
  margin-top: 30px;
  margin-bottom: 10px;
}

.ts-left {
  display: block;
}

.tc-img {
  object-fit: cover;
  border: 3px #21abad;
  border-radius: 100%;
  width: auto;
  height: 100px;
  position: relative;
}

.testimonial-section {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.ts-reviewer:hover {
  color: #fff;
}

.tlc-desc {
  color: #0d2d36;
  font-size: 18px;
  line-height: 1.3em;
  position: relative;
}

.ts-bottom-content {
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  padding-top: 0;
  display: flex;
}

.ts-content {
  padding: 40px 25px;
}

.tlc-head {
  text-transform: none;
  width: 100%;
  max-width: 624px;
  font-size: 55px;
  font-weight: 400;
  line-height: 66px;
  position: relative;
}

.tlc-content {
  max-width: 624px;
}

.ts-right {
  height: 100%;
  padding-left: 50px;
  display: flex;
  position: relative;
  overflow: visible;
}

.quote-img {
  opacity: .05;
  color: #fff;
  width: 88px;
  height: 64px;
  display: block;
  position: absolute;
  top: 44px;
  left: 44px;
}

.ts-card {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 15px;
  width: 99%;
  max-width: 484px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 5px -3px #00000080;
}

.ts-card:hover {
  color: #fff;
  background-color: #112631;
  border-top-left-radius: 0;
}

.ts-imgblock {
  border-radius: 0;
  width: auto;
  height: auto;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}

.ts-review {
  font-size: 16px;
  line-height: 1.3;
  position: relative;
  overflow: visible;
}

.tlc-head-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.ts-left-content {
  width: 100%;
  height: 100%;
  margin-top: 150px;
  position: sticky;
  top: 0;
  overflow: auto;
}

.ts-reviewer-name {
  color: #21abad;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.ts-block {
  flex-flow: row;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.container-5 {
  max-width: 1920px;
  padding-left: 100px;
  padding-right: 100px;
  display: none;
}

.ts-reviewer-desi {
  color: #4a494b;
  width: auto;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
}

.ts-reviewer-desi:hover {
  color: #fff;
}

.tlc-line {
  color: #21abad;
  background-color: #0074a2;
  width: 50px;
  height: 4px;
  margin-right: 10px;
  padding-right: 0;
  position: relative;
}

.tesr-right {
  margin-left: 30px;
  overflow: visible;
}

.tlc-small-head {
  color: #f08c3c;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}

.showcase-slider-columns {
  align-items: center;
  display: flex;
}

.marker-line {
  perspective-origin: 100%;
  transform-origin: 100%;
  background-color: #ccc;
  width: 0%;
  height: 1px;
  margin: 10px;
}

.marker-line.show {
  width: 100%;
}

.img-container-3 {
  z-index: 4;
  position: absolute;
  transform: scale(.8)translate(-35%);
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  align-items: center;
  position: relative;
}

.menu-item-text {
  color: #333;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  display: inline-block;
  transform: translate(0);
}

.img-wrapper-1 {
  color: #fff;
  text-align: center;
  background-color: #fff;
  background-image: var(--image-i73ef62e4);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 500px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 150px;
  line-height: 150px;
  display: flex;
  position: relative;
  box-shadow: -11px 11px 15px #0003;
}

.img-container-1b {
  z-index: 3;
  opacity: 0;
  position: absolute;
  transform: scale(.7)translate(-55%);
}

.section-homepage {
  width: 100%;
  height: 100vh;
  display: none;
}

.menu-item-header-container {
  color: #666;
  padding: 5px;
  font-family: Great Vibes, cursive;
  font-size: 36px;
  line-height: 48px;
}

.menu-item-text-wrapper {
  cursor: pointer;
  transition: all .2s;
  display: inline-block;
}

.menu-item-text-wrapper:hover {
  text-shadow: 4px 4px 3px #ccc;
  transform: translate(-5px, -5px);
}

.marker-number {
  color: #fff;
}

.img-container-1 {
  z-index: 6;
  position: absolute;
}

.showcase-images-wrapper {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: perspective(1000px);
}

.img-wrapper-2 {
  color: #fff;
  background-color: #fff;
  background-image: var(--image-i3924977);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 500px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 150px;
  line-height: 150px;
  display: flex;
  position: relative;
  box-shadow: -11px 11px 15px #0003;
}

.showcase-slider-container {
  width: 100%;
  max-width: 1300px;
}

.images-showcase-col {
  text-align: center;
}

.img-container-2 {
  z-index: 5;
  position: absolute;
  transform: scale(.9)translate(-20%);
}

.showcase-images-container {
  position: relative;
}

.marker-container {
  color: #aaa;
  justify-content: flex-end;
  align-items: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.marker-container.hide {
  opacity: 0;
}

.menu-item-text-container {
  color: #aaa;
  margin: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.img-container-2b {
  z-index: 2;
  opacity: 0;
  position: absolute;
  transform: scale(.7)translate(-55%);
}

.container-homepage {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.images-text-menu-col {
  z-index: 999;
  left: -215px;
}

.img-wrapper-3 {
  color: #fff;
  background-color: #92a4c2;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 500px;
  font-size: 150px;
  line-height: 150px;
  display: flex;
  position: relative;
  box-shadow: -11px 11px 15px #0003;
}

.text-block-13 {
  font-family: IBM Plex Sans, sans-serif;
}

.accordion-item-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: #fafafa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.accordion-description-2 {
  color: #7e8181;
  max-width: 800px;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 15px;
}

.tab-panel {
  background-color: #fff;
  border-radius: 24px;
  min-height: 500px;
  padding-left: 25px;
  padding-right: 25px;
  box-shadow: 0 60px 100px -50px #151c344f;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.heading {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 50px;
}

.tab-button {
  opacity: .7;
  color: #151c34;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 280px;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.tab-button.w--current {
  opacity: 1;
  color: #151c34;
  background-color: #0000;
  position: relative;
}

.tab-image {
  width: 44px;
  margin-right: 12px;
}

.paragraph {
  color: #0d2d36;
  max-width: 650px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.animation-credit {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 500px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.brodie-text {
  color: #8c54ff;
  font-size: 16px;
}

.link-arrow {
  color: #6a35ff;
  align-items: center;
  margin-top: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.load-bar-base {
  background-color: #eceff8;
  border-radius: 500px;
  max-width: 220px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.tab-h1 {
  color: #0d2d36;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
}

.content-block {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.tab-grid {
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.plain-text {
  color: #7a7c7f;
}

.tabs-menu-3 {
  justify-content: center;
  align-items: stretch;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.animation-block {
  border-radius: 25px;
}

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

.tabs-content-2 {
  padding-top: 40px;
  overflow: visible;
}

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

.text-block-15 {
  color: #21abad;
  margin-right: 14px;
}

.load-bar {
  background-color: #21abad;
  border-radius: 500px;
  width: 0%;
  height: 5px;
}

.avatar {
  border: 3px solid #fff;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  box-shadow: 21px 21px 80px #151c345e;
}

.content-section {
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section-portfolio {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -70px;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.hero-section-portfolio.home-hero-section {
  min-height: 100vh;
  margin-top: -130px;
}

.hero-section-portfolio.portfolio-hero-section {
  height: auto;
  min-height: 85vh;
  margin-top: 0;
  padding-top: 0;
}

.hero-text-content-testimonals {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  perspective: 1000px;
  color: var(--text-color);
  letter-spacing: -.8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.hero-text-content-testimonals.showcase-main-title {
  font-size: 60px;
}

.hero-text-content-testimonals.showcase-main-title.main-title-grey {
  color: #565656;
}

.hero-text-content-testimonals.home-hero-text-content {
  font-size: 75px;
}

.hero-text-content-testimonals.demo-page-hero-text {
  justify-content: center;
  max-width: 700px;
  font-size: 70px;
}

.hero-text-content-testimonals.testimonials-hero-text-contentat {
  font-size: 75px;
}

.hero-text-testimonials {
  width: auto;
  overflow: hidden;
}

.hero-text-testimonials._1 {
  color: var(--white);
}

.hero-text-testimonials._3 {
  color: var(--primary);
}

.hero-text-testimonials._5 {
  color: var(--text-color);
}

.hero-text-testimonials._4 {
  color: var(--text-color);
}

.hero-text-testimonials._2-services {
  color: var(--text-color);
}

.hero-text-testimonials._2-copy, .hero-text-testimonials._1-home {
  color: var(--white);
}

.hero-text-testimonials._2 {
  color: var(--text-color);
}

.hero-text-testimonials._8 {
  color: #2c60f5;
}

.hero-text-testimonials._5-copy {
  color: var(--fffffff);
  font-size: 50px;
  font-weight: 400;
  line-height: 1.3;
}

.content-section-2 {
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 3% 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-16 {
  color: #21abad;
  margin-right: 14px;
}

.heading-17 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 400;
}

.text-block-17 {
  color: #0d2d36;
}

.container-7 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.tlc-head-2 {
  text-transform: none;
  width: 100%;
  max-width: 624px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.container-8 {
  max-width: 1920px;
  padding-left: 100px;
  padding-right: 100px;
}

.tlc-line-2 {
  color: #032d36;
  background-color: #032d36;
  width: 50px;
  height: 4px;
  margin-right: 10px;
  padding-right: 0;
  position: relative;
}

.tlc-small-head-2 {
  color: #21abad;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
}

.grid-2-col-services {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  padding-left: 2rem;
  padding-right: 2rem;
}

.portfolio-hero-content {
  width: 100%;
  max-width: 590px;
  padding-top: 3em;
  padding-bottom: 8em;
}

.bold-text-2 {
  font-weight: 400;
}

.bold-text-3 {
  font-weight: 500;
}

.bold-text-4 {
  font-weight: 400;
}

.bold-text-5 {
  font-weight: 500;
}

.grid-2-col-aboutpage {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2-col-aboutpage.vertical {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.hero-section-secondary-about {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 300px;
  margin-top: -70px;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.hero-section-secondary-about.no-zindex {
  z-index: auto;
}

.hero-section-secondary-about.overflow-hidden {
  background-image: linear-gradient(#0d2d36, #0d2d36);
  margin-top: 0;
  overflow: hidden;
}

.grid-media {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  border-bottom: 3px solid var(--border-color);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 3em;
  padding-bottom: 3em;
  display: grid;
}

.grid-media.on-dark {
  grid-column-gap: 1.3em;
  grid-row-gap: 1.3em;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 3em;
  margin-bottom: 4em;
  display: none;
}

.grid-stats-about {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  border-bottom: 3px solid var(--border-color);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 3em;
  padding-top: 0;
  padding-bottom: 3em;
  display: grid;
}

.grid-stats-about.on-dark {
  margin-top: 3em;
  margin-bottom: 0;
}

.container-9 {
  margin-top: 60px;
  padding-top: 0;
}

.heading-18 {
  margin-top: 100px;
  font-size: 40px;
  font-weight: 400;
  display: none;
}

.slider-3 {
  background-color: #0000;
  height: 180px;
}

.slide-8 {
  margin-top: -48px;
  padding-left: 85px;
  padding-right: 85px;
}

.slider-wrapper-wide-2 {
  display: flex;
}

.services-grid-2-home {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #ebebeb;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3em;
  display: grid;
}

.image-9 {
  position: absolute;
  inset: 15% auto auto -9%;
}

.subscribe-portfolio {
  z-index: 1;
  width: 80%;
  margin-top: 3em;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  top: auto;
  right: 0%;
}

.subscribe-content {
  flex-direction: column;
  display: block;
}

.hero-section-secondary-insights {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 300px;
  margin-top: -70px;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.hero-section-secondary-insights.no-zindex {
  z-index: auto;
  margin-top: 0;
}

.hero-section-secondary-insights.overflow-hidden {
  overflow: hidden;
}

.hero-section-secondary-portfolio {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 300px;
  margin-top: -70px;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.hero-section-secondary-portfolio.no-zindex {
  z-index: auto;
  background-image: var(--image-ic066f41), linear-gradient(#00000080, #00000080);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  margin-top: 0;
}

.hero-section-secondary-portfolio.no-zindex.resources {
  background-image: linear-gradient(#0d2d36, #0d2d36);
  padding-bottom: 40px;
}

.hero-section-secondary-portfolio.no-zindex.no-padding-bottom {
  background-image: linear-gradient(#0d2d36, #0d2d36);
  min-height: 56vh;
}

.hero-section-secondary-portfolio.overflow-hidden {
  overflow: hidden;
}

.grd-container {
  margin-left: 80px;
  padding-left: 0;
}

.nav-dropdown-toggle-3 {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
}

.nav-dropdown-icon-2 {
  font-size: 16px;
  display: block;
  left: 140px;
}

.nav-item-title-2 {
  color: #191925;
  border-bottom: 1px solid #0000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.7em;
}

.nav-item-title-2:hover {
  color: #212121;
  border-bottom: 1px solid #0b1930;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list-3.w--open {
  width: 339px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-link-wrapper-2 {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link-4 {
  color: #0d2d36;
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 7px 8px 7px 0;
  font-size: 14px;
  line-height: 1.7em;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link-4:hover {
  color: #21abad;
  margin-left: 0;
}

.nav-dropdown-link-4:visited, .nav-dropdown-link-4:lang(en) {
  color: #0d2d36;
}

.nav-dropdown-link-4.w--current {
  color: #21abad;
  font-size: 14px;
}

.nav-dropdown-link-line-3 {
  background-color: #21abad;
  justify-content: space-around;
  align-items: stretch;
  width: 16px;
  height: 2px;
  margin-top: 15px;
  margin-right: 15px;
  display: flex;
}

.service-detail-grid-copy {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  align-items: center;
  display: grid;
}

.service-detail-grid-copy.full-align {
  align-items: stretch;
}

.image-holder-with-animation-copy.image-holder-service-detail {
  margin-top: 0;
  padding-top: 0%;
}

.image-holder-with-animation-copy.image-holder-service-detail-copy {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0%;
}

.image-with-animation-container-copy.image-service-detail-container-copy {
  max-width: none;
  height: 100%;
  position: relative;
  left: 0%;
}

.image-with-animation-container-copy {
  max-width: 50%;
  position: absolute;
  inset: 0% 0% auto 21%;
}

.image-with-animation-container-copy.image-service-detail-container, .image-with-animation-container-copy.image-service-detail-container-copy {
  height: 100%;
  position: relative;
}

.image-holder-with-animation-copy {
  margin-top: 3em;
  margin-bottom: -200px;
  padding-top: 78%;
  position: relative;
  overflow: hidden;
}

.image-holder-with-animation-copy.image-holder-service-detail {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0%;
}

.image-holder-with-animation-copy.image-holder-service-detail-copy {
  margin-top: 0;
  padding-top: 0%;
}

.image-with-animation-copy {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-holder-with-animation-2 {
  margin-top: 3em;
  padding-top: 78%;
  position: relative;
  overflow: hidden;
}

.image-holder-with-animation-2.image-holder-service-detail {
  margin-top: 0;
  padding-top: 0%;
}

.image-with-animation-container-2 {
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-with-animation-container-2.image-service-detail-container, .image-with-animation-container-2.image-service-detail-container-solvcom {
  height: 100%;
  position: relative;
}

.image-with-animation-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.image-holder-with-animation-3 {
  margin-top: 3em;
  padding-top: 78%;
  position: relative;
  overflow: hidden;
}

.image-holder-with-animation-3.image-holder-service-detail {
  margin-top: 0;
  padding-top: 0%;
}

.image-with-animation-container-3 {
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-with-animation-container-3.image-service-detail-container {
  height: 100%;
  position: relative;
}

.image-with-animation-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.video-container {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.section-background-products-banner {
  z-index: -1;
  background-color: var(--light-grey);
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-background-products-banner.hero-blog-bg-section {
  height: 100vh;
}

.section-background-products-banner.dark-section-bg {
  background-color: #0d2d36;
}

.section-background-products-banner.demo-pages-bg {
  background-color: #f5f5f5;
}

.container-product-banner {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
}

.container-product-banner.nav-container {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container-product-banner.hero-container {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-product-banner.big-container {
  max-width: none;
  padding-top: 0;
}

.container-product-banner.no-padding-top {
  padding-top: 0;
}

.container-product-banner.cta-container {
  background-image: var(--image-i7e3cf7dd);
  background-position: 0 0;
  background-size: cover;
  padding-top: 2em;
  padding-bottom: 2em;
}

.container-product-banner.container-footer {
  padding-top: 2em;
  padding-bottom: 2.1em;
}

.container-product-banner.with-large-bottom-padding {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.container-product-banner.no-padding-bottom {
  padding-bottom: 0;
}

.container-product-banner.small-container-bottom-padding {
  padding-bottom: 2em;
}

.container-product-banner.small-container-top-padding {
  padding-top: 2em;
}

.container-product-banner.nav-container-liight {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.grid-background {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  opacity: .05;
  grid-template: ". . . . ."
  / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
  position: fixed;
}

.div-grid-bg {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.div-contact-container {
  z-index: 10000;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.contact-button {
  z-index: 2;
  background-color: #4451f6;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  height: 60px;
  padding-left: 7vw;
  padding-right: 7vw;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.contact-button:hover {
  background-color: #4451f6cc;
}

.text-contact-button {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}

.div-section-number {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-end;
  align-self: end;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 10px 20px auto;
}

.div-number-container {
  justify-content: flex-end;
  align-items: center;
  width: 90px;
  height: 88px;
  margin-bottom: 5px;
  display: block;
  position: relative;
  overflow: hidden;
}

.text-section-numbers {
  color: #fff;
  font-size: 80px;
  line-height: 88px;
  position: relative;
  left: 182px;
}

.text-section-numbers._02 {
  opacity: .2;
  position: relative;
  top: 0;
}

.text-section-numbers._03 {
  opacity: .2;
  top: 0;
}

.div-background-interaction-numbers {
  background-color: #4451f6;
  height: 88px;
  display: block;
  position: absolute;
  inset: 88px 0% 0%;
}

.div-bar-sn {
  background-color: #fff3;
  width: 300px;
  height: 4px;
}

.div-small-bar-sn {
  background-color: #fff;
  width: 100px;
  height: 4px;
}

.opacity-down {
  z-index: 2;
  background-image: linear-gradient(to top, #000, #0000 75%);
  height: 60px;
  position: fixed;
  inset: auto 0% 0%;
}

.first-button {
  background-color: #181818;
  align-items: center;
  margin-top: 10px;
  padding-right: 20px;
  display: flex;
}

.text-button {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.image-10 {
  width: 0;
  height: 20px;
}

.div-block {
  background-color: #fff;
  border-radius: 100px;
  width: 8px;
  height: 8px;
}

.text-small-2 {
  z-index: 1;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 200;
  position: relative;
}

.text-small-2.click-me {
  opacity: .2;
  position: absolute;
  inset: 30px 20px auto auto;
}

.text-small-2.role {
  opacity: .4;
  line-height: 16px;
}

.grid-main {
  z-index: 1;
  grid-column-gap: 0px;
  background-image: var(--image-i327489e6);
  background-position: 0 0;
  background-size: cover;
  grid-template: ". . . . . ."
  / 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 125px;
  padding-left: 10%;
  position: relative;
}

.div-scroll-down {
  z-index: 11;
  opacity: .4;
  flex-direction: column;
  justify-content: center;
  align-self: end;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.div-scroll-conteiner {
  border: 1px solid #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 28px;
  height: 48px;
  margin-top: 5px;
  padding-top: 10px;
  display: flex;
}

.color {
  color: #4451f6;
  font-weight: 600;
}

.div-content-main {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-left-first-button {
  background-color: #4451f6;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 44px;
  margin-right: 20px;
  display: flex;
}

.bg-video {
  align-self: center;
  height: 100%;
  margin-left: -10vw;
  display: none;
}

.div-options-hardware {
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.arrow-3 {
  opacity: 0;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: 34px 0% 0% auto;
}

.section-project {
  z-index: 1;
  padding-top: 120px;
  position: relative;
}

.div-technology-container {
  cursor: pointer;
  background-color: #181818;
  padding: 30px 50px 10px 40px;
  position: relative;
}

.div-testimoninal {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  border: 3px solid #181818;
  grid-template: ". ."
                 ". ."
                 ". ."
                 / auto 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 4px;
  padding: 30px 40px 40px;
  display: grid;
}

.grande {
  opacity: .9;
  color: var(--white);
  margin-top: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.png-tec-base {
  opacity: 0;
  left: -10%;
}

.png-tec-base._2, .png-tec-base._1, .png-tec-base._4, .png-tec-base._5, .png-tec-base._3 {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.h4-technology {
  color: #21abac;
  margin-bottom: 40px;
}

.grid-project-ci {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 100px;
  grid-template: ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 / 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 200px;
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
}

.bar-flag {
  opacity: .2;
  background-color: #fff;
  height: 1px;
}

.quote-icon {
  width: 30px;
}

.div-png-tec-responsive {
  z-index: 0;
  margin-top: 40px;
  display: none;
  position: relative;
  overflow: hidden;
}

.div-picture-testimonial {
  filter: grayscale();
  background-image: var(--image-i3cefe1d1);
  background-position: 0%;
  background-size: cover;
  border: 2px solid #fff;
  border-radius: 100px;
  align-self: center;
  width: 80px;
  height: 80px;
}

.div-picture-testimonial._2 {
  background-image: var(--image-i3b3b0932);
  background-position: 50%;
  background-size: cover;
  align-self: center;
}

.paragraph-options {
  opacity: 1;
  color: var(--white);
  font-weight: 300;
}

.heading-19 {
  color: var(--primary);
  position: relative;
}

.div-background-interaction {
  background-color: #21abad;
  height: 60px;
  position: absolute;
  inset: 60px 0% 0%;
}

.div-title-project-technology {
  flex-direction: column;
  justify-content: center;
  align-self: start;
  align-items: stretch;
  display: flex;
  position: sticky;
  top: 15%;
}

.grid-project-technology {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template: ". . . . ."
  / 1fr 1fr 1fr 1fr 1fr;
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
}

.text-title-small {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.heading-2-projects {
  z-index: 1;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 60px;
}

.div-title-project {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 25%;
}

.div-title-project.ideas {
  display: none;
}

.div-png-tec {
  z-index: 0;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.div-conteiner-titles {
  height: 60px;
  margin-top: 5px;
  position: relative;
  overflow: hidden;
}

.div-bg-box {
  z-index: 2;
  background-color: #21abad;
  position: absolute;
  inset: 0%;
}

.div-bar-input {
  z-index: 2;
  background-color: #ffffff1a;
  align-items: center;
  width: auto;
  margin-left: 16px;
  padding: 4px 10px;
  display: flex;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.grid-generative-design {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 1fr minmax(0, 4px) 1fr minmax(0, 4px) 1fr;
  margin-bottom: 120px;
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
}

.h4-cs {
  color: #5f67f9;
}

.h4-cs._2 {
  color: #10b976;
}

.h4-cs._4 {
  color: #f9a95f;
}

.h4-cs._3 {
  color: #ddd596;
}

.grid-parameters {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / auto;
  width: 100%;
}

.grid-parameters._4 {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / auto;
}

.grid-parameters._1, .grid-parameters._3 {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  grid-template: "."
                 "."
                 "."
                 "."
                 / auto;
}

.grid-parameters._2 {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / auto;
}

.div-content-gd {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
  position: relative;
}

.div-circle-inside {
  background-color: #fff;
  width: 4px;
  margin-right: 20px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-circle-inside.yellow {
  background-color: #cad36e;
}

.div-circle-inside.pink {
  background-color: #ff75f1;
}

.div-circle-inside.red {
  background-color: #ff595c;
}

.div-circle-inside.blue {
  background-color: #4a98ff;
}

.div-circle-inside.purple {
  background-color: #5f67f9;
}

.text-bg {
  z-index: 0;
  opacity: .05;
  color: #fff;
  justify-content: flex-end;
  align-self: center;
  width: 100%;
  font-size: 160px;
  line-height: 200px;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

.grid-colors {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template: ". ."
                 ". ."
                 ". ."
                 / auto 1fr;
  width: 100%;
  margin-top: 30px;
}

.grid-colors._3 {
  grid-template-rows: auto auto auto;
  grid-template-areas: ". ."
                       ". ."
                       ". .";
}

.grid-colors._4 {
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
}

.section-design {
  z-index: 1;
  padding-top: 120px;
  position: relative;
}

.grid-case-study {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  margin-bottom: 200px;
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
}

.text-io {
  z-index: 1;
  color: #fff9;
  letter-spacing: 4px;
  text-transform: uppercase;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 200;
  position: relative;
}

.background-gd-card {
  z-index: 0;
  opacity: 0;
  background-color: #181818;
  position: absolute;
  inset: 0%;
}

.div-color {
  background-color: #181818;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 30px;
  display: flex;
  position: relative;
}

.centrado {
  color: var(--white);
  text-align: center;
  font-weight: 300;
}

.div-content-case-study {
  flex-direction: column;
  justify-content: center;
  align-self: start;
  align-items: flex-start;
  display: flex;
  top: 25%;
}

.gif {
  border-radius: 1000px;
  align-self: start;
  width: 32vw;
  height: 32vw;
  display: block;
  position: sticky;
  top: 25%;
  box-shadow: 1px 1px 100px #a440c14d;
}

.div-card-gd {
  z-index: 1;
  background-color: #181818;
  background-image: var(--image-1c4105b);
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 400px;
  padding: 30px 30px 10px;
  display: flex;
  position: relative;
}

.div-card-gd._2 {
  background-image: var(--image-7975aef3);
  background-size: auto;
}

.div-card-gd._3 {
  background-image: var(--image-5b2d7f3b);
  background-position: 50%;
  background-size: cover;
}

.div-inputoutput {
  background-color: #181818;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 16px 30px;
  display: flex;
  position: relative;
}

.text-span-9 {
  color: #181818;
  background-color: #fff;
  margin-right: 12px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 16px;
  font-weight: 600;
}

.text-small-title-cs {
  color: #fff;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
}

.div-content-card-gd {
  overflow: hidden;
}

.footer-2 {
  grid-column-gap: 0px;
  grid-template: ". . . . ."
  / 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 160px;
  margin-left: 10%;
  margin-right: 10%;
  padding-bottom: 60px;
}

.text-privacy-footer {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 200;
  display: block;
}

.text-privacy-footer.success {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-weight: 600;
}

.text-privacy-footer.succeserror {
  color: #4451f6;
  text-align: center;
  margin-top: 0;
  font-weight: 600;
}

.text-privacy-footer.pc {
  color: #21abad;
  font-weight: 600;
}

.success-message-3 {
  background-color: #4451f6;
}

.form-block {
  margin-top: 20px;
  margin-bottom: 0;
}

.error-message-3 {
  text-transform: uppercase;
  background-color: #181818;
  max-width: 400px;
  padding: 16px 20px;
  font-size: 12px;
}

.text-field {
  color: #fff;
  background-color: #21abad;
  border: 1px #000;
  align-self: stretch;
  width: 400px;
  height: 66px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 100;
}

.text-field:hover {
  background-color: #0d2d36;
  align-self: stretch;
}

.text-field:focus {
  color: #fff;
  background-color: #181818;
  align-self: stretch;
}

.text-field::placeholder {
  color: #fffc;
}

.image-solvcom-footer {
  align-self: center;
  width: 200px;
}

.form {
  grid-column-gap: 0px;
  grid-template: ". ."
  / 1fr 66px;
  grid-auto-columns: 1fr;
  display: grid;
}

.submit-button {
  opacity: .8;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #21abad;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 200;
}

.submit-button:hover {
  background-color: #0d2d36;
}

.body {
  background-color: #fff;
}

.body.insurcom {
  background-color: #000;
}

.heading-20 {
  color: var(--white);
  font-size: 25px;
}

.text-during-ani-copy {
  color: var(--white);
  font-weight: 400;
}

.text-span-10, .heading-21 {
  color: var(--white);
}

.stacked-heading-solvcom {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.solvcom-subheading {
  color: var(--white);
  font-weight: 400;
}

.image-11 {
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
}

.grande-expertise {
  opacity: .9;
  color: var(--white);
  margin-top: -50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.grande-mission {
  opacity: .9;
  color: var(--white);
  margin-top: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

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

.solvcom-about-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  color: var(--white);
  grid-template-rows: auto;
  align-items: center;
  font-weight: 300;
  display: grid;
}

.solvcom-about-grid.full-align {
  align-items: stretch;
}

.heading-23 {
  color: var(--white);
  font-size: 40px;
  font-weight: 400;
}

.paragraph-89 {
  color: var(--white);
  font-weight: 400;
}

.text-span-11, .text-span-12, .text-span-13 {
  color: var(--white);
}

.section-solvcom {
  z-index: 1;
  background-color: #000;
  position: relative;
}

.section-solvcom.dark-section {
  color: #fff;
  background-color: #181818;
}

.section-solvcom.white-bg {
  background-color: #fff;
}

.section-solvcom.slider-second-section {
  z-index: 2;
  background-color: #0000;
  margin-top: -15em;
  overflow: hidden;
}

.section-solvcom.slider-second-section.animation-bottom-on-page-load {
  background-color: #cfcece00;
  margin-top: 0;
}

.section-solvcom.overflow-hidden {
  overflow: hidden;
}

.section-solvcom.animation-bottom-on-page-load {
  margin-top: 60px;
}

.cta-solvcom {
  background-color: #000;
  width: 100%;
}

.container-solvcom {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em 0;
}

.container-solvcom.nav-container {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container-solvcom.hero-container {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-solvcom.big-container {
  max-width: none;
  padding-top: 0;
}

.container-solvcom.no-padding-top {
  padding-top: 0;
}

.container-solvcom.cta-container {
  background-image: var(--image-i7e3cf7dd);
  background-position: 0 0;
  background-size: cover;
  padding-top: 2em;
  padding-bottom: 2em;
}

.container-solvcom.container-footer {
  padding-top: 2em;
  padding-bottom: 2.1em;
}

.container-solvcom.with-large-bottom-padding {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.container-solvcom.no-padding-bottom {
  padding-bottom: 0;
}

.container-solvcom.small-container-bottom-padding {
  padding-bottom: 2em;
}

.container-solvcom.small-container-top-padding {
  padding-top: 2em;
}

.container-solvcom.nav-container-liight {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container-solvcom.container-footer-solvcom {
  padding-top: 2em;
  padding-bottom: 2.1em;
}

.container-solvcom-cta {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em 0;
}

.container-solvcom-cta.nav-container {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container-solvcom-cta.hero-container {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-solvcom-cta.big-container {
  max-width: none;
  padding-top: 0;
}

.container-solvcom-cta.no-padding-top {
  padding-top: 0;
}

.container-solvcom-cta.cta-container {
  background-color: #000;
  background-image: none;
  background-size: auto;
  padding-top: 2em;
  padding-bottom: 2em;
}

.container-solvcom-cta.container-footer {
  padding-top: 2em;
  padding-bottom: 2.1em;
}

.container-solvcom-cta.with-large-bottom-padding {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.container-solvcom-cta.no-padding-bottom {
  padding-bottom: 0;
}

.container-solvcom-cta.small-container-bottom-padding {
  padding-bottom: 2em;
}

.container-solvcom-cta.small-container-top-padding {
  padding-top: 2em;
}

.container-solvcom-cta.nav-container-liight {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.solvcom-footer {
  background-color: #0d2d36;
}

.container-solvcom-datanprivacy {
  background-color: #000;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em 0;
}

.container-solvcom-datanprivacy.nav-container {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container-solvcom-datanprivacy.hero-container {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-solvcom-datanprivacy.big-container {
  max-width: none;
  padding-top: 0;
}

.container-solvcom-datanprivacy.no-padding-top {
  padding-top: 0;
}

.container-solvcom-datanprivacy.cta-container {
  background-image: var(--image-i7e3cf7dd);
  background-position: 0 0;
  background-size: cover;
  padding-top: 2em;
  padding-bottom: 2em;
}

.container-solvcom-datanprivacy.container-footer {
  padding-top: 2em;
  padding-bottom: 2.1em;
}

.container-solvcom-datanprivacy.with-large-bottom-padding {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.container-solvcom-datanprivacy.no-padding-bottom {
  padding-bottom: 0;
}

.container-solvcom-datanprivacy.small-container-bottom-padding {
  padding-bottom: 2em;
}

.container-solvcom-datanprivacy.small-container-top-padding {
  padding-top: 2em;
}

.container-solvcom-datanprivacy.nav-container-liight {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.heading-24 {
  color: var(--white);
  line-height: 1.3;
}

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

.grid-2-col-solvcom {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

.list-item {
  list-style-type: disc;
}

.solvcom-link {
  color: var(--white);
  text-decoration: underline;
}

.solvcom-link:hover {
  color: var(--primary);
}

.section-solvcom-privacy {
  z-index: 1;
  background-color: #fff;
  position: relative;
}

.section-solvcom-privacy.dark-section {
  color: #fff;
  background-color: #181818;
}

.section-solvcom-privacy.white-bg {
  background-color: #fff;
}

.section-solvcom-privacy.slider-second-section {
  z-index: 2;
  background-color: #0000;
  margin-top: -15em;
  overflow: hidden;
}

.section-solvcom-privacy.slider-second-section.animation-bottom-on-page-load {
  background-color: #cfcece00;
  margin-top: 0;
}

.section-solvcom-privacy.overflow-hidden {
  background-color: #000;
  margin-bottom: 90px;
  overflow: hidden;
}

.section-solvcom-privacy.animation-bottom-on-page-load {
  margin-top: 60px;
}

.solvcom-about-section {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -70px;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.solvcom-about-section.home-hero-section, .solvcom-about-section.portfolio-hero-section {
  min-height: 100vh;
  margin-top: -130px;
}

.solvcom-about-container {
  background-color: #000;
  display: flex;
}

.solvcom-about-main-panel {
  background-color: #000;
  width: 100%;
  height: 100%;
  padding-top: 1em;
  padding-left: 0;
  padding-right: 0;
}

.solvcom-about-empty-container {
  padding: 2em 2em 2em 1em;
}

.solvcom-about-hero-holder {
  grid-row-gap: 11px;
  background-color: #0d2d36;
  border-radius: 30px;
  flex-direction: column;
  padding: 2em;
  display: flex;
}

.solvcom-about-small-title-copy {
  color: #fff;
  font-size: 23px;
}

.text-span-14 {
  color: #21abad;
}

.paragraph-90 {
  color: var(--white);
}

.list-2 {
  color: var(--white);
  margin-top: 10px;
  font-weight: 400;
  list-style-type: disc;
}

.solvcom-detail-content-copy {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.solvcom-about-dark-background-3-copy {
  background-color: #000;
  border-radius: 12px;
}

.text-span-15 {
  color: #21abad;
}

.solvcom-about-small-title-copy-copy {
  color: #fff;
  font-size: 18px;
}

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

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-team-members-grid {
  height: 100%;
  margin-top: auto;
  font-weight: 400;
  display: flex;
}

.content-team-members-grid.relative {
  position: relative;
}

.content-team-members-grid.relative.zindex-3 {
  z-index: 3;
}

.team-member-link {
  z-index: 1;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.team-member-link:hover {
  color: #21abad;
}

.breadcrumb-link-current {
  color: #21abad;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 400;
}

.breadcrumb-link-current.w--current {
  color: #522e82;
}

.paragraph-91 {
  color: var(--dim-grey);
  font-size: 16px;
}

.paragraph-92 {
  color: var(--dim-grey);
}

.dropdown-toggle {
  color: var(--white);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 300;
}

.dropdown-list {
  background-color: #0d2d36;
  position: relative;
}

.dropdown-list.w--open {
  border: .5px #fff;
}

.dropdown-link {
  color: var(--white);
  padding-left: 20px;
  font-size: 16px;
}

.dropdown-link:hover, .dropdown-link:active, .dropdown-link.w--current {
  color: var(--primary);
}

.dropdown-link-2 {
  color: var(--white);
  padding-left: 20px;
  font-size: 16px;
}

.dropdown-link-2:hover, .dropdown-link-2.w--current {
  color: var(--primary);
}

.icon-2 {
  color: var(--primary);
  font-size: 14px;
}

.dropdown-toggle-footer {
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 16px;
}

.dropdown-link-copy {
  color: var(--white);
  padding-left: 20px;
  font-size: 16px;
}

.dropdown-link-copy:hover, .dropdown-link-copy:active, .dropdown-link-copy.w--current {
  color: var(--primary);
}

.dropdown-list-solvcom {
  background-color: #000;
  position: relative;
}

.dropdown-list-solvcom.w--open {
  background-color: #0d2d36;
  border: .5px #fff;
}

.dropdown-toggle-footer-solvcom {
  color: var(--white);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  font-size: 16px;
}

.content-solvcom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  margin-top: 0;
  font-weight: 400;
  display: block;
}

.content-solvcom.relative {
  position: relative;
}

.content-solvcom.relative.zindex-3 {
  z-index: 3;
}

.content-solvomc {
  height: 100%;
  margin-top: 100px;
  font-weight: 400;
  display: block;
}

.content-solvomc.relative {
  position: relative;
}

.content-solvomc.relative.zindex-3 {
  z-index: 3;
}

.div-team-details {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.link-block-2-copy, .link-team-email {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.link-team-number {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.solvcom-hero-buttons-holder {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3em;
  display: flex;
}

.text-block-19 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  text-decoration: underline;
  display: flex;
}

.text-block-19:hover {
  color: var(--primary);
}

.link-block-24 {
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.solvcom-qr-code {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.image-with-animation-container-2-solvcom {
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-with-animation-container-2-solvcom.image-service-detail-container, .image-with-animation-container-2-solvcom.image-service-detail-container-solvcom {
  height: 100%;
  position: relative;
}

.image-holder-with-animation-2-solvcom {
  margin-top: 3em;
  padding-top: 78%;
  position: relative;
  overflow: hidden;
}

.image-holder-with-animation-2-solvcom.image-holder-service-detail {
  margin-top: 0;
  padding-top: 0%;
}

.content-solvomc-image {
  height: 100%;
  margin-top: 100px;
  font-weight: 400;
  display: block;
}

.content-solvomc-image.relative {
  position: relative;
}

.content-solvomc-image.relative.zindex-3 {
  z-index: 3;
}

.hero-content-blog {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.image-with-animation-csr {
  object-fit: cover;
  width: auto;
  height: auto;
  min-height: auto;
  overflow: scroll;
}

.image-with-animation-container-csr {
  max-width: none;
  position: absolute;
  inset: 0% 0% auto;
}

.image-with-animation-container-csr.image-service-detail-container, .image-with-animation-container-csr.image-service-detail-container-copy {
  height: 100%;
  position: relative;
}

.image-holder-with-animation-csr {
  margin-top: 3em;
  margin-bottom: 0;
  padding-top: 78%;
  position: relative;
  overflow: hidden;
}

.image-holder-with-animation-csr.image-holder-service-detail, .image-holder-with-animation-csr.image-holder-service-detail-copy {
  margin-top: 0;
  padding-top: 0%;
}

.text-block-20, .text-block-21 {
  color: var(--text-color);
}

.list-item-with-checkicon-contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--grey-text);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
  display: flex;
}

.list-details-contact-page {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-top: 2em;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.hero-description-contact {
  color: var(--text-color);
  max-width: 650px;
  margin-bottom: 20px;
  font-size: 24px;
}

.hero-description-contact.no-max-width {
  max-width: none;
  margin-bottom: 0;
}

.hero-description-contact.center-hero-description {
  text-align: center;
}

.air-text-2 {
  color: #0d2d36;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
}

.air-heading-1 {
  color: #0d2d36;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3em;
}

.air-wrap-2 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  flex: 0 60%;
  justify-content: center;
  padding-right: 3em;
  display: flex;
}

.air-wrap-4 {
  z-index: 5;
}

.air-container-1 {
  width: 100%;
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
}

.air-section-1 {
  background-color: #eee;
  margin-top: 0;
  padding: 5em;
  font-size: 1vw;
}

.air-wrap-1 {
  display: flex;
}

.air-text-1 {
  color: #0d2d36;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
}

.air-wrap-3 {
  flex: 1;
  padding-left: 0;
}

.air-wrap-5 {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  flex-direction: column;
  display: flex;
}

.hero-text-content-home {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  perspective: 1000px;
  color: var(--text-color);
  letter-spacing: -.8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.hero-text-content-home.showcase-main-title {
  font-size: 60px;
}

.hero-text-content-home.showcase-main-title.main-title-grey {
  color: #565656;
}

.hero-text-content-home.home-hero-text-content {
  font-size: 75px;
  display: block;
}

.hero-text-content-home.demo-page-hero-text {
  justify-content: center;
  max-width: 700px;
  font-size: 70px;
}

.hero-text-content-home.testimonials-hero-text-contentat {
  font-size: 75px;
}

.section-background-home-hero {
  z-index: -1;
  background-color: var(--light-grey);
  background-image: linear-gradient(#0d2d36, #0d2d36);
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-background-home-hero.hero-blog-bg-section {
  height: 100vh;
}

.section-background-home-hero.dark-section-bg {
  background-color: #0d2d36;
}

.section-background-home-hero.demo-pages-bg {
  background-color: #f5f5f5;
}

.image-12 {
  position: static;
}

.home-hero-content-image {
  width: 100%;
  max-width: 590px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-13 {
  overflow: clip;
}

.flowout-buttons {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.flowout-hero-cta {
  width: 100%;
  max-width: 400px;
  margin-left: 40px;
}

.flowout-hero-heading {
  color: #f9f9f9;
  width: 100%;
  max-width: 680px;
  margin-top: 0;
  margin-bottom: -12px;
  font-size: 56px;
  font-weight: 400;
  line-height: 80px;
}

.flowout-brand {
  justify-content: flex-start;
  align-items: center;
  margin-right: 44px;
  padding: 0;
  display: flex;
}

.flowout-brand.w--current {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 12px;
  display: flex;
}

.flowout-header {
  background-image: var(--image-i3d634906);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100vh;
  margin-top: 0;
  display: flex;
}

.flowout-header.hero-section {
  background-image: var(--image-218cf5c3);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -130px;
}

.flowout-menu {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flowout-container {
  flex: 1;
  align-self: stretch;
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
}

.flowout-companies-content {
  max-width: 220px;
  margin-right: 40px;
  font-size: 20px;
  line-height: 32px;
}

.flowout-hero-content {
  color: #f9f9f9;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
  display: flex;
}

.flowout-companies {
  background-color: #21abad;
}

.flowout-nav-link {
  color: #f9f9f9;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
}

.flowout-top {
  align-self: stretch;
}

.flowout-hero-company {
  transition: opacity .3s;
}

.flowout-hero-company:hover, .flowout-hero-company:focus {
  opacity: .7;
}

.flowout-companies-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
}

.flowout-companies-text {
  color: var(--white);
  font-size: 18px;
}

.flowout-navbar-container {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.flowout-brand-image {
  flex: 0 auto;
  width: 100%;
}

.flowout-hero-text {
  color: #fff;
  margin-bottom: 8px;
}

.flowout-button {
  color: #313f34;
  text-align: center;
  background-color: #0000;
  border: 1px solid #313f34;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.flowout-button:hover, .flowout-button:focus {
  color: #f9f9f9;
  background-color: #313f34;
}

.flowout-button.flowout-navbar-button {
  min-width: 107px;
  min-height: 48px;
  margin-left: 21px;
  padding-top: 0;
  padding-bottom: 0;
}

.flowout-button.flowout-button-cta {
  color: #313f34;
  background-color: #c8ebc8;
  border-color: #c8ebc8;
}

.flowout-button.flowout-button-cta:hover, .flowout-button.flowout-button-cta:focus {
  background-color: #b1e2b1;
  border-color: #b1e2b1;
}

.flowout-burger {
  margin-left: 21px;
}

.flowout-hero {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: auto;
}

.flowout-navbar {
  background-color: #0000;
}

.flowout-companies-logos {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

.flowout-hero-wrapper {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider-home-hero {
  background-color: #0000;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  height: 150px;
  display: flex;
}

.slide-8-home-hero {
  margin-top: -36px;
  padding-left: 85px;
  padding-right: 85px;
}

.image-14 {
  align-self: flex-end;
}

.image-15 {
  align-self: center;
}

.image-16 {
  align-self: stretch;
}

.code-embed {
  display: flex;
}

.hero-text-letter-5 {
  perspective: 2000px;
  perspective-origin: 50%;
  color: #fff;
}

.hero-content-2 {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.section-background-3 {
  z-index: -1;
  background-color: #fafafa;
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-17 {
  height: auto;
  margin-left: 0;
  display: inline-block;
}

.hero-text-content-3 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  perspective: 1000px;
  color: #0d2d36;
  letter-spacing: -.8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.hero-text-content-3.home-hero-text-content {
  font-size: 75px;
}

.home-hero-content-2 {
  width: 100%;
  max-width: 590px;
  padding-top: 3em;
  padding-bottom: 0;
}

.home-image-overlay-2 {
  opacity: .2;
  background-image: linear-gradient(to right, #fff, #fff0 67%);
  position: absolute;
  inset: 0%;
}

.paragraph-93 {
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

.home-features_h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.3;
}

.home-features_image2 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
}

.section_home-features {
  background-color: #000;
}

.home-features_logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.home-features_logo.is-2 {
  color: #259dff;
}

.home-features_logo.is-1 {
  color: #00da3a;
}

.home-features_logo.is-3 {
  color: #f8c324;
}

.home-features_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-icon-2 {
  color: #21abad;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: .125rem;
  margin-left: .5rem;
  display: flex;
}

.passing-section-zero {
  padding-top: 0;
  padding-bottom: .25rem;
}

.home-features_logo-wrapper {
  border: 1px solid #ecebeb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: .75rem;
  padding: .25rem;
  display: flex;
  overflow: hidden;
}

.home-features_subheading {
  color: #000;
  align-items: center;
  font-size: 1.35rem;
  font-weight: 500;
  display: flex;
}

.home-features_image-wrapper {
  aspect-ratio: 1;
  border-radius: 20px;
  width: 40vw;
  max-width: 30rem;
  overflow: hidden;
}

.home-features_list {
  z-index: 0;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.home-features_description {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #4144ff;
  border-radius: 4px;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-4.is-icon {
  color: #fff;
  background-color: #0d2d3d;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.home-features_item-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  max-width: 30rem;
  margin-right: 2rem;
  display: grid;
}

.home-features_item-content-wrapper.is-right {
  margin-left: 2rem;
  margin-right: 0;
}

.home-features_item-wrapper {
  background-color: #fff;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 4rem;
  display: flex;
  position: sticky;
  bottom: 3rem;
  overflow: hidden;
}

.home-features_item-wrapper.is-3 {
  z-index: 1;
  bottom: 3rem;
}

.home-features_item-wrapper.is-1 {
  z-index: 3;
  background-color: #0d2d36;
  border-radius: 0;
  position: relative;
  bottom: 0;
}

.home-features_item-wrapper.is-2 {
  z-index: 2;
  background-color: #0d2d36;
  border-radius: 0;
  flex-direction: row-reverse;
  bottom: 6rem;
}

.text-block-22, .text-block-23 {
  color: #21abad;
  font-size: 18px;
  font-weight: 400;
}

.text-span-16 {
  color: #fff;
}

.text-block-24 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.text-span-17 {
  color: #fff;
}

.content-copy {
  width: 92%;
  height: 100%;
  margin-top: 0;
  margin-left: 38px;
  font-weight: 400;
  display: flex;
}

.content-copy.relative {
  position: relative;
}

.content-copy.relative.zindex-3 {
  z-index: 3;
}

.service-item-link-2-copy {
  color: var(--white);
  border-bottom: 1px solid #fff;
  line-height: 1;
}

.text-block-25, .text-block-26, .text-block-27 {
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.3rem;
  display: flex;
}

.text-block-28 {
  justify-content: center;
  align-self: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.3rem;
  display: flex;
}

.text-block-29 {
  justify-content: center;
  align-items: flex-end;
  font-size: 18px;
  line-height: 1.3rem;
  display: flex;
}

.image-18 {
  align-self: flex-end;
}

.slider-wrapper-wide-3 {
  display: flex;
}

.slide-9 {
  margin-top: -48px;
  padding-left: 85px;
  padding-right: 85px;
}

.image-19 {
  align-self: stretch;
}

.slider-home-footer {
  background-color: #0000;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  height: 150px;
  display: flex;
}

.nav-price-line {
  background-color: #eee;
  height: 2px;
  margin-top: 50px;
}

.crafter-box {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}

.nav-price-box {
  grid-column-gap: 40px;
  justify-content: space-between;
  margin-top: 25px;
  display: flex;
}

.drop-link {
  text-decoration: none;
}

.dropdown-toggle-2 {
  color: #fff;
  padding: 10px 45px 10px 35px;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.dropdown-toggle-2.v2 {
  padding-right: 45px;
}

.text-box {
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.nav-drop-text {
  color: #737277;
  margin-top: 5px;
  font-weight: 400;
}

.plan-light-text {
  color: #323232;
  margin-top: 5px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.nav-pricing-box {
  grid-column-gap: 10px;
  color: #000;
  align-items: center;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3rem;
  display: flex;
}

.pricing-porfit-link {
  grid-column-gap: 15px;
  align-items: center;
  max-width: 320px;
  text-decoration: none;
  display: flex;
}

.pricing-light-text {
  color: #737277;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3rem;
}

.pricing-box {
  background-color: #0000;
  background-image: var(--image-i4753c11);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.ed-image {
  width: 60px;
}

.priicng-text {
  color: #000;
  margin-top: 6rem;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3rem;
}

.nav-price-image {
  border-radius: 30px;
}

.pricing-dropdown {
  border-radius: 4px;
}

.pricing-dropdown.w--open {
  background-color: #fff;
  border-radius: 30px;
  justify-content: space-between;
  width: auto;
  margin-top: 0;
  padding-left: 30px;
  display: flex;
  top: 45px;
  left: 0;
  right: -14vw;
  box-shadow: 0 10px 30px -10px #00000080;
}

.pricing-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.nav-pricing {
  max-width: 270px;
  text-decoration: none;
}

.drop-icon {
  width: 8px;
}

.learn-more-button {
  text-align: center;
  background-color: #8878f9;
  border-radius: 8px;
  margin-top: 30px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.pricing-arrow {
  width: 20px;
}

.text-block-30, .text-block-30.text-black {
  color: var(--white);
}

.icon-4 {
  color: #21abad;
}

.text-block-31 {
  font-weight: 400;
  line-height: 1.3rem;
}

.nav-dropdown-menu-item {
  max-width: 270px;
  text-decoration: none;
}

.blog-big-wrapper-copy {
  justify-content: center;
  margin-top: -15em;
  display: flex;
}

.youtube {
  display: flex;
}

.testimonial-author-wrap {
  margin-top: 45px;
}

.testimonial-image-2 {
  width: 100%;
}

.right-arrow {
  display: none;
  inset: auto 35% 0% auto;
}

.container-10 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav-3 {
  display: none;
}

.testimonial-paragraph {
  color: #0d2d36;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.slider-right {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
  box-shadow: 1px 1px 55px #00163214;
}

.testimonial-content-wrap {
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  display: flex;
}

.logo {
  width: 114px;
  margin-bottom: 8px;
}

.slider-arrow-wrap {
  margin-top: 45px;
  display: flex;
}

.testimonial-columns {
  display: flex;
}

.arrow-disabled {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
}

.arrow-4 {
  width: 28px;
}

.slider-left {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  margin-right: 15px;
  padding: 15px 36px;
  display: flex;
  box-shadow: 1px 1px 45px #0016321a;
}

.quote-image {
  min-width: 70px;
  position: absolute;
  top: -25px;
  left: -15px;
}

.author-name {
  color: #546681;
  margin-top: 0;
  font-size: 17px;
  font-weight: 400;
}

.icon-5 {
  color: #4c4172;
}

.testimonial-image-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 85px;
  display: flex;
  position: relative;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.left-arrow {
  display: none;
  position: absolute;
  inset: auto 40% 0% auto;
}

.testimonial-content-block {
  max-width: 590px;
  position: relative;
}

.next-button {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
  box-shadow: 1px 1px 55px #00163214;
}

.back-button {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  margin-right: 15px;
  padding: 15px 36px;
  display: flex;
  box-shadow: 1px 1px 45px #0016321a;
}

.nav-image {
  border-radius: 0;
  max-width: 35px;
}

.nav-dropdown-icon-3 {
  color: #21abad;
  margin-right: 10px;
  padding-left: 5px;
}

.nav-link-3 {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.nav-link-3:hover {
  color: #000;
}

.nav-link-3.w--current {
  color: #21abad;
}

.text-block-32 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 12px;
  display: none;
}

.text-block-32:hover {
  color: #21abad;
}

.nav-dropdown-icon-4 {
  color: #21abad;
  margin-right: 10px;
  padding-left: 5px;
}

.text-block-33 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 12px;
}

.text-block-33:hover {
  color: #21abad;
}

.hero-content-portfolio {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.text-span-18 {
  color: var(--scarlett-red);
}

.text-block-34 {
  font-size: 18px;
}

.section-home-horizontalscroll {
  height: 300vw;
  margin-top: 50px;
}

.image-phone-horizontal-scroll {
  width: 100%;
  height: 100%;
}

.layout_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.frame-home-horizontalscroll {
  height: 100vh;
  display: flex;
}

.page-padding-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.h2 {
  font-size: 2.5rem;
  font-weight: 600;
}

.h2.text-color-white {
  color: #161616;
  font-size: 52px;
  font-weight: 300;
  line-height: 1.3;
}

.camera-home-horizontalscroll {
  aspect-ratio: auto;
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.h3 {
  font-size: 1.25rem;
  font-weight: 600;
}

.h3.text-color-white {
  color: #161616;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.section-layout {
  z-index: 20;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: -200px;
  display: flex;
  overflow: visible;
}

.image-star-horizontal-scroll {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 100%;
}

.text-size-regular {
  font-size: 1rem;
  font-weight: 400;
}

.text-size-regular.text-color-white {
  color: #0f0f0f;
}

.layout_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.padding-vertical-3 {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical-3.padding-custom1 {
  padding: 0 0 6rem;
}

.margin-bottom-2, .margin-bottom-2.margin-xxlarge, .margin-bottom-2.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-medium {
  font-size: 1.125rem;
  font-weight: 400;
}

.text-size-medium.text-color-white {
  color: #161616;
  font-size: 18px;
}

.layout_image-wrapper {
  width: 100%;
  height: 100%;
}

.clip-element {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
}

.text-span-19 {
  color: #21abad;
}

.page-padding-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-vertical-4 {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical-4.padding-custom1 {
  padding: 6rem 0;
}

.section-home-horizontalscroll-2 {
  width: auto;
  height: 160vw;
}

.page-padding-5 {
  align-self: center;
  margin-top: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.padding-vertical-5 {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical-5.padding-custom1, .padding-vertical-5.padding-custom1-copy {
  padding: 6rem 0;
}

.padding-vertical-5.padding-xhuge {
  padding-left: 0;
  padding-right: 0;
}

.text-span-20, .text-span-21 {
  color: #21abad;
}

.paragraph-84-copy-2 {
  color: #161616;
  justify-content: flex-start;
  margin-top: 0;
  display: flex;
}

.text-block-35 {
  color: var(--text-color);
}

.text-block-35:hover {
  color: var(--primary);
}

.cta-button-holder-copy {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.layout_item-list-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.text-span-22 {
  color: var(--primary);
}

.text-span-23 {
  color: #21abad;
}

.nav-title {
  grid-column-gap: 10px;
  color: #000;
  align-items: center;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3rem;
  display: flex;
}

.container-home-welcom {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em 0;
}

.container-home-welcom.nav-container {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container-home-welcom.hero-container {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-home-welcom.big-container {
  max-width: none;
  padding-top: 0;
}

.container-home-welcom.no-padding-top {
  padding-top: 0;
}

.container-home-welcom.cta-container {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-top: 2em;
  padding-bottom: 2em;
}

.container-home-welcom.container-footer {
  padding-top: 2em;
  padding-bottom: 2.1em;
}

.container-home-welcom.with-large-bottom-padding {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: grid;
}

.container-home-welcom.no-padding-bottom {
  padding-bottom: 0;
}

.container-home-welcom.small-container-bottom-padding {
  padding-bottom: 2em;
}

.container-home-welcom.small-container-top-padding {
  padding-top: 2em;
}

.container-home-welcom.nav-container-liight {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container-home-welcom.with-large-bottom-padding-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: grid;
}

.container-home-welcom.with-large-bottom-padding {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.container-home-welcom.no-padding-bottom-home-welcome {
  padding-bottom: 0;
}

.container-home-welcom.no-padding-bottom-home-welcome-copy {
  padding-bottom: 5em;
}

.container-home-welcom.no-padding-bottom-home-welcome-copy.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-25 {
  color: #161616;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.3em;
}

.bmj-block1-wrap-grid-1 {
  grid-column-gap: 2em;
  grid-row-gap: 4em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-right: 2em;
  display: grid;
}

.bmj-form-text-1 {
  color: #8494a4;
  background-image: var(--image-16e8b483);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto .3em;
  margin-bottom: .8em;
  padding-right: .5em;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.bmj-block1-text-1 {
  color: #536b80;
  background-image: var(--image-444636e3);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto .7em;
  padding-left: 1.5em;
  font-size: 1.3em;
  line-height: 1.3em;
}

.bmj-b-decor-1 {
  border-top: 1px #d4dadf;
  border-left: .2em solid #d4dadf;
  width: .1em;
  margin-left: 6em;
  margin-right: 6em;
}

.bmj-block1-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
}

.bmj-block2-form-1 {
  border-radius: 30px;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.5em 2em 2.5em 2.3em;
  display: flex;
  box-shadow: 0 1px 4px #0000005c;
}

.bmj-section-1 {
  background-image: var(--image-ic066f41);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 7em 5em;
  font-size: 1vw;
}

.text-block-36 {
  color: #8494a4;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.6em;
}

.bmj-container-1 {
  width: 100%;
  max-width: 70em;
  margin-left: auto;
  margin-right: auto;
}

.bmj-block1-wrap-heading-1 {
  color: #294662;
  margin-bottom: 1.5em;
}

.bmj-b-wrap-block-1 {
  flex-direction: column;
  flex: 0 42%;
  align-items: flex-start;
  display: flex;
}

.bmj-block1-wrap-text-1 {
  grid-column-gap: 2em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bmj-block1-text-2 {
  color: #536b80;
  font-size: 1.3em;
  line-height: 1.6em;
}

.bmj-form-textfield-1 {
  margin-bottom: 2em;
}

.bmj-form-button-1 {
  margin-left: auto;
  margin-right: auto;
  padding: 1em 6em;
  font-size: 1.3em;
  line-height: 1.3em;
}

.bmj-form-select_field-1 {
  color: #294661;
  background-color: #0000;
  border: .1em #d4dbdf;
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.3em;
}

.bmj-block2-formblock-1 {
  margin-bottom: 0;
}

.bmj-b-wrap-block-2 {
  flex: 0 42%;
}

.bmj-wrap-a-1 {
  width: 100%;
  max-width: 50em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5em;
}

.bmj-form-link-1 {
  color: #536b80;
  text-align: left;
  align-items: center;
  font-size: 1em;
  line-height: 1.3em;
  text-decoration: none;
  display: block;
}

.bmj-form-link-1:hover, .bmj-form-link-1:focus {
  text-decoration: underline;
}

.bmj-block1-wrap-text-2 {
  grid-column-gap: 2em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-37 {
  color: #161616;
  text-align: left;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-size: 18px;
  line-height: 1.3em;
}

.bmj-form-wrap-button-1 {
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bmj-block1-link-1 {
  color: #499ae8;
  font-size: 1.3em;
  line-height: 1.3em;
  text-decoration: none;
}

.bmj-from-wrap-select-1 {
  background-color: #fff;
  border: .1em solid #d4dbdf;
  width: 100%;
  margin-bottom: 2em;
  position: relative;
}

.bmj-wrap-b-1 {
  border-top: .2em solid #d4dadf;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 5em;
  padding-bottom: 0;
  display: flex;
}

.text-block-38 {
  font-size: 18px;
}

.field-label-2 {
  text-align: left;
}

.error-message-4 {
  background-color: #ff761833;
}

.contacts-input {
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #0b193033;
  height: auto;
  margin-bottom: 20px;
  padding: 9px 18px 9px 0;
  font-size: 18px;
  transition: all .2s;
}

.contacts-input:focus {
  border-color: #0000 #0000 #21abad;
}

.contacts-input::placeholder {
  color: #0b1930cc;
  font-size: 16px;
}

.success-message-4 {
  background-color: #0000;
}

.contacts-textarea {
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #0b193033;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 100%;
  margin-bottom: 30px;
  padding: 9px 18px 9px 0;
  font-size: 16px;
}

.contacts-textarea:focus {
  border-color: #0000 #0000 #21abad;
}

.contacts-textarea::placeholder {
  color: #0b1930cc;
  font-size: 16px;
}

.form-block-contacts {
  width: 100%;
  margin-bottom: 0;
}

.div-block-74 {
  grid-column-gap: 40px;
  width: 100%;
  display: flex;
}

.div-block-74-copy {
  grid-column-gap: 40px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.form-2 {
  grid-column-gap: 40px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28 {
  color: #21abad;
}

.insurcom-qr-code-copy {
  object-fit: cover;
  border-radius: 30px;
  width: auto;
  height: 100%;
}

.insurcom-link {
  color: var(--white);
  text-decoration: underline;
}

.insurcom-link:hover {
  color: var(--primary);
}

.insurcom-about-small-title {
  color: #fff;
  font-size: 23px;
}

.fade-in-move-on-scroll-insurcomlogo {
  justify-content: flex-start;
  display: flex;
}

.image-20 {
  align-self: center;
}

.insurcom-about-empty-container {
  padding: 2em 2em 2em 1em;
}

.paragraph-94 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0;
}

.text-span-29, .text-span-30, .text-span-31 {
  color: var(--primary);
}

.content-insurcom-image {
  height: 100%;
  margin-top: 100px;
  font-weight: 400;
  display: block;
}

.content-insurcom-image.relative {
  position: relative;
}

.content-insurcom-image.relative.zindex-3 {
  z-index: 3;
}

.text-span-32, .text-span-33, .text-span-34 {
  color: var(--primary);
}

.nav-menu-item {
  grid-column-gap: 10px;
  color: #000;
  align-items: center;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3rem;
  display: flex;
}

.grid-main-insurcom {
  z-index: 1;
  grid-column-gap: 0px;
  background-image: linear-gradient(#0d2d3666, #0d2d3666), var(--image-i327489e6);
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  grid-template: ". . . . . ."
  / 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 70vh;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 125px;
  padding-left: 10%;
  display: block;
  position: relative;
}

.grid-main-solvcom {
  z-index: 1;
  grid-column-gap: 5px;
  grid-row-gap: 1px;
  background-image: var(--image-4c2ca19e);
  background-position: 0 0;
  background-size: cover;
  grid-template: ". . . . . ."
  / 1fr;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 125px;
  padding-left: 10%;
  position: relative;
}

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

.fs-cc-banner3_text {
  color: #21abad;
  font-size: 18px;
  font-weight: 400;
}

.fs-cc-manager3_text {
  color: #4b79f0;
  margin-left: .625rem;
  font-weight: 700;
  display: inline-block;
}

.fs-cc-prefs3_component {
  z-index: 997;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 2rem;
  display: none;
  position: relative;
}

.fs-cc-prefs3_buttons-wrapper {
  background-color: #f2f3ff;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 1.5rem 2rem;
  display: flex;
}

.fs-cc-prefs3_overlay {
  z-index: -1;
  background-color: #000c;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs3_title {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3;
}

.fs-cc-prefs3_checkbox {
  border-radius: 999rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-right: .75rem;
}

.fs-cc-prefs3_checkbox.w--redirected-checked {
  background-color: #129657;
  background-size: 16px;
  border-color: #129657;
}

.fs-cc-prefs3_checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #129657;
}

.fs-cc-preferences3_close-icon {
  color: #21abad;
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-banner3_text-link {
  color: #21abad;
  border-bottom: 2px solid #21abad;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs3_option {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.fs-cc-prefs3_header {
  background-color: #21abad;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.fs-cc-prefs3_checkbox-field {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.fs-cc-prefs3_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-banner3_paragraph {
  color: #161616;
  margin-top: .75rem;
  margin-bottom: 0;
}

.fs-cc-banner3_buttons-wrapper {
  flex: none;
}

.fs-cc-prefs3_button {
  color: #fff;
  text-align: center;
  background-color: #129657;
  border: 2px solid #129657;
  border-radius: 999rem;
  padding: .875rem 2rem;
  font-size: 1rem;
}

.fs-cc-prefs3_button.fs-cc-button-alt {
  color: #7e7e7e;
  background-color: #fff;
  border-color: #a8a8a8;
  margin-right: .75rem;
}

.fs-cc-prefs3_close {
  background-color: #fff;
  border-radius: 999rem;
  padding: .75rem;
  position: absolute;
  inset: 2rem 2rem auto auto;
}

.fs-cc-banner3_button {
  color: #fff;
  background-color: #129657;
  border-radius: 500px;
  padding: .875rem 2rem;
  font-size: 1.125rem;
  text-decoration: none;
}

.fs-cc-banner3_button.fs-cc-button-alt {
  background-color: #df6966;
  margin-right: .75rem;
}

.fs-cc-banner3_button.button.button-tabs-copy {
  background-color: #21abad;
}

.fs-cc-prefs3_content {
  padding: 2rem;
}

.fs-cc-banner3_button-text {
  display: inline-block;
}

.fs-cc-prefs3_line {
  background-color: #e9e9e9;
  flex: 1;
  height: 1px;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.fs-cc-banner3_button-icon {
  width: 1rem;
  margin-right: .625rem;
}

.fs-cc-manager3-link {
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.fs-cc-manager3_component {
  z-index: 999;
  background-color: #fff;
  border-radius: 999rem;
  align-items: center;
  display: none;
  position: absolute;
  inset: auto auto 2rem 2rem;
  box-shadow: 7px 7px 12px #0000001a;
}

.fs-cc-prefs3_submit {
  color: #fff;
  text-align: center;
  background-color: #4b53eb;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .875rem 2rem;
  font-size: 1rem;
}

.fs-cc-banner3_block {
  margin-right: 2rem;
}

.fs-cc-manager3_icon {
  color: #21abad;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.fs-cc-prefs3_label {
  color: #161616;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.fs-cc-banner3_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-cc-prefs3_icon {
  color: #fff;
  width: 2rem;
  height: 2rem;
  margin-right: .75rem;
}

.fs-cc-banner3_component {
  z-index: 998;
  background-color: #fff;
  border-radius: 1rem;
  margin: 2rem;
  padding: 2rem;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 7px 7px 12px #0000001a;
}

.fs-cc-prefs3_form-wrapper {
  background-color: #fff;
  border-radius: .75rem;
  max-width: 45rem;
  margin-bottom: 0;
  overflow: hidden;
}

.fs-cc-prefs3_form {
  position: relative;
}

.text-span-35, .text-span-36, .text-span-37, .text-span-38, .text-span-39, .text-span-40 {
  color: var(--primary);
}

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

.logo-box {
  background-image: var(--image-i4753c11);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 70px;
  padding-right: 60px;
  display: flex;
}

.menu-box-title {
  color: #000;
  margin-top: 6rem;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3rem;
}

.menu-box-subtitle {
  color: #737277;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3rem;
}

.ba-dropdown {
  border-radius: 4px;
}

.ba-dropdown.w--open {
  background-color: #fff;
  border-radius: 30px;
  flex-flow: row;
  justify-content: space-around;
  width: 75vw;
  margin-top: 0;
  padding-left: 30px;
  display: flex;
  top: 45px;
  left: -37.5vw;
  box-shadow: 0 10px 30px -10px #00000080;
}

.ba-box {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}

.text-span-41 {
  color: var(--primary);
}

.list-container {
  width: 80%;
  margin-top: 10px;
}

.solvcom-qr-code-coming-soon {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  min-height: 150px;
}

.solvcom-link-coming-soon {
  color: var(--white);
  text-decoration: underline;
}

.solvcom-link-coming-soon:hover {
  color: var(--primary);
}

.client-logo-grid {
  max-width: 624px;
  padding-top: 20px;
}

.text-span-42 {
  color: #21abad;
}

.video-slider {
  padding-top: 55px;
  padding-bottom: 55px;
  display: block;
}

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

.section-insurcom {
  z-index: 1;
  background-color: #0d2d36;
  position: relative;
}

.section-insurcom.dark-section {
  color: #fff;
  background-color: #181818;
}

.section-insurcom.white-bg {
  background-color: #fff;
}

.section-insurcom.slider-second-section {
  z-index: 2;
  background-color: #0000;
  margin-top: -15em;
  overflow: hidden;
}

.section-insurcom.slider-second-section.animation-bottom-on-page-load {
  background-color: #cfcece00;
  margin-top: 0;
}

.section-insurcom.overflow-hidden {
  overflow: hidden;
}

.section-insurcom.animation-bottom-on-page-load {
  margin-top: 60px;
}

.section-insurcom.bottom-padding {
  padding-bottom: 2rem;
}

.text-block-39, .paragraph-95 {
  color: var(--white);
}

.image-21 {
  padding-top: 20px;
}

.solvcom-retail-qr {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  min-height: 150px;
}

.solvcom-retail-qr-code {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.section-copy {
  z-index: 1;
  background-color: #fff;
  margin-bottom: 0;
  position: relative;
}

.section-copy.dark-section {
  color: #fff;
  background-color: #181818;
}

.section-copy.white-bg {
  background-color: #fff;
}

.section-copy.slider-second-section {
  z-index: 2;
  background-color: #0000;
  margin-top: -15em;
  overflow: hidden;
}

.section-copy.slider-second-section.animation-bottom-on-page-load {
  background-color: #cfcece00;
  margin-top: -10em;
}

.section-copy.overflow-hidden {
  margin-bottom: 0;
  overflow: hidden;
}

.section-copy.animation-bottom-on-page-load {
  margin-top: 60px;
}

.heading-24-copy {
  color: var(--white);
  margin-top: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
}

.code-embed-2 {
  margin-bottom: 60px;
  display: none;
}

.div-block-75 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  display: flex;
}

.text-block-4-about-us-text {
  color: var(--white);
  font-weight: 400;
}

.text-block-4-about-us-text:hover {
  color: var(--primary);
}

.tabs-menu-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.button-tabs {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  text-transform: none;
  border-radius: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: border-color .35s, background-color .35s, color .35s;
  display: flex;
}

.button-tabs:hover {
  border-style: solid;
  border-color: var(--primary);
  background-color: var(--light-grey);
  color: #21abad;
}

.button-tabs.w--current {
  background-color: var(--white);
  color: #21abad;
}

.button-tabs.with-icon {
  text-align: left;
  background-image: var(--image-77011f4d);
  background-position: 84%;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 20px;
  padding-right: 40px;
}

.button-tabs.white-button {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.button-tabs.white-button:hover {
  background-color: var(--light-grey);
}

.button-tabs.transparent-on-dark {
  background-color: #ffffff0d;
  border-color: #fff;
}

.button-tabs.transparent-on-dark:hover {
  border-color: var(--primary);
  color: #fff;
  background-color: #ffffff1a;
}

.button-tabs.nav-button {
  border-color: var(--white);
  color: var(--text-color);
  background-color: #16161600;
  padding: 10px 15px;
  position: relative;
}

.button-tabs.nav-button:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.button-tabs.button-transparent {
  color: var(--primary);
  background-color: #2c60f500;
}

.button-tabs.button-transparent:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.button-tabs.black-border-button {
  border-color: var(--text-color);
  color: var(--text-color);
  background-color: #2c60f500;
}

.button-tabs.black-border-button:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.button-tabs.button-link {
  color: var(--primary);
  background-color: #2c60f500;
  border-color: #2c60f500;
  padding: 0;
  transition: all .3s, border-color .35s, background-color .35s, color .35s;
}

.button-tabs.button-link:hover {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.button-tabs.button-transparent-copty {
  border-color: var(--white);
  color: var(--white);
  background-color: #2c60f500;
}

.button-tabs.button-transparent-copty:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.solvcom-solutions-link {
  z-index: 1;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.solvcom-solutions-link:hover {
  color: #21abad;
}

.resi-paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-span-43, .text-span-44 {
  color: #21abad;
}

.grid-7 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.client-logo-image {
  box-sizing: border-box;
  max-width: 75px;
  display: block;
  overflow: clip;
}

.text-block-40 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 12px;
  display: none;
}

.text-block-40:hover {
  color: #21abad;
}

.nav-dropdown-icon-5, .nav-dropdown-icon-6 {
  color: #21abad;
  margin-right: 10px;
  padding-left: 5px;
}

.text-block-41 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 12px;
}

.text-block-41:hover {
  color: #21abad;
}

.fs-cc-banner3_text-2 {
  color: #0d2d36;
  font-size: 18px;
  font-weight: 400;
}

.fs-cc-prefs3_component-2 {
  z-index: 997;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 2rem;
  display: none;
  position: relative;
}

.fs-cc-preferences3_close-icon-2 {
  color: #4b53eb;
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs3_header-2 {
  background-color: #2730d4;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.fs-cc-banner3_paragraph-2 {
  color: #0d2d36;
  margin-top: .75rem;
  margin-bottom: 0;
}

.fs-cc-manager3_component-2 {
  z-index: 999;
  background-color: #fff;
  border-radius: 999rem;
  align-items: center;
  display: none;
  position: absolute;
  inset: auto auto 2rem 2rem;
  box-shadow: 7px 7px 12px #0000001a;
}

.fs-cc-manager3_icon-2 {
  color: #4b53eb;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.fs-cc-prefs3_label-2 {
  color: #4b53eb;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.fs-cc-banner3_component-2 {
  z-index: 998;
  background-color: #fff;
  border-radius: 1rem;
  margin: 2rem;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
  box-shadow: 7px 7px 12px #0000001a;
}

.fs-cc-banner3_component-2.show {
  display: block;
}

.cookie-consent-banner {
  z-index: 998;
  background-color: #fff;
  border-radius: 1rem;
  width: 40%;
  margin: 2rem;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
  box-shadow: 7px 7px 12px #0000001a;
}

.cookie-consent-banner.show {
  display: block;
}

.cookie-consent-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.cookie-consent-banner-block {
  margin-right: 2rem;
}

.cookie-consent-button-wrapper {
  flex: none;
}

.cookie-consent-banner-button-text {
  display: inline-block;
}

.cookie-consent-banner-button {
  color: #fff;
  background-color: #129657;
  border-radius: 500px;
  padding: .875rem 2rem;
  font-size: 1.125rem;
  text-decoration: none;
}

.cookie-consent-banner-button.fs-cc-button-alt {
  background-color: #df6966;
  margin-right: .75rem;
}

.cookie-consent-banner-button.button {
  background-color: #21abad;
}

.cookie-consent-banner-button.button:hover {
  background-color: #fff;
}

.cookie-consent-banner-button.button.button-tabs-copy {
  background-color: #21abad;
}

.dd-logo-box {
  background-color: #0000;
  background-image: var(--image-i4753c11);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.phone-side {
  z-index: 10;
  width: 400px;
  height: 626px;
  margin-top: 40px;
}

.conversation {
  flex-flow: wrap;
  justify-content: flex-end;
  display: flex;
}

.text-bubble {
  z-index: 3;
  background-color: #fff;
  border-radius: 15px;
  margin-left: 10px;
  padding: 10px 15px;
  position: relative;
}

.text-bubble.client-respone {
  background-color: #000;
}

.text-bubble.left {
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 10px;
  display: flex;
}

.text-bubble.left.lottie {
  padding: 0;
}

.lottie-animation-16 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.phone-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 626px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bubble-indicator {
  z-index: 2;
  width: 20px;
  max-width: 20px;
  position: absolute;
  inset: auto -10px 0% auto;
}

.bubble-indicator.left {
  transform-style: preserve-3d;
  inset: auto auto 0% -5%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.text-profile-pic {
  border-radius: 100%;
  width: 36px;
  height: 36px;
  margin-left: 10px;
}

.text-profile-pic.left {
  margin-left: 0;
  margin-right: 10px;
}

.phone-background {
  background-color: #cccdcf;
  border-radius: 50px;
  width: 300px;
  height: 614px;
  padding: 60px 20px 30px;
  position: absolute;
}

.conversation-wrapper {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.phone-outline {
  z-index: 1;
  width: 100%;
  position: absolute;
}

.div-block-73 {
  justify-content: center;
  align-items: center;
  max-width: 80px;
  max-height: 35px;
  display: flex;
}

.conversation-line {
  transform-origin: 0%;
  align-items: flex-end;
  margin-bottom: 15px;
  display: flex;
}

.conversation-line.right {
  transform-origin: 100%;
  justify-content: flex-end;
}

.text-block-42, .text-block-43 {
  color: var(--white);
  font-size: 13px;
}

.text-block-44, .text-block-45 {
  font-size: 13px;
}

.section-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.why-reel-pay_mobile-image {
  width: 100%;
  position: absolute;
}

.why-reel-pay_mobile-image.roundeded {
  border-radius: 20px;
}

.text-size-medium-2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.text-size-medium-2.text-white {
  color: var(--white);
}

.section_why-reel-pay {
  background-color: #000;
  margin-top: 60px;
}

.section_why-reel-pay.bi-page {
  background-color: #0000;
  margin-top: 6rem;
}

.why-reel-pay_content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.why-reel-pay_mobile-image-wrapper {
  display: none;
}

.text-block-46 {
  color: #fff;
}

.padding-global-2 {
  margin-top: -40px;
  padding-left: 5%;
  padding-right: 5%;
}

.why-reel-pay_desktop-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.features-link {
  grid-column-gap: 29px;
  color: #21a099;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.features-link.second {
  padding-bottom: 0;
}

.why-reel-pay_content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.why-reel-pay_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.why-reel-pay_component.home {
  display: block;
}

.why-reel-pay_image {
  width: 100%;
  position: absolute;
}

.why-reel-pay_image.is-image2, .why-reel-pay_image.is-image1, .why-reel-pay_image.is-image3 {
  border-radius: 20px;
}

.text-block-53 {
  color: #21abad;
}

.background-holder-2 {
  z-index: -999;
  opacity: 0;
  position: relative;
}

.text-block-52 {
  color: #21abad;
}

.background-layer {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.background-layer.background-color-3 {
  background-color: #fff;
}

.background-layer.background-color-1 {
  background-color: #6db1bf;
}

.background-layer.background-color-2 {
  background-color: #0d2d36;
}

.top-text {
  color: #21abad;
  font-size: 18px;
  line-height: 22px;
}

.top-text.second {
  color: #fff;
}

.top-text.label {
  color: #fffbfe;
  background-image: linear-gradient(#21abad, #21abad);
  border-style: solid;
  border-color: #21abad;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
}

.top-text.label.dark-bg {
  background-image: linear-gradient(#0d2d36, #0d2d36);
  border-color: #0d2d36;
}

.heading-26 {
  color: var(--white);
  font-size: 60px;
  font-weight: 400;
}

.heading-27 {
  font-weight: 400;
}

.bold-text-7 {
  font-size: 60px;
  font-weight: 400;
}

.section-home-hero {
  flex-flow: column;
  height: 100vh;
  display: flex;
}

.section-home-hero.is-relative {
  background-image: linear-gradient(#0d2d3659, #0d2d3659), var(--image-f6b5427);
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 85vh;
  margin-top: 0;
  position: relative;
}

.section-home-hero.is-relative.solvcom-bi {
  background-image: linear-gradient(#0d2d3666, #0d2d3666), var(--image-i20d2521b);
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.home-headiing-first {
  margin-top: 20rem;
}

.text-size-small {
  font-size: .875rem;
  font-weight: 400;
}

.home-hero-wrapper {
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-style-h1 {
  text-transform: none;
  margin-bottom: 5px;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.1;
}

.full-image-absolute {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-wrapper {
  overflow: hidden;
}

.image-revealer {
  z-index: -1;
  background-color: #e4e4e4;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.padding-global-3 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.padding-global-3.padding-section-small {
  margin-bottom: 2.5rem;
}

.padding-global-3.padding-section-small.is-full-height {
  height: 100%;
}

.home-heading-second {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  display: grid;
}

.paragraph-96 {
  opacity: 1;
  color: #fffbfe;
  letter-spacing: .1px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.reveal-wrap {
  position: relative;
}

.spacer-20 {
  width: 100%;
  height: 20px;
}

.h1 {
  color: #fff;
  text-transform: none;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

.h1.white {
  color: #fffbfe;
  margin-top: 0;
  font-size: 50px;
}

.button-5 {
  color: #000;
  background-color: #70f37d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.button-5:hover {
  box-shadow: none;
  color: #fcfcfc;
  background-color: #000;
}

.grid_2-1 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  align-items: center;
}

.grid_2-1.insurcom {
  grid-template-columns: .75fr .5fr;
  padding-top: 100px;
}

.reveal-block {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #000000b3;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.spacer-10 {
  width: 100%;
  height: 10px;
}

.flex-vertical {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 6rem;
  display: flex;
}

.main-image {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  max-height: 100vh;
}

.section_hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50vh;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.wrap-5vw {
  z-index: 1;
  width: 100%;
  padding: 5vw;
}

.container-11 {
  z-index: 1;
  width: 100%;
  position: relative;
}

.text-span-46 {
  color: #21abad;
}

.button-group {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.cta {
  padding-top: 20px;
}

.header-primary-button {
  color: #fff;
  text-align: center;
  background-color: #1c2122;
  border-radius: 30rem;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 4px 4px #21abad;
}

.header-primary-button:hover {
  box-shadow: none;
  color: #fff;
}

.header-primary-button.navbar-cta {
  color: #fcfcfccc;
  padding: 9px 16px;
}

.text-block-54 {
  color: #fff;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 300;
}

.text-block-54.bi {
  font-weight: 300;
  line-height: 1.3;
}

.header-secondary-button {
  color: #1c2122;
  text-align: center;
  border: 1px solid #1c2122;
  border-radius: 30rem;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.header-secondary-button:hover {
  color: #fff;
  background-color: #1c2122;
}

.text-block-55 {
  font-weight: 500;
}

.split-word {
  font-weight: 400;
  line-height: 1.3;
}

.split-word.learn-more {
  font-weight: 400;
}

.text-span-47 {
  color: var(--primary);
}

.navbar_logo-link {
  max-width: 140px;
  padding-top: 5px;
  padding-left: 0;
}

.navbar-menu {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fcfcfccc;
  border: 1px #f7f7f7;
  border-radius: 50px;
  align-items: center;
  padding-right: 12px;
  display: flex;
}

.button-6 {
  color: #000;
  background-color: #70f37d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.button-6:hover {
  box-shadow: none;
  color: #fcfcfc;
  background-color: #000;
}

.button-6.nav {
  color: #000;
  height: auto;
  margin-left: 10px;
  padding: 9px 17px;
  font-size: 14px;
}

.button-6.nav:hover {
  color: #fcfcfc;
}

.wrap-5vw_sides {
  padding-left: 5vw;
  padding-right: 5vw;
}

.navbar-link {
  color: #fff;
  border-bottom: 1px #0000;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 15px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.navbar-link:hover {
  opacity: .65;
  color: #fff;
  border-bottom-style: none;
  border-bottom-color: #000;
}

.navbar-link.w--current {
  color: #fff;
  text-decoration: underline;
}

.navbar-link.far-left {
  color: #fff;
  margin-left: 10px;
  font-size: 16px;
  line-height: 24px;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.hamburger {
  padding: 0;
  display: none;
}

.logo-code {
  color: #000;
}

.text-weight-semibold-2 {
  font-weight: 600;
}

.text-size-medium-3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.text-size-medium-3.text-weight-bold {
  font-size: 18px;
  line-height: 1.3;
}

.testimonial_content-left {
  position: sticky;
  top: 30%;
}

.margin-top-2 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top-2.margin-huge {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-top-2.margin-large {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top-2.margin-large.padding-top {
  padding-top: 20px;
}

.margin-top-2.margin-medium, .margin-top-2.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.testimonial_content-item {
  background-color: #fff;
  border: 1px solid #3cf1be;
  border-radius: 15px;
  margin-bottom: 2rem;
  padding: 2rem;
  position: sticky;
}

.testimonial_content-item.content-item-4 {
  border-color: #21abad;
  top: 36%;
}

.testimonial_content-item.content-item-3 {
  border-color: #21abad;
  top: 34%;
}

.testimonial_content-item.content-item-1 {
  border-color: #21abad;
  top: 30%;
}

.testimonial_content-item.content-item-2 {
  border-color: #21abad;
  top: 32%;
}

.testimonial_client-image-wrapper {
  margin-right: 1rem;
}

.padding-global-4 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-section-large {
  padding-top: 0;
  padding-bottom: 7rem;
}

.padding-section-large.reduce-padding {
  padding-bottom: 2rem;
}

.testimonial_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.section_testimonial {
  padding-top: 0;
  padding-bottom: 10rem;
}

.testimonial_customer-image-2 {
  object-fit: cover;
  border-radius: 0%;
  width: 250px;
  min-width: 3rem;
  height: auto;
  min-height: 3rem;
}

.testimonial_component-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.bold-text-8 {
  font-weight: 400;
}

.text-span-48 {
  color: var(--primary);
}

.text-block-56, .text-block-57, .text-block-58, .text-block-59, .text-block-60, .text-block-61, .text-block-62 {
  font-weight: 300;
}

.header_image-wrapper {
  position: relative;
}

.phone-side-2 {
  z-index: 10;
  width: 400px;
  height: 650px;
}

.padding-global-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.avatar-circle {
  border-radius: 100%;
  position: absolute;
  box-shadow: 0 0 0 3px #4d68eb;
}

.avatar-circle.is-2 {
  inset: auto 0% 0% auto;
  box-shadow: 0 0 0 3px #21abad;
}

.avatar-circle.is-6 {
  inset: auto auto 0% -5%;
  box-shadow: 0 0 0 3px #21abad;
}

.avatar-circle.is-3 {
  inset: auto -8% 50% auto;
}

.avatar-circle.is-3.hide-mobile-portrait {
  box-shadow: 0 0 0 3px #21abad;
}

.avatar-circle.is-1 {
  z-index: 2;
  inset: -7% auto auto -9%;
  box-shadow: 0 0 0 3px #21abad;
}

.conversation-2 {
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.section_header {
  background-color: #fff;
}

.section_header.top-padding {
  padding-top: 10rem;
}

.header-primary-button-2 {
  color: #fff;
  text-align: center;
  background-color: #1c2122;
  border-radius: 30rem;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 4px 4px #21abad;
}

.header-primary-button-2:hover {
  box-shadow: none;
  color: #fff;
}

.text-block-63 {
  font-weight: 300;
}

.header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.bg-circle {
  z-index: -1;
  background-color: #4d68eb;
  background-image: linear-gradient(-63deg, #4d68eb, #fff);
  border-radius: 100%;
  width: 60rem;
  height: 60rem;
  position: absolute;
  inset: -45% 0% auto auto;
}

.text-block-64 {
  font-weight: 300;
}

.text-block-64.bi {
  color: #fff;
  line-height: 1.3;
}

.text-block-64.bi:hover {
  color: #fff;
}

.lottie-animation-17 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-49 {
  font-size: 12px;
}

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

.text-block-47, .text-block-51 {
  font-size: 12px;
}

.text-profile-pic-2 {
  border-radius: 100%;
  width: 36px;
  height: 36px;
  margin-left: 10px;
}

.text-profile-pic-2.left {
  margin-left: 0;
  margin-right: 10px;
}

.text-block-48 {
  font-size: 12px;
}

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

.div-block-76 {
  justify-content: center;
  align-items: center;
  max-width: 80px;
  max-height: 35px;
  display: flex;
}

.bold-text-9, .bold-text-10 {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

.heading-28 {
  font-size: 52px;
  line-height: 1.3;
}

.bold-text-11 {
  font-size: 52px;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph-97 {
  color: var(--text-color);
  font-weight: 400;
  line-height: 1.3;
}

.logo_logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
}

.logo_wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.logo_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.logo_content-left {
  max-width: 20rem;
}

.padding-global-6 {
  padding-left: 5%;
  padding-right: 5%;
}

.logo_logo {
  opacity: 1;
  max-height: 2.5rem;
}

.section_logo {
  background-color: #fff;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.heading-style-h4 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

.text-color-white {
  color: #fff;
}

.analytics-illustration {
  position: absolute;
}

.text-weight-light {
  font-weight: 300;
}

.integrations-illustration {
  margin-bottom: -2rem;
  padding-top: 0;
}

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

.chat-transfer-illustration {
  margin-bottom: -4.5rem;
}

.features_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.features_item {
  border: 1px solid #0a0f0d;
  border-radius: 15px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 2rem 1.5rem;
  display: flex;
}

.features_item.background-color-black {
  background-color: #0d2d36;
  border-color: #0d2d36;
}

.features_item.background-color-white {
  border-color: #21abad;
}

.features_item.background-color-green {
  background-color: #21abad;
  border-color: #21abad;
}

.features_item.background-color-lawn-green {
  border-color: #21abad;
}

.multi-language-illustration {
  margin-bottom: -2rem;
}

.padding-global-7 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.custom-chat-illustration {
  margin-top: -4.5rem;
  margin-bottom: 3rem;
}

.features_image-wrapper {
  width: 100%;
  position: relative;
}

.section_features {
  background-color: #fff;
  display: block;
}

.solvcom-intro-container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em 0;
}

.solvcom-intro-container.nav-container {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.solvcom-intro-container.hero-container {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.solvcom-intro-container.big-container {
  max-width: none;
  padding-top: 0;
}

.solvcom-intro-container.no-padding-top {
  padding-top: 0;
}

.solvcom-intro-container.cta-container {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-top: 2em;
  padding-bottom: 2em;
}

.solvcom-intro-container.container-footer {
  padding-top: 2em;
  padding-bottom: 2.1em;
}

.solvcom-intro-container.with-large-bottom-padding {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: grid;
}

.solvcom-intro-container.no-padding-bottom {
  padding-bottom: 0;
}

.solvcom-intro-container.small-container-bottom-padding {
  padding-bottom: 2em;
}

.solvcom-intro-container.small-container-top-padding {
  padding-top: 2em;
}

.solvcom-intro-container.nav-container-liight {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.solvcom-intro-container.with-large-bottom-padding-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: grid;
}

.solvcom-intro-container.with-large-bottom-padding {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.solvcom-intro-container.no-padding-bottom-home-welcome {
  padding-bottom: 0;
}

.solvcom-intro-container.no-padding-bottom-home-welcome-copy {
  color: var(--text-color);
  padding-bottom: 10em;
}

.solvcom-intro-container.no-padding-bottom-home-welcome-copy-copy {
  color: var(--text-color);
  padding-bottom: 4em;
}

.solvcom-intro-container.no-padding-bottom-home-welcome-copy-copy.no-padding-bottm {
  padding-top: 0;
}

.container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.text-block-65 {
  color: #fff;
}

.padding-global-8 {
  padding-left: 5%;
  padding-right: 5%;
}

.text-block-66 {
  color: #21abad;
}

.background-holder-3 {
  z-index: -999;
  opacity: 0;
  position: relative;
}

.text-block-67 {
  color: #21abad;
}

.partners-sec {
  padding-bottom: 140px;
}

.container-12 {
  width: 100%;
  max-width: 77.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.partners-colum {
  justify-content: center;
  align-items: center;
  padding: 22px;
  transition: all .5s;
  display: flex;
}

.partners-colum:hover {
  border-radius: 5px;
  box-shadow: 0 45px 80px #0000001a;
}

.logo-2 {
  color: #21a099;
  margin-top: 33px;
}

.container-13 {
  width: 100%;
  max-width: 77.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.heading-h2 {
  color: #343434;
  margin-top: 0;
  font-size: 52px;
  font-weight: 400;
  line-height: 48px;
}

.features-link-2 {
  grid-column-gap: 29px;
  color: #21a099;
  align-items: flex-end;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.features-sec {
  background-color: #fff;
  padding-bottom: 140px;
}

.features-grid {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.features-text {
  color: #0d2d36;
  margin-top: 26px;
  margin-bottom: 44px;
  font-size: 18px;
  line-height: 1.3;
}

.features-text.white-text {
  color: #fff;
  margin-top: 26px;
  margin-bottom: 44px;
}

.top-text-2 {
  color: #21a099;
  font-size: 18px;
  line-height: 1.7rem;
}

.service-left-colum {
  position: relative;
}

.control-video {
  position: absolute;
  inset: -10% 0% auto auto;
}

.services-right-grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 0;
  display: grid;
}

.services-right-grid.solvcom {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.services-right-grid.solvcombi {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.service-paragraph {
  color: #828282;
  margin-top: 22px;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 32px;
}

.services-sec {
  background-color: #fff;
  padding-bottom: 140px;
  position: relative;
}

.service-text {
  color: #0d2d36;
  font-weight: 400;
  line-height: 1.7;
}

.service-text.white-text {
  color: #fff;
}

.top-text-copy {
  color: #21abad;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.2;
}

.services-grid-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-grid-3.faq {
  grid-column-gap: 2rem;
  grid-template-columns: .75fr .75fr;
}

.service-item {
  grid-column-gap: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.new-section-heading, .bold-text-12 {
  font-weight: 400;
}

.section-7 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.container-large-5 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.text-block-68 {
  color: #fff;
}

.padding-global-9 {
  padding-left: 5%;
  padding-right: 5%;
}

.text-block-69, .text-block-70 {
  color: #21abad;
}

.top-text-3 {
  color: #21abad;
  font-size: 18px;
  line-height: 22px;
}

.top-text-3.second {
  color: #fff;
}

.heading-29 {
  color: var(--fffffff);
  font-size: 60px;
}

.bold-text-13, .heading-30 {
  font-size: 40px;
  font-weight: 400;
}

.paragraph-regular {
  color: #818a9c;
  max-width: 460px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular.black {
  color: #000;
  font-weight: 700;
}

.paragraph-regular.black.white-text {
  color: #fff;
  font-weight: 600;
}

.faq-title-wrapper-plus {
  color: #0d2d36;
  white-space: normal;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
}

.faq-content {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.faq-item-basic {
  background-color: #0000;
  border-radius: 12px;
  padding: 24px 24px 24px 0;
  line-height: 1.7;
  transition: all .3s;
  display: block;
}

.faq-plus {
  color: #0d2d36;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 14px;
  display: flex;
}

.faq-content-wrapper-line {
  width: 100%;
  padding-top: 8px;
  padding-left: 38px;
  line-height: 1.3;
}

.content-paragraph {
  color: #0d2d36;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}

.content-paragraph.small {
  color: #0d2d36;
  font-size: 18px;
  line-height: 1.3;
}

.content-paragraph.small.white-text {
  color: #fff;
  line-height: 1.3;
  overflow: hidden;
}

.faq-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.faq-toggle:hover {
  color: #338cff;
}

.bold-text-14 {
  color: #fff;
  line-height: 1.2;
}

.bold-text-15 {
  color: #0d2d36;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.features_component-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-size-medium-4 {
  font-size: 18px;
}

.reporting-illustration {
  position: absolute;
}

.integration-illustration {
  position: absolute;
  inset: auto 0% 0% auto;
}

.container-large-6 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-global-10 {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-section-large-2 {
  padding-top: 0;
  padding-bottom: 7rem;
}

.features_content {
  border: .0625rem solid #1f1f30;
  border-radius: .9375rem;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.features_content.background-color-blue {
  background-color: #21abad;
  min-height: 30rem;
}

.features_content.background-color-black {
  overflow: hidden;
}

.features_content.background-color-black.is-tall {
  background-color: #0d2d36;
  border-color: #0d2d36;
  height: 100%;
  overflow: visible;
}

.features_content.background-color-white {
  min-height: 20rem;
}

.notification-illustration {
  position: absolute;
  inset: auto auto 10% -16%;
}

.section_features-2, .section_solvcom_casestudy {
  display: block;
}

.grid-heading-solvcom {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  padding-top: 20px;
  padding-bottom: 40px;
}

.heading-31, .heading-32 {
  color: var(--white);
  font-size: 40px;
  font-weight: 400;
}

.facts_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.facts_item-list.white-text {
  padding-top: 0;
}

.heading-style-h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.text-span-49 {
  color: var(--primary);
}

.container-large-7 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.button-7 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: .0625rem solid #000;
  border-radius: 30rem;
  padding: .75rem 1.5rem;
  transition: all .35s cubic-bezier(.39, .575, .565, 1);
  box-shadow: 2px 2px 0 2px #21abad;
}

.button-7:hover {
  box-shadow: 0 0 #4d68eb;
}

.button-7.is-alternate {
  color: #1f1f30;
  background-color: #fff;
  box-shadow: 2px 2px 0 2px #1f1f30;
}

.button-7.is-alternate:hover {
  box-shadow: 0 0 #1f1f30;
}

.button-7.is-alternate.alternative {
  box-shadow: 2px 2px 0 2px #0d2d36;
}

.button-7.is-secondary {
  color: #1f1f30;
  background-color: #0000;
}

.button-7.is-secondary:hover {
  box-shadow: 0 0 #21abad;
}

.padding-global-11 {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.additional-features_item {
  background-color: #fff;
  border: .0625rem solid #1f1f30;
  border-radius: .625rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 2rem;
}

.additional-features_item.background-color-blue {
  background-color: #21abad;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

.section_additional-features {
  display: none;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.additional-features_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.text-size-medium-5 {
  font-size: 18px;
  line-height: 1.3;
}

.container-large-8 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-global-12 {
  padding-left: 5%;
  padding-right: 5%;
}

.mission_component {
  grid-column-gap: 2em;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.padding-section-large-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.text-block-71 {
  font-weight: 300;
}

.heading-33 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

.text-span-50 {
  color: var(--primary);
}

.bold-text-16 {
  font-size: 60px;
  font-weight: 400;
}

.text-size-medium-6 {
  color: var(--text-color);
  letter-spacing: normal;
  font-size: 18px;
}

.text-size-medium-6.text-weight-bold {
  font-size: 18px;
  line-height: 1.7;
}

.text-block-72 {
  color: #fff;
}

.top-text-4 {
  color: #21abad;
  font-size: 18px;
  line-height: 22px;
}

.top-text-4.second {
  color: #fff;
}

.container-large-9 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-global-13 {
  padding-top: 10rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-section-large-5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.bold-text-17 {
  font-size: 40px;
  font-weight: 400;
  overflow: visible;
}

.container-large-10 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.text-block-73 {
  color: #fff;
}

.padding-global-14 {
  padding-left: 5%;
  padding-right: 5%;
}

.why-reel-pay_component-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.text-block-74, .text-block-75 {
  color: #21abad;
}

.top-text-5 {
  color: #21abad;
  font-size: 18px;
  line-height: 22px;
}

.top-text-5.second {
  color: #fff;
}

.heading-h2-2 {
  color: #0d2d36;
  margin-top: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

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

.services-sec-2 {
  padding-bottom: 0;
  position: relative;
}

.services-sec-2.new {
  padding-bottom: 4rem;
}

.service-text-2 {
  color: #2c3847;
  font-weight: 500;
  line-height: 24px;
}

.heading-h2-3 {
  color: #0d2d36;
  margin-top: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
}

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

.services-sec-3 {
  padding-bottom: 140px;
  position: relative;
}

.service-text-3 {
  color: #2c3847;
  font-weight: 500;
  line-height: 24px;
}

.team-right-colum {
  position: relative;
}

.team-sec {
  padding-bottom: 140px;
  display: block;
  position: relative;
}

.div-block-77 {
  grid-column-gap: 20px;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.pattren-top {
  position: absolute;
  inset: 20% 24px auto auto;
}

.team-text {
  color: #323232;
  font-size: 18px;
  line-height: 1.2;
}

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

.pattren-bottom {
  position: absolute;
  inset: auto auto 6% 19%;
}

.team-left-content-wrapper {
  padding-top: 40px;
}

.div-block-2 {
  margin-bottom: 55px;
}

.team-right-image-bottom {
  position: relative;
  bottom: 55px;
  left: 160px;
}

.heading-h3 {
  color: #0d2d36;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
}

.container-large-11 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.text-block-76 {
  color: #fff;
}

.padding-global-15 {
  padding-left: 5%;
  padding-right: 5%;
}

.text-block-77, .text-block-78 {
  color: #21abad;
}

.top-text-6 {
  color: #21abad;
  font-size: 18px;
  line-height: 22px;
}

.top-text-6.second {
  color: #fff;
}

.services-right-grid-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-text-4 {
  color: #2c3847;
  font-weight: 500;
  line-height: 24px;
}

.text-block-79, .text-block-80 {
  line-height: 1.2;
}

.bold-text-18, .bold-text-19 {
  color: #0d2d36;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.bold-text-20 {
  font-weight: 400;
}

.bold-text-21 {
  font-weight: 400;
  line-height: 1.3;
}

.bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28 {
  font-weight: 400;
}

.navbar_menu {
  align-items: center;
  display: flex;
  position: static;
}

.logo_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-right: 8px;
  padding-left: 0;
  display: flex;
}

.a-company {
  text-align: right;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
}

.a-company.hide {
  display: none;
}

.brand-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

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

.button-8 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: .0625rem solid #000;
  border-radius: 30rem;
  padding: .75rem 1.5rem;
  transition: all .35s cubic-bezier(.39, .575, .565, 1);
  box-shadow: 2px 2px 0 2px #21abad;
}

.button-8:hover {
  box-shadow: 0 0 #4d68eb;
}

.button-8.is-outlined {
  color: #21abad;
  background-color: #0000;
  border: .125rem solid #21abad;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button-8.is-outlined:hover {
  box-shadow: 0 0 #21abad;
}

.navbar_menu-link-wrapper {
  background-color: #0000;
  align-items: center;
  display: flex;
}

.brand-image {
  width: 145px;
}

.navbar_logo-link-2 {
  padding-left: 0;
}

.navbar_menu-button {
  padding: 0;
}

.navbar_link {
  padding: .5rem 1rem;
}

.navbar_link.w--current {
  color: #000;
}

.promo_label {
  color: #1f1f30;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #efeffd;
  border-radius: 6px;
  padding: 5px;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
}

.promo_label.hide {
  display: none;
}

.navbar_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0d2d36;
  border: .0625rem #000;
  border-radius: .625rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: auto;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  box-shadow: 1px 1px .1875rem #1f1f3012;
}

.brand_box {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  display: flex;
}

.navbar_component {
  background-color: #0000;
  align-items: center;
  margin-top: 1.5rem;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
  display: flex;
}

.button-9 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: .0625rem solid #000;
  border-radius: 30rem;
  padding: .75rem 1.5rem;
  transition: all .35s cubic-bezier(.39, .575, .565, 1);
  box-shadow: 2px 2px 0 2px #21abad;
}

.button-9:hover {
  box-shadow: 0 0 #4d68eb;
}

.button-9.is-outlined {
  color: #21abad;
  background-color: #0000;
  border: .125rem solid #21abad;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button-9.is-outlined:hover {
  box-shadow: 0 0 #21abad;
}

.logo_logo-list-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
}

.container-large-12 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-global-16 {
  padding-left: 5%;
  padding-right: 5%;
}

.section_logo-2 {
  padding-top: 2rem;
}

.section-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.heading-34 {
  font-size: 75px;
}

.bold-text-29, .heading-35 {
  font-size: 40px;
  font-weight: 400;
}

.faq_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-medium.align-center {
  margin-left: auto;
  margin-right: auto;
}

.faq_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.faq_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.section_faq.background-color-black {
  display: block;
}

.faq_accordion {
  border: .0625rem solid #fff;
  border-radius: .625rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.button-10 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: .0625rem solid #000;
  border-radius: 30rem;
  padding: .75rem 1.5rem;
  transition: all .35s cubic-bezier(.39, .575, .565, 1);
  box-shadow: 2px 2px 0 2px #21abad;
}

.button-10:hover {
  box-shadow: 0 0 #4d68eb;
}

.button-10.is-alternate {
  color: #1f1f30;
  background-color: #fff;
  box-shadow: 2px 2px 0 2px #1f1f30;
}

.button-10.is-alternate:hover {
  box-shadow: 0 0 #1f1f30;
}

.padding-global-17 {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-section-large-6 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.text-size-large {
  font-size: 1.25rem;
}

.heading-36 {
  font-weight: 400;
}

.image-24, .image-25 {
  border-radius: 0;
}

.text-block-81 {
  color: var(--text-color);
  line-height: 1.3;
}

.text-block-82 {
  font-weight: 400;
  line-height: 1;
}

.image-26 {
  max-width: 100%;
}

.image_mobile-features {
  display: none;
}

.layout28_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.layout28_tabs-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #21abad;
}

.layout28_component {
  grid-column-gap: 2em;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.tabs-content-3.hide-mobile-portrait {
  height: 100%;
}

.layout28_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.heading-medium-2 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
}

.layout28_image-wrapper {
  height: auto;
}

.spacer {
  margin-top: 60px;
}

.text-span-52 {
  background-color: #21abad;
}

.container_aboutus {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-left: 8rem;
  padding-right: 8rem;
  display: flex;
}

.heading-37 {
  font-weight: 400;
}

.paragraph-98 {
  color: var(--text-color);
  line-height: 1.7;
}

.div-block-55 {
  opacity: 1;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.div-standard {
  flex: 0 auto;
  width: 95%;
  max-width: 1280px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-standard.flex {
  border-radius: 4px;
  flex: none;
  align-items: center;
  width: 95%;
  max-width: 1280px;
  display: flex;
  position: static;
  top: 0;
}

.div-standard.flex.home {
  justify-content: space-between;
  width: 97%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-checkmark {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.checkmar {
  max-width: none;
  max-height: 15px;
}

.button-11 {
  color: #fff;
  background-color: #048060;
  border: 3px solid #048060;
  border-radius: 2px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 170px;
  height: 50px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-11:hover {
  color: #000;
  background-color: #0000;
}

.button-11.sticky {
  background-color: #054a49;
  border-color: #054a49;
  flex: 0 auto;
  max-width: none;
  height: 40px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 400;
}

.button-11.sticky:hover {
  background-color: #0000;
}

.button-11.left-aligned {
  max-width: 180px;
  height: 55px;
  margin-left: 0;
}

.button-11.ghost {
  color: #048060;
  background-color: #0000;
  border: 3px solid #048060;
  flex: none;
  justify-content: center;
  height: 55px;
  margin-left: 0;
}

.button-11.ghost:hover {
  color: #fff;
  background-color: #048060;
  border-style: none;
}

.button-11.ghost.larger {
  max-width: 200px;
}

.div-500-width {
  flex: 0 auto;
  width: 500px;
  min-height: 20px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.div-500-width.right-float {
  flex: none;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-60 {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  max-width: 450px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-56 {
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.heading-1 {
  color: #0d2d36;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
}

.small-video-block {
  background-image: var(--image-7a1a0a0b);
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  height: 100vh;
  min-height: 0;
  max-height: 450px;
  margin-left: -50px;
  margin-right: 30px;
  display: flex;
  position: relative;
  left: 0%;
}

.small-video-block.desktop-only {
  background-image: var(--image-14070caf);
}

.small-video-block.mobile-only {
  display: none;
}

.checkmark-column {
  opacity: .6;
  align-items: flex-start;
  display: flex;
}

.subheadline {
  color: #323232;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.section-standard {
  justify-content: space-around;
  align-items: center;
  height: auto;
  max-height: none;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  overflow: hidden;
}

.section-standard.hero {
  align-items: center;
  height: 100vh;
  max-height: 650px;
  margin-top: 60px;
  padding-top: 80px;
  display: flex;
}

.section-standard.hero.home {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 90vh;
  max-height: none;
  margin-top: 0;
  padding-top: 110px;
  padding-bottom: 50px;
  display: flex;
}

.sticky-notice-delete {
  z-index: 4;
  background-color: #f8eee7;
  border: 2px solid #fcc8aa;
  border-radius: 5px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 15px 0;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 0 10px #603eff1a;
}

.two-columns-450-w {
  max-width: 525px;
  margin-left: 0;
  margin-right: auto;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.flex-container.right-image {
  margin-bottom: 30px;
}

.div-block-79 {
  margin-right: 0;
}

.feature-image-mask {
  width: 100%;
  margin-right: 0;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 350px;
  padding-top: 0;
  padding-left: 0;
}

.div-block-80, .div-block-81 {
  margin-right: 0;
}

.grid-2-col-aboutus {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

.paragraph-99, .paragraph-100, .paragraph-101 {
  line-height: 1.4;
}

.text-span-53, .text-span-54 {
  background-color: #21abad;
}

.text-span-55 {
  color: var(--primary);
}

.text-span-56 {
  color: #21abad;
}

.text-span-57 {
  color: var(--primary);
}

.text-span-58 {
  color: #21abad;
}

.label {
  border: 1px #000;
  border-radius: 500px;
  margin-left: -10px;
  padding: 0 1.15rem .5rem;
  display: flex;
  position: relative;
}

.label.new {
  margin-left: -9px;
}

.label.new.centered {
  justify-content: center;
}

.label.clients {
  margin-left: 0;
}

.label.vertical {
  flex-flow: row;
  justify-content: center;
  margin-left: 0;
}

.text-span-59 {
  color: var(--primary);
}

.text-block-81-copy {
  color: var(--white);
  padding-top: 20px;
  line-height: 1.4;
}

.text-block-81-copy.centered {
  justify-content: center;
  line-height: 1.3;
  display: flex;
}

.box {
  cursor: pointer;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 380px;
  padding: 3.7em;
  display: flex;
}

.box._1 {
  height: 535px;
  padding-left: 2em;
  padding-right: 4em;
}

.box._3 {
  color: #f3f3f3;
  background-color: #0d2d36;
  height: 535px;
  padding-left: 2em;
  padding-right: 4em;
}

.box._2 {
  background-color: #fff;
  height: 535px;
  padding-left: 2em;
  padding-right: 4em;
}

.div_1 {
  flex-direction: column;
  flex: 1;
  order: 1;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.div_1-2 {
  order: -1;
  height: 100%;
}

.icon-6 {
  width: 5.5rem;
  height: auto;
}

.icon-6.bi {
  width: 6rem;
}

.text-wrapper {
  margin-top: 1em;
  margin-bottom: 3em;
}

.button-12 {
  color: #006cff;
  background-color: #0000;
  border: 1px solid #006cff;
  border-radius: 200px;
  margin-top: auto;
}

.button-12:hover {
  background-color: #c8d9f7;
  border-color: #0000;
}

.button-13 {
  color: #006cff;
  background-color: #0000;
  border: 1px solid #006cff;
  border-radius: 200px;
  margin-top: auto;
}

.button-13:hover {
  background-color: #c8d9f7;
  border-color: #0000;
}

.button-14 {
  color: #006cff;
  background-color: #0000;
  border: 1px solid #006cff;
  border-radius: 200px;
  margin-top: auto;
}

.button-14:hover {
  background-color: #c8d9f7;
  border-color: #0000;
}

.card-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.heading-41 {
  font-size: 30px;
  font-weight: 400;
}

.heading-42 {
  font-size: 40px;
}

.heading-42.white-text, .heading-43 {
  font-size: 30px;
  font-weight: 400;
}

.grid-case-studies {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

.div-block-82 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.square-icon {
  border-radius: 16px;
}

.square-icon.mg-bottom-24px {
  max-width: 74px;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.content-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px;
  display: flex;
}

.card.content-left.link-card {
  color: #0d2d36;
  -webkit-text-stroke-color: #0d2d36;
  border-color: #0d2d36;
  padding: 10px 10px 10px 30px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.card.content-left.link-card.readmore {
  background-color: #6db1bf;
}

.grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr;
  grid-auto-columns: 1fr;
  padding-top: 4em;
  padding-bottom: 2em;
  display: grid;
}

.link-wrapper {
  color: #211f54;
  transition: none;
  display: inline-block;
}

.link-wrapper:hover, .link-wrapper.color-primary {
  color: #4a3aff;
}

.link-wrapper.color-primary:hover {
  color: #211f54;
}

.mg-bottom-24px {
  color: #0d2d36;
  margin-bottom: 24px;
}

.mg-bottom-24px.white-text {
  color: #fff;
}

.link-text {
  transition: color .3s;
  display: inline-block;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.heading-44, .heading-45, .heading-46 {
  font-size: 30px;
  font-weight: 400;
}

.heading-47 {
  font-size: 40px;
  font-weight: 400;
}

.heading-48, .heading-49 {
  font-size: 30px;
  font-weight: 400;
}

.heading-50 {
  color: var(--white);
  font-size: 40px;
}

.top-text-7 {
  color: #21abad;
  font-size: 18px;
  line-height: 22px;
}

.paragraph-102 {
  line-height: 1.4;
}

.heading-medium-3 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
}

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

.paragraph-103 {
  line-height: 1.4;
}

.image-29 {
  max-width: 100%;
}

.paragraph-104 {
  line-height: 1.4;
}

.heading-51 {
  font-size: 50px;
  font-weight: 400;
}

.heading-51.tab-content {
  font-size: 40px;
}

.add-ons_accordion-title {
  flex: 1;
}

.add-ons_accordion-body {
  padding-left: 3.2rem;
  display: block;
}

.add-ons_accordion-body.add-ons_js-accordion-body {
  padding-bottom: 2rem;
}

.add-ons_accordion {
  display: block;
}

.add-ons_accordion.add-ons_js-accordion {
  padding-top: 0;
  padding-bottom: 2rem;
  position: relative;
}

.add-ons_image-wrapper {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.add-ons_component {
  justify-content: space-between;
  align-items: flex-start;
}

.add-ons_accordion-item {
  box-shadow: none;
  text-align: left;
  border-bottom: 1px solid #cdd0d7;
  flex-direction: column;
  justify-content: space-between;
  width: 45%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.add-ons_accordion-item.add-ons_js-accordion-item {
  box-shadow: none;
}

.add-ons_accordion-item.add-ons_js-accordion-item.active {
  cursor: default;
}

.add-ons_accordion-item.add-ons_js-accordion-item.active:hover {
  box-shadow: none;
}

.add-ons_accordion-body-contents {
  opacity: 1;
}

.add-ons_title-icon-wrapper {
  background-color: #b5c462;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 25px;
  min-width: 25px;
  height: 25px;
  margin-right: 1.5rem;
  display: flex;
}

.add-ons_tick-icon {
  width: 12px;
}

.add-ons_image {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.add-ons_accordion-header {
  align-items: center;
  display: flex;
}

.add-ons_accordion-header.add-ons_js-accordion-header {
  cursor: pointer;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.container-large-13 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.section-add-ons {
  text-align: center;
  background-image: var(--image-582822e8);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-padding-6 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.bold-text-30 {
  color: #0d2d36;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.padding-global-18 {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-52 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
}

.bold-text-31 {
  font-size: 40px;
  font-weight: 400;
}

.service-text-5 {
  color: #0d2d36;
  font-weight: 400;
  line-height: 1.3;
}

.service-text-5.white-text {
  color: #fff;
}

.why-reel-pay_component-3 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.container-large-14 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-medium-7 {
  color: var(--text-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.text-size-medium-7.white-text {
  color: var(--white);
}

.top-text-8 {
  color: #21abad;
  font-size: 18px;
  line-height: 22px;
}

.top-text-8.second {
  color: #fff;
}

.section-9 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.heading-53 {
  font-size: 40px;
  font-weight: 400;
}

.bold-text-32 {
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
}

.bold-text-33 {
  color: #0d2d36;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.services-right-grid-5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.services-right-grid-5.solvcom {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: 1fr;
}

.container-large-15 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.text-block-83 {
  color: #fff;
}

.text-block-84, .text-block-85 {
  color: #21abad;
}

.top-text-9 {
  color: #21abad;
  font-size: 18px;
  line-height: 22px;
}

.top-text-9.second {
  color: #fff;
}

.heading-54 {
  font-size: 40px;
  font-weight: 400;
}

.bold-text-34 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.bold-text-35, .bold-text-36, .bold-text-37 {
  font-weight: 600;
  line-height: 1.3;
}

.heading-h2-4 {
  color: #0d2d36;
  margin-top: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

.heading-h2-4.white-text {
  color: #fff;
}

.features-link-3 {
  grid-column-gap: 29px;
  color: #21a099;
  align-items: flex-end;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

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

.features-sec-2.color-bg {
  background-color: #6db1bf;
  padding-top: 100px;
}

.features-sec-2.no-top-padding {
  padding-top: 0;
}

.features-grid-2 {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
}

.top-text-10 {
  color: #21a099;
  font-size: 18px;
  line-height: 22px;
}

.container-large-16 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.header-secondary-button-2 {
  color: #1c2122;
  text-align: center;
  border: 1px solid #1c2122;
  border-radius: 30rem;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.header-secondary-button-2:hover {
  color: #21abad;
  background-color: #1c2122;
}

.header-secondary-button-2.white {
  color: #fff;
  border-color: #fff;
}

.padding-section-large-7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.facts_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  border-radius: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 2rem;
  display: grid;
  box-shadow: 6px 6px 0 3px #1f1f30;
}

.facts_component.background-color-blue {
  background-color: #21abad;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 0 2px #1f1f30;
}

.text-block-86 {
  font-weight: 500;
}

.heading-55 {
  font-size: 40px;
  font-weight: 400;
}

.div-block-83 {
  padding-bottom: 4rem;
}

.bold-text-38, .bold-text-39, .bold-text-40, .bold-text-41 {
  color: var(--text-color);
}

.text-span-60 {
  color: var(--primary);
}

.heading-56 {
  font-size: 50px;
}

.heading-57 {
  font-size: 40px;
  font-weight: 400;
}

.header-primary-button-3 {
  color: #fff;
  text-align: center;
  background-color: #1c2122;
  border-radius: 30rem;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 4px 4px #21abad;
}

.header-primary-button-3:hover {
  box-shadow: none;
  color: #fff;
}

.text-block-87 {
  color: #fff;
  font-weight: 300;
}

.text-block-88 {
  color: #0d2636;
}

.heading-58 {
  font-size: 40px;
  font-weight: 400;
}

.text-block-89, .text-block-90, .text-block-91 {
  color: #0d2d36;
  font-family: IBM Plex Sans, sans-serif;
}

.home-intro-container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 2em 0;
}

.home-intro-container.nav-container {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.home-intro-container.hero-container {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-intro-container.big-container {
  max-width: none;
  padding-top: 0;
}

.home-intro-container.no-padding-top {
  padding-top: 0;
}

.home-intro-container.cta-container {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-top: 2em;
  padding-bottom: 2em;
}

.home-intro-container.container-footer {
  padding-top: 2em;
  padding-bottom: 2.1em;
}

.home-intro-container.with-large-bottom-padding {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: grid;
}

.home-intro-container.no-padding-bottom {
  padding-bottom: 0;
}

.home-intro-container.small-container-bottom-padding {
  padding-bottom: 2em;
}

.home-intro-container.small-container-top-padding {
  padding-top: 2em;
}

.home-intro-container.nav-container-liight {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.home-intro-container.with-large-bottom-padding-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: grid;
}

.home-intro-container.with-large-bottom-padding {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.home-intro-container.no-padding-bottom-home-welcome {
  padding-bottom: 0;
}

.home-intro-container.no-padding-bottom-home-welcome-copy {
  color: var(--text-color);
  padding-bottom: 10em;
}

.home-intro-container.no-padding-bottom-home-welcome-copy-copy {
  color: var(--text-color);
  padding-bottom: 4em;
}

.paragraph-105 {
  color: #fff;
}

.text-span-61 {
  color: #21abad;
}

.text-block-92 {
  color: var(--text-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.text-span-62 {
  color: var(--primary);
}

.image-30 {
  width: 16px;
  max-width: none;
  height: 16px;
}

.image-31 {
  width: 24px;
}

.service-checkmark {
  align-self: auto;
  width: 16px;
  height: 16px;
}

.header1_content {
  padding-bottom: 10px;
}

.button-15 {
  color: #101119;
  text-align: center;
  background-color: #02f795;
  border: 1px #000;
  border-radius: 60px;
  padding: 1rem 3rem;
  font-size: 1.125rem;
  font-weight: 500;
  transition: background-color .3s;
}

.button-15:hover {
  background-color: #47ffb5;
}

.text-size-regular-2 {
  color: #101119;
  font-size: 1rem;
}

.text-size-regular-2.is-free-trial {
  color: #ffffff80;
  -webkit-text-stroke-color: #ffffff80;
  font-size: 18px;
}

.text-size-regular-2.is-header {
  color: #0d2d36;
}

.text-size-regular-2.is-header.white-text {
  color: #fff;
  font-size: 18px;
}

.button-wrapper {
  margin-top: 1rem;
  margin-right: 1rem;
}

.header1_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.page-padding-7 {
  padding-left: 5%;
  padding-right: 5%;
}

.image-32 {
  perspective: 1000px;
  width: 100%;
}

.container-large-17 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-white {
  color: #f5fff0;
  font-weight: 500;
}

.text-free-trial {
  margin-top: 1rem;
}

.button-row {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.header1_image-wrapper {
  perspective: 1000px;
  transform: translate(0);
}

.button-16 {
  color: #101119;
  text-align: center;
  background-color: #02f795;
  border: 1px #000;
  border-radius: 60px;
  padding: 1rem 3rem;
  font-size: 1.125rem;
  font-weight: 500;
  transition: background-color .3s;
}

.button-16:hover {
  background-color: #47ffb5;
}

.page-padding-8 {
  padding-left: 5%;
  padding-right: 5%;
}

.image-33 {
  perspective: 1000px;
  width: 100%;
}

.container-large-18 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.section-header1 {
  background-image: linear-gradient(#0d2d36, #0d2d36);
  padding-top: 10rem;
  padding-bottom: 2rem;
}

.section-header1.insurcom {
  background-image: var(--image-i5ab3f082);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 10rem;
}

.heading-59 {
  font-size: 40px;
  font-weight: 400;
}

.bold-text-42 {
  letter-spacing: normal;
}

.section-insurcom-hero {
  flex-flow: column;
  height: 100vh;
  display: flex;
}

.section-insurcom-hero.is-relative {
  background-image: linear-gradient(#0d2d3659, #0d2d3659), var(--image-f6b5427);
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 85vh;
  margin-top: 0;
  position: relative;
}

.section-insurcom-hero.is-relative.solvcom-bi {
  background-image: linear-gradient(#0d2d3666, #0d2d3666), var(--image-i20d2521b);
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-insurcom-hero.is-relative.solvcom-bi.bi {
  background-image: linear-gradient(#0d2d364d, #0d2d364d), var(--image-i327489e6);
}

.bold-text-43 {
  font-weight: 400;
}

.div-block-84 {
  padding: 4rem 4rem 0;
}

.div-block-85 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #0d2d36;
  flex-flow: column;
  padding-top: 0;
  display: flex;
}

.insurcom-intro-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #0d2d36;
  border-radius: 0;
  flex-direction: column;
  padding: 2em 2rem;
  display: flex;
}

.image-34 {
  width: 100%;
}

.link-block-25 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 8rem;
}

.certifications {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 326px;
  height: 100%;
  display: flex;
}

.icon-7 {
  color: #21abad;
}

.nav-image-2 {
  border-radius: 30px;
  width: 100%;
}

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

.plan-light-text-2 {
  color: #323232;
  margin-top: 5px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
}

.pricing-dropdown-2 {
  border-radius: 4px;
}

.pricing-dropdown-2.w--open {
  background-color: #fff;
  border-radius: 30px;
  justify-content: space-between;
  width: 75vw;
  margin-top: 0;
  padding-left: 30px;
  display: flex;
  top: 45px;
  left: -37.5vw;
  box-shadow: 0 10px 30px -10px #00000080;
}

.text-block-93, .text-block-93.text-black, .text-block-94 {
  color: #fff;
}

.text-block-94.text-black {
  color: #fff;
  font-family: IBM Plex Sans, sans-serif;
}

.icon-1x1-small-2 {
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 5.5rem;
  height: 2.6rem;
  padding-top: 6px;
}

.features-tab-wrapper {
  background-color: #fff;
  border-radius: 40px;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 5px 20px -10px #66607936;
}

.text-size-medium-8 {
  font-size: 1.2rem;
}

.banner_small-height {
  padding-top: 52%;
  position: relative;
}

.heading-style-h6 {
  color: var(--text-color);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
}

.feature-tab-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 20%;
  padding: 0 20px 0 0;
  display: flex;
}

.heading-style-h4-2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.round_tab-menu {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: 3.5rem;
  display: flex;
}

.function-content-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.banner_large-height {
  padding-top: 54.8%;
  position: relative;
}

.banner-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.bullet-wraper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.full_img-cover {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.feature-tab-content {
  flex: 1;
}

.padding-overflow-mobile {
  padding-bottom: 5rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.header-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #0d1317;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.25rem;
  display: flex;
}

.global-styles-2 {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.grid-3-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template: "."
  / 2fr 1fr;
  grid-auto-rows: auto;
  height: auto;
}

.grid-3-2.new {
  grid-template-columns: 1fr 1fr;
}

.arrow-tab {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f2f5fd;
  border-radius: 100px;
  flex-direction: row;
  align-items: center;
  height: 3.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.arrow-tab.w--current {
  color: #0d2d36;
  background-color: #0d2d36;
  background-image: none;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}

.tabs-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.button-icon-3 {
  color: #3370ff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.feature_content-detail {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #6db1bf;
  border-radius: 28px;
  justify-content: space-between;
  padding: 3rem;
  display: flex;
}

.slider-tab {
  max-width: 80rem;
  margin-top: 2.25rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.button-17 {
  color: #fff;
  text-align: center;
  background-color: #3370ff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: border-color .25s, background-color .25s;
}

.button-17:hover {
  background-color: #000cb8;
}

.banner_icon-wrapper {
  background-color: #fff0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 5.4rem;
  height: 5.4rem;
  margin-bottom: .5rem;
  display: flex;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.button-icon-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1rem;
  margin-left: .6rem;
  display: flex;
}

.banner_small {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.feature-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.subheader-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-self: center;
  align-items: stretch;
  display: flex;
}

.badge-2 {
  color: #3370ff;
  text-align: center;
  flex: none;
  width: 2rem;
  height: 2rem;
  font-weight: 700;
}

.heading-style-h2-2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
}

.bullet-wrapper-detail {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.banner_large {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.text-weight-medium-2 {
  font-weight: 600;
}

.function-icon {
  width: 4.5rem;
  height: 4.5rem;
}

.container-large-19 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.banner-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #5b5b5b;
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 1rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.banner-wrapper.is-purple {
  background-color: #d3d5fd;
}

.banner-wrapper.is-pink {
  background-color: #ffdbef;
}

.banner-wrapper.is-green {
  text-align: center;
  background-color: #c8fdc2;
}

.banner-wrapper.is-orange {
  background-color: #ffebce;
}

.banner-wrapper.is-lightblue {
  background-color: #dffffc;
}

.banner-wrapper.is-blue {
  background-color: #cedfff;
}

.feature-tab-detail {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.bullet-img-wrapper {
  border-radius: 12px;
  width: 20rem;
  position: relative;
  overflow: hidden;
}

.round-tab {
  background-color: #fff0;
  border-radius: 50px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  padding: 0 20px;
  line-height: 20px;
  display: flex;
}

.round-tab:hover {
  background-color: #fff;
}

.round-tab.w--current {
  color: #000;
  background-color: #fff;
  border: 1px #21abad;
  align-self: center;
  padding-top: 0;
  box-shadow: 4px 4px 14px #5d6ec70a;
}

.page-wrapper-2 {
  overflow: hidden;
}

.bullet-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.grid-six-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  height: 30rem;
}

.text-size-small-2 {
  font-size: .875rem;
}

.text-size-small-2.text-color-grey {
  color: #fff;
  font-size: 18px;
}

.text-block-95, .text-block-96, .text-block-97 {
  color: #0d2d36;
  font-family: IBM Plex Sans, sans-serif;
}

.text-block-98, .text-block-99 {
  font-weight: 400;
}

.solvcom-products-btns {
  flex-flow: row;
  padding-top: 40px;
  display: flex;
}

.text-span-63 {
  color: #21abad;
}

.youtube-2 {
  background-image: none;
  background-size: auto;
  padding-left: 0;
}

.heading-60 {
  font-size: 50px;
  font-weight: 400;
}

.video-sub-dropdown-item {
  color: #fff;
  text-align: center;
  padding: 8px 5px;
  transition: background-color .2s;
}

.video-sub-dropdown-item:hover {
  background-color: #292929;
}

.f-video-title-wrapper {
  z-index: 2;
  grid-row-gap: 5px;
  border-radius: 0;
  flex-direction: column;
  padding: 1.5625rem 2.1875rem 1.875rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.f-lower-video-controls {
  justify-content: space-between;
  display: flex;
}

.videos-sub-dropdown-toggle {
  color: #fff;
  border-bottom: .0625rem solid #ffffff12;
  justify-content: center;
  align-items: center;
  padding: .875rem;
  display: flex;
}

.f-track {
  cursor: pointer;
  background-color: #fafafa29;
  width: 100%;
  height: 5px;
}

.f-track.video-element {
  border-radius: 40px;
  height: 10px;
  margin-top: 12px;
  position: relative;
}

.f-video-sub-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.f-vimeo-player {
  aspect-ratio: 16 / 9;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.f-video-track-wrapper {
  grid-column-gap: 4px;
  display: flex;
}

.f-video-duration {
  color: #0d2d36b3;
  width: 9ch;
}

.f-video-volume-wrapper {
  z-index: 2;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 12% 8% auto auto;
}

.f-video-volume-wrapper._1 {
  z-index: 14;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  position: static;
  top: 7%;
  right: 3%;
}

.f-video-controls {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  align-items: center;
  display: flex;
}

.f-video-player-wrapper {
  z-index: 0;
  width: 100%;
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.f-video-player-wrapper.custom {
  display: flex;
}

.f-video-dropdown-toggle {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.f-video-subtitle {
  color: #efefef;
  max-width: 54ch;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.f-play-button-icon {
  display: flex;
}

.f-flowplay-video-wrapper {
  background-color: #0f0f0f;
  border-radius: 2rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.f-flowplay-video-wrapper.shadow {
  z-index: 0;
  border-radius: 0;
}

.f-video-controls-wrapper {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-image: linear-gradient(#fff0, #08090d 95%);
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 1rem 3rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.f-video-controls-wrapper.player_1 {
  z-index: 5;
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  background-image: none;
  flex-direction: column;
  align-items: stretch;
}

.f-trackinner {
  z-index: 1;
  background-color: #21abad;
  border-radius: 40px;
  width: 0%;
  height: 100%;
  position: relative;
}

.f-control-button {
  z-index: 19;
  color: #fff;
  border-radius: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
}

.f-control-button.hide-desktop {
  display: none;
}

.f-control-button.is-padding {
  color: #21abad;
  padding: .6rem;
  display: block;
}

.video-sub-dropdown-list {
  position: static;
}

.video-sub-dropdown-list.w--open {
  color: #fff;
  background-color: #ffffff14;
}

.f-fullscreen {
  display: flex;
}

.f-vimeo-video-element {
  z-index: 0;
  object-fit: cover;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-vimeo-video-element.fp {
  aspect-ratio: 16 / 9;
  border-radius: 0;
}

.f-video-play-overlay {
  z-index: 1;
  color: #fff;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.f-video-play-overlay.is-gradient {
  background-image: none;
  border-radius: 0;
  overflow: hidden;
}

.f-video-play-overlay.is-youtube {
  background-image: linear-gradient(#08080800, #02020200 0%, #0000001f 100%, #080808);
  overflow: hidden;
}

.f-video-volume-embed {
  display: flex;
  transform: rotate(0);
}

.f-video-title {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
}

.f-video-dropdown {
  position: relative;
}

.f-html-icon {
  color: #21abad;
  justify-content: center;
  align-items: center;
  width: 1.3rem;
  height: 1.3rem;
  display: flex;
}

.f-html-icon.small {
  width: 1.2rem;
  height: 1.2rem;
}

.f-play-button {
  z-index: 99999;
  color: #0f0a1b;
  background-color: #21abad;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 9px;
  display: flex;
  position: relative;
}

.f-video-loading-track {
  background-color: #9094a0;
  border-radius: 40px;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.f-video-element {
  color: #fff9f9;
}

.f-video-play-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.f-video-sub-dropdown-list-wrapper {
  inset: auto 0% 0% auto;
}

.f-video-sub-dropdown-list-wrapper.w--open {
  color: #fff;
  background-color: #202020;
  border-radius: .75rem;
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  inset: auto 0% 2.6rem auto;
  overflow: hidden;
}

.f-video-player-block {
  display: flex;
}

.f-poster-image {
  z-index: 0;
  object-fit: contain;
  background-color: #000;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.text-block-100 {
  color: #0d2d36;
}

.pdf_modal-content {
  z-index: 2;
  color: #000;
  text-align: center;
  background-color: #21abad;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 54.1875rem;
  height: 90svh;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: scroll;
}

.heading-style-h2-3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.pdf_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.pdf_filters_form-component {
  margin-bottom: 0;
}

.page-header2_metatag-icon {
  flex: none;
  align-self: flex-start;
  margin-right: .5rem;
}

.pdf_modal-close-button {
  z-index: 2;
  color: #e7ff50;
  transition: color .3s;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.pdf_modal-close-button:hover {
  color: #fff;
}

.pdf_button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-size-small-3 {
  font-size: .875rem;
}

.empty-state {
  display: none;
}

.pdf_image-link {
  width: 100%;
  padding-top: 54%;
  position: relative;
  overflow: hidden;
}

.pdf_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pdf_item {
  border: 1px solid #000;
  flex-direction: column;
  display: flex;
}

.icon-embed-medium-2 {
  color: #21abad;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.pdf_filters_search {
  color: #000;
  background-color: #0000;
  background-image: var(--image-4c7217f8);
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 0 1.5rem;
  background-attachment: scroll;
  border: 1px solid #000;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-weight: 500;
}

.pdf_filters_search:focus {
  background-size: 1.5rem;
  background-attachment: scroll;
  border-color: #002fff;
  padding-left: 2.5rem;
}

.pdf_title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pdf_metatag-item {
  align-items: center;
  display: flex;
}

.pdf_modal {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100svh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.pdf_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.pdf_image-text {
  color: #000;
  background-color: #21abad;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.2;
}

.pdf_header-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.pdf_image-overlay {
  z-index: 2;
  background-image: linear-gradient(#0009, #0009);
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.button-18 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1.5px solid #000;
  padding: .5rem 1rem;
  font-weight: 600;
  transition: background-color .3s, color .3s;
}

.button-18:hover {
  color: #000;
  background-color: #e7ff50;
}

.button-18.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1.5px solid #000;
}

.button-18.is-secondary:hover {
  color: #000;
  background-color: #e7ff50;
}

.pdf_metatag-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: auto;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.pdf_modal-background {
  z-index: -1;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.pdf_image-lottie {
  filter: brightness(2000000%);
  width: 6rem;
  height: 6rem;
  margin-top: -3rem;
  margin-left: -3rem;
  position: absolute;
  inset: 50% 0% 0% 50%;
}

.spacer-large {
  padding-top: 3rem;
}

.paragraph-106 {
  color: #fff;
}

@media screen and (min-width: 1280px) {
  .nav-link-holder.about-us-holder {
    width: 106px;
  }

  .hero-section-secondary.overflow-hidden {
    margin-top: -60px;
  }

  .section-background {
    background-position: 50% 100%;
    background-size: cover;
  }

  .cta {
    background-position: 50%;
  }

  .showcase-item-content {
    font-size: 18px;
    left: 3em;
  }

  .hero-text._2-copy {
    color: var(--text-color);
  }

  .showcase-main-content {
    font-size: 18px;
    left: 3em;
  }

  .about-home-4 {
    grid-column-gap: 60px;
  }

  .section-aboutushome {
    padding-top: 130px;
    padding-bottom: 0;
  }

  .title-left {
    width: 50%;
  }

  .right-wrapper-content {
    margin-top: 100px;
  }

  .team-member-hero-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .team-member-hero-section.team-member-indv-hero {
    min-height: 100px;
    padding-top: 140px;
    padding-bottom: 50px;
  }

  .banner-title-copy.inner-pages-lawyerpage {
    font-size: 80px;
    font-weight: 700;
  }

  .breadcrumb-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .breadcrumb-container {
    margin-top: 0;
    padding-top: 0;
    padding-left: 66px;
    padding-right: 800px;
  }

  .breadcrumb-link.w--current {
    color: #0d2d36;
  }

  .team-memeber-number {
    color: #fff;
    flex-direction: row;
    font-family: Exo, sans-serif;
    display: flex;
  }

  .link-block-2 {
    display: flex;
  }

  .team-slider-content {
    margin-top: -23px;
    margin-left: 80px;
  }

  .link-block-3 {
    display: flex;
  }

  .team-slider-image {
    background-image: var(--image-7b40fadb);
    background-position: 50% 100%;
    background-size: cover;
    width: 45%;
    height: 700px;
  }

  .team-memeber-email {
    color: #fff;
    flex-direction: row;
    font-family: Exo, sans-serif;
    display: flex;
  }

  .team-slider-left-arrow-single-team {
    left: 260px;
  }

  .team-slider-background {
    background-color: #0d2d36;
    height: 80%;
  }

  .team-slider-right-arrow-single {
    left: 310px;
  }

  .review-blog-details-2 {
    grid-column-gap: 60px;
  }

  .paragraph-84 {
    margin-top: 0;
  }

  .core-value {
    padding: 36px;
  }

  .story-grid {
    grid-column-gap: 100px;
  }

  .tab-link-tab-1.w--current, .tab-link-tab-1._2.w--current {
    outline-color: #21abad;
  }

  .tab-link-tab-1._5.w--current {
    outline-color: var(--primary);
  }

  .testimonial-pic {
    width: 100px;
  }

  .paragraph-84-copy {
    margin-top: 0;
  }

  .image-6 {
    width: 100%;
    height: 100%;
  }

  .container-copy {
    padding-top: 0;
  }

  .section-5 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .ts-card {
    background-color: #fff;
  }

  .ts-block {
    flex-wrap: nowrap;
  }

  .ts-reviewer-desi {
    font-size: 16px;
  }

  .hero-section-portfolio.portfolio-hero-section {
    height: 650px;
  }

  .hero-text-testimonials._2-copy {
    color: var(--text-color);
  }

  .grid-media.on-dark {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin-top: 3em;
    padding-bottom: 3em;
  }

  .image-7 {
    width: auto;
    height: auto;
  }

  .hero-section-secondary-portfolio.no-zindex {
    margin-bottom: 150px;
  }

  .hero-section-secondary-portfolio.no-zindex.no-padding-bottom {
    margin-bottom: 0;
  }

  .grd-container {
    margin-left: 125px;
  }

  .video-container {
    margin-left: 0;
  }

  .cta-solvcom, .section-solvcom-privacy.overflow-hidden {
    background-color: #000;
  }

  .breadcrumb-link-current.w--current {
    color: #522e82;
  }

  .div-team-details, .link-block-2-copy, .link-team-email, .link-team-number {
    display: flex;
  }

  .section-background-home-hero {
    background-position: 50% 100%;
    background-size: cover;
  }

  .flowout-brand.w--current {
    margin-right: 34px;
  }

  .flowout-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .flowout-nav-link {
    margin-left: 28px;
    margin-right: 28px;
  }

  .paragraph-84-copy-2 {
    margin-top: 0;
  }

  .heading-33 {
    font-size: 40px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1440px) {
  .section.animation-bottom-on-page-load.resources {
    margin-top: 0;
  }

  .container {
    max-width: 1350px;
  }

  .nav-link-holder.nav-button-holder, .nav-link-holder.about-us-holder {
    width: auto;
  }

  .button.no-margins {
    margin-bottom: 0;
  }

  .button.button-link:hover {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .brand-logo {
    max-height: 140px;
  }

  .nav-link.white-nav-link {
    text-transform: lowercase;
  }

  .hero-description {
    font-size: 18px;
  }

  .template-cards-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .template-footer-button-holder {
    max-width: 380px;
  }

  .demo-container {
    justify-content: center;
    align-items: flex-start;
    width: 170vw;
  }

  .template-card-holder {
    min-height: 27vw;
    padding: .5%;
  }

  .demo-blur-bg-effect {
    filter: blur(70px);
  }

  .white-text-paragraph-holder {
    width: 260px;
  }

  .open-cource-image {
    top: 30%;
    right: -6%;
  }

  .open-cource-image.top-image {
    width: 80%;
  }

  .cta {
    background-position: 50%;
  }

  .slide-item-title {
    font-size: 28px;
  }

  .slide-content-bg {
    z-index: -1;
  }

  .team-member-item {
    min-height: 449px;
  }

  .team-member-item-bg {
    top: 0%;
  }

  .team-member-image-holder {
    padding-top: 0;
    top: 0%;
  }

  .hero-text-content {
    font-size: 50px;
    font-weight: 400;
  }

  .hero-text._5 {
    color: #fff;
  }

  .hero-text._3 {
    color: #21abad;
  }

  .hero-text._5-home {
    color: #fff;
  }

  .hero-text._5-blog, .hero-text-letter {
    color: var(--white);
  }

  .team-member-hero-section.team-member-indv-hero {
    background-image: none;
    padding-top: 140px;
  }

  .breadcrumb-container {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .breadcrumb-link, .breadcrumb-link.w--current {
    color: #0d2d36;
  }

  .team-slider-image {
    height: 750px;
  }

  .team-slider-left-arrow-single-team {
    left: 300px;
  }

  .team-slider-background {
    height: 75%;
  }

  .team-slider-right-arrow-single {
    left: 350px;
  }

  .review-blog-details-2 {
    grid-column-gap: 80px;
  }

  .image {
    height: 310px;
  }

  .paragraph-85, .text-block-2 {
    color: var(--white);
  }

  .story-grid {
    grid-column-gap: 120px;
  }

  .navbar-light {
    height: 90px;
  }

  .nav-menu-container-light {
    max-height: 140px;
  }

  .container-media, .container-copy {
    max-width: 1350px;
  }

  .nav-link-2.white-nav-link {
    text-transform: lowercase;
  }

  .hero-section-portfolio.portfolio-hero-section {
    height: 650px;
  }

  .hero-text-testimonials._3 {
    color: var(--primary);
  }

  .hero-text-testimonials._5, .hero-text-testimonials._5-copy {
    color: var(--white);
  }

  .grid-2-col-aboutpage {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-section-secondary-about.overflow-hidden {
    padding-bottom: 100px;
  }

  .hero-section-secondary-portfolio.no-zindex {
    margin-top: 0;
  }

  .hero-section-secondary-portfolio.no-zindex.resources {
    margin-bottom: 40px;
  }

  .grd-container {
    margin-left: 220px;
  }

  .video-container {
    margin-left: 0;
  }

  .container-product-banner, .container-solvcom, .container-solvcom-cta, .container-solvcom-datanprivacy {
    max-width: 1350px;
  }

  .air-section-1 {
    font-size: 14px;
  }

  .hero-text-letter-5 {
    color: #fff;
  }

  .image-17 {
    height: auto;
  }

  .paragraph-93 {
    color: #fff;
  }

  .dropdown-toggle-2 {
    margin-left: 25px;
    padding-left: 0;
    padding-right: 40px;
    font-size: 16px;
  }

  .dropdown-toggle-2.v2 {
    padding-right: 40px;
    font-size: 16px;
  }

  .text-box {
    width: 90%;
  }

  .text-box.v2 {
    width: 85%;
  }

  .dropdown.mobile-hide {
    max-width: 300px;
  }

  .pricing-dropdown.w--open {
    width: auto;
    left: 0;
    right: -200px;
  }

  .image-star-horizontal-scroll {
    width: 80%;
    position: static;
  }

  .section-home-horizontalscroll-2 {
    height: 160vw;
  }

  .page-padding-5 {
    align-self: center;
  }

  .text-span-22 {
    color: var(--primary);
  }

  .container-home-welcom {
    max-width: 1350px;
  }

  .bmj-section-1 {
    font-size: 14px;
  }

  .ba-dropdown.w--open {
    width: 1100px;
    left: -600px;
  }

  .button-tabs.no-margins {
    margin-bottom: 0;
  }

  .button-tabs.button-link:hover {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .section_features {
    display: block;
  }

  .solvcom-intro-container {
    max-width: 1350px;
  }

  .faq-item-basic {
    margin-left: 0;
  }

  .div-standard {
    width: 90%;
    max-width: 1280px;
  }

  .div-standard.flex {
    flex: 0 auto;
    align-items: center;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-standard.flex.home {
    justify-content: space-between;
  }

  .button-11 {
    height: 55px;
  }

  .button-11.left-aligned {
    background-color: #048060;
    font-weight: 500;
  }

  .button-11.left-aligned:hover {
    color: #048060;
    background-color: #fff;
  }

  .button-11.ghost {
    color: #048060;
    background-color: #0000;
    border-color: #048060;
  }

  .button-11.ghost:hover {
    background-color: #048060;
    border-style: solid;
  }

  .div-500-width.right-float {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.3em;
  }

  .small-video-block {
    border-radius: 5px;
    width: 100%;
    max-width: 55%;
    max-height: 450px;
    margin-left: -60px;
    margin-right: auto;
    position: static;
    box-shadow: 4px 4px 15px #0000001a;
  }

  .small-video-block:hover {
    opacity: .85;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .small-video-block.mobile-only {
    display: none;
  }

  .subheadline {
    color: #181818;
  }

  .section-standard {
    background-color: #0000;
    flex-direction: column;
    min-height: 0;
    display: flex;
  }

  .section-standard.hero.home {
    background-color: #0000;
    min-height: 93vh;
    padding-bottom: 40px;
  }

  .sticky-notice-delete {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .services-right-grid-5.solvcom {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

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

  .features-grid-2 {
    grid-template-columns: .5fr .5fr;
  }

  .home-intro-container {
    max-width: 1350px;
  }

  .image-31 {
    width: 26px;
    height: 26px;
  }

  .service-checkmark {
    width: 16px;
    height: 16px;
  }

  .pricing-wrapper-3 {
    grid-column-gap: 60px;
  }

  .pricing-dropdown-2.w--open {
    width: 1100px;
    left: -600px;
  }

  .f-video-play-overlay.is-gradient {
    background-image: none;
  }
}

@media screen and (min-width: 1920px) {
  .container.cta-container {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .container.with-large-bottom-padding, .container.with-large-bottom-padding-copy {
    grid-template-rows: auto;
  }

  .hero-section.home-hero-section {
    margin-bottom: 20px;
  }

  .cta {
    background-image: var(--image-i7e3cf7dd);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .team-member-hero-section.team-member-indv-hero {
    background-image: none;
  }

  .breadcrumb-div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .breadcrumb-container {
    margin-top: 73px;
  }

  .team-slider-image {
    height: 750px;
  }

  .job-title-green {
    color: #21abad;
  }

  .team-slider-background {
    background-color: #032d36;
    height: 75%;
  }

  .lawyers-slider {
    display: block;
  }

  .hero-section-portfolio.portfolio-hero-section {
    height: 800px;
  }

  .hero-section-secondary-portfolio.no-zindex.no-padding-bottom {
    background-image: linear-gradient(#0d2d36, #0d2d36);
  }

  .image-11 {
    margin-left: -1.5vw;
  }

  .image-17 {
    height: auto;
  }

  .dropdown-toggle-2 {
    padding-left: 0;
    padding-right: 40px;
  }

  .section-layout {
    margin-top: 0;
  }

  .page-padding-5 {
    align-self: center;
    margin-top: 0;
  }

  .container-home-welcom.cta-container {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .container-home-welcom.with-large-bottom-padding, .container-home-welcom.with-large-bottom-padding-copy {
    grid-template-rows: auto;
  }

  .cookie-consent-banner {
    display: none;
  }

  .text-span-45 {
    color: #21abad;
  }

  .padding-global-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .padding-global-3.padding-section-small.is-full-height {
    margin-left: 0;
    margin-right: 0;
  }

  .solvcom-intro-container.cta-container {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .solvcom-intro-container.with-large-bottom-padding, .solvcom-intro-container.with-large-bottom-padding-copy {
    grid-template-rows: auto;
  }

  .div-block-78 {
    padding-left: 0;
    padding-right: 38rem;
  }

  .home-intro-container.cta-container {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .home-intro-container.with-large-bottom-padding, .home-intro-container.with-large-bottom-padding-copy {
    grid-template-rows: auto;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

  .section.slider-second-section.animation-bottom-on-page-load {
    margin-top: 0;
  }

  .navbar {
    height: 100px;
  }

  .hero-section.home-hero-section {
    min-height: 120vh;
  }

  .nav-menu {
    z-index: 0;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-bottom: 1px solid var(--light-grey);
    background-color: #0d2d36;
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-height: 100vh;
    padding: 90px 2em 2em;
    position: fixed;
    top: 0;
    overflow: scroll;
  }

  .grid-6-col {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: start;
  }

  .no-margins.split-word {
    font-size: 60px;
    line-height: 1.2;
  }

  .no-margins.split-word.solvcom-solutions {
    font-size: 40px;
  }

  .no-margins.team-homepage.split-word {
    font-size: 52px;
  }

  .footer-link {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .link-block-underline {
    display: none;
  }

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

  .nav-link-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5px 0;
    display: flex;
  }

  .nav-link-holder.nav-button-holder {
    width: auto;
    padding-left: 0;
  }

  .nav-link-holder.mobile-only {
    display: block;
  }

  .nav-link-holder.about-us-holder {
    width: auto;
  }

  .menu-button {
    z-index: 1;
    background-color: #0d2d36;
    transition: background-color .35s;
    display: flex;
  }

  .menu-button:hover {
    background-color: var(--primary);
  }

  .menu-button.w--open {
    background-color: var(--light-grey);
    border-radius: 10px;
  }

  .style-guide-tab-holder {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .style-guide-left-panel-holder {
    width: 100%;
  }

  .hero-text1 {
    font-size: 80px;
  }

  .style-guide-left-panel {
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 1em;
    display: grid;
  }

  .link-block-23 {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .style-guide-empty-container {
    padding: 17px 0;
  }

  .button {
    font-weight: 500;
  }

  .style-guide-main-panel {
    padding: 16px;
  }

  .style-guide-container {
    flex-direction: column;
  }

  .style-guide-hero-holder {
    padding: 1em;
  }

  .nav-link {
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link.nav-link-dropdown {
    margin-left: 0;
  }

  .link-background {
    background-color: var(--primary);
  }

  .link-background.link-bg-on-dark {
    display: none;
  }

  .hero-section-secondary.no-zindex._404-bg {
    min-height: 300px;
  }

  .social-media-icons {
    flex-wrap: wrap;
  }

  .hero-description {
    font-size: 20px;
  }

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

  .link-with-line {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .blog-grid, .shop-list {
    grid-template-columns: 1fr 1fr;
  }

  .nav-cart-holder {
    z-index: 3;
    flex-direction: row;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    padding-right: 10px;
    display: flex;
    position: relative;
  }

  .cart {
    z-index: 1;
  }

  .product-details-grid {
    grid-template-columns: 1fr;
  }

  .product-title {
    font-size: 50px;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .nav-dropdown-list {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 10px;
  }

  .nav-dropdown-line-abs {
    display: none;
  }

  .nav-menu-overlay-mobile {
    z-index: 1;
    background-color: #0d2d36;
    height: 70px;
    padding-bottom: 100px;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-dropdown-link-arrow {
    width: 18px;
    height: 18px;
  }

  .nav-dropdown-link-arrow-holder {
    height: 20px;
    bottom: -16px;
  }

  .nav-dropdown-link-arrow-animated {
    height: 12px;
  }

  .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .feature-text {
    max-width: 440px;
  }

  .feature-box {
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 2em;
  }

  .template-more-things-grid, .demo-pages-grid {
    grid-template-columns: 1fr 1fr;
  }

  .template-included-image-holder {
    height: auto;
  }

  .grid-what-is-included {
    grid-template-columns: 1fr;
  }

  .text-paragraph-holder {
    height: auto;
  }

  .template-section {
    border-radius: 20px;
  }

  .template-card-holder {
    height: 270px;
  }

  .template-card-image {
    border-radius: 3px;
  }

  .demo-blur-bg-effect {
    display: none;
  }

  .integration-heading {
    font-size: 32px;
  }

  .demo-section {
    padding-bottom: 3em;
  }

  .template-footer-holder {
    grid-column-gap: 30px;
  }

  .white-text-paragraph-holder {
    width: 300px;
  }

  .quic-stack-box.blue {
    padding-bottom: 60px;
  }

  .notification-banner {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-dropdown-icon {
    padding-left: 15px;
  }

  .list {
    padding-left: 0;
  }

  .heading-3-style {
    font-size: 30px;
  }

  .hide-demo-page-text-on-tablet {
    display: none;
  }

  .cta-grid {
    grid-template-columns: 2fr 1fr;
  }

  .cta-bg-bottom, .cta-bg-top {
    height: auto;
  }

  .cta-bg-image-top {
    width: 100%;
    height: auto;
  }

  .cta-bg-image-bottom {
    width: 60%;
    height: auto;
  }

  .follow-us-panel {
    padding-top: 2em;
    padding-right: 0;
  }

  .follow-us-text-holder {
    display: none;
  }

  .home-hero-content {
    width: 100%;
  }

  .slider.slider-on-tablet-and-mobile {
    display: flex;
  }

  .slider.slider-on-desktop-only {
    display: none;
  }

  .mask {
    width: 100%;
  }

  .slide-item-link.hide-slide-item-on-mobile {
    display: none;
  }

  .first-slider-grid {
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 100%;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-item-link {
    border-bottom-color: var(--body-color);
  }

  .slide-content-bg {
    display: none;
  }

  .team-members-grid {
    grid-template-columns: 1fr 1fr;
  }

  .showcase-grid-items {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .showcase-item-content {
    min-height: 5em;
    font-size: 18px;
    left: 3em;
  }

  .hero-text-content {
    grid-column-gap: 10px;
    font-size: 50px;
  }

  .hero-text-content.showcase-main-title {
    font-size: 45px;
  }

  .hero-text-content.home-hero-text-content {
    font-size: 70px;
  }

  .hero-text-content.demo-page-hero-text {
    font-size: 60px;
  }

  .hero-text-content.testimonials-hero-text-contentat {
    font-size: 70px;
  }

  .share-panel {
    padding-right: 0;
  }

  .showcase-main-content {
    max-width: 93%;
    margin-top: -5em;
    font-size: 18px;
  }

  .showcases-hero-slider-mast {
    width: 40vw;
  }

  .what-we-do-image-overlay {
    width: 80%;
  }

  .service-detail-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  ._404 {
    font-size: 40vw;
  }

  ._404.new {
    color: var(--text-color);
    font-size: 50px;
  }

  ._404-zero-holder {
    top: 12px;
  }

  ._404-zero {
    width: 23vw;
  }

  .content-spacer {
    display: none;
  }

  .primary-button {
    display: block;
  }

  .title-left {
    width: 55%;
  }

  .team-member-hero-section.team-member-indv-hero {
    min-height: 250px;
    padding-top: 80px;
  }

  .breadcrumb-container {
    padding-right: 420px;
  }

  .team-memeber-number {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .blog-template-pagination-2 {
    margin-top: 60px;
  }

  .link-block-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    display: flex;
  }

  .container-holi-awards {
    grid-row-gap: 20px;
  }

  .team-slider-mask {
    width: 90%;
  }

  .link-block-3 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    display: flex;
  }

  .team-slider-image {
    width: 276px;
    height: 400px;
  }

  .team-slider-left-arrow-single-team {
    left: 160px;
  }

  .team-slider-background {
    width: 35%;
  }

  .team-slider-right-arrow-single {
    left: 210px;
  }

  .review-blog-details-2 {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .slider-blog-arrow-2 {
    padding-right: 60px;
  }

  .slider-blog-arrow-2.right {
    padding-left: 60px;
  }

  .image-2 {
    display: none;
  }

  .features2-image {
    display: block;
  }

  .features1-right-number {
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .features1-image1, .image-4, .features1-image2 {
    display: none;
  }

  .features-gird1 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .features1-right-content {
    text-align: center;
  }

  .image-5 {
    display: none;
  }

  .paragraph-default {
    text-align: center;
  }

  .home-features_component {
    margin-top: 0;
  }

  .page-padding {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .image-3, .features1-image3 {
    display: none;
  }

  .features1-right-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .features-image {
    display: block;
  }

  .features2-right-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .features1-right-items {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-normal {
    text-align: center;
  }

  .anim-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .features1-image4 {
    display: none;
  }

  .features-gird2 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .content-wrapper {
    max-width: 100%;
  }

  .quick-features {
    padding-left: 3%;
    padding-right: 3%;
  }

  .h2-big {
    font-size: 28px;
    line-height: 34px;
  }

  .intro-icon {
    flex-direction: column;
  }

  .paragraph-84 {
    justify-content: center;
  }

  .services-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .service-item-link-2 {
    border-bottom-color: #323232;
  }

  .section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .story-grid {
    grid-row-gap: 48px;
    grid-template-rows: auto 1px;
    grid-template-columns: 1fr;
  }

  .sticky-services-intro {
    position: relative;
    top: auto;
  }

  .verticle-line {
    width: 100%;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-84-copy {
    margin-right: 0;
  }

  .navbar-light {
    height: 70px;
  }

  .logo-wrapper-wide {
    margin-top: 72px;
  }

  .hero-description-2 {
    font-size: 20px;
  }

  .hero-text-content-2 {
    grid-column-gap: 10px;
    font-size: 50px;
  }

  .slide-item-div.hide-slide-item-on-mobile, .link-background-2.link-bg-on-dark {
    display: none;
  }

  .button-2 {
    font-weight: 500;
  }

  .link-with-line-2 {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .notification-banner-2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .style-guide-left-panel-holder-2 {
    width: 100%;
  }

  .style-guide-tab-holder-2 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .hero-description-3 {
    font-size: 20px;
  }

  .section-2-about {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link-2.nav-link-dropdown {
    margin-left: 0;
  }

  .button-3 {
    font-weight: 500;
  }

  .link-with-line-3 {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .notification-banner-3 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .style-guide-tab-holder-3 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .content-testimonial {
    padding-bottom: 40px;
  }

  .review {
    font-size: 20px;
  }

  .about-customer {
    margin-top: 20px;
  }

  .testimonial-section {
    overflow: visible;
  }

  .tlc-head {
    font-size: 50px;
    line-height: 56px;
  }

  .ts-right {
    margin-top: 20px;
    padding-left: 0;
  }

  .ts-card {
    overflow: visible;
  }

  .tlc-head-block {
    justify-content: center;
    align-items: center;
  }

  .ts-left-content {
    text-align: center;
    position: relative;
  }

  .ts-block {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-top: -150px;
  }

  .container-5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tlc-line {
    display: none;
  }

  .tlc-small-head {
    line-height: 26px;
  }

  .tsr-left.infinite-scroll-1 {
    background-color: #0000;
    height: 100%;
  }

  .content-block {
    padding: 20px 10px;
  }

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

  .container-6 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .hero-text-content-testimonals {
    grid-column-gap: 10px;
    font-size: 50px;
  }

  .hero-text-content-testimonals.showcase-main-title {
    font-size: 45px;
  }

  .hero-text-content-testimonals.home-hero-text-content {
    font-size: 70px;
  }

  .hero-text-content-testimonals.demo-page-hero-text {
    font-size: 60px;
  }

  .hero-text-content-testimonals.testimonials-hero-text-contentat {
    font-size: 70px;
  }

  .container-7 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .tlc-head-2 {
    font-size: 50px;
    line-height: 56px;
  }

  .container-8 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tlc-line-2 {
    display: none;
  }

  .tlc-small-head-2 {
    line-height: 26px;
  }

  .portfolio-hero-content {
    width: 100%;
  }

  .grid-media.on-dark {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: .25fr .25fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .services-grid-2-home {
    grid-template-columns: 1fr 1fr;
  }

  .image-9 {
    left: -31%;
  }

  .hero-section-secondary-portfolio.no-zindex.no-padding-bottom {
    background-position: 50% 0;
    background-size: cover;
    min-height: 61vh;
  }

  .grd-container {
    margin-left: 50px;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle-3 {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon-2 {
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list-3 {
    background-color: #fff;
    border-style: none;
    border-radius: 30px;
    flex-direction: column;
    width: 100%;
    padding: 0 0 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-3.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-link-wrapper-2 {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper-2:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link-4 {
    text-transform: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
  }

  .nav-dropdown-link-4.home {
    color: #323232;
    font-size: 14px;
  }

  .nav-dropdown-link-line-3 {
    display: none;
  }

  .service-detail-grid-copy {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .video-container {
    margin-left: 50px;
  }

  .grid-background {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-button {
    height: 60px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .first-button {
    background-color: #4451f6;
  }

  .image-10 {
    width: 20px;
  }

  .text-small-2 {
    font-weight: 300;
  }

  .text-small-2.click-me {
    opacity: 1;
    right: 30px;
  }

  .text-small-2.io {
    font-weight: 600;
  }

  .grid-main {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 40px;
    padding-left: 40px;
  }

  .div-content-main {
    align-self: center;
    position: relative;
  }

  .div-left-first-button {
    width: 60px;
    margin-right: 0;
  }

  .bg-video {
    align-self: center;
    margin-left: -40px;
  }

  .div-options-hardware {
    grid-row-gap: 20px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .arrow-3 {
    opacity: 1;
    right: 10px;
  }

  .div-technology-container {
    border: 3px solid #181818;
    align-self: center;
  }

  .div-testimoninal {
    grid-row-gap: 30px;
    margin-top: 80px;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-project-ci {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr 1fr auto auto;
    margin-bottom: 120px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .bar-flag {
    margin-right: 30px;
  }

  .div-png-tec-responsive {
    justify-content: center;
    align-items: center;
    height: 0;
    display: block;
  }

  .div-title-project-technology {
    align-self: start;
    position: relative;
    top: 0%;
  }

  .grid-project-technology {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-areas: ". . . . ."
                         ". . . . .";
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-title-project {
    align-self: center;
    margin-left: 40px;
  }

  .base-responsive {
    opacity: 0;
  }

  .div-png-tec {
    display: none;
  }

  .png-responsive {
    opacity: 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div-bar-input {
    background-color: #4451f6;
    justify-content: center;
    margin-left: 40px;
  }

  .div-bar-input.out {
    background-color: #4451f699;
  }

  .grid-generative-design {
    grid-template: ". . ."
                   ". . ."
                   ". . ."
                   / 1fr minmax(0, 4px) 1fr;
    margin-left: 40px;
    margin-right: 40px;
  }

  .grid-parameters._3 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-areas: "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         ".";
  }

  .div-content-gd {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-circle-inside {
    width: auto;
    height: 6px;
    margin-right: 0;
    inset: auto 0% 0%;
  }

  .text-bg {
    align-self: center;
    font-size: 120px;
    line-height: 120px;
  }

  .grid-colors._4 {
    grid-template-rows: auto auto;
    grid-template-areas: ". ."
                         ". .";
  }

  .grid-case-study {
    grid-row-gap: 80px;
    grid-template-rows: auto auto auto;
    grid-template-areas: ". . . . ."
                         ". . . . ."
                         ". . . . .";
    margin-bottom: 80px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .text-io {
    font-weight: 300;
  }

  .div-color {
    justify-content: center;
    padding-left: 30px;
  }

  .gif {
    border-style: none;
    border-width: 1px;
    width: 360px;
    height: 360px;
    position: relative;
    top: 0%;
  }

  .div-card-gd {
    min-height: 300px;
  }

  .footer-2 {
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-areas: ". . . . ."
                         ". . . . .";
    align-content: center;
    height: 100vh;
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 40px;
  }

  .text-privacy-footer {
    font-weight: 300;
  }

  .div-contact {
    flex-direction: column;
    align-self: end;
    align-items: center;
    display: flex;
  }

  .text-field {
    font-weight: 300;
  }

  .solvcom-about-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .solvcom-about-container {
    flex-direction: column;
  }

  .solvcom-about-main-panel {
    padding: 16px;
  }

  .solvcom-about-empty-container {
    padding: 17px 0;
  }

  .solvcom-about-hero-holder {
    padding: 1em;
  }

  .team-member-link {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .div-team-details, .link-block-2-copy, .link-team-email, .link-team-number {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    display: flex;
  }

  .image-holder-with-animation-csr {
    margin-bottom: 0;
  }

  .hero-description-contact {
    font-size: 20px;
  }

  .air-wrap-4 {
    background-position: 0%;
  }

  .air-section-1 {
    font-size: 1.3vw;
  }

  .air-wrap-3 {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .hero-text-content-home {
    grid-column-gap: 10px;
    font-size: 50px;
  }

  .hero-text-content-home.showcase-main-title {
    font-size: 45px;
  }

  .hero-text-content-home.home-hero-text-content {
    font-size: 70px;
  }

  .hero-text-content-home.demo-page-hero-text {
    font-size: 60px;
  }

  .hero-text-content-home.testimonials-hero-text-contentat {
    font-size: 70px;
  }

  .home-hero-content-image {
    width: 100%;
  }

  .flowout-buttons {
    justify-content: flex-end;
    align-items: center;
  }

  .flowout-hero-cta {
    margin-left: 0;
  }

  .flowout-hero-heading {
    margin-bottom: 20px;
  }

  .flowout-companies-content {
    max-width: none;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .flowout-hero-content {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 56px;
  }

  .icon-3 {
    display: none;
  }

  .flowout-companies-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .flowout-companies-text {
    text-align: center;
  }

  .flowout-navbar-container {
    justify-content: space-between;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .flowout-burger {
    display: none;
  }

  .slider-home-hero {
    max-width: 500px;
  }

  .hero-text-content-3 {
    grid-column-gap: 10px;
    font-size: 50px;
  }

  .hero-text-content-3.home-hero-text-content {
    font-size: 70px;
  }

  .home-hero-content-2 {
    width: 100%;
  }

  .home-features_h2 {
    font-size: 2.5rem;
  }

  .container-large-3 {
    padding-top: 10px;
  }

  .home-features_item-content-wrapper {
    max-width: 24rem;
  }

  .home-features_item-wrapper {
    padding: 2rem;
  }

  .service-item-link-2-copy {
    border-bottom-color: #323232;
  }

  .slider-home-footer {
    max-width: 500px;
  }

  .dropdown-toggle-2 {
    padding-left: 0;
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
  }

  .dropdown-toggle-2.v2 {
    display: inline-block;
  }

  .dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown.mobile-hide {
    display: none;
  }

  .pricing-dropdown.w--open {
    display: block;
  }

  .testimonial-image-block {
    padding: 30px;
  }

  .nav-dropdown-icon-3 {
    padding-left: 15px;
  }

  .nav-link-3 {
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-32.mobile-only {
    letter-spacing: normal;
    font-weight: 400;
    display: block;
  }

  .nav-dropdown-icon-4 {
    padding-left: 15px;
  }

  .text-block-33 {
    letter-spacing: normal;
    font-weight: 400;
  }

  .section-home-horizontalscroll {
    height: auto;
  }

  .layout_component {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .frame-home-horizontalscroll {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .h2 {
    font-size: 2rem;
  }

  .camera-home-horizontalscroll {
    width: auto;
    height: auto;
    position: static;
    overflow: visible;
  }

  .section-layout {
    flex-direction: column;
    align-items: center;
    width: auto;
    height: auto;
  }

  .image-star-horizontal-scroll {
    width: 300px;
    margin-top: 60px;
    display: block;
    transform: rotate(90deg);
  }

  .padding-vertical-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-home-horizontalscroll-2 {
    height: auto;
  }

  .page-padding-5 {
    margin-top: 220px;
  }

  .padding-vertical-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-23 {
    color: #21abad;
  }

  .bmj-block2-form-1 {
    border: .1em solid #e9ebef;
  }

  .bmj-section-1 {
    font-size: 1.3vw;
  }

  .insurcom-about-empty-container {
    padding: 17px 0;
  }

  .grid-main-insurcom, .grid-main-solvcom {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 40px;
    padding-left: 40px;
  }

  .ba-dropdown.w--open {
    display: block;
  }

  .section-copy.slider-second-section.animation-bottom-on-page-load {
    margin-top: 0;
  }

  .tabs-menu-4 {
    padding-right: 0;
  }

  .button-tabs {
    font-weight: 500;
  }

  .solvcom-solutions-link {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .text-block-40.mobile-only {
    letter-spacing: normal;
    font-weight: 400;
    display: block;
  }

  .nav-dropdown-icon-5 {
    padding-left: 15px;
  }

  .nav-dropdown-icon-6 {
    padding-left: 0;
  }

  .text-block-41 {
    letter-spacing: normal;
    font-weight: 400;
  }

  .text-block-41.home {
    color: #323232;
    font-size: 14px;
    line-height: 24px;
  }

  .cookie-consent-banner {
    width: auto;
    display: none;
  }

  .phone-side {
    margin-bottom: 40px;
  }

  .text-size-medium-2 {
    font-weight: 400;
  }

  .section_why-reel-pay.bi-page {
    margin-top: 12rem;
  }

  .features-link {
    grid-column-gap: 26px;
    font-size: 14px;
    line-height: 18px;
  }

  .why-reel-pay_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .top-text {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-26, .bold-text-7 {
    font-size: 60px;
  }

  .section-home-hero.is-relative {
    height: 80vh;
    margin-top: 0;
  }

  .section-home-hero.is-relative.solvcom-bi {
    padding-top: 6.6rem;
  }

  .home-headiing-first {
    margin-top: 15rem;
  }

  .home-heading-second {
    grid-template-columns: 1fr 1fr;
  }

  .reveal-wrap {
    width: 100%;
  }

  .h1 {
    font-size: 50px;
  }

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

  .main-image {
    max-height: 60vh;
  }

  .header-primary-button.navbar-cta {
    display: none;
  }

  .header-primary-button.navbar-cta.mobile {
    display: block;
  }

  .hamburger_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-menu {
    z-index: 40;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px #000;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0%;
    display: none;
    overflow: auto;
  }

  .hamburger_line-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-link {
    white-space: nowrap;
    width: auto;
    padding: 20px;
    font-size: 14px;
  }

  .navbar-link.far-left {
    color: #323232;
    font-size: 14px;
  }

  .navbar-link.mobile-text-colour {
    color: #323232;
  }

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

  .hamburger_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger_line-middle-in {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger.w--open {
    background-color: #0000;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .testimonial_component-2 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    margin-top: 200px;
  }

  .image-22 {
    max-width: 15rem;
  }

  .header_content {
    padding-bottom: 10px;
  }

  .phone-side-2 {
    margin-bottom: 40px;
  }

  .header_component {
    grid-row-gap: 8rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .logo_logo-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .logo_component {
    grid-column-gap: 3rem;
  }

  .logo_content-left {
    max-width: 16rem;
  }

  .heading-style-h4 {
    font-size: 30px;
  }

  .analytics-illustration {
    position: static;
  }

  .chat-transfer-illustration {
    margin-bottom: 0;
    position: static;
  }

  .features_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-auto-flow: row;
  }

  .solvcom-intro-container.no-padding-bottom-home-welcome-copy, .solvcom-intro-container.no-padding-bottom-home-welcome-copy-copy {
    background-color: #fff;
  }

  .solvcom-intro-container.no-padding-bottom-home-welcome-copy-copy.no-padding-bottm {
    padding-bottom: 0;
  }

  .partners-sec {
    padding-bottom: 60px;
  }

  .partners-grid {
    grid-column-gap: 20px;
  }

  .heading-h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .features-link-2 {
    grid-column-gap: 26px;
    font-size: 14px;
    line-height: 18px;
  }

  .features-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .features-text {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 18px;
  }

  .features-text.white-text {
    font-size: 18px;
  }

  .top-text-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .control-video {
    width: 180px;
    top: -7%;
    right: -7%;
  }

  .services-right-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .services-right-grid.solvcom {
    grid-template-columns: 1fr;
  }

  .service-paragraph {
    font-size: 16px;
    line-height: 30px;
  }

  .services-sec {
    padding-bottom: 100px;
  }

  .top-text-copy {
    font-size: 16px;
    line-height: 20px;
  }

  .service-item {
    grid-column-gap: 18px;
  }

  .top-text-3 {
    font-size: 16px;
    line-height: 20px;
  }

  .faq-content {
    width: 100%;
  }

  .content-paragraph.small.white-text {
    letter-spacing: normal;
  }

  .features_component-2 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

  .additional-features_component {
    grid-column-gap: 2rem;
  }

  .mission_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .padding-section-large-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-33 {
    font-size: 52px;
    line-height: 1.2;
  }

  .bold-text-16 {
    font-size: 60px;
    font-weight: 400;
  }

  .top-text-4 {
    font-size: 16px;
    line-height: 20px;
  }

  .padding-global-13.no-padding-top {
    padding-top: 0;
  }

  .padding-section-large-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .image-23 {
    max-width: 15rem;
  }

  .why-reel-pay_component-2 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .top-text-5 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-h2-2 {
    font-size: 32px;
    line-height: 42px;
  }

  .services-right-grid-2 {
    grid-row-gap: 26px;
    grid-template-columns: 1fr;
  }

  .services-sec-2 {
    padding-bottom: 100px;
  }

  .heading-h2-3 {
    font-size: 32px;
    line-height: 42px;
  }

  .services-right-grid-3 {
    grid-row-gap: 26px;
    grid-template-columns: 1fr;
  }

  .services-sec-3, .team-sec {
    padding-bottom: 100px;
  }

  .pattren-top {
    top: 21%;
    right: -26px;
  }

  .team-text {
    font-size: 16px;
    line-height: 30px;
  }

  .team-grid {
    grid-column-gap: 20px;
  }

  .pattren-bottom {
    bottom: 0%;
    left: 0%;
  }

  .team-left-content-wrapper {
    padding-top: 50px;
  }

  .div-block-2 {
    margin-bottom: 35px;
  }

  .team-right-image-bottom {
    bottom: 49px;
    left: 22px;
  }

  .heading-h3 {
    font-size: 25px;
    line-height: 25px;
  }

  .top-text-6 {
    font-size: 16px;
    line-height: 20px;
  }

  .services-right-grid-4 {
    grid-row-gap: 26px;
    grid-template-columns: 1fr;
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    justify-content: center;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_menu-link-wrapper {
    background-color: #fff;
    border-radius: 1.25rem;
    flex-direction: column;
    width: 100%;
    margin-top: 1.5rem;
    padding: 1rem 2rem 2.5rem;
  }

  .menu-icon1_line-middle {
    background-color: #fff;
    border-radius: 1px;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_menu-button {
    padding: 0;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .navbar_link {
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .menu-icon1_line-bottom {
    background-color: #fff;
    border-radius: 1px;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_container {
    background-color: #0d2d36;
  }

  .menu-icon1_line-top {
    background-color: #fff;
    border-radius: 1px;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    border-radius: 1px;
    width: .25rem;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_component {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar_button-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: stretch;
    margin-top: 1rem;
    margin-left: 0;
  }

  .text-span-51 {
    color: #21abad;
  }

  .logo_logo-list-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .bold-text-29 {
    font-weight: 400;
  }

  .heading-35 {
    font-size: 52px;
  }

  .padding-section-large-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .layout28_component {
    grid-column-gap: 3rem;
  }

  .heading-medium-2 {
    font-size: 1.75rem;
  }

  .heading-37 {
    font-size: 52px;
  }

  .div-block-55 {
    max-width: 60%;
  }

  .div-standard.flex {
    flex: 0 auto;
  }

  .div-standard.flex.home {
    display: flex;
  }

  .button-11, .button-11.ghost {
    flex: 1;
  }

  .div-500-width {
    width: auto;
    max-width: 400px;
  }

  .div-500-width.right-float {
    margin-left: 20px;
  }

  .div-block-56 {
    margin-left: 10px;
  }

  .heading-1 {
    font-size: 40px;
  }

  .small-video-block {
    margin-left: -50px;
  }

  .small-video-block.desktop-only, .small-video-block.mobile-only {
    width: 100%;
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-standard {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .section-standard.hero {
    max-height: 500px;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .section-standard.hero.home {
    background-image: none;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .sticky-notice-delete {
    display: none;
  }

  .label {
    margin-left: -10px;
  }

  .text-block-81-copy {
    padding-top: 20px;
  }

  .box {
    flex-direction: column;
    align-items: flex-start;
    padding: 3.2em;
  }

  .card-container {
    flex-flow: column;
  }

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

  .top-text-7 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-medium-3 {
    font-size: 1.75rem;
  }

  .add-ons_accordion.add-ons_js-accordion {
    padding-top: 0;
    padding-bottom: 0;
  }

  .add-ons_image-wrapper {
    width: 100%;
    height: 28.125rem;
    margin-top: 2rem;
    position: static;
  }

  .add-ons_accordion-item.add-ons_js-accordion-item {
    width: 100%;
  }

  .add-ons_title-icon-wrapper {
    flex-wrap: nowrap;
    align-items: center;
  }

  .add-ons_image {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .section-add-ons {
    background-image: var(--image-582822e8);
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .why-reel-pay_component-3 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .top-text-8 {
    font-size: 16px;
    line-height: 20px;
  }

  .services-right-grid-5 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .services-right-grid-5.solvcom {
    grid-template-columns: 1fr;
  }

  .top-text-9 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-h2-4, .heading-h2-4.white-text {
    font-size: 40px;
    line-height: 1.2;
  }

  .features-link-3 {
    grid-column-gap: 26px;
    font-size: 14px;
    line-height: 18px;
  }

  .features-sec-2.no-padding-bottom {
    padding-bottom: 0;
  }

  .features-sec-2.no-padding-top {
    padding-top: 0;
  }

  .features-grid-2 {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .top-text-10 {
    font-size: 16px;
    line-height: 20px;
  }

  .padding-section-large-7 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .facts_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .home-intro-container.no-padding-bottom-home-welcome-copy, .home-intro-container.no-padding-bottom-home-welcome-copy-copy {
    background-color: #fff;
  }

  .text-size-regular-2.is-free-trial {
    color: #ffffff80;
  }

  .header1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .section-header1 {
    padding-bottom: 0;
  }

  .section-insurcom-hero.is-relative {
    height: 80vh;
    margin-top: 0;
  }

  .section-insurcom-hero.is-relative.solvcom-bi {
    padding-top: 6.6rem;
  }

  .div-block-84 {
    padding-bottom: 0;
  }

  .insurcom-intro-container {
    padding: 1em;
  }

  .link-block-25 {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-dropdown-2.w--open {
    display: block;
  }

  .feature-tab-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .banner-right {
    flex-direction: row;
  }

  .padding-overflow-mobile {
    overflow: visible;
  }

  .grid-3-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 2fr;
    height: auto;
  }

  .grid-3-2.new {
    grid-template-columns: 1fr .75fr;
  }

  .arrow-tab {
    justify-content: center;
    width: 100%;
    height: 3rem;
  }

  .arrow-tab.w--current {
    background-size: contain;
  }

  .feature_content-detail {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_home-function {
    min-height: 32rem;
  }

  .feature-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .feature-tab-detail {
    flex-direction: column;
  }

  .bullet-img-wrapper {
    order: -1;
    width: 100%;
    height: 20rem;
  }

  .f-video-title-wrapper {
    padding-top: 1.45rem;
    padding-left: 1.575rem;
    padding-right: 1.575rem;
    overflow: hidden;
  }

  .f-video-subtitle {
    font-size: 1rem;
  }

  .f-flowplay-video-wrapper {
    border-radius: 1.25rem;
    min-width: 90vw;
    min-height: auto;
  }

  .f-video-controls-wrapper.player_1 {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    padding-bottom: .8rem;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }

  .f-control-button.hide-desktop {
    display: flex;
  }

  .f-video-title {
    font-size: 1.2rem;
  }

  .pdf_modal-content {
    width: 90%;
  }

  .pdf_filters_form-component {
    z-index: 999;
  }

  .pdf_list {
    grid-template-columns: 1fr 1fr;
  }

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

  .pdf_image-overlay {
    background-image: linear-gradient(#0000001a, #0000001a);
  }

  .pdf_image-lottie {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section.slider-second-section.animation-bottom-on-page-load {
    margin-top: -5em;
  }

  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.mobile-padding {
    padding-top: 0;
  }

  .navbar {
    height: 70px;
  }

  .hero-section {
    height: auto;
  }

  .hero-section.home-hero-section {
    min-height: 115vh;
    margin-top: auto;
    padding-top: 100px;
  }

  .nav-menu {
    background-color: #0d2d36;
    padding-left: 1em;
    padding-right: 1em;
  }

  .no-margins {
    font-size: 52px;
  }

  .no-margins.split-word {
    font-size: 52px;
    font-weight: 400;
  }

  .no-margins.split-word.solvcom-solutions {
    font-size: 35px;
  }

  .no-margins.team-homepage.split-word {
    font-size: 40px;
  }

  .grid-4-col {
    grid-template-columns: 1fr 1fr;
  }

  .footer-image {
    object-fit: contain;
  }

  .made-by-section {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-link-holder.nav-button-holder, .nav-link-holder.about-us-holder {
    width: auto;
  }

  .change-log-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2em 1em;
  }

  .hero-text1 {
    font-size: 56px;
  }

  .style-guide-left-panel {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .colors-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .style-guide-empty-container {
    padding-left: 0;
    padding-right: 0;
  }

  .font-holder {
    flex-direction: column;
    padding: 16px;
  }

  .nav-link.white-nav-link {
    padding-left: 15px;
  }

  .link-background {
    background-color: var(--primary);
    border-radius: 30px;
  }

  .hero-section-secondary {
    height: auto;
  }

  .hero-description-short-container {
    max-width: 100%;
  }

  .hero-description {
    font-size: 18px;
  }

  .hero-content {
    height: auto;
  }

  .trusted-by-grid-content {
    min-height: auto;
    padding: 5px;
  }

  .post-image {
    margin-top: 2em;
  }

  .shop-list {
    grid-template-columns: 1fr;
  }

  .cart-container {
    max-width: 90vw;
  }

  .checkout-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .checkout-summary {
    margin-top: 2em;
  }

  .product-title {
    font-size: 40px;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown-grid {
    grid-template-columns: 1fr 1fr;
    max-height: 70vh;
    overflow: auto;
  }

  .nav-menu-overlay-mobile {
    height: 93px;
  }

  .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .feature-text {
    max-width: 310px;
    font-size: 30px;
  }

  .feature-box {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 25px;
  }

  .template-more-things-grid {
    grid-template-columns: 1fr;
  }

  .template-card-holder {
    height: 210px;
  }

  .integration-heading {
    font-size: 24px;
  }

  .template-footer-heading {
    max-width: 350px;
  }

  .template-footer-holder {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .hero-description-holder {
    margin-top: 2em;
  }

  .nav-dropdown-icon {
    padding-left: 15px;
  }

  .hide-on-mobile {
    display: none;
  }

  .hide-on-desktop {
    display: block;
  }

  .blog-item-title-2 {
    font-size: 28px;
  }

  .white-text {
    color: #fff;
  }

  .card-item {
    flex-direction: column;
  }

  .accordion-title {
    font-size: 24px;
  }

  .cta-bg-top {
    margin-bottom: -1em;
  }

  .cta-bg-image-bottom {
    width: 70%;
    margin-top: -3em;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-item-card-link {
    padding-left: 1em;
    padding-right: 1em;
  }

  .team-members-grid {
    grid-template-columns: 1fr;
  }

  .team-member-item {
    min-height: 100vw;
  }

  .blog-item-content-holder.blog-big-item-content-holder {
    max-width: 90%;
  }

  .hero-text-content {
    grid-row-gap: 0px;
    font-size: 50px;
    line-height: 1.2;
  }

  .hero-text-content.showcase-main-title {
    font-size: 30px;
  }

  .hero-text-content.home-hero-text-content {
    font-size: 60px;
  }

  .hero-text-content.demo-page-hero-text {
    font-size: 50px;
  }

  .hero-text-content.testimonials-hero-text-contentat {
    font-size: 60px;
  }

  .hero-text {
    margin-top: 0;
  }

  .hero-text._10, .hero-text._5-home, .hero-text-word {
    font-size: 52px;
  }

  .insights-hero-grid {
    grid-template-columns: 1fr;
  }

  .blog-big-collection {
    max-width: 100%;
  }

  .blog-hero-subscribe-panel-parent {
    width: 70vw;
    bottom: 15%;
    right: 5%;
  }

  .detail-grid {
    grid-template-columns: 1fr;
  }

  .detail-data-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .detail-data-parent {
    top: 0;
  }

  .showcases-hero-slider {
    width: 120vw;
    left: 1em;
  }

  .showcases-hero-slider-mast {
    width: 60vw;
  }

  .showcases-hero-slider-container {
    width: 120vw;
    left: -1em;
  }

  .showcase-hero-slider-overlay {
    width: 1em;
  }

  .showcases-hero-grid, .who-we-are-hero-grid {
    grid-template-columns: 1fr;
  }

  .about-slide-image-holder {
    min-height: 40vh;
  }

  .big-number {
    font-size: 60px;
  }

  .about-slide-container {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

  .about-slide-image {
    object-position: 50% 0%;
  }

  .grid-stats {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .open-position-link {
    align-items: flex-start;
  }

  .open-position-text {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .open-position-icon {
    margin-top: 4px;
  }

  .image-with-animation-container {
    max-width: 100%;
  }

  .image-with-animation {
    min-height: 350px;
    margin-left: -50px;
  }

  .what-we-do-images-container {
    height: auto;
    min-height: auto;
  }

  .what-we-do-image {
    width: 100%;
    height: auto;
  }

  .what-we-do-image-holder {
    width: 100%;
    height: auto;
    position: relative;
  }

  .what-we-do-image-overlay {
    background-image: linear-gradient(to top, #fff, #fff0);
    width: 100%;
    height: 30%;
    inset: auto 0% 0%;
  }

  .contact-hero-box {
    width: 95%;
    margin-right: auto;
  }

  .contact-hero-grid {
    grid-template-columns: 1fr;
  }

  ._404.new {
    color: var(--text-color);
    font-size: 50px;
  }

  ._401-hero-panel-parent {
    width: 70vw;
    bottom: 15%;
    right: 5%;
  }

  .hero-content-demo-page {
    height: auto;
  }

  .about-home-4 {
    flex-direction: column-reverse;
    display: flex;
  }

  .section-aboutushome {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .left-wrapper-contemt {
    text-align: center;
  }

  .title-left {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
    display: flex;
  }

  .right-wrapper-content {
    text-align: center;
    margin-top: 0;
  }

  .team-member-hero-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-member-hero-section.team-member-indv-hero {
    min-height: 250px;
    margin-top: 0;
    margin-bottom: 80px;
    padding-top: 100px;
  }

  .banner-title-copy.inner-pages-lawyerpage {
    font-size: 50px;
  }

  .breadcrumb-container {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-right: 200px;
    display: flex;
  }

  .team-memeber-number {
    color: #fff;
    flex-direction: row;
    display: flex;
  }

  .blog-template-pagination-2 {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 60px;
  }

  .link-block-2 {
    display: flex;
  }

  .container-holi-awards {
    grid-row-gap: 0px;
    flex-direction: column-reverse;
  }

  .team-slider-content {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }

  .link-block-3 {
    display: flex;
  }

  .team-slider-image {
    background-position: 50% 0;
    width: 100%;
    height: 400px;
  }

  .rich-text-block {
    margin-top: 50px;
  }

  .team-slide-item {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .team-memeber-email {
    color: #fff;
  }

  .job-title-green {
    color: #21abad;
  }

  .team-slider-left-arrow-single-team {
    inset: 40px auto auto 72%;
  }

  .team-slide-item-desc-dark {
    margin-top: 20px;
  }

  .team-slider-background {
    width: 100%;
    height: 17%;
    padding-bottom: 0;
    inset: 0% 0% auto;
  }

  .lawyers-slider {
    padding-top: 100px;
    padding-bottom: 10px;
  }

  .team-socials-wrapper-about-us-copy {
    justify-content: center;
  }

  .team-slider-right-arrow-single {
    inset: 40px auto auto 84%;
  }

  .team-name-green {
    padding-top: 71px;
  }

  .review-blog-details-2 {
    grid-template-columns: 1fr;
  }

  .slider-blog-arrow-2 {
    border-bottom: 1px solid #522e82;
    border-right-style: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .slider-blog-arrow-2.right {
    border-bottom-style: none;
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .features1-right, .features2-left, .features-image {
    text-align: center;
  }

  .features2-right-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .paragraph-normal {
    font-size: 1rem;
    line-height: 1.8rem;
  }

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

  .flex-intro {
    text-align: center;
    flex-direction: column;
  }

  .content-wrapper {
    z-index: 5;
    max-width: 100%;
  }

  .mini-title {
    font-size: 15px;
    line-height: 15px;
  }

  .h4-small {
    font-size: 17px;
    line-height: 21px;
  }

  .on-load-8 {
    flex-direction: column;
  }

  .on-load-8.intro {
    width: 25%;
  }

  .quick-features {
    padding-left: 5%;
    padding-right: 5%;
  }

  .on-load-9 {
    flex-direction: column;
  }

  .on-load-9.intro {
    width: 25%;
  }

  .on-load-10 {
    flex-direction: column;
  }

  .on-load-10.intro {
    width: 25%;
  }

  ._81-percent-2 {
    width: 100%;
  }

  .on-load-11 {
    flex-direction: column;
  }

  .flex-space-about {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .h2-big {
    font-size: 26px;
    line-height: 32px;
  }

  .paragraph-84 {
    justify-content: center;
  }

  .services-grid-2 {
    grid-template-columns: 1fr;
  }

  .service-item-card-link-2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .core-value {
    grid-row-gap: 48px;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-list {
    grid-template-rows: auto 1px auto 1px auto 1px auto;
    grid-template-columns: 1fr;
  }

  .tabs {
    flex-direction: column-reverse;
    display: flex;
  }

  .testimonial-right-wrapper {
    height: 320px;
  }

  .testimonial-component {
    grid-column-gap: 5px;
    grid-template: "Area"
                   "Area-2"
                   / 1fr;
  }

  .tab-link-tab-1 {
    width: 100px;
  }

  .tab-link-tab-1._4 {
    bottom: 7%;
    right: 3%;
  }

  .tab-link-tab-1._2 {
    top: 1%;
    right: 1%;
  }

  .tabs-menu {
    height: 300px;
  }

  .testimonial-image._4.shade {
    left: 13%;
  }

  .testimonial-image._2.shade {
    top: -49%;
  }

  .testimonial-image._3.shade {
    left: 59%;
  }

  .testimonial-image._5.shade {
    left: 84%;
  }

  .testimonial-image._7.shade {
    left: -73%;
  }

  .testimonial-image._6.shade {
    left: -58%;
  }

  .page-padding-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .testimonial-heading-wrapper {
    margin-bottom: 2rem;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-content {
    width: 100%;
  }

  .paragraph-84-copy {
    margin-right: 0;
  }

  .navbar-light {
    height: 70px;
  }

  .trust-logo-item {
    width: 25%;
  }

  .our-clients-sideflex {
    width: 150vw;
    margin-top: 5vh;
    margin-left: -25px;
  }

  .logo-list-wrapper.start-list {
    overflow: hidden;
  }

  .slider-2 {
    height: auto;
  }

  .slider-wrapper-wide {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .logo-wrapper-wide {
    flex-wrap: wrap;
    width: 30%;
    margin-top: 20px;
  }

  .hero-description-2 {
    font-size: 18px;
  }

  .hero-text-content-2 {
    grid-row-gap: 0px;
    font-size: 50px;
    line-height: 1.2;
  }

  .container-media, .container-copy {
    padding-left: 1em;
    padding-right: 1em;
  }

  .font-holder-2 {
    flex-direction: column;
    padding: 16px;
  }

  .hero-description-3 {
    font-size: 18px;
  }

  .section-2-about {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav-link-2.white-nav-link {
    padding-left: 15px;
  }

  .font-holder-3 {
    flex-direction: column;
    padding: 16px;
  }

  .pricing-grid-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .tab-standard {
    color: #fff;
    background-color: #0000;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .tab-standard.w--current {
    background-color: #8c54ff;
    border-color: #0000;
  }

  .tabs-menu-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tab-pane {
    padding: 30px;
  }

  .pricing-wrapper, .help {
    display: none;
  }

  .pricing-grid-wrapper-mobile {
    display: block;
  }

  .mobile-pricing {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .right-arrow-testimonials {
    inset: auto 0% 440px auto;
  }

  .slider-review {
    height: auto;
  }

  .photo-testimonial {
    width: 100%;
    height: 400px;
    margin-top: 60px;
  }

  .left-arrow-testimonials {
    bottom: 440px;
  }

  .content-testimonial {
    align-items: center;
    width: 100%;
    padding-bottom: 0;
  }

  .testimonial-wrapper {
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .section-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial {
    object-position: 50% 0%;
  }

  .tlc-desc {
    font-size: 16px;
  }

  .ts-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tlc-head {
    font-size: 30px;
    line-height: 39px;
  }

  .ts-right {
    flex-wrap: wrap;
  }

  .ts-card {
    max-width: 100%;
  }

  .ts-block {
    margin-top: -150px;
    margin-bottom: 100px;
  }

  .tlc-line {
    display: none;
  }

  .tesr-right.infinite-scroll-2 {
    margin-left: 0;
  }

  .tab-button {
    justify-content: flex-start;
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-menu-3 {
    flex-wrap: wrap;
  }

  .hero-section-portfolio {
    height: auto;
  }

  .hero-text-content-testimonals {
    grid-row-gap: 0px;
    font-size: 50px;
    line-height: 1.2;
  }

  .hero-text-content-testimonals.showcase-main-title {
    font-size: 30px;
  }

  .hero-text-content-testimonals.home-hero-text-content {
    font-size: 60px;
  }

  .hero-text-content-testimonals.demo-page-hero-text {
    font-size: 50px;
  }

  .hero-text-content-testimonals.testimonials-hero-text-contentat {
    font-size: 60px;
  }

  .hero-text-testimonials {
    margin-top: 0;
  }

  .hero-text-testimonials._5-copy {
    font-size: 52px;
  }

  .tlc-head-2 {
    font-size: 30px;
    line-height: 39px;
  }

  .tlc-line-2 {
    display: none;
  }

  .grid-2-col-aboutpage {
    flex-flow: column;
    grid-template-columns: .5fr;
    display: flex;
  }

  .hero-section-secondary-about {
    height: auto;
  }

  .grid-media {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .grid-media.on-dark {
    flex-direction: column;
    display: flex;
  }

  .grid-stats-about {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .slider-3 {
    height: auto;
  }

  .slider-wrapper-wide-2 {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .services-grid-2-home {
    grid-template-columns: 1fr;
  }

  .image-9 {
    top: -17%;
    left: 41%;
  }

  .subscribe-portfolio {
    width: 95%;
    margin-right: auto;
  }

  .hero-section-secondary-insights, .hero-section-secondary-portfolio {
    height: auto;
  }

  .hero-section-secondary-portfolio.no-zindex.no-padding-bottom {
    background-position: 50%;
    min-height: 50vh;
  }

  .grd-container {
    flex-direction: row;
    margin-left: auto;
    display: flex;
  }

  .nav-dropdown-list-3 {
    background-color: #fff;
    border-radius: 30px;
    padding-left: 20px;
  }

  .image-with-animation-copy {
    margin-left: 0;
  }

  .image-with-animation-container-copy {
    max-width: 100%;
  }

  .image-with-animation-container-copy.image-service-detail-container-copy {
    width: 100%;
  }

  .image-with-animation-copy {
    min-height: 350px;
    margin-left: -50px;
  }

  .image-with-animation-2, .image-with-animation-3 {
    min-height: 350px;
  }

  .video-container {
    flex-flow: column;
    justify-content: space-between;
    align-self: center;
    margin-left: 0;
    display: flex;
  }

  .container-product-banner {
    padding-left: 1em;
    padding-right: 1em;
  }

  .contact-button {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
  }

  .div-options-hardware {
    padding-left: 0;
  }

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

  .grande {
    font-size: 18px;
    line-height: 22px;
  }

  .grid-project-ci {
    grid-row-gap: 40px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    margin-bottom: 80px;
  }

  .bar-flag {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .div-content-project {
    padding-right: 0;
  }

  .div-title-project-technology {
    align-self: start;
    position: relative;
    top: 0;
  }

  .grid-project-technology {
    grid-template: "."
                   "."
                   / 1fr;
  }

  .div-title-project {
    align-self: center;
    margin-left: 0;
    position: relative;
    top: 0;
  }

  .div-title-project.ideas {
    display: block;
  }

  .div-bar-input {
    width: auto;
  }

  .div-bar-input.out {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-generative-design {
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    margin-bottom: 0;
  }

  .grid-parameters._1 {
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "."
                         "."
                         "."
                         ".";
  }

  .grid-parameters._3 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-areas: "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         ".";
  }

  .div-content-gd {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-bg {
    align-self: center;
    font-size: 80px;
    line-height: 80px;
  }

  .section-design {
    padding-top: 80px;
  }

  .grid-case-study {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    margin-bottom: 80px;
  }

  .div-content-case-study {
    align-self: start;
  }

  .gif {
    z-index: 10;
    border: 2px solid #000;
    width: 60vw;
    height: 60vw;
  }

  .div-card-gd._3 {
    margin-bottom: 80px;
  }

  .div-inputoutput {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-2 {
    z-index: 1;
    grid-row-gap: 80px;
    grid-template: ". . ."
                   ". . ."
                   / 1fr 1fr 1fr;
    position: relative;
  }

  .div-contact {
    align-self: end;
    width: 100%;
  }

  .form-block {
    align-self: stretch;
  }

  .error-message-3 {
    max-width: 100%;
  }

  .text-field {
    align-self: stretch;
    width: auto;
  }

  .grande-expertise, .grande-mission {
    font-size: 18px;
    line-height: 22px;
  }

  .container-solvcom, .container-solvcom-cta, .container-solvcom-datanprivacy {
    padding-left: 1em;
    padding-right: 1em;
  }

  .solvcom-about-section {
    height: auto;
  }

  .solvcom-about-empty-container {
    padding-left: 0;
    padding-right: 0;
  }

  .div-team-details, .link-block-2-copy, .link-team-email, .link-team-number {
    display: flex;
  }

  .solvcom-qr-code {
    min-height: 350px;
  }

  .hero-content-blog {
    height: auto;
  }

  .image-with-animation-csr {
    min-height: 350px;
    margin-left: 0;
  }

  .image-with-animation-container-csr {
    max-width: 100%;
  }

  .image-holder-with-animation-csr {
    margin-bottom: 0;
  }

  .hero-description-contact {
    font-size: 18px;
  }

  .air-wrap-2 {
    padding-right: 0;
  }

  .air-section-1 {
    padding-left: 3em;
    padding-right: 3em;
    font-size: 1.69vw;
  }

  .air-wrap-1 {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-direction: column;
  }

  .air-wrap-3 {
    padding-left: 0;
  }

  .hero-text-content-home {
    grid-row-gap: 0px;
    font-size: 50px;
    line-height: 1.2;
  }

  .hero-text-content-home.showcase-main-title {
    font-size: 30px;
  }

  .hero-text-content-home.home-hero-text-content {
    font-size: 60px;
  }

  .hero-text-content-home.demo-page-hero-text {
    font-size: 50px;
  }

  .hero-text-content-home.testimonials-hero-text-contentat {
    font-size: 60px;
  }

  .flowout-hero-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .flowout-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flowout-hero-content {
    margin-top: 112px;
    margin-bottom: 56px;
  }

  .flowout-companies-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .flowout-companies-text {
    text-align: center;
  }

  .flowout-hero-text {
    line-height: 32px;
  }

  .flowout-hero {
    height: auto;
  }

  .flowout-companies-logos {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .slider-home-hero {
    max-width: 371px;
    height: auto;
  }

  .slide-8-home-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-content-2 {
    height: auto;
  }

  .hero-text-content-3 {
    grid-row-gap: 0px;
    font-size: 50px;
    line-height: 1.2;
  }

  .hero-text-content-3.home-hero-text-content {
    font-size: 60px;
  }

  .home-features_image-wrapper {
    width: 100%;
    max-width: none;
  }

  .home-features_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home-features_item-content-wrapper {
    max-width: 28rem;
    margin-right: 0;
  }

  .home-features_item-content-wrapper.is-right {
    margin-left: 0;
  }

  .home-features_item-wrapper.is-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .home-features_item-wrapper.is-1 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-features_item-wrapper.is-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .content-copy {
    width: 92%;
    margin-left: 20px;
  }

  .slider-wrapper-wide-3 {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .slider-home-footer {
    max-width: 371px;
    height: auto;
  }

  .dropdown-toggle-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .testimonial-image-2 {
    max-width: 390px;
  }

  .testimonial-content-wrap {
    width: 100%;
    padding-left: 25px;
  }

  .logo {
    width: 130px;
  }

  .testimonial-columns {
    flex-direction: column;
  }

  .testimonial-image-block {
    width: 100%;
  }

  .nav-dropdown-icon-3 {
    padding-left: 15px;
  }

  .text-block-32.mobile-only {
    letter-spacing: normal;
    font-weight: 400;
  }

  .nav-dropdown-icon-4 {
    padding-left: 15px;
  }

  .text-block-33 {
    letter-spacing: normal;
    font-weight: 400;
  }

  .hero-content-portfolio {
    height: auto;
  }

  .layout_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-vertical-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .padding-vertical-4, .padding-vertical-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-23 {
    color: #21abad;
  }

  .container-home-welcom {
    padding-left: 1em;
    padding-right: 1em;
  }

  .heading-25 {
    font-size: 52px;
  }

  .bmj-b-decor-1 {
    margin-left: 2em;
    margin-right: 2em;
  }

  .bmj-section-1 {
    padding-left: 3em;
    padding-right: 3em;
    font-size: 1.69vw;
  }

  .error-message-4 {
    text-align: center;
  }

  .div-block-74, .div-block-74-copy {
    grid-column-gap: 20px;
  }

  .insurcom-about-empty-container {
    padding-left: 0;
    padding-right: 0;
  }

  .fs-cc-prefs3_buttons-wrapper {
    flex-direction: column;
  }

  .fs-cc-banner3_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-prefs3_submit {
    margin-left: 0;
  }

  .fs-cc-prefs3_buttons-block {
    margin-bottom: 1rem;
  }

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

  .solvcom-qr-code-coming-soon, .solvcom-retail-qr {
    min-height: 150px;
  }

  .solvcom-retail-qr-code {
    min-height: 350px;
  }

  .section-copy.slider-second-section.animation-bottom-on-page-load {
    margin-top: -5em;
  }

  .div-block-75 {
    flex-flow: column;
  }

  .tabs-menu-4 {
    flex-flow: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-7 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-block-40.mobile-only {
    letter-spacing: normal;
    font-weight: 400;
  }

  .nav-dropdown-icon-5 {
    padding-left: 15px;
  }

  .nav-dropdown-icon-6 {
    padding-left: 0;
  }

  .text-block-41 {
    letter-spacing: normal;
    font-weight: 400;
  }

  .cookie-consent-banner {
    width: auto;
    display: none;
  }

  .cookie-consent-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-consent-button-wrapper {
    margin-top: 1rem;
  }

  .text-bubble.left {
    font-size: 10px;
  }

  .phone-wrapper {
    width: 234px;
    height: 484px;
  }

  .text-profile-pic {
    width: 24px;
  }

  .phone-background {
    border-radius: 60px;
    width: 234px;
    height: 484px;
    padding-top: 45px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .conversation-line {
    margin-bottom: 8px;
  }

  .text-block-42, .text-block-43 {
    font-size: 10px;
  }

  .why-reel-pay_mobile-image {
    position: static;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .section_why-reel-pay.bi-page.mobile-padding-top {
    margin-top: 0;
  }

  .why-reel-pay_mobile-image-wrapper {
    width: 100%;
    margin-top: 2.5rem;
    display: block;
  }

  .why-reel-pay_desktop-image-wrapper {
    display: none;
  }

  .features-link {
    grid-column-gap: 22px;
    font-size: 13px;
    line-height: 16px;
  }

  .why-reel-pay_content {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .why-reel-pay_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-26, .heading-27.new-section-heading, .bold-text-7 {
    font-size: 52px;
  }

  .section-home-hero.is-relative {
    height: 70vh;
    margin-top: 0;
    padding-top: 100px;
  }

  .section-home-hero.is-relative.solvcom-bi {
    padding-top: 7rem;
  }

  .home-headiing-first {
    margin-top: 15rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home-heading-second {
    grid-template-columns: 1fr 1fr;
  }

  .h1, .h1.white {
    font-size: 40px;
  }

  .flex-vertical {
    padding-top: 0;
  }

  .main-image {
    max-height: 60vh;
  }

  .section_hero {
    overflow: hidden;
  }

  .header-primary-button.navbar-cta {
    display: none;
  }

  .hamburger_line-bottom, .hamburger_line-middle {
    background-color: #70f37d;
  }

  .navbar-menu {
    border-radius: 20px;
    margin-top: 15px;
    margin-left: 5vw;
    margin-right: 5vw;
    padding: 1rem 5%;
    display: none;
  }

  .button-6.nav {
    margin-top: 10px;
  }

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

  .navbar-link.far-left {
    margin-left: 0;
  }

  .hamburger_line-top {
    background-color: #70f37d;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .testimonial_content-left {
    position: static;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .testimonial_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial_component-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 140px;
  }

  .header_content {
    padding-bottom: 10px;
  }

  .avatar-circle {
    width: 4rem;
  }

  .avatar-circle.is-2 {
    display: none;
    right: 17%;
  }

  .avatar-circle.is-6 {
    display: none;
    left: 7%;
  }

  .avatar-circle.is-3 {
    right: 17%;
  }

  .avatar-circle.is-3.hide-mobile-portrait {
    display: none;
  }

  .avatar-circle.is-1 {
    display: none;
    top: 8%;
    left: 2%;
  }

  .header_component {
    grid-row-gap: 3rem;
  }

  .logo_logo-list {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 1rem;
  }

  .logo_component {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .logo_content-left {
    max-width: none;
  }

  .logo_logo {
    max-height: 3rem;
  }

  .padding-section-small {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .heading-style-h4 {
    font-size: 25px;
    line-height: 1.2;
  }

  .features_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .solvcom-intro-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .solvcom-intro-container.no-padding-bottom-home-welcome-copy {
    background-color: #fff;
  }

  .solvcom-intro-container.no-padding-bottom-home-welcome-copy.bi-pag {
    margin-top: 7rem;
  }

  .solvcom-intro-container.no-padding-bottom-home-welcome-copy-copy {
    background-color: #fff;
  }

  .solvcom-intro-container.no-padding-bottom-home-welcome-copy-copy.bi-pag {
    margin-top: 7rem;
  }

  .container-12 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .partners-grid {
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-13 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .features-link-2 {
    grid-column-gap: 22px;
    font-size: 13px;
    line-height: 16px;
  }

  .features-grid {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .features-text {
    font-size: 18px;
    line-height: 1.3;
  }

  .control-video {
    top: -8%;
    right: -2%;
  }

  .services-right-grid {
    grid-row-gap: 0px;
  }

  .services-right-grid.solvcom {
    grid-template-columns: 1fr;
  }

  .service-paragraph {
    font-size: 14px;
    line-height: 28px;
  }

  .services-sec {
    padding-bottom: 80px;
  }

  .services-grid-3 {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .services-grid-3.faq {
    flex-flow: column;
    display: flex;
  }

  .faq-item-basic {
    padding: 14px 0;
  }

  .features_component-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-4 {
    font-size: 1rem;
  }

  .integration-illustration {
    position: static;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .notification-illustration {
    position: static;
  }

  .heading-31, .heading-32 {
    font-size: 30px;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .additional-features_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-5 {
    font-size: 1rem;
  }

  .mission_component {
    grid-template-columns: 1fr;
  }

  .padding-section-large-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-33 {
    font-size: 40px;
  }

  .bold-text-16 {
    font-size: 52px;
    font-weight: 400;
  }

  .text-size-medium-6 {
    font-size: 1rem;
  }

  .padding-global-13.no-padding-top {
    padding-top: 0;
  }

  .padding-section-large-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .bold-text-17 {
    font-size: 40px;
  }

  .why-reel-pay_component-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-h2-2 {
    font-size: 40px;
    line-height: 1.2;
  }

  .services-sec-2 {
    padding-bottom: 80px;
  }

  .heading-h2-3 {
    font-size: 28px;
    line-height: 38px;
  }

  .services-sec-3 {
    padding-bottom: 80px;
  }

  .div-block-77 {
    grid-column-gap: 16px;
    margin-bottom: 12px;
  }

  .pattren-top {
    right: -8px;
  }

  .team-text {
    font-size: 14px;
    line-height: 28px;
  }

  .team-grid {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .pattren-bottom {
    left: 151px;
  }

  .team-right-image-bottom {
    bottom: 48px;
    left: 167px;
  }

  .heading-h3 {
    font-size: 22px;
    line-height: 22px;
  }

  .navbar_menu-link-wrapper {
    padding: 1.25rem;
  }

  .menu-icon1_line-middle, .menu-icon1_line-bottom {
    background-color: #fff;
  }

  .navbar_container {
    background-color: #0d2d36;
    min-height: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .menu-icon1_line-top {
    background-color: #fff;
  }

  .navbar_component {
    margin-top: 1.25rem;
  }

  .logo_logo-list-2 {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 1rem;
  }

  .section_logo-2 {
    margin-top: 15px;
    padding-top: 4rem;
  }

  .section-8 {
    padding-top: 0;
  }

  .heading-34 {
    font-size: 52px;
    font-weight: 400;
  }

  .bold-text-29 {
    font-size: 40px;
    font-weight: 400;
  }

  .faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq_question {
    padding: 1rem 1.25rem;
  }

  .padding-section-large-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .layout28_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-medium-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .container_aboutus {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-37 {
    font-size: 40px;
  }

  .div-standard {
    max-width: 95%;
  }

  .div-standard.flex {
    flex-direction: column;
  }

  .button-11.sticky {
    padding-right: 10px;
  }

  .button-11.left-aligned {
    font-size: 15px;
  }

  .div-500-width {
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
  }

  .div-500-width.right-float {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-56 {
    flex: 1;
    max-width: 45%;
  }

  .small-video-block.desktop-only {
    display: none;
  }

  .small-video-block.mobile-only {
    max-height: 250px;
    margin-top: 20px;
    display: flex;
  }

  .section-standard {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-standard.hero {
    display: block;
  }

  .section-standard.hero.home {
    background-image: none;
    max-height: none;
    padding-top: 100px;
  }

  .two-columns-450-w {
    margin-bottom: 10px;
  }

  .flex-container, .flex-container.left-image {
    flex-direction: column;
  }

  .flex-container.right-image {
    flex-direction: column-reverse;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-2-col-aboutus {
    flex-flow: column;
    grid-template-columns: .5fr;
    display: flex;
  }

  .label {
    margin-left: -10px;
  }

  .text-block-81-copy {
    padding-top: 20px;
  }

  .box {
    padding: 2em;
  }

  .icon-6 {
    width: 50%;
    height: auto;
  }

  .card-container {
    flex-flow: column;
  }

  .grid-case-studies {
    flex-flow: column;
    grid-template-columns: .5fr;
    display: flex;
  }

  .square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

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

  .heading-medium-3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-51.white-text-2 {
    font-size: 40px;
  }

  .add-ons_accordion-title {
    letter-spacing: 0;
    font-size: 1.4rem;
  }

  .add-ons_accordion-body.add-ons_js-accordion-body {
    padding-bottom: 1.5rem;
    padding-left: 2.8rem;
  }

  .add-ons_accordion {
    width: 100%;
  }

  .add-ons_image-wrapper {
    height: 22rem;
  }

  .add-ons_accordion-item {
    box-shadow: none;
  }

  .add-ons_title-icon-wrapper {
    align-items: center;
    margin-right: 1rem;
  }

  .add-ons_image {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .add-ons_accordion-header.add-ons_js-accordion-header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .page-padding-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .bold-text-31 {
    line-height: 1.2;
  }

  .why-reel-pay_component-3 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-7 {
    font-size: 1rem;
  }

  .services-right-grid-5 {
    grid-row-gap: 0px;
  }

  .services-right-grid-5.solvcom {
    grid-template-columns: 1fr;
  }

  .heading-h2-4, .heading-h2-4.white-text {
    font-size: 40px;
    line-height: 1.2;
  }

  .features-link-3 {
    grid-column-gap: 22px;
    font-size: 13px;
    line-height: 16px;
  }

  .features-sec-2.no-padding-bottom {
    padding-bottom: 0;
  }

  .features-sec-2.no-padding-top {
    padding-top: 0;
  }

  .features-grid-2 {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .padding-section-large-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .facts_component {
    grid-template-columns: 1fr;
  }

  .facts_component.background-color-blue {
    padding-bottom: 6rem;
  }

  .home-intro-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .home-intro-container.no-padding-bottom-home-welcome-copy {
    background-color: #fff;
  }

  .home-intro-container.no-padding-bottom-home-welcome-copy.bi-pag {
    margin-top: 7rem;
  }

  .home-intro-container.no-padding-bottom-home-welcome-copy-copy {
    background-color: #fff;
  }

  .home-intro-container.no-padding-bottom-home-welcome-copy-copy.bi-pag {
    margin-top: 7rem;
  }

  .header1_component {
    grid-row-gap: 3rem;
  }

  .section-header1 {
    padding-bottom: 2rem;
  }

  .heading-59 {
    font-weight: 400;
  }

  .section-insurcom-hero.is-relative {
    height: 70vh;
    margin-top: 0;
    padding-top: 100px;
  }

  .section-insurcom-hero.is-relative.solvcom-bi {
    padding-top: 7rem;
  }

  .div-block-84 {
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .link-block-25 {
    padding: 0;
  }

  .background-video {
    height: 300px;
  }

  .icon-1x1-small-2 {
    width: 7rem;
    height: 1.5rem;
    padding-top: 0;
  }

  .feature-tab-menu {
    justify-content: center;
  }

  .heading-style-h4-2 {
    font-size: 1.1rem;
  }

  .round_tab-menu {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: row;
    justify-content: center;
  }

  .banner-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .padding-overflow-mobile {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .header-wrapper {
    justify-content: center;
    align-items: center;
  }

  .grid-3-2 {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .grid-3-2.new {
    flex-flow: column;
    display: flex;
  }

  .feature_content-detail {
    flex-direction: column-reverse;
    padding: 2rem;
  }

  .slider-tab {
    margin-top: 20px;
  }

  .button-17 {
    padding: .75rem 1.5rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_home-function {
    min-height: 24rem;
  }

  .heading-style-h2-2 {
    font-size: 2rem;
  }

  .round-tab {
    flex: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .round-tab.w--current {
    padding-bottom: 10px;
  }

  .page-wrapper-2 {
    padding-top: 0;
  }

  .grid-six-wrapper {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .f-lower-video-controls {
    margin: auto;
  }

  .div-block-86 {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% .8rem;
  }

  .f-video-controls.hide-mobile-landscape {
    display: none;
  }

  .f-video-controls.player_1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    justify-items: center;
    display: flex;
  }

  .f-video-subtitle {
    font-size: .9rem;
  }

  .f-video-controls-wrapper.player_1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: linear-gradient(#fff0, #08090d8f);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center stretch;
    inset: 0%;
  }

  .f-control-button {
    width: 2rem;
    height: 2rem;
  }

  .f-control-button.hide-mobile-landscape {
    display: flex;
  }

  .f-control-button.is-padding {
    width: 2.4rem;
    height: 2.4rem;
    display: flex;
  }

  .f-fullscreen {
    display: none;
  }

  .f-video-title {
    font-size: 1.1rem;
  }

  .f-html-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .f-play-button {
    display: none;
  }

  .div-block-87, .div-block-88 {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% .8rem;
  }

  .pdf_modal-content {
    height: 80svh;
    max-height: none;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-style-h2-3 {
    font-size: 2rem;
  }

  .pdf_list {
    grid-template-columns: 1fr;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .pdf_metatag-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
    font-weight: 600;
  }

  h4 {
    font-size: 20px;
    font-weight: 600;
  }

  h5 {
    font-size: 18px;
    font-weight: 500;
  }

  h6 {
    font-weight: 500;
  }

  blockquote {
    padding: 30px 0;
    font-size: 20px;
  }

  .section.slider-second-section.animation-bottom-on-page-load {
    margin-top: 0;
  }

  .container {
    padding: 3em 1em 0;
  }

  .container.no-padding-top.mobile-padding {
    padding-bottom: 0;
  }

  .container.small-container-bottom-padding.no-padding {
    padding-top: 0;
  }

  .container.with-large-bottom-padding-copy {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: block;
  }

  .container.mobile-padding {
    padding-top: 0;
  }

  .navbar {
    height: 70px;
  }

  .hero-section {
    min-height: 80vh;
  }

  .hero-section.home-hero-section {
    min-height: 80vh;
    padding-top: 70px;
  }

  .hero-section.demo-hero-section {
    min-height: auto;
  }

  .hero-section.portfolio-hero-section {
    min-height: 80vh;
    padding-top: 70px;
  }

  .hero-section.home-hero-section {
    min-height: 110vh;
    margin-top: 0;
    padding-top: 0;
  }

  .nav-menu {
    background-color: #0d2d36;
  }

  .grid-6-col {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .no-margins {
    font-size: 52px;
  }

  .no-margins.white-text.dtsbanner {
    font-size: 40px;
  }

  .no-margins.split-word {
    font-size: 52px;
    line-height: 1.2;
  }

  .no-margins.split-word.solvcom-solutions {
    font-size: 40px;
  }

  .no-margins.team-homepage.split-word {
    font-size: 40px;
    line-height: 1.2;
  }

  .grid-2-col {
    grid-template-columns: 1fr;
  }

  .utility-page-content {
    padding: 29px;
  }

  .footer {
    text-align: left;
  }

  .footer-content {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .made-by-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-link-holder.nav-button-holder, .nav-link-holder.about-us-holder {
    width: auto;
  }

  .content {
    margin-top: 60px;
  }

  .content.no-padding {
    margin-top: 0;
  }

  .menu-button {
    background-color: #0d2d36;
  }

  .menu-button:hover, .menu-button.w--open {
    background-color: var(--primary);
  }

  .rich-text h5 {
    font-size: 17px;
    line-height: 1.4;
  }

  .rich-text figure {
    margin-top: 2em;
    margin-bottom: 3em;
    padding: 15px;
  }

  .rich-text ul {
    padding-left: 20px;
  }

  .rich-text h3 {
    font-size: 19px;
    line-height: 1.4;
  }

  .rich-text figcaption {
    font-size: 12px;
    line-height: 18px;
  }

  .rich-text h1 {
    font-size: 26px;
    font-weight: 500;
  }

  .rich-text p {
    font-size: 15px;
  }

  .rich-text h2 {
    font-size: 22px;
    line-height: 1.4;
  }

  .rich-text ol {
    padding-left: 20px;
  }

  .rich-text h4 {
    font-size: 18px;
    line-height: 1.4;
  }

  .rich-text h6 {
    font-size: 17px;
    line-height: 1.4;
  }

  .rich-text li {
    font-size: 15px;
  }

  .style-guide-title-holder {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .hero-text1 {
    font-size: 34px;
  }

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

  .style-guide-left-panel {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .headings-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .grid-holder {
    padding: 1em;
  }

  .paragraph-container {
    width: 100%;
  }

  .button-grid {
    grid-template-columns: 1fr;
  }

  .aa-font {
    font-size: 80px;
  }

  .button-holder {
    padding: 1em;
  }

  .subscribe-form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .headings-holder {
    padding: 1em;
  }

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

  .nav-link.white-nav-link {
    padding-right: 0;
  }

  .link-background {
    background-color: var(--primary);
  }

  .hero-section-secondary {
    min-height: 40vh;
  }

  .hero-section-secondary.no-zindex {
    background-size: cover;
  }

  .social-media-icons {
    margin-bottom: 0;
  }

  .hero-content {
    justify-content: center;
    align-items: center;
  }

  .license-box {
    padding-left: 1em;
    padding-right: 1em;
  }

  .client-logo {
    max-width: 90px;
    max-height: 20px;
  }

  .instruction-item {
    padding-left: 1em;
    padding-right: 1em;
  }

  .trusted-by-container.animation-bottom-on-page-load {
    margin-top: 2em;
  }

  .trusted-by-grid-content {
    min-height: auto;
  }

  .section-background {
    background-size: cover;
  }

  .footer-grid-content.second {
    margin-top: 0;
  }

  .footer-grid-content.last-item-footer-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog-item-image-holder.blog-big-item-image-holder {
    padding-top: 90%;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-item-title {
    font-size: 20px;
  }

  .blog-category-links-holder {
    flex-flow: wrap;
    grid-auto-columns: 1fr;
  }

  .shop-list {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .add-to-cart-button {
    background-size: 24px;
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
  }

  .category-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .cart-container {
    border-radius: 0;
    max-width: 100%;
  }

  .heading-title-holding {
    padding-bottom: 1em;
  }

  .product-other-images {
    margin-top: .5em;
  }

  .product-other-images-list {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-other-image-lightbox {
    padding: .5em;
  }

  .product-add-to-cart-quantity {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .order-item-title, .order-item-price {
    font-size: 14px;
  }

  .order-item-full-content {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .order-info-row {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .licensing-instruction-heading {
    font-size: 20px;
  }

  .nav-dropdown-list {
    width: 100vw;
    margin-left: -1em;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.w--open {
    margin-bottom: 10px;
  }

  .nav-dropdown-list-content {
    padding-top: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-dropdown-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .nav-dropdown-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 3em;
  }

  .nav-menu-overlay-mobile {
    background-color: #0d2d36;
    height: 70px;
    padding-bottom: 0;
  }

  .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .small-content {
    padding-bottom: 2em;
  }

  .large-white-text {
    font-size: 30px;
  }

  .hero-box-tittle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-text {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .template-includes-card {
    width: auto;
    padding-left: 30px;
    padding-right: 0;
  }

  .feature-box {
    background-position: 50% 94%;
    background-size: auto 160px;
    padding: 2em 2em 200px;
  }

  .text-gray-paragraph-holder-2 {
    padding-right: 20px;
  }

  .template-more-things-grid {
    grid-template-columns: 1fr;
  }

  .text-gray-paragraph-holder {
    padding-right: 0;
  }

  .template-growth-features {
    font-size: 25px;
  }

  .figma-component-library-holder {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .demo-page-link {
    padding-left: 0;
  }

  .name-of-pages-text {
    font-size: 20px;
  }

  .demo-pages-grid {
    grid-template-columns: 1fr;
  }

  .inside-box-text {
    text-align: center;
  }

  .template-cards-wrapper {
    width: 270%;
    margin-left: -26px;
  }

  .template-button-holder {
    grid-column-gap: 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .template-section {
    border-radius: 24px;
  }

  .template-card-holder {
    height: 180px;
    padding: 6px;
  }

  .integration-heading {
    font-size: 21px;
  }

  .hero-description-holder {
    margin-top: 1em;
  }

  .white-text-paragraph-holder {
    width: 100%;
  }

  .quic-stack-box {
    padding-top: 30px;
    padding-left: 20px;
  }

  .quic-stack-box.dark-gray {
    padding-top: 150px;
  }

  .quic-stack-box.blue {
    padding-bottom: 200px;
  }

  .figma-design-image {
    height: 190px;
  }

  .open-cource-image {
    width: 90%;
    max-height: 170px;
  }

  .open-cource-image.top-image {
    width: 100%;
    max-height: 210px;
  }

  .hero-link {
    padding: 6px 6px 6px 12px;
    font-size: 14px;
  }

  .notification-banner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .style-guide-box-holder {
    padding: 1em;
  }

  .navbar-footer-main-link-holder {
    font-size: 22px;
  }

  .nav-dropdown-icon {
    padding-left: 15px;
  }

  .shop-item-title-price {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .filter-holder {
    flex-direction: row;
    align-content: flex-start;
    align-items: center;
    padding: 5px;
  }

  .category-item-link {
    padding-left: 12px;
    padding-right: 12px;
  }

  .category-list-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .blog-item-title-2 {
    font-size: 24px;
  }

  .white-text {
    color: #fff;
  }

  .heading-3-style {
    font-size: 22px;
  }

  .card-item {
    border-radius: 30px;
  }

  .accordion-item-content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .accordion-icon-holder {
    margin-right: 10px;
  }

  .accordion-title {
    font-size: 18px;
  }

  .accordion-list, .demo-hero-buttons-holder {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .cta-grid {
    grid-template-columns: 1fr;
  }

  .cta-button-holder {
    align-items: flex-start;
  }

  .cta-bg-top {
    margin-bottom: 1em;
    overflow: hidden;
  }

  .cta-bg-image-top {
    width: auto;
    max-width: none;
    height: 40px;
  }

  .cta-bg-image-bottom {
    width: 100%;
    margin-top: -2em;
  }

  .copyright-panel {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-email-link {
    font-size: 20px;
  }

  .home-section-bg-image {
    object-position: 60% 50%;
  }

  .slide-item-content {
    padding: 1.5em;
  }

  .slide-item-title {
    font-size: 24px;
  }

  .margin-top-2em {
    margin-top: 1em;
  }

  .service-item-title {
    font-size: 26px;
  }

  .service-item-content, .team-member-content {
    font-size: 16px;
  }

  .team-member-item-title {
    font-size: 26px;
  }

  .blog-item-content-holder.blog-big-item-content-holder {
    max-width: 100%;
    margin-top: -2em;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .showcase-item-content {
    font-size: 16px;
    left: 1em;
  }

  .hero-text-content {
    grid-column-gap: 7px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 100px;
    padding-bottom: 0;
    font-size: 52px;
  }

  .hero-text-content.showcase-main-title {
    font-size: 26px;
  }

  .hero-text-content.home-hero-text-content {
    color: var(--light-grey);
    font-size: 40px;
  }

  .hero-text-content.demo-page-hero-text {
    font-size: 32px;
  }

  .hero-text-content.testimonials-hero-text-contentat {
    color: var(--light-grey);
    font-size: 40px;
  }

  .hero-text._10 {
    font-size: 50px;
    overflow: hidden;
  }

  .hero-text._5-home {
    font-size: 52px;
  }

  .blog-hero-subscribe-panel {
    padding: 1em;
  }

  .medium-text {
    font-size: 24px;
  }

  .blog-hero-subscribe-panel-parent {
    width: 90%;
    font-size: 16px;
    bottom: 5%;
    right: 5%;
  }

  .showcase-main-image.animation-on-page-load-1 {
    width: 90%;
  }

  .showcase-main-content {
    max-width: 95%;
    margin-top: -2em;
    font-size: 16px;
  }

  .showcase-pattern-image.animation-bottom-on-page-load {
    top: 0%;
    right: -.5em;
  }

  .hero-buttons-holder {
    margin-top: 2em;
  }

  .showcases-hero-slider-mast {
    width: 80vw;
  }

  .margin-top-1em {
    margin-top: 1em;
  }

  .about-slide-image-holder {
    min-height: 30vh;
  }

  .about-slide-title {
    font-size: 24px;
  }

  .open-positions-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .heading-small {
    font-size: 20px;
  }

  .open-position-icon {
    width: 15px;
  }

  .image-holder-with-animation {
    padding-top: 78%;
    padding-bottom: 0%;
    padding-left: 0;
  }

  .image-with-animation-container {
    max-width: 100%;
    position: static;
    left: 0%;
  }

  .image-with-animation {
    height: 260px;
    min-height: 200px;
    margin-top: -200px;
  }

  .service-detail-2col-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .service-detail-grid {
    grid-template-columns: 1fr;
  }

  .product-quantity-holder {
    width: 100%;
  }

  .list-two-columns {
    grid-template-columns: 1fr;
  }

  .contact-box {
    padding: 1.5em 1em;
  }

  .contact-hero-box {
    font-size: 16px;
  }

  .contact-hero-grid {
    padding-bottom: 0;
  }

  ._404.new {
    font-size: 50px;
  }

  ._401-hero-panel-parent {
    width: 90%;
    font-size: 16px;
    bottom: 5%;
    right: 5%;
  }

  .base-container {
    font-size: 15px;
  }

  .team-member-hero-section.team-member-indv-hero {
    margin-top: 100px;
    padding-bottom: 107px;
  }

  .breadcrumb-div {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .breadcrumb-container {
    flex-direction: row;
    padding-right: 0;
    display: flex;
  }

  .breadcrumb-link {
    font-size: 14px;
  }

  .team-memeber-number {
    color: #fff;
  }

  .blog-template-pagination-2 {
    margin-bottom: 60px;
  }

  .link-block-2 {
    flex-direction: row;
    display: flex;
  }

  .team-slider-mask {
    width: 100%;
  }

  .link-block-3 {
    display: flex;
  }

  .rich-text-block {
    text-align: left;
  }

  .team-slide-item {
    width: 100%;
  }

  .team-memeber-email {
    color: #fff;
  }

  .job-title-green {
    color: #21abad;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .team-slider-left-arrow-single-team {
    top: 30px;
    left: 68%;
  }

  .team-slider-background {
    height: 17%;
  }

  .lawyers-slider {
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .team-slider-right-arrow-single {
    top: 30px;
  }

  .team-name-green {
    padding-top: 40px;
  }

  .slider-blog-arrow-2 {
    border-bottom: 1px solid #afafaf80;
    border-right-style: none;
    width: 100%;
    padding-bottom: 25px;
  }

  .slider-blog-arrow-2.right {
    border-bottom-style: none;
    padding-top: 25px;
  }

  .service-detail-2col-grid-copy {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .image {
    max-width: 100%;
    height: 200px;
    margin-left: 0;
    font-size: 18px;
    display: inline-block;
  }

  .features1-image1 {
    display: block;
  }

  .features2-right-items {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .features1-right-content {
    margin-left: 0;
  }

  .paragraph-default {
    font-weight: 300;
  }

  .home-features_component {
    margin-top: 20px;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .features2-right-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .paragraph-normal {
    font-weight: 400;
  }

  .on-load-8 {
    text-align: center;
  }

  .on-load-8.intro {
    width: 50%;
  }

  .quick-features {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 10% 5px;
  }

  .about-flex {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .about-flex.no-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .on-load-9 {
    text-align: center;
    width: 50%;
    margin-bottom: 30px;
  }

  .on-load-9.intro {
    width: 50%;
  }

  .on-load-10 {
    text-align: center;
    width: 50%;
    margin-bottom: 30px;
  }

  .on-load-10.intro {
    width: 50%;
  }

  ._81-percent-2 {
    width: 100%;
  }

  .on-load-11 {
    width: 50%;
    margin-bottom: 30px;
  }

  .on-load-11.intro {
    width: 50%;
  }

  .flex-space-about {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .intro-icon {
    margin-right: 0;
  }

  .paragraph-84 {
    justify-content: center;
  }

  .grid-2-col-home {
    grid-template-columns: 1fr;
  }

  .paragraph-85 {
    color: var(--white);
    font-weight: 400;
  }

  .text-block-2, .text-block-3, .text-block-4 {
    color: var(--white);
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .medium-stacked-intro {
    grid-row-gap: 24px;
  }

  .tabs {
    flex-direction: column;
  }

  .tab-link-tab-1 {
    width: 20vw;
  }

  .tabs-menu {
    height: 100vw;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-84-copy {
    color: #161616;
  }

  .blog-item-title-3 {
    font-size: 20px;
  }

  .navbar-light {
    height: 70px;
  }

  .trust-logo-item {
    width: 25%;
    height: 233px;
  }

  .no-margin {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .our-clients-sideflex {
    width: 200vw;
  }

  .slider-2 {
    height: auto;
  }

  .slider-wrapper-wide {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-wrapper-wide {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .hero-text-content-2 {
    grid-column-gap: 7px;
    font-size: 40px;
  }

  .footer-contact {
    text-align: left;
  }

  .container-media, .container-copy {
    padding: 3em 1em;
  }

  .button-holder-2 {
    padding: 1em;
  }

  .hero-link-2 {
    padding: 6px 6px 6px 12px;
    font-size: 14px;
  }

  .notification-banner-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-holder-2, .headings-holder-2 {
    padding: 1em;
  }

  .grid-2-col-2 {
    grid-template-columns: 1fr;
  }

  .section-2-about {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav-link-2.white-nav-link {
    padding-right: 0;
  }

  .button-holder-3 {
    padding: 1em;
  }

  .hero-link-3 {
    padding: 6px 6px 6px 12px;
    font-size: 14px;
  }

  .notification-banner-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-holder-3 {
    padding: 1em;
  }

  .paragraph-86 {
    text-align: left;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .tab-standard {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tab-standard.w--current {
    background-color: #21abad;
  }

  .tabs-menu-2 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .tab-pane {
    padding-left: 10px;
    padding-right: 10px;
  }

  .title {
    color: #032d36;
  }

  .section-5.blue-home-2-background {
    background-color: #032d36;
  }

  .tlc-desc {
    font-size: 14px;
    line-height: 24px;
  }

  .ts-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tlc-head {
    max-width: 100%;
    font-size: 30px;
    line-height: 36px;
  }

  .ts-right {
    margin-top: 30px;
  }

  .ts-review {
    font-size: 14px;
    line-height: 24px;
  }

  .tlc-line {
    width: 38px;
  }

  .tlc-small-head {
    font-size: 18px;
  }

  .accordion-description-2 {
    font-size: 14px;
  }

  .tab-panel {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-block {
    padding-bottom: 10px;
  }

  .tabs-content-2 {
    padding-top: 20px;
  }

  .hero-section-portfolio {
    min-height: 80vh;
  }

  .hero-section-portfolio.home-hero-section {
    min-height: 80vh;
    padding-top: 70px;
  }

  .hero-section-portfolio.demo-hero-section {
    min-height: auto;
  }

  .hero-section-portfolio.portfolio-hero-section {
    min-height: 80vh;
    padding-top: 70px;
  }

  .hero-text-content-testimonals {
    grid-column-gap: 7px;
    font-size: 40px;
  }

  .hero-text-content-testimonals.showcase-main-title {
    font-size: 26px;
  }

  .hero-text-content-testimonals.home-hero-text-content {
    color: var(--light-grey);
    font-size: 40px;
  }

  .hero-text-content-testimonals.demo-page-hero-text {
    font-size: 32px;
  }

  .hero-text-content-testimonals.testimonials-hero-text-contentat {
    color: var(--light-grey);
    font-size: 40px;
  }

  .hero-text-testimonials._5-copy {
    font-size: 50px;
  }

  .tlc-head-2 {
    max-width: 100%;
    font-size: 30px;
    line-height: 36px;
  }

  .tlc-line-2 {
    width: 38px;
  }

  .tlc-small-head-2 {
    font-size: 18px;
  }

  .grid-2-col-services, .grid-2-col-aboutpage {
    grid-template-columns: 1fr;
  }

  .hero-section-secondary-about {
    min-height: 40vh;
  }

  .grid-media.on-dark {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .slider-3 {
    height: auto;
  }

  .slider-wrapper-wide-2 {
    flex-wrap: wrap;
    max-width: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-7 {
    height: auto;
  }

  .image-8 {
    height: 125px;
  }

  .image-9 {
    top: -6%;
    left: 64%;
  }

  .subscribe-portfolio {
    font-size: 16px;
  }

  .hero-section-secondary-insights, .hero-section-secondary-portfolio {
    min-height: 40vh;
  }

  .hero-section-secondary-portfolio.no-zindex {
    margin-top: -80px;
  }

  .hero-section-secondary-portfolio.no-zindex.no-padding-bottom {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 0;
    padding-top: 100px;
  }

  .grd-container {
    margin-left: auto;
  }

  .nav-dropdown-list-3 {
    background-color: #fff;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 0;
  }

  .nav-dropdown-link-4.w--current {
    font-size: 18px;
  }

  .service-detail-grid-copy {
    grid-template-columns: 1fr;
  }

  .image-with-animation-copy {
    height: 100%;
    min-height: 0;
    margin-top: 0;
    margin-left: 0;
  }

  .image-with-animation-container-copy {
    max-width: 100%;
    position: static;
    left: 0%;
  }

  .image-with-animation-container-copy.image-service-detail-container-copy {
    width: 100%;
  }

  .image-holder-with-animation-copy {
    padding-top: 78%;
    padding-bottom: 0%;
    padding-left: 0;
  }

  .image-with-animation-copy {
    height: 100%;
    margin-top: -200px;
  }

  .image-holder-with-animation-2 {
    padding-top: 78%;
    padding-bottom: 0%;
    padding-left: 0;
  }

  .image-with-animation-2 {
    height: 260px;
    min-height: 200px;
  }

  .image-holder-with-animation-3 {
    padding-top: 78%;
    padding-bottom: 0%;
    padding-left: 0;
  }

  .image-with-animation-3 {
    height: 260px;
    min-height: 200px;
  }

  .video-container {
    flex-flow: column;
    margin-left: 0;
  }

  .container-product-banner {
    padding: 3em 1em;
  }

  .grid-background {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-small-2.click-me {
    font-size: 10px;
    inset: auto 20px 10px auto;
  }

  .grid-main {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 20px;
    padding-left: 20px;
  }

  .bg-video {
    align-self: center;
    margin-left: -20px;
  }

  .div-options-hardware {
    grid-row-gap: 4px;
  }

  .arrow-3 {
    inset: auto 5px 14px auto;
  }

  .section-project {
    padding-top: 80px;
  }

  .div-technology-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-testimoninal {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .h4-technology {
    margin-bottom: 20px;
  }

  .grid-project-ci {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-picture-testimonial {
    align-self: center;
    display: none;
  }

  .heading-19 {
    font-weight: 300;
  }

  .grid-project-technology {
    grid-row-gap: 30px;
    grid-template-areas: "."
                         "."
                         ".";
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-bar-input {
    height: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 2px 10px;
    position: relative;
  }

  .grid-generative-design {
    grid-template-rows: auto;
    margin-bottom: 80px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-parameters._3 {
    grid-template-areas: "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         ".";
  }

  .div-content-gd {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .div-circle-inside {
    width: 12px;
    height: auto;
    inset: 0% auto 0% 0%;
  }

  .text-bg {
    align-self: center;
    font-size: 60px;
    line-height: 60px;
  }

  .grid-colors {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   / auto;
  }

  .grid-colors._3 {
    grid-template-rows: auto auto auto;
    grid-template-areas: "."
                         "."
                         ".";
  }

  .grid-case-study {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         "."
                         ".";
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-color {
    justify-content: flex-start;
  }

  .centrado {
    text-align: left;
  }

  .div-content-case-study {
    align-self: start;
  }

  .gif {
    width: 80vw;
    height: 80vw;
  }

  .div-card-gd._3 {
    margin-bottom: 0;
  }

  .div-inputoutput {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .footer-2 {
    grid-row-gap: 20px;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-privacy-footer {
    text-align: center;
  }

  .heading-20, .text-span-10 {
    font-weight: 300;
  }

  .heading-22 {
    color: var(--white);
    font-weight: 300;
  }

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

  .container-solvcom, .container-solvcom-cta, .container-solvcom-datanprivacy {
    padding: 3em 1em;
  }

  .grid-2-col-solvcom {
    grid-template-columns: 1fr;
  }

  .solvcom-about-section {
    min-height: 80vh;
  }

  .solvcom-about-section.home-hero-section {
    min-height: 80vh;
    padding-top: 70px;
  }

  .solvcom-about-section.demo-hero-section {
    min-height: auto;
  }

  .solvcom-about-section.portfolio-hero-section {
    min-height: 80vh;
    padding-top: 70px;
  }

  .breadcrumb-link-current {
    font-size: 14px;
  }

  .div-team-details {
    display: flex;
  }

  .link-block-2-copy, .link-team-email {
    flex-direction: row;
    display: flex;
  }

  .link-team-number {
    display: flex;
  }

  .solvcom-hero-buttons-holder {
    margin-top: 2em;
  }

  .solvcom-qr-code {
    width: auto;
    height: auto;
    min-height: 200px;
  }

  .image-with-animation-container-2-solvcom.image-service-detail-container-solvcom {
    height: 100%;
  }

  .image-holder-with-animation-2-solvcom {
    padding-top: 78%;
    padding-bottom: 0%;
    padding-left: 0;
  }

  .image-holder-with-animation-2-solvcom.image-holder-service-detail {
    height: auto;
  }

  .content-solvomc-image {
    margin-top: 0;
  }

  .hero-content-blog {
    align-items: flex-start;
    margin-bottom: 0;
  }

  .image-with-animation-csr {
    height: auto;
    min-height: 205px;
    margin-top: 0;
    margin-left: 0;
  }

  .image-with-animation-container-csr {
    max-width: 100%;
    position: static;
    left: 0%;
  }

  .image-holder-with-animation-csr {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0%;
    padding-bottom: 0%;
    padding-left: 0;
  }

  .text-block-20, .text-block-21 {
    color: var(--text-color);
  }

  .list-details-contact-page {
    grid-template-columns: 1fr;
  }

  .air-heading-1 {
    text-align: center;
    font-size: 18px;
  }

  .air-wrap-4 {
    background-position: 25% 43%;
  }

  .air-section-1 {
    font-size: 2.5vw;
  }

  .air-wrap-5 {
    align-items: center;
  }

  .hero-text-content-home {
    grid-column-gap: 7px;
    font-size: 40px;
  }

  .hero-text-content-home.showcase-main-title {
    font-size: 26px;
  }

  .hero-text-content-home.home-hero-text-content {
    color: var(--light-grey);
    font-size: 40px;
  }

  .hero-text-content-home.demo-page-hero-text {
    font-size: 32px;
  }

  .hero-text-content-home.testimonials-hero-text-contentat {
    color: var(--light-grey);
    font-size: 40px;
  }

  .section-background-home-hero {
    background-size: cover;
  }

  .flowout-hero-cta {
    max-width: none;
  }

  .flowout-brand.w--current {
    flex: none;
  }

  .flowout-header.hero-section {
    background-image: var(--image-i6c05a19a);
    background-position: 20% 13%;
    background-size: 873px;
  }

  .flowout-container {
    flex-direction: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: stretch;
    align-items: stretch;
    max-width: 100vh;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .flowout-companies-content {
    padding-bottom: 16px;
  }

  .flowout-hero-content {
    margin-top: auto;
    margin-bottom: 56px;
  }

  .flowout-companies-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .flowout-companies-text {
    font-size: 18px;
  }

  .flowout-navbar-container {
    position: relative;
  }

  .flowout-button.flowout-navbar-button.flowout-button-light {
    display: none;
  }

  .flowout-button.flowout-navbar-button.flowout-button-cta {
    min-height: 40px;
    margin-left: 12px;
  }

  .flowout-burger {
    z-index: -1;
    flex: 0 1 0;
    display: none;
    position: absolute;
  }

  .flowout-hero {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: stretch;
    height: 80vh;
    display: flex;
  }

  .flowout-navbar {
    width: 100%;
  }

  .flowout-companies-logos {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    max-width: 350px;
  }

  .flowout-hero-wrapper {
    height: auto;
    margin-top: auto;
  }

  .slider-home-hero {
    max-width: 300px;
    height: auto;
    margin-bottom: auto;
  }

  .hero-content-2 {
    align-items: flex-start;
  }

  .image-17 {
    max-width: 100%;
    height: auto;
    margin-left: 0;
    font-size: 18px;
    display: inline-block;
  }

  .hero-text-content-3 {
    grid-column-gap: 7px;
    font-size: 40px;
  }

  .hero-text-content-3.home-hero-text-content {
    color: #fafafa;
    font-size: 40px;
  }

  .paragraph-93 {
    color: #fff;
  }

  .home-features_h2 {
    font-size: 2rem;
  }

  .home-features_item-content-wrapper, .home-features_item-content-wrapper.is-right {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home-features_item-wrapper {
    border-radius: 20px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .content-copy {
    width: 86%;
    margin-left: 20px;
  }

  .slider-wrapper-wide-3 {
    flex-wrap: wrap;
    max-width: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider-home-footer {
    align-self: center;
    max-width: 250px;
    height: auto;
    margin-top: 50px;
    margin-bottom: auto;
  }

  .dropdown-toggle-2 {
    padding-left: 25px;
  }

  .testimonial-content-wrap, .testimonial-image-block {
    padding: 15px;
  }

  .nav-dropdown-icon-3 {
    padding-left: 15px;
  }

  .nav-link-3.w--current {
    color: #21abad;
  }

  .text-block-32.mobile-only {
    letter-spacing: normal;
    font-weight: 400;
    display: block;
  }

  .nav-dropdown-icon-4 {
    padding-left: 15px;
  }

  .text-block-33 {
    letter-spacing: normal;
    font-weight: 400;
  }

  .hero-content-portfolio {
    justify-content: center;
    align-items: center;
  }

  .layout_component {
    grid-template-columns: 1fr;
  }

  .h2 {
    font-size: 1.5rem;
  }

  .h2.text-color-white {
    font-size: 26px;
  }

  .h3.text-color-white {
    color: #161616;
    font-weight: 500;
  }

  .image-star-horizontal-scroll {
    width: 105px;
    margin-top: 0;
    display: block;
    transform: rotate(-90deg);
  }

  .layout_item-list {
    grid-template-columns: 1fr;
  }

  .padding-vertical-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-3.padding-custom1 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-4.padding-custom1 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-vertical-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-5.padding-custom1, .padding-vertical-5.padding-custom1-copy {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-span-20, .text-span-21 {
    color: #21abad;
  }

  .paragraph-84-copy-2 {
    color: #161616;
  }

  .cta-button-holder-copy {
    align-items: flex-start;
  }

  .layout_item-list-2 {
    grid-template-columns: 1fr;
  }

  .container-home-welcom {
    padding: 3em 1em;
  }

  .container-home-welcom.with-large-bottom-padding-copy {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: block;
  }

  .container-home-welcom.no-padding-bottom-home-welcome-copy {
    margin-top: 100px;
  }

  .container-home-welcom.no-padding-bottom-home-welcome-copy.no-padding {
    margin-top: 0;
  }

  .heading-25 {
    font-size: 52px;
  }

  .bmj-block1-wrap-grid-1 {
    padding-right: 0;
  }

  .bmj-b-decor-1 {
    display: none;
  }

  .bmj-block2-form-1 {
    padding: 3.5em;
  }

  .bmj-section-1 {
    font-size: 2.5vw;
  }

  .bmj-b-wrap-block-1 {
    margin-bottom: 4em;
  }

  .bmj-block1-text-2 {
    text-align: left;
  }

  .bmj-b-wrap-block-2 {
    border-top: .2em solid #d4dadf;
    padding-top: 4em;
  }

  .bmj-wrap-b-1, .div-block-74, .div-block-74-copy {
    flex-direction: column;
  }

  .insurcom-qr-code-copy {
    width: auto;
    height: auto;
  }

  .image-20 {
    max-width: 91%;
  }

  .content-insurcom-image {
    margin-top: 0;
  }

  .grid-main-insurcom, .grid-main-solvcom {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 20px;
    padding-left: 20px;
  }

  .fs-cc-prefs3_title {
    font-size: 1.125rem;
  }

  .fs-cc-prefs3_option {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .fs-cc-banner3_buttons-wrapper {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .fs-cc-prefs3_button.fs-cc-button-alt {
    margin-bottom: .25rem;
    margin-right: 0;
  }

  .fs-cc-banner3_button {
    text-align: center;
  }

  .fs-cc-banner3_button.fs-cc-button-alt {
    margin-bottom: .5rem;
    margin-right: 0;
  }

  .fs-cc-prefs3_line {
    min-width: .75rem;
    margin-left: .75rem;
    margin-right: .75rem;
    display: none;
  }

  .fs-cc-banner3_block {
    text-align: center;
    margin-right: 0;
  }

  .fs-cc-prefs3_buttons-block {
    flex-direction: column;
    display: flex;
  }

  .fs-cc-prefs3_label {
    font-size: .75rem;
  }

  .fs-cc-prefs3_icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .fs-cc-prefs3_form-wrapper, .list-container {
    width: 100%;
  }

  .solvcom-qr-code-coming-soon, .solvcom-retail-qr {
    width: auto;
    height: auto;
    min-height: 80px;
  }

  .solvcom-retail-qr-code {
    width: auto;
    height: auto;
    min-height: 200px;
  }

  .section-copy.slider-second-section.animation-bottom-on-page-load {
    margin-top: 0;
  }

  .div-block-75 {
    flex-flow: column;
  }

  .text-block-4-about-us-text {
    color: var(--white);
  }

  .tabs-menu-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-7 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-block-40.mobile-only {
    letter-spacing: normal;
    font-weight: 400;
    display: block;
  }

  .nav-dropdown-icon-5 {
    padding-left: 15px;
  }

  .nav-dropdown-icon-6 {
    padding-left: 0;
  }

  .text-block-41 {
    letter-spacing: normal;
    font-weight: 400;
  }

  .fs-cc-prefs3_label-2 {
    font-size: .75rem;
  }

  .cookie-consent-banner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    display: none;
  }

  .cookie-consent-banner-block {
    text-align: center;
    margin-right: 0;
  }

  .cookie-consent-button-wrapper {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .cookie-consent-banner-button {
    text-align: center;
  }

  .cookie-consent-banner-button.fs-cc-button-alt {
    margin-bottom: .5rem;
    margin-right: 0;
  }

  .phone-side {
    width: 300px;
    height: 621px;
  }

  .text-bubble {
    font-size: 12px;
    line-height: 110%;
  }

  .phone-wrapper {
    width: 225px;
    height: 466px;
  }

  .text-profile-pic, .text-profile-pic.left {
    width: 24px;
    height: 24px;
  }

  .phone-background {
    border: 1px dashed #000;
    border-radius: 40px;
    width: 225px;
    height: 467px;
  }

  .text-block-42, .text-block-43, .text-block-44 {
    font-size: 10px;
  }

  .text-size-medium-2 {
    font-size: 18px;
  }

  .section_why-reel-pay {
    margin-top: 50px;
  }

  .section_why-reel-pay.bi-page {
    margin-top: 8rem;
  }

  .why-reel-pay_content {
    height: auto;
  }

  .why-reel-pay_component {
    grid-template-columns: 1fr;
  }

  .top-text.label {
    padding-right: 1.1rem;
  }

  .heading-26, .bold-text-7 {
    font-size: 52px;
  }

  .section-home-hero.is-relative {
    background-image: linear-gradient(#0d2d3680, #0d2d3680), var(--image-f6b5427);
    background-position: 0 0, 0%;
    background-size: auto, auto;
    height: 75vh;
    margin-top: 0;
    padding-top: 100px;
  }

  .section-home-hero.is-relative.solvcom-bi {
    margin-top: 350px;
    padding-top: 0;
  }

  .section-home-hero.is-relative.solvcom-bi.bi {
    margin-top: 0;
  }

  .home-headiing-first {
    margin-top: 15rem;
  }

  .paragraph-96 {
    color: #fffbfe;
  }

  .h1 {
    font-size: 40px;
    overflow: hidden;
  }

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

  .flex-vertical.solvcombi {
    padding-top: 2rem;
  }

  .section_hero {
    overflow: visible;
  }

  .wrap-5vw {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .header-primary-button.navbar-cta {
    display: block;
  }

  .header-primary-button.navbar-cta.mobile {
    margin-top: 20px;
  }

  .split-word {
    line-height: 1.3;
  }

  .hamburger_line-bottom, .hamburger_line-middle {
    background-color: #21abad;
  }

  .navbar-menu {
    display: none;
  }

  .button-6.nav {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .navbar-link.mobile-text-colour {
    color: #323232;
  }

  .hamburger_line-top {
    background-color: #21abad;
  }

  .text-size-medium-3.text-weight-bold {
    line-height: 1.3;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section_testimonial {
    padding-bottom: 0;
  }

  .testimonial_component-2 {
    grid-template-columns: 1fr;
    margin-top: 140px;
  }

  .header_content {
    padding-bottom: 10px;
    overflow: hidden;
  }

  .phone-side-2 {
    width: 300px;
    height: 621px;
  }

  .avatar-circle {
    max-width: 4.5rem;
  }

  .avatar-circle.is-6 {
    left: -4%;
  }

  .avatar-circle.is-1 {
    left: -8%;
  }

  .header_component {
    grid-column-gap: 5rem;
    grid-template-columns: 1fr;
  }

  .bold-text-9, .bold-text-10, .bold-text-11 {
    font-size: 40px;
  }

  .logo_logo-list {
    justify-content: center;
  }

  .logo_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .logo_component {
    display: flex;
  }

  .features_component {
    grid-template-columns: 1fr;
  }

  .solvcom-intro-container {
    padding: 3em 1em;
  }

  .solvcom-intro-container.with-large-bottom-padding-copy {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: block;
  }

  .solvcom-intro-container.no-padding-bottom-home-welcome-copy {
    background-color: #fff;
    margin-top: 0;
  }

  .solvcom-intro-container.no-padding-bottom-home-welcome-copy.bi-pag {
    margin-top: 7rem;
  }

  .solvcom-intro-container.no-padding-bottom-home-welcome-copy-copy {
    background-color: #fff;
    margin-top: 0;
  }

  .solvcom-intro-container.no-padding-bottom-home-welcome-copy-copy.bi-pag {
    margin-top: 7rem;
  }

  .container-12 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .partners-grid {
    grid-template-columns: 1fr;
  }

  .container-13 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .features-text, .features-text.white-text {
    font-size: 18px;
    line-height: 1.3;
  }

  .control-video {
    top: -23%;
    right: -5%;
  }

  .services-right-grid.solvcom {
    grid-template-columns: 1fr;
  }

  .service-paragraph {
    font-size: 12px;
    line-height: 24px;
  }

  .top-text-copy {
    font-size: 14px;
    line-height: 18px;
  }

  .services-grid-3.faq {
    flex-flow: column;
    display: flex;
  }

  .service-item {
    grid-column-gap: 14px;
    font-size: 12px;
    line-height: 18px;
  }

  .heading-30 {
    font-size: 40px;
  }

  .paragraph-regular {
    font-size: 18px;
    line-height: 30px;
  }

  .content-paragraph {
    font-size: 18px;
  }

  .content-paragraph.small {
    font-size: 18px;
    line-height: 1.3;
  }

  .features_component-2 {
    grid-template-columns: 1fr;
  }

  .integration-illustration, .notification-illustration {
    position: static;
  }

  .grid-heading-solvcom, .facts_item-list {
    grid-template-columns: 1fr;
  }

  .facts_item-list.white-text {
    padding-top: 0;
  }

  .additional-features_component, .mission_component {
    grid-template-columns: 1fr;
  }

  .heading-33 {
    font-size: 40px;
    line-height: 1.2;
  }

  .bold-text-16 {
    font-size: 52px;
  }

  .padding-global-13.no-padding-top {
    padding-top: 0;
  }

  .bold-text-17 {
    font-size: 40px;
  }

  .why-reel-pay_component-2 {
    grid-template-columns: 1fr;
  }

  .heading-h2-2 {
    font-size: 40px;
    line-height: 1.2;
  }

  .heading-h2-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .pattren-top {
    display: none;
    right: -13px;
  }

  .team-text {
    font-size: 12px;
    line-height: 24px;
  }

  .pattren-bottom {
    display: none;
    left: -10px;
  }

  .team-right-image-bottom {
    margin-top: 20px;
    bottom: 0;
    left: 0;
  }

  .text-block-79, .text-block-80 {
    font-size: 18px;
  }

  .logo_logo-list-2 {
    justify-content: center;
  }

  .section_logo-2 {
    margin-top: 15px;
  }

  .section-8 {
    margin-top: 0;
    padding-top: 0;
  }

  .heading-34 {
    font-size: 52px;
  }

  .bold-text-29 {
    font-size: 40px;
    font-weight: 400;
  }

  .heading-35 {
    font-size: 40px;
  }

  .image_mobile-features {
    display: block;
  }

  .layout28_tabs-link {
    border-left-style: none;
    padding-left: 0;
  }

  .layout28_tabs-link.w--current {
    border-left-style: none;
  }

  .layout28_component {
    grid-template-columns: 1fr;
  }

  .layout28_image-wrapper, .spacer {
    display: none;
  }

  .container_aboutus {
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button-11 {
    color: #fff;
    width: 100%;
    max-width: none;
    height: 40px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .button-11.left-aligned {
    max-width: none;
    height: 40px;
    margin-bottom: 15px;
    font-size: 15px;
  }

  .button-11.left-aligned:hover {
    background-color: #0000;
  }

  .button-11.ghost {
    flex: 1;
    height: 40px;
  }

  .div-500-width {
    width: auto;
    max-width: 500px;
  }

  .div-500-width.right-float {
    width: auto;
  }

  .div-block-60 {
    flex-direction: column;
  }

  .heading-1 {
    text-align: center;
    font-size: 30px;
  }

  .small-video-block {
    max-height: 200px;
    margin: 10px auto 20px;
  }

  .checkmark-column {
    opacity: .6;
    border-radius: 0;
    margin-top: 5px;
  }

  .subheadline {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .section-standard.hero {
    height: 80vh;
    max-height: none;
  }

  .section-standard.hero.home {
    max-height: none;
  }

  .two-columns-450-w {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-79 {
    margin-right: 0;
  }

  .heading-38 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .feature-image {
    height: 100%;
  }

  .div-block-80 {
    margin-right: 0;
  }

  .heading-39 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .div-block-81 {
    margin-right: 0;
  }

  .heading-40 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .grid-2-col-aboutus {
    grid-template-columns: 1fr;
  }

  .text-block-81-copy {
    padding-top: 20px;
  }

  .box {
    padding: 1.5em;
  }

  .box._1 {
    height: auto;
    overflow: visible;
  }

  .box._3, .box._2 {
    height: auto;
  }

  .div_1-2 {
    overflow: visible;
  }

  .icon-6 {
    width: 70%;
  }

  .card-container {
    flex-flow: column;
    overflow: visible;
  }

  .grid-case-studies {
    grid-template-columns: 1fr;
  }

  .square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .card.content-left {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .heading-50 {
    font-weight: 400;
  }

  .heading-51.white-text-2 {
    font-size: 40px;
  }

  .add-ons_accordion-body {
    padding-left: 56px;
  }

  .add-ons_accordion-body.add-ons_js-accordion-body {
    padding-left: 0;
    padding-right: 0;
  }

  .service-text-5 {
    font-size: 18px;
    line-height: 1.5;
  }

  .why-reel-pay_component-3 {
    grid-template-columns: 1fr;
  }

  .bold-text-32 {
    font-size: 16px;
  }

  .services-right-grid-5.solvcom {
    grid-template-columns: 1fr;
  }

  .bold-text-35, .bold-text-36, .bold-text-37 {
    font-size: 16px;
  }

  .heading-h2-4 {
    font-size: 40px;
    line-height: 1.2;
  }

  .features-sec-2.no-padding-bottom {
    padding-bottom: 0;
  }

  .features-sec-2.no-padding-top {
    padding-top: 0;
  }

  .facts_component {
    grid-template-columns: 1fr;
  }

  .facts_component.background-color-blue {
    padding-bottom: 6rem;
  }

  .home-intro-container {
    padding: 3em 1em;
  }

  .home-intro-container.with-large-bottom-padding-copy {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: block;
  }

  .home-intro-container.no-padding-bottom-home-welcome-copy {
    background-color: #fff;
    margin-top: 0;
  }

  .home-intro-container.no-padding-bottom-home-welcome-copy.bi-pag {
    margin-top: 7rem;
  }

  .home-intro-container.no-padding-bottom-home-welcome-copy-copy {
    background-color: #fff;
    margin-top: 0;
  }

  .home-intro-container.no-padding-bottom-home-welcome-copy-copy.bi-pag {
    margin-top: 7rem;
  }

  .button-15 {
    padding: .625rem 2rem;
    font-size: 1rem;
    display: block;
  }

  .text-size-regular-2.is-header {
    text-align: left;
    display: flex;
  }

  .text-size-regular-2.is-header.white-text {
    text-align: left;
  }

  .button-wrapper {
    margin-top: 0;
    margin-right: 0;
  }

  .header1_component {
    grid-template-columns: 1fr;
    align-content: stretch;
    align-items: center;
    margin-top: 2rem;
  }

  .heading-white {
    text-align: center;
    font-size: 2rem;
  }

  .button-row {
    justify-content: flex-start;
  }

  .button-row.center-align {
    justify-content: center;
  }

  .header1_image-wrapper {
    margin-top: -3rem;
  }

  .button-16 {
    padding: .625rem 2rem;
    font-size: 1rem;
    display: block;
  }

  .section-header1 {
    padding-bottom: 2rem;
  }

  .grid-8 {
    flex-flow: column;
    display: flex;
  }

  .section-insurcom-hero.is-relative {
    background-image: linear-gradient(#0d2d3680, #0d2d3680), var(--image-f6b5427);
    background-position: 0 0, 0%;
    background-size: auto, auto;
    height: 75vh;
    margin-top: 0;
    padding-top: 100px;
  }

  .section-insurcom-hero.is-relative.solvcom-bi {
    margin-top: 350px;
    padding-top: 0;
  }

  .section-insurcom-hero.is-relative.solvcom-bi.bi {
    margin-top: 0;
  }

  .div-block-84 {
    max-height: none;
    margin-top: 40px;
    padding: 2rem 1rem 0;
  }

  .background-video {
    height: 200px;
    max-height: none;
  }

  .certifications {
    width: 127px;
    height: auto;
  }

  .icon-1x1-small-2 {
    flex: none;
    width: 3.5rem;
    padding-top: 10px;
  }

  .features-tab-wrapper {
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h6 {
    font-size: 26px;
  }

  .feature-tab-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    margin-bottom: -10px;
    padding-bottom: 10px;
    padding-left: 16px;
    overflow: auto;
  }

  .round_tab-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: nowrap;
    justify-content: center;
    height: auto;
    margin-bottom: -10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .function-content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .banner-right {
    flex-direction: column;
  }

  .feature-tab-content {
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .padding-overflow-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .header-wrapper {
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-3-2.new {
    flex-flow: column;
    display: flex;
  }

  .arrow-tab {
    flex: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .arrow-tab.w--current {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    width: 90%;
  }

  .feature_content-detail {
    padding: 2rem 1.25rem;
  }

  .tab-text {
    flex: none;
    padding-top: 10px;
  }

  .tab-text.white-text {
    padding-top: 0;
  }

  .button-17 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-section-medium {
    padding-top: 0;
  }

  .subheader-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .heading-style-h2-2 {
    margin-top: 0;
    font-size: 1.75rem;
  }

  .bullet-wrapper-detail {
    flex-direction: column;
  }

  .banner-wrapper.is-green {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .round-tab {
    text-align: center;
    border-radius: 16px;
    flex: 0 auto;
    padding: 18px;
    font-size: .9rem;
  }

  .round-tab.w--current {
    border: 1px solid #21abad;
    padding-top: 0;
    padding-bottom: 18px;
    font-size: .5rem;
  }

  .page-wrapper-2 {
    padding-top: 40px;
  }

  .grid-six-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .solvcom-products-btns {
    flex-flow: row;
  }

  .f-video-title-wrapper {
    z-index: 7;
    grid-row-gap: 0px;
    padding: 1rem 1.3rem 1.5rem;
  }

  .f-video-subtitle {
    font-size: .7rem;
  }

  .f-flowplay-video-wrapper {
    border-radius: .75rem;
  }

  .f-control-button {
    height: 2.5rem;
    padding: 0;
  }

  .f-video-title {
    font-size: .9rem;
  }

  .pdf_modal-content {
    font-size: 1rem;
  }

  .pdf_content {
    padding: 1.25rem;
  }

  .pdf_metatag-list {
    grid-template-rows: auto auto;
  }
}

#w-node-_83882972-57bb-59ca-2427-6ff98d4f894d-8b6106bd, #w-node-_83882972-57bb-59ca-2427-6ff98d4f894e-8b6106bd, #w-node-_83882972-57bb-59ca-2427-6ff98d4f8958-8b6106bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04bc8734-8613-80c8-2b6a-a3e01fa58200-8b6106bd {
  justify-self: center;
}

#w-node-_2f0b1364-4fca-3d85-a790-344c4e18be1c-8b6106bd, #w-node-_2f0b1364-4fca-3d85-a790-344c4e18be23-8b6106bd, #w-node-_03bdb51b-ba21-db01-9bd8-ecfd95cf5797-8b6106bd, #w-node-_03bdb51b-ba21-db01-9bd8-ecfd95cf579b-8b6106bd, #w-node-_03bdb51b-ba21-db01-9bd8-ecfd95cf57a9-8b6106bd, #w-node-d4717e80-c9ee-db86-e329-17c667e00508-8b6106bd, #w-node-d4717e80-c9ee-db86-e329-17c667e0050c-8b6106bd, #w-node-_9aa96209-02cf-1134-2126-82398ae33def-8b6106bd, #w-node-ce95c064-671d-0e3b-6022-7e98cc3e43e7-0a144c54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db265a95-1daf-0509-a062-6926df035576-df03556b {
  justify-self: center;
}

#w-node-_5cb38d00-8bed-4132-55fd-31f857d91ca6-8b610737 {
  align-self: center;
}

#w-node-_8d32c8a7-1bb8-251e-b97c-b03924e0d2df-8b610737 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8d32c8a7-1bb8-251e-b97c-b03924e0d2e1-8b610737, #w-node-_8d32c8a7-1bb8-251e-b97c-b03924e0d2e2-8b610737, #w-node-_8d32c8a7-1bb8-251e-b97c-b03924e0d2e3-8b610737, #w-node-_8d32c8a7-1bb8-251e-b97c-b03924e0d2e4-8b610737 {
  align-self: start;
}

#w-node-_12e042fe-1ac4-3feb-e96d-934376c17ee4-8b610737, #w-node-_12e042fe-1ac4-3feb-e96d-934376c17ee8-8b610737, #w-node-_12e042fe-1ac4-3feb-e96d-934376c17ef4-8b610737, #w-node-cb6323aa-a2ba-4ad1-91d9-971a9286ceb8-8b610737, #w-node-cb6323aa-a2ba-4ad1-91d9-971a9286cebc-8b610737, #w-node-_0e9ebf19-67ee-8efe-170a-67e9d9820f67-8b610780, #w-node-_0e9ebf19-67ee-8efe-170a-67e9d9820f6c-8b610780 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e9ebf19-67ee-8efe-170a-67e9d9820f70-8b610780 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0e9ebf19-67ee-8efe-170a-67e9d9820f74-8b610780 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47d8a08e-2f31-a3ad-28ea-4a249fb6fe63-8b610783 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bb515f8c-2163-1eb0-6c64-9737889d499d-8b610783, #w-node-bb515f8c-2163-1eb0-6c64-9737889d49a1-8b610783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc9bfa01-38fc-fbb9-5508-5dff8472e04a-8b6107a7 {
  place-self: end;
}

#w-node-_1d4fb9de-5a7c-62dc-a261-c3d2a3d4f4bf-8b6107a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_124a8df8-4274-1842-974d-c85e1099af4d-8b6107a7, #w-node-f33ed95d-124b-f2ae-db02-bfc5f4c97d8b-8b6107a7, #w-node-f2d59184-be3b-0a28-e8bf-54461e4526ad-8b6107a7, #w-node-_75bf272d-d133-69b6-82fa-f66323a54030-8b6107a7, #w-node-b7b83829-6ee0-fb85-01e3-1622ca8e83eb-8b6107a7 {
  align-self: center;
}

#w-node-_4e3781a8-5378-aab4-2bca-999b8557619a-8b6107a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9a36354c-25c6-74a9-fdcd-08f611d8ae63-8b6107a7, #w-node-_064a2c37-00a3-6488-b145-79e7e76005db-8b6107a7, #w-node-_8a6f8380-ab41-6595-b09c-0f9872ec8032-8b6107a7, #w-node-be601aca-dbce-deb9-f1f1-0551e7e56b89-8b6107a7, #w-node-cb197ce3-e5ec-dfe8-86dd-55d7de2a405b-8b6107a7, #w-node-_3f0ef959-1151-99c0-6873-9e40707d0bdc-8b6107a7, #w-node-f2185c97-d298-7cb7-114d-181a3025970b-8b6107a7, #w-node-c534866f-41b4-611c-fc3e-1bc5904344f3-8b6107a7, #w-node-_8d02c26f-b667-730f-624b-cb181895f120-8b6107a7, #w-node-b8e79c60-78ad-37a5-5c77-9b3ef80666ba-8b6107a7, #w-node-e8dac543-0ea9-57c1-632b-0e1edd01e89e-8b6107a7, #w-node-_575800c2-6772-a127-facb-1daa112564d2-8b6107a7, #w-node-eb6afd61-7951-bf7b-93c6-32d1cc17a849-8b6107a7, #w-node-_700275da-2713-ca14-a6dd-8e37113c1666-8b6107a7, #w-node-c8a719c6-c197-0fce-a505-cf32c63576cf-8b6107a7, #w-node-adc79980-1248-ab73-7802-f57b2622392c-8b6107a7 {
  align-self: center;
}

#w-node-_14625d83-a8bc-0c50-dfd2-bcb19655bae8-8b6107c1 {
  place-self: end;
}

#w-node-a7d5e17e-822a-2dae-f03b-6d028ba88b4a-b21bc7b4 {
  justify-self: center;
}

#w-node-_1011af1a-bf68-2448-5d32-1366c06ce38d-b21bc7b4, #w-node-_1011af1a-bf68-2448-5d32-1366c06ce393-b21bc7b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88660fa7-faae-5329-d425-ba516c5b52b7-b21bc7b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ff122044-4b75-3410-9627-23111391952e-b21bc7b4, #w-node-ff122044-4b75-3410-9627-231113919530-b21bc7b4, #w-node-ff122044-4b75-3410-9627-231113919532-b21bc7b4, #w-node-ff122044-4b75-3410-9627-231113919534-b21bc7b4, #w-node-ff122044-4b75-3410-9627-231113919536-b21bc7b4, #w-node-ff122044-4b75-3410-9627-231113919538-b21bc7b4, #w-node-ff122044-4b75-3410-9627-23111391953a-b21bc7b4, #w-node-ff122044-4b75-3410-9627-23111391953c-b21bc7b4, #w-node-ff122044-4b75-3410-9627-23111391953e-b21bc7b4, #w-node-ff122044-4b75-3410-9627-231113919540-b21bc7b4, #w-node-ff122044-4b75-3410-9627-231113919542-b21bc7b4, #w-node-ff122044-4b75-3410-9627-231113919544-b21bc7b4, #w-node-ff122044-4b75-3410-9627-231113919546-b21bc7b4, #w-node-ff122044-4b75-3410-9627-231113919548-b21bc7b4, #w-node-_88660fa7-faae-5329-d425-ba516c5b52c3-b21bc7b4, #w-node-be449ac8-6800-3145-677f-26a48b6098fe-b21bc7b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be449ac8-6800-3145-677f-26a48b6098d3-b21bc7b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_72214f64-4af8-0b93-afd1-9737253cfa91-b21bc7b4, #w-node-_72214f64-4af8-0b93-afd1-9737253cfa94-b21bc7b4, #w-node-cafc753c-1c07-14e5-4521-1c2320b9224d-b21bc7b4, #w-node-cafc753c-1c07-14e5-4521-1c2320b92250-b21bc7b4, #w-node-_13cffbc6-aaf4-4faa-0c68-42127e3cd097-b21bc7b4, #w-node-_13cffbc6-aaf4-4faa-0c68-42127e3cd09a-b21bc7b4, #w-node-d9d6fc35-953d-0225-b704-fb862d274ff3-b21bc7b4, #w-node-d9d6fc35-953d-0225-b704-fb862d274ff6-b21bc7b4, #w-node-_0a201de3-5867-77ff-52c0-63564903e300-b21bc7b4, #w-node-_0a201de3-5867-77ff-52c0-63564903e303-b21bc7b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a7c0f1f-afec-fcce-7903-a6eef1c78869-b21bc7b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1326a98f-060b-56a1-c7a9-50686a86e55a-b21bc7b4, #w-node-_1326a98f-060b-56a1-c7a9-50686a86e55d-b21bc7b4, #w-node-a3c3299b-c20a-ef35-4f4b-88814c222dd8-b21bc7b4, #w-node-a3c3299b-c20a-ef35-4f4b-88814c222ddb-b21bc7b4, #w-node-_7373a221-7da7-ef73-33a1-036468756951-b21bc7b4, #w-node-_7373a221-7da7-ef73-33a1-036468756954-b21bc7b4, #w-node-ca854cfa-da48-663d-3975-06f2285d7388-b21bc7b4, #w-node-ca854cfa-da48-663d-3975-06f2285d738b-b21bc7b4, #w-node-_266500e1-3b3e-ac64-be0a-4bf15055507c-b21bc7b4, #w-node-_266500e1-3b3e-ac64-be0a-4bf15055507f-b21bc7b4, #w-node-_6a7c0f1f-afec-fcce-7903-a6eef1c78894-b21bc7b4, #w-node-_894292ac-b838-5051-df94-d5f4a8b33589-b21bc7b4, #w-node-_894292ac-b838-5051-df94-d5f4a8b3358d-b21bc7b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e218d07a-eee8-eb61-d79a-33252fccde54-b21bc7b4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e218d07a-eee8-eb61-d79a-33252fccde5c-b21bc7b4, #w-node-e218d07a-eee8-eb61-d79a-33252fccde64-b21bc7b4, #w-node-_39d04bbf-c9df-bd9e-2811-321950794be7-4ff6ff2b, #w-node-_0537a028-fe16-cf6e-c9cf-701bc4e5b395-4ff6ff2b, #w-node-_1d5fea7f-a487-1bb7-a6f2-e4d6d40703ed-4ff6ff2b, #w-node-ccdc97f8-f5ff-47a7-595a-f3683a83dc9f-4ff6ff2b, #w-node-_18abd1ba-8058-ca09-ce66-8407c5f02fe7-4ff6ff2b, #w-node-_2d9784ca-4f2b-24f2-f753-a9cc013f9897-4ff6ff2b, #w-node-_5c6bfeb2-f72d-0b79-0ea1-6404b013d7e0-4ff6ff2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c29efba-c7a1-5472-99f2-894bc3e81775-4ff6ff2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6c29efba-c7a1-5472-99f2-894bc3e8177f-4ff6ff2b, #w-node-_6c29efba-c7a1-5472-99f2-894bc3e81782-4ff6ff2b, #w-node-_6c29efba-c7a1-5472-99f2-894bc3e81784-4ff6ff2b, #w-node-_6c29efba-c7a1-5472-99f2-894bc3e81786-4ff6ff2b, #w-node-_6c29efba-c7a1-5472-99f2-894bc3e81788-4ff6ff2b, #w-node-_6c29efba-c7a1-5472-99f2-894bc3e8178a-4ff6ff2b, #w-node-_6c29efba-c7a1-5472-99f2-894bc3e8178c-4ff6ff2b, #w-node-_6c29efba-c7a1-5472-99f2-894bc3e8178e-4ff6ff2b, #w-node-_6c29efba-c7a1-5472-99f2-894bc3e817a0-4ff6ff2b, #w-node-b8446ccd-f44a-85ca-4b9c-5c1e0d7d2f26-4ff6ff2b, #w-node-b8446ccd-f44a-85ca-4b9c-5c1e0d7d2f2d-4ff6ff2b, #w-node-_91f0302d-923d-bfd4-1fe2-04dd80bf148f-510b6458, #w-node-_91f0302d-923d-bfd4-1fe2-04dd80bf1490-510b6458, #w-node-_91f0302d-923d-bfd4-1fe2-04dd80bf149f-510b6458, #w-node-_323446a6-06ea-2118-059b-f360ca100ee1-510b6458, #w-node-c04ede75-2aa1-bd0e-0329-ef17b009fa5d-510b6458 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c04ede75-2aa1-bd0e-0329-ef17b009fa60-510b6458 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c04ede75-2aa1-bd0e-0329-ef17b009fa6a-510b6458 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_419e6924-4ffb-830d-ca40-24bea0ec663d-510b6458 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4e3a25c6-25bb-cf65-c5b7-2f92b83675c7-510b6458, #w-node-_0541cab3-3a81-9f7e-2676-d347ebba2019-510b6458, #w-node-_30c62f64-6c69-5504-f3ba-8996110fbf9d-510b6458, #w-node-_84dd33e6-f16a-ff07-97fb-7be9b6f82955-510b6458, #w-node-_7243eff5-5ebe-4161-edc2-a82774235ffd-510b6458, #w-node-_419e6924-4ffb-830d-ca40-24bea0ec6639-510b6458 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_2f0b1364-4fca-3d85-a790-344c4e18be1c-8b6106bd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8d32c8a7-1bb8-251e-b97c-b03924e0d2e1-8b610737 {
    align-self: start;
  }

  #w-node-_1011af1a-bf68-2448-5d32-1366c06ce38d-b21bc7b4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1011af1a-bf68-2448-5d32-1366c06ce393-b21bc7b4 {
    align-self: center;
  }

  #w-node-_894292ac-b838-5051-df94-d5f4a8b33589-b21bc7b4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ce95c064-671d-0e3b-6022-7e98cc3e43e7-0a144c54 {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5cb38d00-8bed-4132-55fd-31f857d91ca6-8b610737 {
    align-self: auto;
  }

  #w-node-af116104-bc6b-5597-c197-b000395d60ec-8b610783 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fc9bfa01-38fc-fbb9-5508-5dff8472e04a-8b6107a7, #w-node-_14625d83-a8bc-0c50-dfd2-bcb19655bae8-8b6107c1 {
    place-self: auto;
  }

  #w-node-_04340351-450c-1474-5c47-be84652a0593-510b6458 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_04340351-450c-1474-5c47-be84652a0595-510b6458 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_04340351-450c-1474-5c47-be84652a0597-510b6458 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_04340351-450c-1474-5c47-be84652a0599-510b6458 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_04340351-450c-1474-5c47-be84652a059b-510b6458 {
    grid-area: 1 / 4 / 2 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ce95c064-671d-0e3b-6022-7e98cc3e43e7-0a144c54 {
    grid-column: span 2 / span 2;
  }

  #w-node-ce95c064-671d-0e3b-6022-7e98cc3e4409-0a144c54, #w-node-ce95c064-671d-0e3b-6022-7e98cc3e441c-0a144c54 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2f354aa0-ff24-7cfd-f097-ab3754bbba1c-4ff6ff2b {
    justify-self: auto;
  }
}


