:root {
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --walsh--walsh-light-green: #010d3d;
  --walsh--black\<deleted\|variable-6ee00df4\>: #2c2c2c;
  --elements-webflow-library--neutral--800: #010d3d;
  --elements-webflow-library--neutral--600: #010d3d;
  --elements-webflow-library--accent--primary-1: #caa362;
  --elements-webflow-library--neutral--100: #fff;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--secondary--color-1: #010d3d;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--gray-100: #f7f9fd;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --memberstack-library--ms-main-cta-color: #010d3d;
  --memberstack-library--ms-main-cta-hover: #caa362;
  --memberstack-library--ms-border-color: #12133140;
  --memberstack-library--ms-shadow-color: #0000001a;
  --memberstack-library--ms-main-text-color: #121331;
  --memberstack-library--ms-input-placeholder: #12133199;
  --flowui-component-library--gray-500: #6b7094;
}

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

.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;
}

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

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

.header-principal {
  justify-content: space-between;
  align-items: stretch;
  display: block;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  opacity: 1;
  background-color: #010d3d;
  border-bottom: 3px solid #caa362;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  justify-content: flex-end;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}

.navbar-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: #fff;
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  pointer-events: none;
  color: #010d3d;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: none;
  mix-blend-mode: normal;
  background-color: #caa362;
  border: 1px #0000;
  border-radius: 20px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.mainheader {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  width: 700px;
  min-width: 0;
  height: 700px;
  min-height: 0;
  display: block;
  box-shadow: 0 4px 24px #96a3b514;
}

.div-block {
  box-sizing: border-box;
  float: left;
  clear: none;
  object-fit: fill;
}

.image {
  float: left;
  clear: none;
}

.heading {
  float: left;
  clear: left;
}

.div-block-2 {
  float: left;
}

.image-2 {
  box-sizing: border-box;
  float: none;
  vertical-align: bottom;
  object-position: 50% 50%;
  display: block;
  position: relative;
  right: -164px;
  overflow: auto;
}

.div-block-3 {
  float: left;
}

.paragraph {
  float: left;
  clear: left;
}

.text-block {
  float: none;
  justify-content: flex-start;
  align-items: center;
  padding-right: 111px;
  display: flex;
}

.container-3 {
  display: block;
  overflow: auto;
}

.cell {
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 0;
}

.image-3 {
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
}

.section {
  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: space-between;
  justify-items: stretch;
  display: flex;
  position: relative;
  overflow: auto;
}

.text-block-2 {
  margin-left: 22px;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 16px;
}

.button {
  text-align: left;
  padding-right: 15px;
}

.image-4 {
  display: none;
  overflow: visible;
}

.image-5 {
  width: 50px;
  min-width: 30px;
  height: 50px;
  margin-bottom: 9px;
  margin-left: 22px;
}

.link-block {
  flex-flow: row;
  flex: 0 auto;
  display: flex;
}

.link-block-2 {
  display: flex;
}

.heading-2 {
  margin-left: 22px;
  padding-left: 0;
  font-size: 40px;
}

.text-block-3 {
  color: #fff;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: auto;
}

.quick-stack {
  max-width: 100%;
  max-height: 100%;
  padding: 0;
}

.cell-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.cell-4 {
  justify-content: center;
  align-items: flex-end;
}

.image-6 {
  margin-left: 101px;
}

.container-princial {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  background-image: url('../images/Design-sem-nome-13.png');
  background-position: 0 0;
  background-size: 250px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  padding-bottom: 0;
  display: flex;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  background-image: linear-gradient(346deg, #caa362, #fff 46%);
  flex: 1;
  order: -9999;
  max-width: 100%;
  padding-top: 140px;
  padding-bottom: 100px;
  position: static;
}

.text-block-4 {
  color: #9b9a9a;
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  margin-left: 22px;
  font-size: 12px;
  display: block;
}

.quick-stack-3 {
  padding-top: 25px;
  padding-bottom: 5px;
}

.navbar-logo-left {
  flex-flow: wrap-reverse;
  max-width: 100%;
  display: flex;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  background-color: #010d3d;
  border-bottom: 5px solid #caa362;
  flex-flow: wrap;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.nav-menu-two-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: left;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.image-7 {
  display: inline-block;
}

.image-8 {
  justify-content: flex-start;
  margin-right: 330px;
  padding-right: 0;
  display: inline-flex;
}

.cell-5 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
}

.quick-stack-4 {
  background-color: #010d3d;
  border-bottom: 5px solid #caa362;
}

.cell-6 {
  justify-content: center;
  align-items: flex-start;
}

.navbar-logo-left-container-3 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-3.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-3:focus-visible, .nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible, .nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-3 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-3:hover {
  color: #1a1b1fbf;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #010d3d;
  border-bottom: 5px solid #caa362;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link-4, .nav-link-5, .nav-link-6 {
  color: #fff;
  padding: 0 20px;
}

.menu-button-4 {
  background-color: #0000;
}

.button-2 {
  color: #caa362;
  -webkit-text-stroke-color: #fff;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  display: flex;
  position: absolute;
  inset: auto;
}

.container-7 {
  box-sizing: border-box;
  flex-flow: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: inline-flex;
  position: static;
}

.container-8 {
  flex: 1;
  padding-left: 100px;
  display: inline-flex;
}

.container-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 0;
  display: inline-flex;
}

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

.logos-title-small {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #fff;
  background-image: linear-gradient(#ffffff80, #ffffff80);
  border: 1px #000;
  border-radius: 0;
  flex-flow: row;
  padding: 40px 30px;
  display: block;
  position: static;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-tag {
  color: #9b9a9a;
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}

.clients-wrapper-three {
  mix-blend-mode: luminosity;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 60px;
}

.team-slider {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f7fa;
  background-image: url('../images/Design-sem-nome-10.png');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px #e4ebf3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 100px 30px;
  display: block;
  position: relative;
}

.container-11 {
  justify-content: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.centered-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff0;
  border-radius: 20px;
  min-width: 100%;
  padding-bottom: 24px;
}

.team-member-image-two {
  background-color: #fff0;
  border-radius: 0;
  max-width: 100%;
  margin-bottom: 10px;
}

.team-block-info {
  background-color: #fff0;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.image-9 {
  text-align: left;
  margin-left: 0;
  padding-left: 0;
  display: block;
  position: static;
}

.section-2 {
  flex-flow: wrap;
  justify-content: center;
  padding-bottom: 0;
  display: flex;
}

.features-metrics {
  color: #fff;
  background-color: #252525;
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  padding: 40px 30px;
  position: relative;
}

.container-12 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.hero-stack {
  background-color: #f5f7fa;
  background-image: url('../images/Design-sem-nome-10.png');
  background-position: 0 0;
  background-size: auto;
  border: 1px #000;
  padding: 70px 30px 100px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 25px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  justify-content: center;
  width: 100px;
  min-width: 100px;
  height: 30px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.section-3 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.heading-3 {
  color: #caa362;
  margin-top: 0;
  margin-bottom: 20px;
}

.text-span {
  color: #010d3d;
}

.section-4 {
  justify-content: center;
  display: flex;
}

.cell-7 {
  background-color: #010d3d;
  border-radius: 20px;
  flex-flow: column;
  align-items: stretch;
  padding: 20px 5px;
}

.cell-8, .cell-9, .cell-10 {
  background-color: #010d3d;
  border-radius: 20px;
  align-items: stretch;
  padding: 20px 5px;
}

.section-5, .section-6, .section-7 {
  justify-content: center;
  display: flex;
}

.text-block-5 {
  color: #fff3f3;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  font-weight: 700;
  display: flex;
}

.image-10 {
  border-radius: 0;
  width: 40px;
  height: 40px;
}

.image-11, .image-12, .image-13, .image-14, .image-15 {
  width: 40px;
  height: 40px;
}

.quick-stack-5 {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.text-block-6 {
  color: #9b9a9a;
  text-align: center;
  margin-bottom: 30px;
}

.image-16 {
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.image-17, .image-18, .image-19 {
  width: 50px;
  height: 50px;
  padding-bottom: 5px;
}

.section-8 {
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.text-span-2 {
  color: #010d3d;
}

.text-span-3 {
  font-weight: 700;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-13 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  border-radius: 20px;
  flex-direction: column;
  padding: 20px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 30px;
}

.testimonial-info-three {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-radius: 20px;
  align-items: center;
  padding: 0 16px 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 600;
}

.testimonial-slider-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  background-image: url('../images/Design-sem-nome-10.png');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  padding: 100px 30px 70px;
  display: block;
  position: static;
  inset: 61% 0% 0%;
}

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #f7f7f7;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-2 {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 140px 30px 15px;
  position: relative;
}

.container-15 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-items: end;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.navbar-logo-left-container-4 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-4.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two-4 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-7 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-7:hover {
  color: #1a1b1fbf;
}

.nav-link-7:focus-visible, .nav-link-7[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-4 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-4 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-4:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-4:focus-visible, .nav-dropdown-toggle-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-4 {
  margin-right: 10px;
}

.nav-dropdown-list-4 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-4.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-4 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-4:focus-visible, .nav-dropdown-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-4 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-4:hover {
  color: #1a1b1fbf;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.grid {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  margin: 20px 100px;
}

.text-block-7 {
  text-align: center;
}

.quick-stack-6 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin: 40px 100px;
}

.cell-11 {
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.cell-12, .cell-13, .cell-14, .cell-15 {
  justify-content: center;
  align-items: center;
}

.text-block-8, .text-block-9, .text-block-10, .text-block-11 {
  font-weight: 700;
}

.cell-16, .cell-17, .cell-18, .cell-19, .cell-20, .cell-21, .cell-22, .cell-23 {
  justify-content: center;
  align-items: flex-start;
}

.image-20 {
  flex-flow: wrap;
  justify-content: flex-end;
  display: block;
}

.section-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: 0;
  display: block;
  position: static;
}

.container-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: flex;
}

.check-icon {
  width: 20px;
}

.pricing-top {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 140px;
  display: flex;
}

.pricing-outer-wrapper {
  grid-column-gap: 1%;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  display: block;
}

.bottom-margin-0px {
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
}

.feature-tooltip-wrapper {
  background-color: #56595d;
  border-radius: 20px;
  min-width: 300px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: -50% 0% auto 100%;
}

.feature-check {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  display: flex;
}

.monthly-pricing {
  color: #e9e5e5;
  text-align: center;
  font-size: 15px;
}

.heading-wrapper {
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  font-size: 12px;
  display: flex;
}

.heading-wrapper.center-aligned {
  margin-bottom: 40px;
}

.electric-indigo-text {
  color: #caa362;
}

.feature-item {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-height: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.rounded-inner-wrapper {
  border-radius: 70px;
  padding: 14% 7%;
}

.rounded-inner-wrapper.dark-indigo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 10px;
  display: flex;
}

.rounded-inner-wrapper._2px-stroke {
  border: 2px solid #caa362;
}

.container-17 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.feature-tooltip {
  color: #e9e5e5;
  font-size: 14px;
}

.price-large-wrapper {
  color: #fff;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.pricing-column-features {
  text-align: left;
  padding: 14% 7%;
  font-size: 12px;
  line-height: 20px;
}

.feature-text-mobile {
  font-size: 15px;
  display: none;
}

.feature-tooltip-container {
  padding: 10px;
  position: relative;
}

.section-10 {
  pointer-events: none;
  background-color: #010d3d;
  padding: 10% 7% 12%;
  position: relative;
}

.price-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
}

.feature-grid {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: center;
  flex: 1;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch start;
  font-size: 12px;
  display: grid;
}

.price-large {
  text-transform: uppercase;
  font-size: 60px;
  line-height: 85%;
}

.info-icon {
  cursor: pointer;
  width: 20px;
  height: 15px;
  display: block;
  overflow: auto;
}

.text-span-4 {
  color: #caa362;
}

.heading-4 {
  clear: left;
  color: #fff;
  text-align: center;
}

.heading-5, .heading-6 {
  text-align: center;
  font-size: 18px;
}

.pricing-comparison {
  background-color: #caa362;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-18 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  background-color: #ffffff70;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

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

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-7:active {
  background-color: #43464d;
}

.button-primary-7.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-7.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.testimonial-image-left {
  background-color: #fff;
  background-image: url('../images/Design-sem-nome-10.png');
  background-position: 0 0;
  background-size: auto;
  border: 1px #000;
  border-radius: 0;
  padding: 80px 10px 110px 30px;
  position: relative;
}

.testimonial-wrapper-four {
  justify-content: center;
  display: flex;
}

.testimonial-left {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  margin-right: 0;
  display: flex;
}

.testimonial-image-four {
  object-fit: cover;
  width: 80%;
  max-width: 65%;
  height: 80%;
  margin-left: 10px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.testimonial-right {
  color: #252525;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four {
  margin-bottom: 32px;
}

.testimonial-author-name-three {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: flex-start;
  margin-bottom: 10px;
  padding-bottom: 20px;
  font-size: 48px;
  display: flex;
}

.testimonial-title {
  font-weight: 700;
}

.heading-7 {
  color: #252525;
  text-align: center;
  margin-bottom: 15px;
  font-size: 46px;
}

.section-11 {
  background-color: #fafafa00;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 5px;
}

.bold-text-2 {
  font-size: 16px;
  font-weight: 400;
}

.text-block-12 {
  color: #252525;
  text-align: left;
  font-size: 16px;
}

.section-12 {
  float: none;
  background-color: #f5f7fa;
  background-image: url('../images/Design-sem-nome-13.png');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.text-block-13 {
  color: #fff;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.heading-8 {
  color: #fff;
  -webkit-text-stroke-color: #010d3d;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-dark-2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf300;
  padding: 50px 30px 15px;
  position: relative;
}

.container-19 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #1a1b1fbf;
}

.footer-social-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center-2 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-21 {
  margin-bottom: 20px;
}

.grid_2-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_2-col.gap-medium {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.padding_xsmall {
  padding: 1rem;
}

.accordion_icon {
  order: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
}

.heading_primary {
  color: #fff;
  letter-spacing: -.01em;
  text-wrap: balance;
  max-width: 35ch;
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 4.21rem;
  font-weight: 500;
  line-height: 1.04em;
}

.header {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
}

.header.margin-bottom_none {
  margin-bottom: 0;
}

.flex_vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.accordion_content {
  background-color: #0000;
  padding: 0;
  transition: max-height .3s cubic-bezier(.645, .045, .355, 1);
  position: static;
  overflow: hidden;
}

.accordion_content.w--open {
  position: relative;
}

.accordion {
  background-color: color-mix(in srgb, currentColor 5%, transparent);
  border-radius: .25rem;
  width: 100%;
  margin-bottom: .5rem;
}

.accordion:hover {
  background-color: color-mix(in srgb, currentColor 8%, transparent);
}

.accordion.is-transparent {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in srgb, currentColor 40%, transparent);
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 0;
}

.section-13 {
  color: #fff;
  background-color: #010d3d;
  background-image: url('../images/Design-sem-nome-13.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  overflow: clip;
}

.accordion_toggle-transparent {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #0000;
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 0;
  font-size: 1.13rem;
  font-weight: 500;
  line-height: 1.2;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.accordion_toggle-transparent.w--open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.button-3 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #1032cf;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-3:hover {
  color: #fff;
  background-color: #2d50ef;
  border-color: #0000;
  box-shadow: 0 1px 1px #0003, 0 8px 8px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-3:active {
  background-color: #1032cf;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-3:focus {
  outline-offset: 2px;
  outline: 2px solid #1032cf;
}

.button-3.is-secondary {
  box-shadow: none;
  color: #1e1e1f;
  background-color: #fff;
  background-image: none;
  border-color: #0000;
}

.button-3.is-secondary:hover {
  box-shadow: none;
  background-color: #1032cf1a;
  border-color: #0000;
}

.button-3.is-secondary:active {
  box-shadow: none;
  background-color: #1032cf33;
}

.container-20 {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.paragraph_large {
  letter-spacing: 0;
  margin-bottom: .75em;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.image-22 {
  color: #858585;
  padding-top: 5px;
}

.section-14 {
  justify-content: center;
  display: flex;
}

.navbar-no-shadow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  display: inline-flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #010d3d;
  border-bottom: 3px solid #caa362;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: inline-flex;
  position: fixed;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-8 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-8:hover {
  color: #caa362;
}

.nav-link-8:focus-visible, .nav-link-8[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #caa362;
  border-radius: 4px;
  outline: 2px #0050bd;
}

.nav-link-8.w--current:hover {
  color: #caa362;
  -webkit-text-stroke-color: #caa362;
}

.nav-link-8.w--current:focus-visible, .nav-link-8.w--current[data-wf-focus-visible] {
  color: #caa362;
  -webkit-text-stroke-color: #caa362;
  border: 1px #000;
  outline-color: #caa362;
}

.nav-dropdown-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-5 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-5:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-5:focus-visible, .nav-dropdown-toggle-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-5 {
  margin-right: 10px;
}

.nav-dropdown-list-5 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-5.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-5 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-5:focus-visible, .nav-dropdown-link-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
  display: none;
}

.button-primary-8 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #caa362;
  border-radius: 20px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-8:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-8:active {
  background-color: #43464d;
}

.container-21 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.section-15, .section-16, .section-18, .container-27, .section-20 {
  display: none;
}

.section-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: baseline;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: block;
}

.sticky-content-holder {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  flex-direction: column;
  justify-content: center;
  max-width: 490px;
  font-size: 14px;
  display: flex;
  position: relative;
}

.hero-section-phone-holder {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.sticky-phone-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.sticky-phone-holder {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .45fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  justify-items: center;
  width: 100%;
  display: grid;
}

.small-icon {
  border-radius: 8px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
}

.sticky-phone {
  width: 100%;
  position: sticky;
  top: 11%;
}

.hero-section-phone-image {
  z-index: 1;
  width: 100%;
  position: relative;
  inset: 0% 0% auto auto;
}

.sticky-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: static;
}

.container-29 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.sticky-content-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  display: flex;
}

.sticky-phone-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-section-phone-screenshot-holder {
  padding: 5%;
  position: absolute;
  inset: 0%;
}

.hero-section-phone-screenshot-image {
  object-fit: cover;
  border-radius: 40px;
  width: 100%;
  height: 100%;
}

.section-23 {
  flex-flow: row;
  display: block;
}

.container-30 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.sticky-phone-container-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-section-phone-image-2 {
  z-index: 1;
  width: 100%;
  position: relative;
}

.sticky-content-holder-2 {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  flex-direction: column;
  max-width: 490px;
  display: flex;
  position: relative;
}

.sticky-phone-wrapper-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.sticky-phone-holder-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .45fr;
  grid-auto-columns: 1fr;
  place-content: center;
  justify-items: center;
  width: 100%;
  display: grid;
}

.sticky-title-2 {
  font-size: 36px;
  font-weight: 700;
}

.container-31 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.sticky-content-container-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.column {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column.full-width {
  border: 1px #000;
  flex-direction: column;
  align-items: stretch;
}

.column.right-padding {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  padding-right: 7%;
  display: grid;
}

.column.left-padding {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: center end;
  padding-left: 7%;
  font-size: 18px;
  text-decoration: none;
  display: grid;
}

.electric-indigo-text-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #252525;
  flex-flow: column;
  justify-content: space-between;
  min-width: 10px;
  font-size: 18px;
  display: flex;
}

.mockup-3-wrapper {
  border: 2px solid #caa362;
  border-right-color: #caa36200;
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  min-height: 530px;
  max-height: 530px;
  display: flex;
  overflow: hidden;
}

.columns {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.columns.rev {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.section-25 {
  background-color: #fff0;
  padding: 7%;
  position: relative;
}

.container-32 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.paragraph-small {
  font-size: .9rem;
}

.feature-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.icon-2 {
  margin-bottom: 10px;
}

.features-grid-1x4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.section-26 {
  background-color: #0b0b0b;
  padding: 7%;
  position: relative;
}

.section-26.no-left-padding {
  background-color: #f5f7fa;
  background-image: url('../images/Design-sem-nome-10.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 0%;
  padding-left: 0%;
}

.container-33 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-26 {
  max-width: 400px;
}

.mockup-2-wrapper {
  background-color: #010d3d;
  background-image: url('../images/Design-sem-nome-13.png');
  background-position: 0 0;
  background-size: auto;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 300px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  min-height: 530px;
  max-height: 530px;
  display: flex;
}

.container-34 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  display: flex;
}

.heading-13 {
  color: #252525;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-width: 12px;
  font-size: 22px;
  display: flex;
}

.heading-14 {
  min-width: 20px;
  font-size: 20px;
}

.heading-15 {
  color: #fff;
  font-size: 18px;
}

.heading-16 {
  flex-flow: wrap;
  font-size: 18px;
  display: block;
}

.heading-17, .heading-18, .heading-19, .heading-20, .heading-21 {
  font-size: 18px;
}

.text-block-19 {
  color: #010d3d;
  font-size: 18px;
  font-weight: 700;
}

.container-36 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  place-content: stretch flex-start;
  align-items: stretch;
  display: flex;
}

.image-28 {
  max-width: 100%;
  display: inline-flex;
}

.image-29 {
  text-align: center;
  justify-content: flex-start;
  display: inline-flex;
}

.text-span-6, .text-span-7, .text-span-8 {
  color: #fff;
}

.section-27 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 40px;
  padding-left: 40px;
  display: flex;
  position: static;
}

.image-30 {
  text-align: center;
  flex: 0 auto;
  max-width: 120%;
}

.heading-22 {
  color: #010d3d;
  text-align: left;
  flex-flow: row;
  margin-top: 50px;
  padding-bottom: 40px;
  display: block;
}

.heading-23 {
  color: #fff;
  text-align: right;
  flex-flow: wrap;
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 60px;
  display: block;
}

.section-29 {
  display: none;
}

.text-span-9 {
  color: #caa362;
}

.text-span-10 {
  color: #caa362;
  text-align: right;
}

.image-33 {
  margin-left: 10px;
}

.image-34 {
  margin-left: 20px;
}

.text-block-20 {
  text-align: center;
  font-size: 16px;
}

.section-30 {
  display: none;
}

.section-31 {
  flex-flow: wrap;
  display: flex;
}

.section-32 {
  flex-flow: row;
  display: block;
}

.container-37 {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 0;
  position: relative;
}

.container-38 {
  width: 100%;
  max-width: 940px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-4.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-left: 60px;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
  font-size: 16px;
}

.button-primary-9 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  margin-bottom: 20px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-9:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-9:active {
  background-color: #43464d;
}

.shadow-two-2 {
  background-color: #0000;
  margin-right: 60px;
  box-shadow: 0 4px 24px #96a3b514;
}

.container-39 {
  display: flex;
}

.container-40, .section-33 {
  display: none;
}

.text-block-21 {
  margin-left: 22px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 16px;
}

.section-34 {
  background-color: #252525;
  background-image: url('../images/2_1.png');
  background-position: 0 0;
  background-size: auto;
  padding: 7%;
  position: relative;
}

.heading-24 {
  margin-left: 22px;
  padding-left: 0;
  font-size: 40px;
}

.image-35, .image-36 {
  width: 50px;
  height: 50px;
  padding-bottom: 5px;
}

.link-block-3 {
  display: flex;
}

.text-span-11 {
  color: #caa362;
}

.container-42 {
  width: 100%;
  max-width: 940px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.section-35 {
  pointer-events: none;
  background-color: #010d3d;
  padding: 10% 7% 12%;
  position: relative;
}

.container-43 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  display: flex;
}

.heading-25 {
  text-align: center;
  font-size: 18px;
}

.heading-26 {
  color: #fff;
  text-align: right;
  flex-flow: wrap;
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 60px;
  display: block;
}

.text-span-12 {
  color: #fff;
}

.image-38 {
  max-width: 100%;
  display: inline-flex;
}

.section-36 {
  justify-content: center;
  display: flex;
}

.electric-indigo-text-3 {
  color: #caa362;
}

.image-39 {
  width: 40px;
  height: 40px;
}

.text-block-23 {
  color: #010d3d;
  font-size: 18px;
  font-weight: 700;
}

.image-40 {
  margin-left: 20px;
}

.image-41 {
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.heading-28 {
  text-align: center;
  font-size: 18px;
}

.image-42 {
  width: 40px;
  height: 40px;
}

.section-37 {
  float: none;
  background-color: #252525;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section-38 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 40px;
  padding-left: 40px;
  display: flex;
  position: static;
}

.heading-29 {
  color: #252525;
  text-align: center;
  margin-bottom: 15px;
  font-size: 46px;
}

.section-39 {
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.section-40 {
  display: none;
}

.section-41 {
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.text-block-24 {
  color: #9b9a9a;
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  margin-left: 22px;
  font-size: 12px;
  display: block;
}

.quick-stack-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  background-image: linear-gradient(346deg, #caa362, #fff 46%);
  flex: 1;
  order: -9999;
  max-width: 100%;
  padding-top: 140px;
  padding-bottom: 100px;
  position: static;
}

.text-span-13 {
  color: #caa362;
  text-align: right;
}

.container-46 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.cell-24 {
  background-color: #010d3d;
  border-radius: 20px;
  align-items: stretch;
  padding: 20px 5px;
}

.section-42 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: baseline;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: block;
}

.navbar-wrapper-6 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-15 {
  color: #010d3d;
}

.image-43 {
  margin-bottom: 20px;
}

.section-44 {
  justify-content: center;
  display: flex;
}

.section-45 {
  display: none;
}

.container-47 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  place-content: stretch flex-start;
  align-items: stretch;
  display: flex;
}

.image-45 {
  width: 50px;
  min-width: 30px;
  height: 50px;
  margin-bottom: 9px;
  margin-left: 22px;
}

.container-48 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.section-46 {
  display: none;
}

.cell-25 {
  background-color: #010d3d;
  border-radius: 20px;
  align-items: stretch;
  padding: 20px 5px;
}

.cell-26 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 0;
}

.heading-30 {
  clear: left;
  color: #fff;
  text-align: center;
}

.container-51 {
  display: none;
}

.text-block-26 {
  text-align: center;
}

.text-block-27 {
  color: #fff;
  text-align: center;
  padding-bottom: 5px;
  display: block;
}

.nav-link-9 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-9:hover {
  color: #caa362;
}

.nav-link-9:focus-visible, .nav-link-9[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #caa362;
  border-radius: 4px;
  outline: 2px #0050bd;
}

.nav-link-9.w--current:hover {
  color: #caa362;
  -webkit-text-stroke-color: #caa362;
}

.nav-link-9.w--current:focus-visible, .nav-link-9.w--current[data-wf-focus-visible] {
  color: #caa362;
  -webkit-text-stroke-color: #caa362;
  border: 1px #000;
  outline-color: #caa362;
}

.section-47 {
  justify-content: center;
  display: flex;
}

.heading-31 {
  color: #caa362;
  margin-top: 0;
  margin-bottom: 20px;
}

.image-46 {
  color: #858585;
  padding-top: 5px;
}

.image-47 {
  border-radius: 0;
  width: 40px;
  height: 40px;
}

.text-span-16 {
  color: #caa362;
}

.image-48 {
  margin-left: 10px;
}

.image-49 {
  text-align: left;
  margin-left: 0;
  padding-left: 0;
  display: block;
  position: static;
}

.section-48 {
  justify-content: center;
  display: flex;
}

.image-50 {
  text-align: center;
  justify-content: flex-start;
  display: inline-flex;
}

.quick-stack-8 {
  padding-top: 25px;
  padding-bottom: 5px;
}

.margin-bottom-24px-4 {
  margin-bottom: 25px;
}

.text-block-30 {
  color: #9b9a9a;
  text-align: center;
  margin-bottom: 30px;
}

.centered-heading-5 {
  text-align: center;
  margin-bottom: 16px;
}

.section-49 {
  background-color: #fafafa00;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 5px;
}

.text-span-17 {
  color: #fff;
}

.text-block-31 {
  color: #fff3f3;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  font-weight: 700;
  display: flex;
}

.heading-33 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 15px;
}

.cell-28 {
  background-color: #010d3d;
  border-radius: 20px;
  align-items: stretch;
  padding: 20px 5px;
}

.container-52 {
  justify-content: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-51 {
  background-color: #0b0b0b;
  padding: 7%;
  position: relative;
}

.section-51.no-left-padding {
  background-color: #252525;
  background-image: url('../images/1_1.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 0%;
  padding-left: 0%;
}

.image-53 {
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
}

.image-54 {
  width: 50px;
  height: 50px;
  padding-bottom: 5px;
}

.section-52 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.heading-34 {
  text-align: left;
  flex-flow: row;
  margin-top: 50px;
  padding-bottom: 40px;
  display: block;
}

.section-53 {
  justify-content: center;
  display: flex;
}

.section-54 {
  display: none;
}

.cell-29 {
  background-color: #010d3d;
  border-radius: 20px;
  flex-flow: column;
  align-items: stretch;
  padding: 20px 5px;
}

.container-54 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.testimonial-stack {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-55 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-three {
  text-align: center;
  background-color: #f5f7fa;
  padding: 64px 42px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  margin-bottom: 24px;
}

.testimonial-text-three {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image-3 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image-3.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three-2 {
  margin-bottom: 10px;
}

.features-metrics-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.features-wrapper-2 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title-2 {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small-2 {
  font-size: 24px;
  line-height: 32px;
}

.body-2 {
  flex-flow: wrap;
  display: block;
}

.section-55 {
  display: none;
}

.text-block-32 {
  margin-left: 22px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 16px;
}

.section-56 {
  background-color: #252525;
  background-image: url('../images/2_1.png');
  background-position: 0 0;
  background-size: auto;
  padding: 7%;
  position: relative;
}

.heading-36 {
  margin-left: 22px;
  padding-left: 0;
  font-size: 40px;
}

.image-56, .image-57 {
  width: 50px;
  height: 50px;
  padding-bottom: 5px;
}

.link-block-4 {
  display: flex;
}

.text-span-18 {
  color: #caa362;
}

.container-57 {
  width: 100%;
  max-width: 940px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.section-57 {
  pointer-events: none;
  background-color: #010d3d;
  padding: 10% 7% 12%;
  position: relative;
}

.container-58 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  display: flex;
}

.heading-37 {
  text-align: center;
  font-size: 18px;
}

.heading-38 {
  color: #fff;
  text-align: right;
  flex-flow: wrap;
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 60px;
  display: block;
}

.text-span-19 {
  color: #fff;
}

.image-59 {
  max-width: 100%;
  display: inline-flex;
}

.section-58 {
  justify-content: center;
  display: flex;
}

.electric-indigo-text-4 {
  color: #caa362;
}

.footer-content-3 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-span-20 {
  color: #fff;
}

.text-block-34 {
  color: #010d3d;
  font-size: 18px;
  font-weight: 700;
}

.image-60 {
  margin-left: 20px;
}

.image-61 {
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.heading-40 {
  text-align: center;
  font-size: 18px;
}

.section-59 {
  float: none;
  background-color: #252525;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section-60 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 40px;
  padding-left: 40px;
  display: flex;
  position: static;
}

.heading-41 {
  color: #252525;
  text-align: center;
  margin-bottom: 15px;
  font-size: 46px;
}

.section-61 {
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.section-62 {
  display: none;
}

.section-63 {
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.text-block-35 {
  color: #9b9a9a;
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  margin-left: 22px;
  font-size: 12px;
  display: block;
}

.quick-stack-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  background-image: linear-gradient(346deg, #caa362, #fff 46%);
  flex: 1;
  order: -9999;
  max-width: 100%;
  padding-top: 140px;
  padding-bottom: 100px;
  position: static;
}

.text-span-21 {
  color: #caa362;
  text-align: right;
}

.container-61 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.cell-30 {
  background-color: #010d3d;
  border-radius: 20px;
  align-items: stretch;
  padding: 20px 5px;
}

.section-64 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: baseline;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: block;
}

.text-span-22 {
  color: #010d3d;
}

.image-62 {
  margin-bottom: 20px;
}

.section-66 {
  justify-content: center;
  display: flex;
}

.section-67 {
  display: none;
}

.container-62 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  place-content: stretch flex-start;
  align-items: stretch;
  display: flex;
}

.image-64 {
  width: 50px;
  min-width: 30px;
  height: 50px;
  margin-bottom: 9px;
  margin-left: 22px;
}

.container-63 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.section-68 {
  display: none;
}

.cell-31 {
  background-color: #010d3d;
  border-radius: 20px;
  align-items: stretch;
  padding: 20px 5px;
}

.cell-32 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 0;
}

.container-66 {
  display: none;
}

.text-block-37 {
  text-align: center;
}

.text-block-38 {
  color: #fff;
  text-align: center;
  padding-bottom: 5px;
  display: block;
}

.nav-link-10 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-10:hover {
  color: #caa362;
}

.nav-link-10:focus-visible, .nav-link-10[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #caa362;
  border-radius: 4px;
  outline: 2px #0050bd;
}

.nav-link-10.w--current:hover {
  color: #caa362;
  -webkit-text-stroke-color: #caa362;
}

.nav-link-10.w--current:focus-visible, .nav-link-10.w--current[data-wf-focus-visible] {
  color: #caa362;
  -webkit-text-stroke-color: #caa362;
  border: 1px #000;
  outline-color: #caa362;
}

.section-69 {
  justify-content: center;
  display: flex;
}

.heading-42 {
  color: #caa362;
  margin-top: 0;
  margin-bottom: 20px;
}

.image-65 {
  color: #858585;
  padding-top: 5px;
}

.image-66 {
  border-radius: 0;
  width: 40px;
  height: 40px;
}

.text-span-23 {
  color: #caa362;
}

.image-67 {
  margin-left: 10px;
}

.image-68 {
  text-align: left;
  margin-left: 0;
  padding-left: 0;
  display: block;
  position: static;
}

.centered-heading-6 {
  text-align: center;
  margin-bottom: 16px;
}

.section-70 {
  justify-content: center;
  display: flex;
}

.image-69 {
  text-align: center;
  justify-content: flex-start;
  display: inline-flex;
}

.quick-stack-10 {
  padding-top: 25px;
  padding-bottom: 5px;
}

.text-block-41 {
  color: #9b9a9a;
  text-align: center;
  margin-bottom: 30px;
}

.section-71 {
  background-color: #fafafa00;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 5px;
}

.image-71 {
  width: 40px;
  height: 40px;
}

.text-span-24 {
  color: #fff;
}

.text-block-42 {
  color: #fff3f3;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  font-weight: 700;
  display: flex;
}

.heading-44 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 15px;
}

.cell-34 {
  background-color: #010d3d;
  border-radius: 20px;
  align-items: stretch;
  padding: 20px 5px;
}

.container-67 {
  justify-content: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-73 {
  width: 40px;
  height: 40px;
}

.section-73 {
  background-color: #0b0b0b;
  padding: 7%;
  position: relative;
}

.section-73.no-left-padding {
  background-color: #252525;
  background-image: url('../images/1_1.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 0%;
  padding-left: 0%;
}

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

.image-74 {
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
}

.image-75 {
  width: 50px;
  height: 50px;
  padding-bottom: 5px;
}

.heading-45 {
  text-align: left;
  flex-flow: row;
  margin-top: 50px;
  padding-bottom: 40px;
  display: block;
}

.section-74 {
  justify-content: center;
  display: flex;
}

.section-75 {
  display: none;
}

.cell-35 {
  background-color: #010d3d;
  border-radius: 20px;
  flex-flow: column;
  align-items: stretch;
  padding: 20px 5px;
}

.container-69 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section-76 {
  margin-bottom: 60px;
}

.section-77 {
  text-align: center;
}

.heading-47 {
  margin-bottom: 40px;
}

.image-77 {
  margin-left: 20px;
}

.image-78 {
  margin-left: 10px;
}

.footer-content-4 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-items: end;
  display: grid;
}

.section-78 {
  margin-bottom: 60px;
}

.section-79 {
  text-align: center;
}

.heading-48 {
  margin-bottom: 40px;
}

.image-79 {
  margin-left: 20px;
}

.image-80 {
  margin-left: 10px;
}

.footer-content-5 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-items: end;
  display: grid;
}

.section-80 {
  margin-bottom: 60px;
}

.section-81 {
  text-align: center;
}

.heading-49 {
  margin-bottom: 40px;
}

.image-81 {
  margin-left: 20px;
}

.image-82 {
  margin-left: 10px;
}

.section-82 {
  margin-bottom: 60px;
}

.heading-50 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.footer-content-6 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-items: end;
  display: grid;
}

.section-83 {
  text-align: center;
}

.text-span-25 {
  font-size: 24px;
  font-weight: 700;
}

.text-span-26, .text-span-27, .text-span-28, .text-span-29 {
  font-weight: 700;
}

.bold-text-3 {
  font-size: 22px;
}

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

.pricing-comparison-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-70 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card-2.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title-2 {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle-2 {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price-2 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular-2 {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular-2.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary-10 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-10:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-10:active {
  background-color: #43464d;
}

.button-primary-10.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-10.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider-2 {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list-2 {
  align-self: stretch;
}

.pricing-feature-2 {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag-2 {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.walsh-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-circle-check {
  background-color: #d2f7d5;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

.walsh-list-flex {
  color: #000000a6;
  text-align: left;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  display: flex;
}

.walsh-icon-check {
  color: #000000a6;
  -webkit-text-stroke-color: #000000a6;
  background-color: #0000;
  height: 9px;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-center-h-wrapper {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.walsh-list-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.walsh-button {
  z-index: 5;
  background-color: var(--walsh--walsh-light-green);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.2em 35px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.walsh-button:hover {
  color: #010d3d;
  background-color: #d2f7d5;
}

.walsh-text-small {
  color: #00000080;
  text-align: left;
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-price-small {
  color: #00000073;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 32px;
  font-weight: 400;
}

.walsh-pricing-div-top {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -18px auto auto 0%;
}

.walsh-circle-check-off {
  opacity: .35;
  background-color: #b0b2b247;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

.walsh-list-flex-off {
  color: #9191918a;
  text-align: left;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  text-decoration: line-through;
  display: flex;
}

.walsh-price {
  color: var(--walsh--black\<deleted\|variable-6ee00df4\>);
  text-align: left;
  margin-bottom: 0;
  padding-top: .18em;
  padding-bottom: .18em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1;
}

.walsh-text-block-purple {
  color: #fff;
  -webkit-text-stroke-color: #010d3d;
  background-color: #010d3d;
  border-radius: 20px;
  padding: 7px 16px;
  font-size: 12px;
  font-weight: 500;
}

.walsh-pricing-inner-card {
  grid-row-gap: 2.5em;
  background-color: #fff;
  border: 1px solid #010d3d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 3em;
  display: flex;
  position: relative;
}

.walsh-pricing-inner-card-featured {
  grid-row-gap: 2.5em;
  background-color: #fff;
  border: 2px solid #d2f7d5;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3em;
  display: flex;
  position: relative;
}

.walsh-price-wrapper {
  grid-row-gap: .6em;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.walsh-heading-small-alt {
  color: #0009;
  border: 1px solid #00000026;
  border-radius: 100px;
  padding: 10px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.25;
}

.walsh-tab-menu {
  background-color: #fff;
  border-radius: 200px;
  justify-content: center;
  align-self: center;
  padding: 10px;
  display: flex;
  overflow: hidden;
}

.walsh-inner-tab-content {
  padding-top: 34px;
  padding-bottom: 34px;
}

.walsh-tabs-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.walsh-tab-rounded {
  color: #a3a3a3;
  background-color: #0000;
  align-self: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.walsh-tab-rounded:hover {
  color: #6d6d6d;
}

.walsh-tab-rounded.w--current {
  color: #fff;
  background-color: #010d3d;
  border-radius: 100px;
}

.walsh-tab-rounded.w--current:hover {
  color: #fff;
}

.walsh-tabs-content-wrapper {
  width: 100%;
}

.text-block-44 {
  font-size: 14px;
  line-height: 20px;
}

.text-block-45, .text-block-46, .text-block-47, .text-block-48, .text-block-49, .text-block-50, .text-block-51, .text-block-52, .text-block-53, .text-block-54, .text-block-55, .text-block-56, .text-block-57, .text-block-58, .text-block-59, .text-block-60, .text-block-61 {
  font-size: 14px;
}

.text-block-62 {
  text-align: center;
}

.text-span-30 {
  color: #2a771e;
  background-color: #d2f7d5;
  border-radius: 20px;
  font-size: 13px;
}

.text-block-63 {
  text-align: center;
}

.text-span-31 {
  color: #969696;
  background-color: #e7e7e7;
  border-radius: 20px;
  font-size: 13px;
}

.text-span-31:hover {
  color: #969696;
}

.text-block-64 {
  text-align: center;
}

.text-block-65 {
  flex: 0 auto;
  font-size: 13px;
}

.text-span-32 {
  min-width: 0;
  font-size: 13px;
}

.text-span-33 {
  text-align: left;
  font-size: 13px;
  font-weight: 400;
}

.text-span-34, .text-span-35 {
  font-size: 13px;
  font-weight: 400;
}

.cf-call-arrow-down {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cf-1140px-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-cta-arrow-div {
  z-index: 1;
  background-color: #0000;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-button-text {
  z-index: 1;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.cf-cta-button {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #b16cea;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px 26px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-button:hover {
  background-color: #b16cea;
}

.cf-cta-button.rectangle {
  border-radius: 16px;
  padding-right: 30px;
}

.cf-cta-button.rectangle.small {
  padding: 20px 20px 20px 34px;
}

.cf-button-gradient {
  z-index: auto;
  background-color: #ffa84b;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  display: block;
  position: absolute;
  inset: 0% 0% 0% 5%;
}

.cf-extra-bold-span {
  font-weight: 800;
}

.cf-logos-text {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 133%;
}

.cf-hero-right-image {
  max-width: 150%;
}

.cf-18px-paragraph {
  color: #000000e6;
  max-width: 510px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.home-left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 540px;
  margin-top: 100px;
  display: flex;
}

.cf-hero-layer-blur {
  filter: blur(25px);
  background-color: #f3f3f3;
  width: 100%;
  height: 140px;
  position: absolute;
  inset: auto 0% -12%;
}

.cf-black-review-stars {
  margin-bottom: 14px;
}

.cf-hero-logos-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.cf-testimonial-logos {
  width: 100%;
  max-width: 120px;
}

.cf-testimonial-logos._3 {
  margin-right: 20px;
}

.cf-testimonial-logo-image {
  margin-left: 16px;
}

.cf-image-review-container {
  width: 50%;
  max-width: 627px;
  position: relative;
}

.cf-testimonial-text---italic {
  color: #0d0e10;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 156%;
}

.cf-testmonial-text-wrapper {
  color: #0d0e10e6;
  align-items: center;
  margin-top: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 150%;
  display: flex;
}

.cf-star-image {
  margin-right: 16px;
}

.cf-64px-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 105%;
}

.cf-testimonial-logos-contain {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1130px;
  margin: 70px auto;
  display: flex;
}

.cf-testimonial-name-position {
  color: #0d0e10;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}

.cf-hero-testimonial-contain {
  z-index: 1;
  background-color: #fff;
  border-radius: 16px;
  max-width: 360px;
  padding: 24px 32px;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 0 24px 94px #00000014;
}

.cf-hero-section-2 {
  background-color: #f3f3f3;
  overflow: hidden;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---mg-top-80px {
  max-width: 150%;
  margin-top: 80px;
  display: block;
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 10px 25px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--secondary--color-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 10px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-style: none;
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---container-default {
  max-width: 100%;
  margin-top: 40px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size {
  color: var(--elements-webflow-library--secondary--color-2);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 66px;
}

.brix---text-center {
  text-align: center;
}

.brix---opacity-10 {
  opacity: .1;
}

.brix---paragraph-default {
  color: var(--elements-webflow-library--secondary--color-2);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row-center {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---floating-image-hero-v6---1 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto -12% 41% auto;
  transform: rotate(140deg);
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---section-hero-top-small {
  width: 100%;
  margin-top: 60px;
  padding-top: 120px;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-84 {
  text-align: center;
}

.brix---section-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.brix---card-logo-strip-v9 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  background-image: url('../images/Design-sem-nome-10.png');
  background-position: 0 0;
  background-size: 90px;
  border-radius: 24px;
  padding: 20px 80px;
}

.brix---logo-strip-v9-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---grid-4-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---mg-bottom-56px {
  margin-bottom: 56px;
}

.brix---display-3 {
  color: var(--elements-webflow-library--secondary--color-2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  background-color: #fff;
  background-image: url('../images/Design-sem-nome-13.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 80px;
}

.brix---heading-h2-size {
  color: var(--elements-webflow-library--secondary--color-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.section-85 {
  max-width: 150%;
  padding-top: 40px;
}

.container-71 {
  display: none;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---mg-top-56px {
  margin-top: 56px;
}

.brix---border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---btn-primary-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-2:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size-2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---btn-circle-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-secondary:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---opacity-20 {
  opacity: .2;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---bg-split-v4-left {
  z-index: -2;
  background-color: var(--elements-webflow-library--neutral--200);
  width: 100%;
  max-width: 60%;
  min-height: 600px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.brix---section-hero-v4 {
  padding-top: 100px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.brix---bg-split-v4-right {
  z-index: -2;
  background-color: var(--elements-webflow-library--accent--primary-1);
  width: 100%;
  max-width: 40%;
  min-height: 600px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.brix---grid-hero-v4 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---floating-image-hero-v2---1 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: -1% auto auto -21%;
  transform: rotate(140deg);
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--600);
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  min-height: 48px;
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-margin-bottom-16 {
  width: 90%;
  margin-bottom: 16px;
}

.f-image-cover {
  object-fit: cover;
  width: 110%;
  max-width: 110%;
  height: 95%;
  padding-top: 60px;
}

.f-success-message {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  width: 85%;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-section-large {
  padding: 120px 5% 92px;
  position: relative;
}

.f-input-outlined {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.f-input-outlined:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-input-outlined::placeholder {
  color: var(--flowui-component-library--gray-400);
}

.f-content-form-block {
  margin-top: 32px;
  margin-bottom: 0;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-content-image-wrapper {
  border-radius: 12px;
  width: 100%;
  max-width: none;
  height: 91%;
  overflow: hidden;
}

.f-content-form {
  grid-column-gap: 8px;
  align-items: center;
  width: 85%;
  display: flex;
}

.f-content-icon-wrapper {
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 32px;
  padding: 16px;
}

.f-avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-avatar-large {
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-avatar-x-small {
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-avatar-small {
  background-color: #f3f5fd;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-avatar-regular {
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-4 {
  color: #010d3d;
  background-color: #fff;
  border-radius: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---btn-primary-3 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-3:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---input {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  min-height: 70px;
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---input:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---success-message {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.brix---icon-list {
  margin-right: 16px;
}

.brix---cta-section {
  background-color: var(--elements-webflow-library--accent--primary-1);
  background-image: url('../images/Design-sem-nome-13.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 120px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.brix---text-200-list-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.brix---card-form {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  min-height: 576px;
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  margin-bottom: 0;
  padding: 56px 40px;
}

.brix---input-label {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.brix---z-index-1 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.brix---grid-cta-v4 {
  grid-column-gap: 100px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .86fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---cta-v4-floating-item-01 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.brix---cta-v3-floating-item-02-2 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.section-86 {
  text-align: center;
  display: none;
}

.text-block-66 {
  margin-bottom: 60px;
  display: none;
}

.text-span-36 {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
}

.ms-button {
  border: 1px solid var(--memberstack-library--ms-main-cta-color);
  background-color: var(--memberstack-library--ms-main-cta-color);
  color: #fff;
  text-align: center;
  letter-spacing: .03em;
  border-radius: 8px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 13px 16px 11.5px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1), border-color .2s cubic-bezier(.645, .045, .355, 1), border-radius .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
  position: relative;
  top: 0;
  box-shadow: 1px 1px 5px #ffffff40, 0 10px 20px -5px #2d3e504d;
}

.ms-button:hover {
  background-color: var(--memberstack-library--ms-main-cta-hover);
  box-shadow: none;
  color: #fff;
  transform: translate(0, 2px);
}

.ms-button:active {
  background-color: #0a3092;
}

.ms-button.ms-is-small {
  border-radius: 6px;
  height: auto;
  padding: 7px 16px;
  font-size: .85em;
  font-weight: 500;
  transform: perspective(1000px);
}

.ms-button.ms-is-light {
  color: #070e27;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  border: 1px solid #dbe2eb;
  box-shadow: 0 1px 3px #ffffff40, 0 10px 20px -5px #2d3e501a;
}

.ms-button.ms-is-light:hover {
  box-shadow: none;
  color: #1051b9;
  background-color: #fff;
  border-color: #1051b9;
}

.ms-button.ms-is-light:active {
  color: #fff;
  background-color: #356af0;
}

.ms-button.ms-is-light.ms-is-small {
  margin-bottom: 0;
}

.ms-button.ms-is-light.ms-is-small.ms-is-documentation {
  width: 100%;
  margin-top: 3em;
  display: flex;
}

.ms-button.ms-is-form {
  width: 100%;
}

.ms-button-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.ms-button-flex {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.ms-input {
  border: 1px solid var(--memberstack-library--ms-border-color);
  min-height: 40px;
  box-shadow: 0 5px 10px -5px var(--memberstack-library--ms-shadow-color);
  color: var(--memberstack-library--ms-main-text-color);
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 1.333em;
  padding: 8px 12px;
  transition: box-shadow .2s, color .2s, border-color .2s;
  position: relative;
}

.ms-input:hover {
  z-index: 2;
  border-color: var(--memberstack-library--ms-main-cta-color);
  box-shadow: none;
}

.ms-input::placeholder {
  color: var(--memberstack-library--ms-input-placeholder);
}

.ms-checkbox-wrap {
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: .3333em;
  line-height: 22px;
  display: flex;
}

.ms-checkbox-wrap.ms-is-smaller {
  font-size: 90%;
}

.ms-input-label {
  text-align: left;
  margin-bottom: 5px;
  font-size: .9em;
  font-weight: 600;
}

.ms-checkbox {
  border-width: 1.5px;
  border-color: var(--memberstack-library--ms-border-color);
  background-color: #fff;
  border-radius: 33%;
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 10px;
  transition: background-color .2s, border-color .2s;
}

.ms-checkbox:hover {
  border-color: var(--memberstack-library--ms-main-cta-color);
  background-color: var(--memberstack-library--ms-main-cta-color);
  background-image: linear-gradient(#ffffffe6, #ffffffe6);
}

.ms-checkbox.w--redirected-checked {
  background-color: #2962ff;
  background-image: url('../images/smallcheck.svg');
  background-size: 70%;
  border-color: #12133140;
  border-radius: 33%;
}

.ms-link {
  color: var(--memberstack-library--ms-main-cta-color);
  border-bottom: 1px solid #2962ff03;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s;
}

.ms-link:hover {
  border-bottom-color: var(--memberstack-library--ms-main-cta-color);
  color: var(--memberstack-library--ms-main-cta-hover);
}

.ms-space {
  width: 10px;
  height: 10px;
}

.ms-space.ms-is-20 {
  width: 20px;
  height: 20px;
}

.ms-form-heading {
  color: #010d3d;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.4em;
}

.ms-form {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 450px;
  min-width: 400px;
  padding: 7.5% 10%;
}

.ms-checkbox-label {
  font-weight: 300;
}

.ms-social-inner {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.ms-social-inner.ms-is-center {
  justify-content: center;
}

.ms-social-image {
  width: 24px;
}

.ms-social-button {
  width: 100%;
  color: var(--memberstack-library--ms-main-text-color);
  background-color: #fff;
  border: 1px solid #dcdce5;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 12px 40px 12px 15px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .2s, border-color .2s, box-shadow .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-social-button:hover {
  border-color: var(--memberstack-library--ms-main-text-color);
  box-shadow: none;
}

.ms-social-button:focus {
  border: 1px solid #000;
}

.ms-social-button::placeholder {
  color: #6e6e6e;
}

.ms-social-button.ms-is-facebook:hover {
  border-color: #1777f2;
}

.ms-form-divider {
  color: #000c;
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  font-size: 12px;
  display: flex;
}

.ms-form-divider-line {
  background-color: #e4e4e4;
  width: 40%;
  height: .8px;
}

.ms-form-divider-text {
  text-align: center;
  flex: none;
  min-width: 33%;
}

.ms-list-container {
  width: 100%;
  margin-bottom: 20px;
}

.f-h3-heading-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-gallery-lightbox {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.f-image-cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-section-large-2 {
  padding: 92px 5%;
  position: relative;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-gallery-three-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

.f-gallery-image-side {
  height: 400px;
}

.f-gallery-image-x-tall {
  height: 550px;
}

.f-gallery-lightbox-small {
  width: 100%;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---mg-bottom-40px-3 {
  margin-bottom: 40px;
}

.brix---buttons-row-2 {
  align-items: center;
  display: flex;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left-3 {
  margin-right: 24px;
}

.brix---bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-primary-white {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---cta-bg-overlay {
  background-image: linear-gradient(#0009, #0009);
  align-items: center;
  min-height: 80vh;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix---grid-cta-v10 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .78fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.columns-3 {
  margin-top: 140px;
  margin-left: 20px;
  padding-left: 40px;
}

.image-85 {
  margin-top: 40px;
}

.walsh-container-2 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-main-grid-2 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-content-wrapper-gap {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-image-logo {
  object-fit: contain;
  width: 100%;
  max-width: 132px;
  max-height: 24px;
}

.walsh-main-paragraph {
  color: #0009;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-cover-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.walsh-profile-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.walsh-text-small-left {
  color: #00000080;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-info-wrap {
  text-align: left;
}

.walsh-flex-col-wide {
  grid-column-gap: 2em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.walsh-rounded-box {
  grid-row-gap: 1.2em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.walsh-ratings-wrapper {
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.walsh-image-ratings {
  max-height: 16px;
  margin-right: 5px;
}

.walsh-quote-image-small {
  opacity: .26;
  height: 40px;
}

.walsh-circle-image-small {
  background-color: #dfdfdf;
  border-radius: 200px;
  flex: none;
  width: 38px;
  height: 38px;
  overflow: hidden;
}

.walsh-quote-wrapper {
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.walsh-paragraph-wrapper {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.walsh-heading-xsmall {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.section-87 {
  justify-content: space-between;
  display: block;
}

.cf-gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
}

.cf-call-arrow-contain {
  background-color: #0d0e10;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-call-arrow-contain.cf-gradient {
  background-color: #b16cea;
  background-image: linear-gradient(135deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  width: 40px;
  height: 40px;
  padding-bottom: 6px;
  padding-left: 6px;
}

.cf-call-button {
  color: #0d0e10;
  letter-spacing: -.32px;
  align-items: center;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.cf-call-button._24px-bold {
  color: #b16cea;
  letter-spacing: normal;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.cf-call-arrow-down-2 {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cf-call-arrow-down-2.gradient {
  margin-bottom: -22px;
  margin-left: -22px;
}

.cf-services-image {
  object-fit: contain;
  border-radius: 16px;
}

.cf-services-paragraph {
  color: #000;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
}

.cf-services-right-contain {
  width: 50%;
  max-width: 500px;
}

.cf-services-h2-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-services-page-contain {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 200px;
  display: flex;
}

.cf-services-page-contain.reverse {
  flex-direction: row-reverse;
  margin-bottom: 0;
}

.cf-services-left-contain {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  max-width: 450px;
  display: flex;
}

.cf-services-icon {
  object-fit: contain;
  border-radius: 18px;
  margin-bottom: 32px;
}

.cf-services-icon._2 {
  margin-bottom: 32px;
  box-shadow: 0 14px 80px #186fe140;
}

.cf-services-icon._1 {
  border-radius: 18px;
  margin-bottom: 32px;
  box-shadow: 0 14px 80px #fc6b5c40;
}

.cf-services-main-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-73 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image-4 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.section-88 {
  display: none;
}

@media screen and (min-width: 1280px) {
  .header-principal {
    max-width: none;
    display: block;
  }

  .container-princial {
    background-image: url('../images/Design-sem-nome-13.png');
    display: flex;
  }

  .team-slider {
    background-image: url('../images/Design-sem-nome-10.png');
  }

  .section-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .testimonial-image-left {
    background-image: url('../images/Design-sem-nome-10.png');
    background-position: 0 0;
    background-size: auto;
  }

  .footer-dark-2 {
    flex: 0 auto;
  }

  .section-25 {
    background-color: #fff;
    background-image: url('../images/Design-sem-nome-13.png');
    background-position: 0 0;
    background-size: auto;
  }

  .text-block-19 {
    color: #010d3d;
  }

  .text-span-6, .text-span-7, .text-span-8, .heading-23 {
    color: #fff;
  }

  .walsh-container {
    max-width: 100%;
  }

  .walsh-tabs-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .walsh-tabs-content-wrapper {
    width: 120%;
  }

  .cf-testimonial-logos {
    max-width: 130px;
  }

  .brix---mg-top-80px {
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .brix---btn-primary, .brix---btn-secondary {
    padding: 20px 30px;
    font-size: 18px;
  }

  .brix---container-default {
    margin-top: 40px;
  }

  .brix---heading-h1-size {
    color: var(--elements-webflow-library--secondary--color-2);
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 64px;
    line-height: 70px;
  }

  .brix---paragraph-default {
    color: var(--elements-webflow-library--secondary--color-2);
    font-size: 22px;
  }

  .brix---buttons-row-center {
    font-size: 14px;
  }

  .brix---section-hero-top-small {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    display: block;
  }

  .section-84 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---card-logo-strip-v9 {
    padding: 20px 80px;
  }

  .brix---display-3 {
    color: var(--elements-webflow-library--secondary--color-2);
  }

  .brix---section {
    background-image: url('../images/Design-sem-nome-13.png');
    background-position: 0 0;
    background-size: auto;
  }

  .brix---heading-h2-size {
    color: var(--elements-webflow-library--secondary--color-2);
  }

  .section-85 {
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .container-71 {
    display: none;
  }

  .container-72 {
    max-width: 100%;
  }

  .columns-2 {
    margin-left: -10px;
  }

  .button-4 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 500;
  }

  .columns-3 {
    margin-top: 130px;
  }

  .image-85 {
    margin-top: 60px;
  }

  .column-2 {
    padding-top: 40px;
  }

  .testimonial-slider-large {
    background-image: url('../images/Design-sem-nome-13.png');
    background-position: 0 0;
    background-size: auto;
  }

  .testimonial-slide {
    background-color: #fff0;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-image-two {
    width: 50%;
    height: 100%;
  }

  .testimonial-slider-arrow {
    color: #fff1f1;
  }

  .testimonial-slider-nav {
    color: #fffdfd;
  }
}

@media screen and (min-width: 1440px) {
  .centered-heading {
    font-size: 38px;
  }

  .centered-subheading {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .team-block-info {
    font-size: 16px;
  }

  .features-metrics {
    flex-flow: row;
    justify-content: space-between;
    width: auto;
    display: flex;
    position: static;
  }

  .container-12 {
    max-width: 80%;
  }

  .margin-bottom-24px-2 {
    font-size: 18px;
  }

  .text-block-6 {
    font-size: 16px;
  }

  .sticky-content-holder {
    max-width: 560px;
  }

  .sticky-phone {
    top: 13%;
  }

  .sticky-title {
    font-size: 42px;
  }

  .container-29 {
    max-width: 1340px;
  }

  .sticky-phone-container {
    position: relative;
    left: -100px;
  }

  .container-30 {
    max-width: 1340px;
  }

  .sticky-phone-container-2 {
    position: relative;
    left: -100px;
  }

  .sticky-content-holder-2 {
    max-width: 560px;
  }

  .sticky-title-2 {
    font-size: 42px;
  }

  .container-31 {
    max-width: 1340px;
  }

  .column.right-padding {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #caa362;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: center;
    display: grid;
  }

  .column.left-padding {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: center end;
    display: grid;
  }

  .electric-indigo-text-2 {
    color: #010d3d;
    text-align: left;
    text-overflow: clip;
    -webkit-text-decoration-skip-ink: auto;
    text-decoration-skip-ink: auto;
    font-weight: 700;
    text-decoration: none;
  }

  .mockup-3-wrapper {
    text-align: left;
    border-style: solid;
    border-color: #caa362 #fff0 #caa362 #caa362;
    justify-content: center;
    align-items: flex-end;
    min-height: 100%;
    max-height: 100%;
    overflow: auto;
  }

  .section-25, .section-26.no-left-padding {
    padding-top: 4%;
  }

  .heading-15 {
    color: #caa362;
  }

  .image-27 {
    overflow: visible;
  }

  .container-35 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .heading-16, .heading-17, .heading-18, .heading-19, .heading-20, .heading-21 {
    font-size: 18px;
  }

  .text-block-19 {
    color: #010d3d;
    font-size: 18px;
    font-weight: 700;
  }

  .section-27 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .image-30 {
    padding-bottom: 30px;
    padding-left: 50px;
  }

  .section-28 {
    justify-content: flex-end;
    display: flex;
  }

  .image-31 {
    max-width: 110%;
    padding-bottom: 30px;
  }

  .heading-22 {
    color: #010d3d;
    margin-top: 5px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .heading-23 {
    color: var(--elements-webflow-library--secondary--color-2);
    padding-bottom: 50px;
  }

  .section-29 {
    display: none;
  }

  .text-block-20 {
    font-size: 18px;
  }

  .section-34 {
    padding-top: 4%;
  }

  .heading-26 {
    color: #fff;
    padding-bottom: 50px;
  }

  .text-block-23 {
    font-size: 18px;
    font-weight: 700;
  }

  .section-38 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .section-43 {
    justify-content: flex-end;
    display: flex;
  }

  .centered-subheading-3 {
    margin-bottom: 40px;
  }

  .container-48 {
    max-width: 80%;
  }

  .section-46 {
    display: none;
  }

  .section-51.no-left-padding {
    padding-top: 4%;
  }

  .heading-34 {
    color: #010d3d;
    margin-top: 5px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .image-55 {
    overflow: visible;
  }

  .section-56 {
    padding-top: 4%;
  }

  .heading-38 {
    color: #fff;
    padding-bottom: 50px;
  }

  .text-block-34 {
    font-size: 18px;
    font-weight: 700;
  }

  .section-60 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .section-65 {
    justify-content: flex-end;
    display: flex;
  }

  .container-63 {
    max-width: 80%;
  }

  .section-68 {
    display: none;
  }

  .section-73.no-left-padding {
    padding-top: 4%;
  }

  .heading-45 {
    color: #010d3d;
    margin-top: 5px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .image-76 {
    overflow: visible;
  }

  .walsh-pricing-inner-card {
    border-width: .5px;
  }

  .cf-testimonial-logos {
    max-width: 140px;
  }

  .brix---mg-top-80px {
    text-align: left;
    display: block;
  }

  .brix---container-default {
    margin-top: 40px;
  }

  .brix---heading-h1-size {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 72px;
    line-height: 75px;
  }

  .brix---paragraph-default {
    font-size: 24px;
    line-height: 35px;
  }

  .brix---section-hero-top-small {
    width: auto;
  }

  .brix---card-logo-strip-v9 {
    padding: 20px 80px;
  }

  .section-85 {
    text-align: center;
  }

  .container-71 {
    display: none;
  }

  .brix---grid-hero-v4 {
    grid-column-gap: 90px;
  }

  .f-image-cover {
    object-fit: fill;
    width: 100%;
    max-width: none;
    max-height: none;
    padding-top: 160px;
    display: inline-block;
    overflow: clip;
  }

  .f-grid-two-column {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .f-content-image-wrapper {
    max-width: 100%;
    height: 700px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---z-index-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .columns-3 {
    margin-top: 110px;
  }

  .image-85 {
    margin-top: 100px;
  }

  .column-2 {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1920px) {
  .header-principal {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: block;
  }

  .cell {
    font-size: 14px;
    display: flex;
  }

  .image-3 {
    display: block;
  }

  .section {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-flex;
  }

  .cell-2 {
    display: block;
  }

  .body {
    flex-flow: column;
    display: block;
  }

  .container-princial {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .quick-stack-2 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    object-fit: fill;
    position: static;
  }

  .button-2 {
    display: flex;
  }

  .container-7 {
    display: inline-flex;
  }

  .centered-heading {
    padding-bottom: 10px;
  }

  .centered-subheading {
    padding-bottom: 30px;
  }

  .team-slider-wrapper {
    flex-flow: column;
    margin-top: 30px;
    display: flex;
  }

  .team-member-image-two {
    margin-bottom: 10px;
  }

  .bottom-margin-0px {
    font-size: 18px;
  }

  .rounded-inner-wrapper.dark-indigo {
    text-align: center;
  }

  .price-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .feature-grid {
    flex: 1;
  }

  .testimonial-author-name-three {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    display: flex;
  }

  .navbar-no-shadow {
    color: #fff;
    background-color: #010d3d;
    align-items: stretch;
    width: 100%;
    max-width: none;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar-no-shadow-container {
    z-index: 5;
    display: inline-flex;
    position: fixed;
    inset: auto;
  }

  .navbar-wrapper-5 {
    display: block;
  }

  .nav-menu-wrapper-5 {
    color: #fff;
  }

  .nav-menu-2 {
    font-size: 18px;
  }

  .nav-link-8 {
    color: #fff;
  }

  .nav-link-8:hover, .nav-link-8:focus-visible, .nav-link-8[data-wf-focus-visible] {
    color: #caa362;
  }

  .button-primary-8 {
    background-color: #caa362;
    border: 1px #caa362;
    border-radius: 20px;
  }

  .container-21 {
    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;
    display: flex;
  }

  .section-15, .section-16 {
    display: none;
  }

  .mask {
    text-align: left;
  }

  .section-18, .container-27 {
    display: none;
  }

  .text-block-18 {
    font-size: 20px;
    font-weight: 700;
  }

  .column.right-padding {
    justify-items: end;
  }

  .section-27 {
    padding-bottom: 10px;
  }

  .image-31 {
    align-self: auto;
    display: block;
  }

  .image-32 {
    display: none;
  }

  .text-block-22 {
    font-size: 20px;
    font-weight: 700;
  }

  .section-38 {
    padding-bottom: 10px;
  }

  .quick-stack-7 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    object-fit: fill;
    position: static;
  }

  .navbar-wrapper-6 {
    display: block;
  }

  .centered-subheading-3 {
    padding-bottom: 30px;
  }

  .section-45, .image-44 {
    display: none;
  }

  .cell-26 {
    font-size: 14px;
    display: flex;
  }

  .container-51 {
    display: none;
  }

  .nav-link-9 {
    color: #fff;
  }

  .nav-link-9:hover, .nav-link-9:focus-visible, .nav-link-9[data-wf-focus-visible] {
    color: #caa362;
  }

  .centered-heading-5 {
    padding-bottom: 10px;
  }

  .cell-27, .image-53 {
    display: block;
  }

  .nav-menu-wrapper-6 {
    color: #fff;
  }

  .section-54 {
    display: none;
  }

  .text-block-33 {
    font-size: 20px;
    font-weight: 700;
  }

  .section-60 {
    padding-bottom: 10px;
  }

  .quick-stack-9 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    object-fit: fill;
    position: static;
  }

  .section-67, .image-63 {
    display: none;
  }

  .cell-32 {
    font-size: 14px;
    display: flex;
  }

  .container-66 {
    display: none;
  }

  .nav-link-10 {
    color: #fff;
  }

  .nav-link-10:hover, .nav-link-10:focus-visible, .nav-link-10[data-wf-focus-visible] {
    color: #caa362;
  }

  .cell-33, .image-74 {
    display: block;
  }

  .section-75 {
    display: none;
  }

  .brix---btn-primary {
    padding: 30px 60px;
    font-size: 23px;
  }

  .brix---btn-secondary {
    min-width: 23px;
    padding: 30px 60px;
    font-size: 23px;
  }

  .brix---container-default {
    max-width: 100%;
    margin-top: 40px;
  }

  .brix---heading-h1-size {
    font-size: 100px;
    line-height: 130px;
  }

  .brix---paragraph-default {
    font-size: 36px;
    line-height: 45px;
  }

  .brix---section-hero-top-small {
    display: block;
  }

  .container-71 {
    display: none;
  }

  .columns-3, .image-85 {
    margin-top: 140px;
  }

  .column-2 {
    height: auto;
    padding-top: 70px;
    font-size: 14px;
  }
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .list-item {
    color: #fff;
  }

  .container-5 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-6 {
    max-width: 728px;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .nav-menu-two-3 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-10 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .container-11 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .container-12 {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .section-3 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .image-10, .image-11, .image-12, .image-13, .image-14, .image-15 {
    width: 30px;
    height: 30px;
  }

  .container-13 {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .container-14 {
    max-width: 728px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .container-15 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .nav-menu-wrapper-4 {
    background-color: #0000;
  }

  .nav-menu-two-4 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-7 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-5 {
    padding: 12px;
  }

  .menu-button-5.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .bottom-margin-0px {
    font-size: 12px;
  }

  .container-17 {
    max-width: none;
  }

  .pricing-column-features {
    padding: 15px;
  }

  .section-10 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .price-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-5, .heading-6 {
    font-size: 12px;
  }

  .container-18 {
    max-width: 728px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  .testimonial-author-name-three {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex: 0 auto;
    font-size: 36px;
  }

  .bold-text-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .text-block-12 {
    font-size: 14px;
  }

  .container-19 {
    max-width: 728px;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .header {
    order: -1;
  }

  .navbar-no-shadow {
    inset: 0% 0% auto;
  }

  .nav-menu-wrapper-5 {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-8 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-5.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

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

  .menu-button-6.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .icon {
    color: #fff;
  }

  .sticky-title {
    font-size: 30px;
  }

  .hero-section-phone-screenshot-image {
    border-radius: 20px;
  }

  .sticky-title-2 {
    font-size: 30px;
  }

  .column.right-padding {
    padding-right: 4%;
  }

  .column.left-padding {
    padding-left: 4%;
  }

  .section-25 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .container-32 {
    max-width: none;
  }

  .features-grid-1x4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .section-26 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .container-33 {
    max-width: none;
  }

  .mockup-2-wrapper {
    min-height: 400px;
  }

  .container-34 {
    max-width: none;
  }

  .text-block-19 {
    font-size: 16px;
  }

  .container-38 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .section-34 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .container-42 {
    max-width: 728px;
  }

  .section-35 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .container-43 {
    max-width: none;
  }

  .heading-25 {
    font-size: 12px;
  }

  .image-39 {
    width: 30px;
    height: 30px;
  }

  .text-block-23 {
    font-size: 16px;
  }

  .heading-28 {
    font-size: 12px;
  }

  .image-42 {
    width: 30px;
    height: 30px;
  }

  .container-46 {
    max-width: none;
  }

  .container-48 {
    max-width: 728px;
  }

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

  .image-47 {
    width: 30px;
    height: 30px;
  }

  .container-52 {
    max-width: 728px;
  }

  .section-51 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .section-52 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .icon-3 {
    color: #fff;
  }

  .nav-menu-wrapper-6 {
    background-color: #0000;
  }

  .container-54 {
    max-width: none;
  }

  .container-55 {
    max-width: 728px;
  }

  .features-wrapper-2 {
    justify-content: space-between;
  }

  .section-56 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .container-57 {
    max-width: 728px;
  }

  .section-57 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .container-58 {
    max-width: none;
  }

  .heading-37 {
    font-size: 12px;
  }

  .footer-content-3 {
    grid-column-gap: 60px;
  }

  .text-block-34 {
    font-size: 16px;
  }

  .heading-40 {
    font-size: 12px;
  }

  .container-61 {
    max-width: none;
  }

  .container-63 {
    max-width: 728px;
  }

  .nav-link-10 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-66, .image-71 {
    width: 30px;
    height: 30px;
  }

  .container-67 {
    max-width: 728px;
  }

  .image-73 {
    width: 30px;
    height: 30px;
  }

  .section-73 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .icon-4 {
    color: #fff;
  }

  .container-69 {
    max-width: none;
  }

  .icon-5 {
    color: #fff;
  }

  .footer-content-4 {
    grid-column-gap: 60px;
  }

  .icon-6 {
    color: #fff;
  }

  .footer-content-5 {
    grid-column-gap: 60px;
  }

  .icon-7 {
    color: #fff;
  }

  .footer-content-6 {
    grid-column-gap: 60px;
  }

  .container-70 {
    max-width: 728px;
  }

  .pricing-wrapper-2 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card-2 {
    width: 350px;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .walsh-icon-check {
    margin-right: 0;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-button {
    padding: 18px 40px;
  }

  .walsh-button:hover {
    background-color: #80808033;
  }

  .walsh-pricing-inner-card, .walsh-pricing-inner-card-featured {
    align-items: center;
  }

  .walsh-tab-menu {
    justify-content: center;
  }

  .cf-1140px-wrapper {
    flex-direction: column;
    padding-top: 0;
  }

  .cf-18px-paragraph {
    max-width: none;
    margin-bottom: 0;
  }

  .cf-18px-paragraph.header-2 {
    margin-bottom: 40px;
  }

  .home-left-wrapper {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .cf-hero-logos-wrap {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    display: flex;
  }

  .cf-hero-logos-wrap.header-2 {
    width: 100%;
  }

  .cf-testimonial-logos._3 {
    margin-right: 0;
  }

  .cf-image-review-container {
    width: 80%;
  }

  .cf-64px-heading {
    font-size: 54px;
  }

  .cf-testimonial-logos-contain {
    align-items: flex-start;
    margin-top: 20px;
  }

  .cf-testimonial-logos-contain.header-2 {
    z-index: 1;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    position: relative;
  }

  .brix---mg-top-80px {
    max-width: 100%;
  }

  .brix---btn-primary, .brix---btn-secondary {
    padding: 20px 40px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---buttons-row-center {
    justify-content: center;
  }

  .brix---floating-image-hero-v6---1 {
    top: 24%;
    right: -30%;
  }

  .brix---section-hero-top-small {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .brix---section-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---card-logo-strip-v9 {
    padding: 20px 80px;
  }

  .brix---grid-4-columns {
    grid-template-columns: 1fr 1fr;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .brix---display-3 {
    font-size: 32px;
    line-height: 44px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .section-85 {
    padding-top: 0;
  }

  .container-71 {
    display: block;
  }

  .brix---mg-top-56px {
    margin-top: 40px;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---bg-split-v4-left {
    max-width: 100%;
  }

  .brix---section-hero-v4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---bg-split-v4-right {
    max-width: 100%;
    min-height: 42%;
    display: block;
    inset: auto 0% 0%;
  }

  .brix---grid-hero-v4 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---floating-image-hero-v2---1 {
    top: 24%;
    right: -30%;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .f-content-image-wrapper {
    max-width: 100%;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---btn-primary-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix---card-form {
    padding: 54px 32px;
  }

  .brix---grid-cta-v4 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---cta-v3-floating-item-02-2 {
    display: inline-block;
  }

  .ms-button {
    position: relative;
  }

  .div-block-4 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .f-gallery-three-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .f-gallery-image-side {
    height: 240px;
  }

  .f-gallery-image-x-tall {
    height: 440px;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---cta-bg-overlay {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix---grid-cta-v10 {
    grid-template-columns: .78fr;
  }

  .columns-3 {
    display: none;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: auto;
  }

  .walsh-main-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-image-logo {
    max-width: 120px;
    height: 100%;
    max-height: 50px;
  }

  .cf-services-right-contain {
    width: 100%;
  }

  .cf-services-h2-heading {
    font-size: 30px;
  }

  .cf-services-page-contain, .cf-services-page-contain.reverse {
    flex-direction: column-reverse;
  }

  .cf-services-left-contain {
    width: 100%;
    margin-top: 60px;
  }

  .container-73 {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .mainheader {
    padding: 60px 15px;
  }

  .image-5 {
    min-height: 30px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .navbar-logo-left-container-3 {
    max-width: 100%;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-menu-two-3 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-3 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-3 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .logos-title-small {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .team-slider, .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .hero-stack, .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .features-table {
    padding: 60px 15px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .navbar-logo-left-container-4 {
    max-width: 100%;
  }

  .navbar-brand-4 {
    padding-left: 0;
  }

  .nav-menu-two-4 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-7 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-4.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-4.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-4 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-4 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .pricing-outer-wrapper {
    grid-column-gap: 0%;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .feature-check {
    color: #e9e5e5;
  }

  .heading-wrapper {
    padding: 14% 7% 7%;
  }

  .rounded-inner-wrapper {
    border-radius: 60px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .pricing-column-features {
    display: none;
  }

  .feature-text-mobile {
    margin-left: 10px;
    display: block;
  }

  .section-10 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .price-grid {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
    max-width: 460px;
  }

  .feature-grid {
    grid-row-gap: 14px;
  }

  .price-large {
    font-size: 40px;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .footer-dark-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-2 {
    align-items: center;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block-2 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }

  .grid_2-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid_2-col.gap-medium {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .header {
    margin-bottom: 2rem;
  }

  .navbar-brand-5 {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-8 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-5 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-5.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-5.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-5.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

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

  .icon {
    color: #fff;
  }

  .sticky-phone-holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: .75fr .7fr;
  }

  .small-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .sticky-title {
    font-size: 24px;
    font-weight: 500;
  }

  .sticky-phone-holder-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: .75fr .7fr;
  }

  .sticky-title-2 {
    font-size: 24px;
    font-weight: 500;
  }

  .column {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .column.right-padding {
    padding-right: 0%;
  }

  .column.left-padding {
    grid-auto-flow: column;
    place-items: center;
    padding-left: 0%;
  }

  .columns {
    flex-direction: column;
  }

  .columns.rev {
    flex-direction: column-reverse;
  }

  .section-25 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .features-grid-1x4 {
    grid-template-columns: 1fr 1fr;
    padding-left: 7%;
    padding-right: 7%;
  }

  .section-26 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-27 {
    padding-left: 0;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .section-34 {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .section-35 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-38 {
    padding-left: 0;
  }

  .image-45 {
    min-height: 30px;
  }

  .nav-link-9 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .section-51 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .icon-3 {
    color: #fff;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .features-metrics-2 {
    padding: 60px 15px;
  }

  .features-wrapper-2 {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block-2 {
    width: 50%;
    margin-bottom: 40px;
  }

  .section-56 {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .section-57 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .footer-content-3 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .section-60 {
    padding-left: 0;
  }

  .image-64 {
    min-height: 30px;
  }

  .nav-link-10 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .section-73 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .footer-block-3 {
    align-items: center;
  }

  .icon-4, .icon-5 {
    color: #fff;
  }

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

  .footer-content-4 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .icon-6 {
    color: #fff;
  }

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

  .footer-content-5 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .icon-7 {
    color: #fff;
  }

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

  .footer-content-6 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .pricing-comparison-2 {
    padding: 60px 15px;
  }

  .pricing-wrapper-2 {
    justify-items: stretch;
  }

  .pricing-card-2 {
    width: auto;
  }

  .pricing-title-2 {
    font-size: 34px;
    line-height: 42px;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-button {
    width: 100%;
    font-size: 16px;
  }

  .walsh-price-wrapper {
    width: 100%;
  }

  .walsh-tab-menu {
    grid-column-gap: 10px;
    flex-direction: row;
    align-items: center;
    padding: 7px;
  }

  .walsh-tab-rounded {
    border-radius: 100px;
    font-size: 1em;
  }

  .cf-1140px-wrapper {
    width: 90%;
    padding-top: 0;
    padding-bottom: 90px;
  }

  .cf-cta-button, .cf-button-gradient {
    font-size: 20px;
  }

  .cf-logos-text {
    margin-bottom: 20px;
  }

  .cf-hero-logos-wrap {
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
  }

  .cf-hero-logos-wrap.header-2 {
    justify-content: center;
  }

  .cf-image-review-container {
    width: 100%;
  }

  .cf-64px-heading {
    font-size: 50px;
  }

  .cf-testimonial-logos-contain {
    flex-direction: column;
    align-items: center;
  }

  .cf-testimonial-logos-contain.header-2 {
    margin-top: 0;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---mg-top-80px {
    margin-top: 64px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---floating-image-hero-v6---1 {
    max-width: 480px;
  }

  .brix---section-hero-top-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---section-hero-v4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---grid-hero-v4 {
    grid-template-columns: 1fr;
  }

  .brix---floating-image-hero-v2---1 {
    max-width: 480px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---btn-primary-3 {
    padding: 20px 32px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---text-200-list-bold {
    font-size: 16px;
  }

  .brix---card-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---grid-cta-v4 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .brix---cta-v3-floating-item-02-2 {
    max-width: 50%;
  }

  .ms-form-heading {
    font-size: 24px;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-gallery-three-grid {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px-3 {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---button-row-left-3 {
    margin-right: 16px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---cta-bg-overlay {
    min-height: 66vh;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---grid-cta-v10 {
    grid-template-columns: 1fr;
  }

  .walsh-main-grid-2 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-rounded-box {
    grid-row-gap: 1.5em;
  }

  .cf-services-h2-heading {
    font-size: 28px;
  }

  .cf-services-page-contain {
    margin-bottom: 150px;
  }

  .cf-services-main-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .header-principal {
    flex-flow: row;
    padding-bottom: 0;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .container-2 {
    max-width: none;
  }

  .cell {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 0;
    display: none;
  }

  .image-3 {
    text-align: left;
    flex: 0 auto;
    width: auto;
    margin-left: auto;
    display: none;
    overflow: auto;
  }

  .section {
    flex-flow: row;
    justify-content: center;
    display: flex;
  }

  .text-block-2 {
    padding-bottom: 0;
  }

  .button {
    margin-top: 18px;
    padding-top: 0;
    text-decoration: none;
  }

  .cell-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .image-4 {
    margin-left: 14px;
    padding-left: 0;
    display: inline-block;
    overflow: auto;
  }

  .container-princial {
    justify-content: flex-start;
    display: block;
  }

  .quick-stack-2 {
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-5 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .container-6 {
    max-width: none;
  }

  .nav-menu-two-3 {
    flex-direction: column;
  }

  .navbar {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .container-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    background-color: #0000;
    flex-flow: wrap;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    position: static;
    overflow: auto;
  }

  .logos-title-small {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .container-10 {
    max-width: none;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .team-slider {
    flex-flow: column;
    display: none;
  }

  .container-11 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slider-wrapper {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-block {
    flex-flow: column;
    display: block;
  }

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

  .container-12 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .hero-stack {
    padding-top: 40px;
  }

  .section-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .heading-3 {
    font-size: 24px;
  }

  .container-13 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .testimonial-slider-small {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .container-14 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .container-15 {
    max-width: none;
  }

  .nav-menu-two-4 {
    flex-direction: column;
  }

  .pricing-outer-wrapper {
    flex-flow: column;
    width: 90%;
    display: flex;
  }

  .feature-check {
    justify-content: flex-start;
  }

  .heading-wrapper {
    padding-bottom: 2%;
  }

  .rounded-inner-wrapper._2px-stroke {
    justify-content: flex-start;
    margin-bottom: 7%;
    display: flex;
  }

  .pricing-column-features {
    display: none;
  }

  .price-grid {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .feature-grid {
    clear: none;
    grid-column-gap: 6px;
    grid-row-gap: 14px;
    text-align: left;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .container-18 {
    max-width: none;
  }

  .testimonial-image-left {
    padding-bottom: 40px;
  }

  .testimonial-wrapper-four {
    text-align: center;
    align-items: center;
    padding-right: 10px;
  }

  .testimonial-image-four {
    text-align: center;
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .testimonial-right {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .testimonial-author-name-three {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    margin-top: 0;
    padding-top: 20px;
    font-size: 36px;
  }

  .heading-7 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 32px;
  }

  .section-11 {
    margin-bottom: 20px;
  }

  .text-block-12 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 14px;
  }

  .heading-8 {
    text-align: center;
    font-size: 24px;
  }

  .container-19 {
    max-width: none;
  }

  .image-21 {
    margin-bottom: 0;
  }

  .grid_2-col {
    grid-template-columns: 100%;
    grid-auto-columns: 100%;
  }

  .heading_primary {
    font-size: 3rem;
  }

  .flex_vertical {
    flex-flow: column;
  }

  .grid-item-manual {
    font-size: 14px;
  }

  .accordion_toggle-transparent {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-flow: wrap;
  }

  .button-3 {
    white-space: nowrap;
  }

  .ix-link-wrapper {
    flex-flow: wrap;
    font-size: 14px;
    display: flex;
  }

  .rich-text {
    width: 340px;
  }

  .paragraph_large.margin-bottom_none {
    font-size: 1rem;
  }

  .navbar-no-shadow {
    display: inline-flex;
    inset: 0% 0% auto;
  }

  .navbar-no-shadow-container {
    background-color: #010d3d;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav-menu-2 {
    color: #b82020;
    background-color: #010d3d;
    flex-direction: column;
  }

  .mobile-margin-top-14 {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
  }

  .nav-button-wrapper {
    color: #010d3d;
    background-color: #0000;
    width: auto;
  }

  .icon {
    color: #fff;
  }

  .container-21 {
    background-color: #9e6464;
  }

  .section-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
    display: inline-flex;
  }

  .container-22 {
    background-image: linear-gradient(315deg, #caa362 3%, #fff 57%);
    flex-flow: column;
    justify-content: center;
    padding-bottom: 60px;
    display: inline-flex;
  }

  .section-16 {
    background-color: #d54d4d;
    flex-flow: column;
    justify-content: space-between;
    margin-top: 60px;
    display: flex;
  }

  .heading-9 {
    flex-flow: column;
    margin-top: 0;
    font-size: 24px;
    display: block;
  }

  .text-block-14 {
    text-align: center;
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    display: block;
  }

  .image-23 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .image-24, .section-17 {
    flex-flow: column;
    display: block;
  }

  .container-23 {
    text-align: center;
  }

  .container-24 {
    text-align: center;
    padding-top: 35px;
    display: block;
  }

  .heading-10 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
  }

  .text-block-15 {
    color: #757575;
    font-size: 12px;
  }

  .section-18 {
    margin-bottom: 30px;
    display: block;
  }

  .container-25 {
    justify-content: center;
    display: flex;
  }

  .heading-11 {
    color: #caa362;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    font-weight: 700;
  }

  .text-block-16 {
    text-align: center;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
    font-weight: 300;
  }

  .container-26 {
    text-align: center;
  }

  .heading-12 {
    text-align: center;
    flex-flow: column;
    font-size: 12px;
    display: block;
  }

  .text-span-5 {
    color: #010d3d;
    font-size: 30px;
  }

  .text-block-17 {
    text-align: center;
  }

  .image-25 {
    padding-bottom: 10px;
  }

  .container-27 {
    background-color: #f5f7fa;
    background-image: url('../images/Design-sem-nome-10.png');
    background-position: 0 0;
    background-size: auto;
    padding-top: 40px;
    display: block;
  }

  .section-19 {
    display: block;
  }

  .container-28 {
    flex-flow: column;
    display: flex;
  }

  .section-20 {
    display: block;
  }

  .section-21 {
    display: none;
  }

  .sticky-content-holder {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-section-phone-holder {
    z-index: 5;
    width: 100%;
  }

  .sticky-phone-wrapper {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .sticky-phone-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    display: flex;
  }

  .sticky-phone {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .sticky-title {
    text-align: left;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
  }

  .container-29 {
    padding-left: .6em;
    padding-right: .6em;
  }

  .sticky-content-container {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sticky-phone-container {
    justify-content: flex-start;
  }

  .container-30 {
    padding-left: .6em;
    padding-right: .6em;
  }

  .sticky-phone-container-2 {
    justify-content: flex-start;
  }

  .sticky-content-holder-2 {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .sticky-phone-wrapper-2 {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .sticky-phone-holder-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    display: flex;
  }

  .sticky-title-2 {
    text-align: left;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
  }

  .container-31 {
    padding-left: .6em;
    padding-right: .6em;
  }

  .sticky-content-container-2 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .column.right-padding {
    justify-items: center;
    padding-bottom: 30px;
    padding-left: 5%;
    padding-right: 30px;
  }

  .column.left-padding {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-bottom: 30px;
    padding-left: 5%;
    padding-right: 30px;
  }

  .mockup-3-wrapper {
    min-height: 400px;
    max-height: 400px;
  }

  .section-25 {
    background-color: #fff0;
  }

  .feature-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .features-grid-1x4 {
    grid-template-columns: 1fr;
  }

  .image-26 {
    width: 65%;
  }

  .mockup-2-wrapper {
    min-height: 400px;
    max-height: 400px;
    overflow: hidden;
  }

  .text-block-19 {
    color: #010d3d;
    text-align: left;
  }

  .section-27 {
    text-align: left;
    flex-flow: row;
    justify-content: center;
    padding-left: 0;
  }

  .heading-22 {
    color: #010d3d;
    text-align: center;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 10px;
    display: block;
  }

  .heading-23 {
    text-align: center;
    padding: 30px 5px 50px;
  }

  .section-29 {
    text-align: center;
  }

  .image-32 {
    margin-top: 30px;
  }

  .hero-heading-center {
    text-align: center;
    padding-bottom: 180px;
  }

  .container-38 {
    max-width: none;
    margin-top: 60px;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .centered-heading-4.margin-bottom-32px {
    font-family: Lato, sans-serif;
    font-weight: 900;
  }

  .hero-wrapper-2 {
    text-align: center;
    display: block;
  }

  .hero-split-2 {
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .margin-bottom-24px-3 {
    margin-bottom: 0;
    padding-top: 20px;
    font-size: 20px;
  }

  .shadow-two-2 {
    text-align: center;
    margin-right: 0;
    display: block;
    position: static;
  }

  .container-39 {
    display: none;
  }

  .container-40 {
    display: flex;
  }

  .text-block-21 {
    padding-bottom: 0;
  }

  .mobile-margin-top-15 {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
  }

  .container-41 {
    background-image: linear-gradient(315deg, #caa362 3%, #fff 57%);
    flex-flow: column;
    justify-content: center;
    padding-bottom: 60px;
    display: inline-flex;
  }

  .container-42 {
    max-width: none;
  }

  .image-37 {
    padding-bottom: 10px;
  }

  .heading-26 {
    text-align: center;
    padding: 30px 5px 50px;
  }

  .heading-27 {
    flex-flow: column;
    margin-top: 0;
    font-size: 24px;
    display: block;
  }

  .text-block-23 {
    text-align: left;
  }

  .container-44 {
    text-align: center;
  }

  .section-38 {
    text-align: left;
    flex-flow: row;
    justify-content: center;
    padding-left: 0;
  }

  .heading-29 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 32px;
  }

  .section-40 {
    display: block;
  }

  .container-45 {
    text-align: center;
    padding-top: 35px;
    display: block;
  }

  .quick-stack-7 {
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-42 {
    display: none;
  }

  .text-span-14 {
    font-size: 24px;
  }

  .text-block-25 {
    text-align: center;
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    display: block;
  }

  .section-45 {
    margin-bottom: 30px;
    display: block;
  }

  .image-44 {
    margin-top: 30px;
  }

  .container-48 {
    max-width: none;
  }

  .section-46 {
    text-align: center;
  }

  .container-49 {
    justify-content: center;
    display: flex;
  }

  .cell-26 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 0;
    display: none;
  }

  .container-50 {
    flex-flow: column;
    display: flex;
  }

  .container-51 {
    background-color: #eee;
    background-image: linear-gradient(177deg, #dad8d8, #f1efef 5%, #fff 10%);
    padding-top: 40px;
    display: block;
  }

  .text-block-28 {
    color: #757575;
    font-size: 12px;
  }

  .heading-31 {
    font-size: 24px;
  }

  .text-block-29 {
    text-align: center;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .section-49 {
    margin-bottom: 20px;
  }

  .image-51 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .heading-32 {
    color: #caa362;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    font-weight: 700;
  }

  .cell-27 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .image-52 {
    flex-flow: column;
    display: block;
  }

  .heading-33 {
    text-align: center;
    font-size: 24px;
  }

  .section-50 {
    display: block;
  }

  .container-52 {
    max-width: none;
  }

  .image-53 {
    text-align: left;
    flex: 0 auto;
    width: auto;
    margin-left: auto;
    display: none;
    overflow: auto;
  }

  .section-52 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .icon-3 {
    color: #fff;
  }

  .container-53 {
    text-align: center;
  }

  .heading-34 {
    color: #010d3d;
    text-align: center;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 10px;
    display: block;
  }

  .section-54 {
    background-color: #d54d4d;
    flex-flow: column;
    justify-content: space-between;
    margin-top: 60px;
    display: flex;
  }

  .heading-35 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
  }

  .container-55 {
    max-width: none;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .text-block-32 {
    padding-bottom: 0;
  }

  .mobile-margin-top-16 {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
  }

  .container-56 {
    background-image: linear-gradient(315deg, #caa362 3%, #fff 57%);
    flex-flow: column;
    justify-content: center;
    padding-bottom: 60px;
    display: inline-flex;
  }

  .container-57 {
    max-width: none;
  }

  .image-58 {
    padding-bottom: 10px;
  }

  .heading-38 {
    text-align: center;
    padding: 30px 5px 50px;
  }

  .heading-39 {
    flex-flow: column;
    margin-top: 0;
    font-size: 24px;
    display: block;
  }

  .text-block-34 {
    text-align: left;
  }

  .container-59 {
    text-align: center;
  }

  .section-60 {
    text-align: left;
    flex-flow: row;
    justify-content: center;
    padding-left: 0;
  }

  .heading-41 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 32px;
  }

  .section-62 {
    display: block;
  }

  .container-60 {
    text-align: center;
    padding-top: 35px;
    display: block;
  }

  .quick-stack-9 {
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-64 {
    display: none;
  }

  .text-block-36 {
    text-align: center;
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    display: block;
  }

  .section-67 {
    margin-bottom: 30px;
    display: block;
  }

  .image-63 {
    margin-top: 30px;
  }

  .container-63 {
    max-width: none;
  }

  .section-68 {
    text-align: center;
  }

  .container-64 {
    justify-content: center;
    display: flex;
  }

  .cell-32 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 0;
    display: none;
  }

  .container-65 {
    flex-flow: column;
    display: flex;
  }

  .container-66 {
    background-color: #eee;
    background-image: linear-gradient(177deg, #dad8d8, #f1efef 5%, #fff 10%);
    padding-top: 40px;
    display: block;
  }

  .text-block-39 {
    color: #757575;
    font-size: 12px;
  }

  .heading-42 {
    font-size: 24px;
  }

  .centered-heading-6 {
    margin-bottom: 24px;
  }

  .text-block-40 {
    text-align: center;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-71 {
    margin-bottom: 20px;
  }

  .image-70 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .heading-43 {
    color: #caa362;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    font-weight: 700;
  }

  .cell-33 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .image-72 {
    flex-flow: column;
    display: block;
  }

  .heading-44 {
    text-align: center;
    font-size: 24px;
  }

  .section-72 {
    display: block;
  }

  .container-67 {
    max-width: none;
  }

  .image-74 {
    text-align: left;
    flex: 0 auto;
    width: auto;
    margin-left: auto;
    display: none;
    overflow: auto;
  }

  .icon-4 {
    color: #fff;
  }

  .container-68 {
    text-align: center;
  }

  .heading-45 {
    color: #010d3d;
    text-align: center;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 10px;
    display: block;
  }

  .section-75 {
    background-color: #d54d4d;
    flex-flow: column;
    justify-content: space-between;
    margin-top: 60px;
    display: flex;
  }

  .heading-46 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
  }

  .icon-5 {
    color: #fff;
  }

  .mobile-margin-top-17 {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
  }

  .icon-6 {
    color: #fff;
  }

  .mobile-margin-top-18 {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
  }

  .icon-7 {
    color: #fff;
  }

  .mobile-margin-top-19 {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
  }

  .container-70 {
    max-width: none;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-list-flex {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
  }

  .walsh-icon-check {
    margin-bottom: 0;
  }

  .walsh-center-h-wrapper {
    font-size: 18px;
  }

  .walsh-button {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .walsh-button:hover {
    background-color: #d2f7d5;
  }

  .walsh-text-small {
    font-size: 13px;
  }

  .walsh-list-flex-off {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .walsh-price {
    font-size: 40px;
  }

  .walsh-pricing-inner-card {
    border-radius: 20px;
    padding: 30px 20px 40px;
  }

  .walsh-pricing-inner-card-featured {
    padding: 30px 20px 40px;
  }

  .walsh-heading-small-alt {
    font-size: 1em;
  }

  .walsh-tab-menu {
    border-radius: 20px;
    padding-right: 7px;
  }

  .walsh-inner-tab-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .walsh-tab-rounded {
    text-align: center;
    flex: 1;
    padding: 12px 15px;
    font-size: 1em;
  }

  .walsh-tab-rounded.w--current {
    box-sizing: border-box;
    border-radius: 36%;
    height: auto;
    min-height: 0;
    margin-right: 0;
    display: block;
    position: relative;
    right: 0;
  }

  .text-span-30 {
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
  }

  .text-block-63 {
    width: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-83 {
    margin-top: 20px;
  }

  .cf-cta-arrow-div {
    flex: none;
  }

  .cf-button-text {
    flex: none;
    font-size: 18px;
  }

  .cf-cta-button {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cf-cta-button.rectangle {
    padding-left: 50px;
  }

  .cf-18px-paragraph {
    font-size: 16px;
  }

  .cf-hero-logos-wrap {
    justify-content: space-between;
    margin-left: 0;
  }

  .cf-testimonial-logo-image {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .cf-testimonial-text---italic {
    font-size: 16px;
  }

  .cf-testmonial-text-wrapper {
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cf-star-image {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .cf-64px-heading {
    font-size: 40px;
    line-height: 110%;
  }

  .cf-testimonial-logos-contain, .cf-testimonial-logos-contain.header-2 {
    margin-top: 100px;
  }

  .cf-testimonial-name-position {
    font-size: 14px;
    line-height: 140%;
  }

  .cf-hero-testimonial-contain {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    bottom: -40%;
  }

  .brix---mg-top-80px {
    max-width: 100%;
    margin-top: 56px;
    padding-bottom: 20px;
    display: none;
  }

  .brix---btn-primary, .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---container-default {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default {
    margin-top: 20px;
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---floating-image-hero-v6---1 {
    display: none;
  }

  .brix---section-hero-top-small {
    padding-top: 120px;
    padding-bottom: 140px;
  }

  .brix---section-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---card-logo-strip-v9 {
    padding: 54px 24px;
  }

  .brix---grid-4-columns {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .brix---display-3 {
    font-size: 26px;
    line-height: 39px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .section-85 {
    padding-top: 0;
  }

  .container-71 {
    display: block;
  }

  .container-72 {
    display: none;
  }

  .brix---btn-primary-2, .brix---btn-secondary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---bg-split-v4-left {
    min-height: 710px;
  }

  .brix---section-hero-v4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---bg-split-v4-right {
    min-height: 33%;
  }

  .brix---floating-image-hero-v2---1, .f-section-large {
    display: none;
  }

  .f-content-form {
    flex-direction: column;
  }

  .image-84 {
    display: none;
  }

  .brix---btn-primary-3 {
    width: 100%;
    margin-top: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-2 {
    text-align: center;
    margin-top: 0;
    font-size: 20px;
    line-height: 34px;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---cta-section {
    background-image: url('../images/Design-sem-nome-13.png');
    background-position: 0 0;
    background-size: auto;
    padding-top: 72px;
    padding-bottom: 72px;
    display: block;
  }

  .brix---text-200-list-bold {
    font-size: 14px;
    font-weight: 400;
  }

  .brix---card-form {
    padding-bottom: 0;
    padding-left: 23px;
    padding-right: 23px;
  }

  .brix---cta-v3-floating-item-02-2 {
    max-width: 70%;
    right: -33%;
  }

  .section-86 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 30px;
    margin-top: 40px;
    display: flex;
    position: static;
  }

  .heading-51 {
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .text-block-66 {
    color: #fff;
    text-align: center;
    border: 1px #fff;
    border-radius: 20px;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 20px;
    display: flex;
  }

  .text-span-36 {
    color: #3b9e43;
    background-color: #d2f7d5;
    border-color: #d2f7d5;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    display: flex;
  }

  .ms-button {
    width: 100%;
    min-height: auto;
    padding: .6em 1.3em;
    font-size: 14px;
    font-style: normal;
  }

  .ms-button.ms-is-light {
    max-width: 100vw;
  }

  .ms-input {
    font-size: 12px;
  }

  .ms-checkbox-wrap {
    display: flex;
  }

  .ms-form {
    width: 100%;
    min-width: auto;
  }

  .ms-form-divider, .ms-form-block {
    width: 100%;
  }

  .f-gallery-image-x-tall {
    height: 300px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---buttons-row-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left-3 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---btn-primary-white, .brix---btn-secondary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---cta-bg-overlay {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .columns-3 {
    display: none;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
  }

  .walsh-image-logo {
    max-width: none;
    max-height: 20px;
  }

  .walsh-main-paragraph {
    font-size: 1em;
  }

  .walsh-text-small-left {
    font-size: 13px;
  }

  .walsh-flex-col-wide {
    grid-row-gap: 1.25em;
    flex-wrap: wrap;
  }

  .walsh-rounded-box {
    padding: 30px;
  }

  .walsh-heading-xsmall {
    font-size: 1em;
  }

  .cf-gradient-span {
    line-height: 110%;
  }

  .cf-services-h2-heading {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .cf-services-page-contain {
    margin-bottom: 140px;
  }

  .cf-services-main-wrapper {
    padding-bottom: 40px;
  }

  .container-73 {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .paragraph-2 {
    clear: none;
    flex-flow: wrap;
    display: flex;
  }

  .section-88 {
    display: none;
  }
}

#w-node-_7372f991-65a6-7bdc-1754-f1bd7549feee-14c1d702, #w-node-_935ebfba-de00-7442-a256-7d181798e8fa-14c1d702 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d261ebb-0c5d-224e-173d-ff13faea66e1-14c1d702, #w-node-_079ea5bc-b0af-46bc-c329-d55c4a695562-14c1d702, #w-node-bbe146c7-709d-4f8e-19c9-b65d410de599-14c1d702, #w-node-f0dba3b2-ef18-8e7c-2ae6-9a29aa1c3253-14c1d702, #w-node-_97b773af-4c4e-5334-dfdb-afb9081961b9-14c1d702, #w-node-_58776186-5bcc-b1a3-3887-16e11982cc24-14c1d702 {
  justify-self: auto;
}

#w-node-da5399fb-a663-c60f-840d-03888cdfa1d2-14c1d702 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_9eefaf39-a7b9-bb0b-d89e-6837ad9e8fcf-14c1d702 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: none;
}

#w-node-d22d6bbd-8074-0915-df7e-09b76c06dee7-14c1d702, #w-node-ea9927fd-baa0-876c-df1c-3f5c713e816b-14c1d702 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4b5269d-08d7-ba9b-d5ee-2b695bef0397-14c1d702, #w-node-c4b5269d-08d7-ba9b-d5ee-2b695bef03c4-14c1d702, #w-node-c4b5269d-08d7-ba9b-d5ee-2b695bef03f4-14c1d702, #w-node-c4b5269d-08d7-ba9b-d5ee-2b695bef0450-14c1d702, #w-node-c4b5269d-08d7-ba9b-d5ee-2b695bef047d-14c1d702, #w-node-c4b5269d-08d7-ba9b-d5ee-2b695bef04ad-14c1d702 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_5e979f4a-9243-ddb0-3aab-70cd1563f0b4-14c1d702, #w-node-_5e979f4a-9243-ddb0-3aab-70cd1563f0c8-14c1d702, #w-node-_0c813412-0678-7eaf-0e96-1e86b0bd860c-b04721a3, #w-node-d5b0318e-899c-3203-aeef-300d0782dc54-86333d65, #w-node-_85ee4e3d-2724-93fd-a084-07e55ece5d74-5c02bb5a, #w-node-_67c98672-7285-f55a-9441-c15d542d10e6-b47f0b4b, #w-node-a050fcbd-0087-a880-e118-30328cd4ffb9-f0988313, #w-node-a050fcbd-0087-a880-e118-30328cd4ffcd-f0988313 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_9eefaf39-a7b9-bb0b-d89e-6837ad9e8fcf-14c1d702 {
    display: none;
  }

  #w-node-d22d6bbd-8074-0915-df7e-09b76c06de9c-14c1d702, #w-node-ea9927fd-baa0-876c-df1c-3f5c713e8157-14c1d702 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c4b5269d-08d7-ba9b-d5ee-2b695bef0397-14c1d702, #w-node-c4b5269d-08d7-ba9b-d5ee-2b695bef03c4-14c1d702, #w-node-c4b5269d-08d7-ba9b-d5ee-2b695bef03f4-14c1d702, #w-node-c4b5269d-08d7-ba9b-d5ee-2b695bef0450-14c1d702, #w-node-c4b5269d-08d7-ba9b-d5ee-2b695bef047d-14c1d702, #w-node-c4b5269d-08d7-ba9b-d5ee-2b695bef04ad-14c1d702 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_505f34c7-5207-212c-1ca8-525ff7ad05cb-c5fd860b.w-node-c1a0d5e5-a6f1-5a67-3bb3-cfcd33e285e1-14c1d702 {
    grid-column: 1 / 6;
  }

  #w-node-c8ad5c8d-f12e-db2c-4428-903b8a3de68c-f0988313 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c4b5269d-08d7-ba9b-d5ee-2b695bef0397-14c1d702, #w-node-c4b5269d-08d7-ba9b-d5ee-2b695bef03c4-14c1d702, #w-node-c4b5269d-08d7-ba9b-d5ee-2b695bef03f4-14c1d702, #w-node-c4b5269d-08d7-ba9b-d5ee-2b695bef0450-14c1d702, #w-node-c4b5269d-08d7-ba9b-d5ee-2b695bef047d-14c1d702, #w-node-c4b5269d-08d7-ba9b-d5ee-2b695bef04ad-14c1d702 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_13c3f5b2-acef-c98d-f454-c014e9673ed6-14c1d702, #w-node-_13c3f5b2-acef-c98d-f454-c014e9673ee0-14c1d702, #w-node-_13c3f5b2-acef-c98d-f454-c014e9673eea-14c1d702, #w-node-_13c3f5b2-acef-c98d-f454-c014e9673ef4-14c1d702 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-da5399fb-a663-c60f-840d-03888cdfa1d2-14c1d702 {
    display: none;
  }

  #w-node-_9eefaf39-a7b9-bb0b-d89e-6837ad9e8fcf-14c1d702 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  #w-node-c4b5269d-08d7-ba9b-d5ee-2b695bef0397-14c1d702, #w-node-c4b5269d-08d7-ba9b-d5ee-2b695bef03c4-14c1d702, #w-node-c4b5269d-08d7-ba9b-d5ee-2b695bef03f4-14c1d702, #w-node-c4b5269d-08d7-ba9b-d5ee-2b695bef0450-14c1d702, #w-node-c4b5269d-08d7-ba9b-d5ee-2b695bef047d-14c1d702, #w-node-c4b5269d-08d7-ba9b-d5ee-2b695bef04ad-14c1d702 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


