:root {
  --gray-a: #f7fdf7;
  --gray-d: #272b27;
  --white: white;
  --gray-b: #e7f0e7;
  --primary-1: #56db56;
  --aceg-light: #5e9040;
  --gray-c: #384438;
  --border-dark: rgba(0, 0, 0, .15);
  --color: #32502f;
}

.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-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px rgba(0, 0, 0, .25);
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }
}

body {
  background-color: var(--gray-a);
  color: var(--gray-d);
  font-variation-settings: "wght" 480;
  font-family: BDO Grotesk, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

h1 {
  font-variation-settings: "wght" 380;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 61px;
  line-height: 1.1em;
}

h2 {
  font-variation-settings: "wght" 380;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 51px;
  line-height: 1.15em;
}

h3 {
  font-variation-settings: "wght" 400;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.3em;
}

h4 {
  font-variation-settings: "wght" 450;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 1.4em;
}

h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  color: var(--gray-d);
  font-weight: 600;
  text-decoration: underline;
}

ul {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.4em;
  display: flex;
}

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

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

strong {
  font-variation-settings: "wght" 575;
  font-weight: 700;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: left;
  margin-top: 18px;
  font-size: 13px;
}

.section {
  padding-top: 48px;
  padding-bottom: 72px;
}

.section.bg-gray-d {
  background-color: var(--gray-d);
  color: var(--white);
}

.section.bg-gray-d.values-section {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  padding-bottom: 0;
  display: flex;
}

.section.bg-gray-d.increased-bottom-padding {
  background-image: none;
}

.section.article-section {
  padding-top: 72px;
  padding-bottom: 144px;
}

.section.increased-bottom-padding {
  background-image: url('../images/Asset-20.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  padding-bottom: 144px;
}

.section.title {
  padding-top: 36px;
  padding-bottom: 0;
}

.section.bg-gray-b {
  background-color: var(--gray-b);
}

.section.bg-gray-b.even-padding {
  padding-bottom: 48px;
}

.section.text-header {
  padding-top: 144px;
  padding-bottom: 24px;
}

.section.pricing {
  padding-top: 72px;
  padding-bottom: 144px;
}

.section.bg-gray-c {
  background-color: var(--gray-d);
  color: var(--white);
  border-top-left-radius: 0%;
}

.section.bg-gray-c.text-quote-section {
  padding-bottom: 48px;
}

.section.increased-padding {
  padding-top: 72px;
  padding-bottom: 144px;
}

.section.logo {
  background-image: url('../images/Asset-20.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.container---main {
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1452px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.container---main.image-bg-feature-contents {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
  position: relative;
}

.container---main.justify-content {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.container---main.justify-content.align-left {
  text-align: left;
  align-items: flex-start;
}

.container---main.center {
  justify-content: center;
  align-items: center;
}

.style-guide {
  grid-row-gap: 112px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.style-guide.changelog-list {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.template-utility-section {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
}

.style-guide-colors {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: flex;
}

.bg-primary-1 {
  background-color: var(--primary-1);
  color: #fff;
}

.style-guide-section-contents {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  justify-items: start;
}

.style-guide-section-contents.form {
  justify-items: stretch;
}

.large-text {
  font-variation-settings: "wght" 400;
  font-size: 21px;
  line-height: 1.4em;
}

.small-text {
  color: var(--white);
  font-size: 13px;
  line-height: 1.4em;
  text-decoration: none;
}

.small-text:hover {
  color: var(--gray-a);
  text-decoration: none;
}

.small-text.muted {
  opacity: 1;
  color: var(--gray-b);
}

.small-text.cancel-link {
  color: var(--gray-d);
  text-decoration: underline;
}

.small-text.metric-disclaimer {
  max-width: 338px;
}

.small-text.hide {
  opacity: 0;
}

.small-text.disclaimer {
  opacity: .7;
}

.small-text.text-green {
  text-align: left;
}

.small-text.text-green:hover, .small-text.counterup {
  color: var(--aceg-light);
}

.button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--gray-d);
  color: var(--gray-d);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 9px 24px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button:hover {
  background-color: var(--gray-d);
  color: var(--white);
}

.button.nav-button {
  border-color: var(--white);
  color: var(--aceg-light);
}

.button.nav-button:hover {
  border-color: var(--aceg-light);
  background-color: var(--aceg-light);
  color: var(--white);
}

.button.nav-button.bg-white {
  border-color: var(--white);
  color: var(--white);
  background-color: rgba(86, 219, 86, 0);
}

.button.nav-button.bg-white:hover {
  border-color: var(--primary-1);
  background-color: var(--primary-1);
  color: var(--white);
}

.button.white {
  border-color: var(--white);
  color: var(--white);
}

.button.white:hover {
  background-color: var(--white);
  color: var(--gray-d);
}

.button.form-button {
  align-self: flex-start;
}

.button.bg-primary-1 {
  border-color: var(--primary-1);
  background-color: var(--primary-1);
}

.button.bg-primary-1:hover {
  border-color: var(--gray-d);
  color: var(--gray-d);
  background-color: rgba(0, 0, 0, 0);
}

.button.bg-primary-1.on-dark:hover {
  border-color: var(--primary-1);
  color: var(--primary-1);
}

.button.no-bg {
  border-style: none;
}

.button.no-bg:hover {
  background-color: var(--gray-b);
  color: var(--gray-d);
  border-style: none;
}

.form-block {
  align-self: stretch;
  margin-bottom: 0;
}

.form-block.coming-soon-form-block {
  width: 100%;
  max-width: 456px;
}

.form-block.coming-soon-form-block.center {
  margin-left: auto;
  margin-right: auto;
}

.form-block.hero-form {
  max-width: 456px;
}

.form-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--gray-d);
  color: var(--gray-d);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  padding: 12px 0;
  font-size: 16px;
  line-height: 1.4em;
}

.form-input:focus {
  border-bottom-color: var(--gray-d);
}

.form-input::placeholder {
  color: var(--gray-d);
}

.form-input.text-area {
  min-height: 150px;
}

.form-input.text-area.large {
  min-height: 200px;
}

.form-input.large {
  font-variation-settings: "wght" 400;
  font-size: 21px;
  line-height: 1.4em;
}

.form-input.large.text-center {
  text-align: center;
}

.form-input.white {
  border-bottom-color: var(--white);
  color: var(--white);
}

.form-input.white::placeholder {
  color: var(--white);
}

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

.selectable-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.selectable-label {
  color: var(--gray-d);
  margin-bottom: 0;
  margin-left: 14px;
}

.footer {
  background-color: var(--gray-c);
  color: var(--white);
  background-image: linear-gradient(rgba(56, 68, 56, .3), rgba(56, 68, 56, .3)), url('../images/Asset-21.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  padding-top: 72px;
  padding-bottom: 48px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.back-to-top-container {
  height: 0;
}

.announcement-bar {
  background-color: var(--gray-d);
  color: #fff;
  align-items: center;
  display: inline-block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.announcement-cross {
  cursor: pointer;
  width: 24px;
  height: 24px;
  transition: opacity .2s;
  display: block;
}

.announcement-cross:hover {
  opacity: .7;
}

.announcement-contents {
  align-items: center;
  display: flex;
}

.trigger-search-modal {
  padding: 0;
}

.search-modal {
  z-index: 9999;
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.search-modal-screen {
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 456px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search-modal-container {
  background-color: var(--gray-b);
  border-radius: 9px;
  width: 100%;
  max-width: 548px;
  padding: 18px 24px;
  position: relative;
  top: 112px;
}

.select-wrapper {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--gray-d);
  padding: 0;
  overflow: hidden;
}

.select-field {
  color: var(--gray-d);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/icon-select-arrow.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border: 1px #000;
  width: 110%;
  height: auto;
  margin-bottom: 0;
  padding: 12px 0;
  font-size: 16px;
  line-height: 1.4em;
}

.checkbox {
  border-style: solid;
  border-color: var(--gray-d);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  background-color: var(--gray-d);
  background-size: 12px 12px;
}

.radio {
  border-color: var(--gray-d);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
}

.radio.w--redirected-checked {
  border-width: 6px;
  border-color: var(--gray-d);
  background-color: var(--white);
}

.announcement-text {
  flex: 1;
  margin-right: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 0;
  font-size: 13px;
  line-height: 1.4em;
}

.form-success {
  background-color: var(--primary-1);
  border-radius: 6px;
}

.form-error {
  border-radius: 6px;
  margin-top: 24px;
  padding: 12px;
  font-size: 13px;
}

.menu-button {
  padding: 0;
}

.menu-button-wrapper {
  justify-content: center;
  width: 36px;
  height: 48px;
  display: flex;
  position: relative;
}

.menu-button-horziontal {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.menu-button-cross {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.menu-button-cross-line {
  background-color: #262626;
  width: 75%;
  height: 2px;
  position: absolute;
}

.menu-button-horizontal-line {
  background-color: #262626;
  width: 100%;
  height: 2px;
}

.navbar-wrapper {
  z-index: 99;
  padding: 9px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar-wrapper.inside-image-bg-section {
  width: 100%;
  padding: 9px;
  position: absolute;
}

.navbar {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(86, 219, 86, .8);
  border-radius: 30px;
  padding-left: 18px;
  padding-right: 18px;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 .1px .2px rgba(0, 0, 0, .1), 0 .9px 1.9px rgba(0, 0, 0, .114), 0 5.1px 10.9px rgba(0, 0, 0, .125);
}

.navbar.bg-white {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  background-color: rgba(90, 90, 90, .5);
}

.navbar.bg-white.transparent {
  background-color: rgba(0, 0, 0, 0);
}

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

.changelog {
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
  align-items: center;
}

.photography-license-link {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.license-image {
  opacity: .5;
}

.license-text {
  z-index: 2;
  color: #fff;
  position: absolute;
}

.typography-demo {
  font-variation-settings: "wght" 400;
  font-size: 96px;
  font-weight: 400;
  line-height: 1em;
}

.iconography-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: start;
  justify-items: start;
  display: flex;
}

.nav-link {
  color: var(--white);
  cursor: pointer;
  border-radius: 6px;
  margin-left: 0;
  margin-right: 0;
  padding: 3px 9px;
  text-decoration: none;
  transition: background-color .2s;
  position: static;
}

.nav-link:hover {
  background-color: var(--aceg-light);
}

.nav-link:focus {
  background-color: var(--gray-b);
}

.nav-link.w--current {
  background-color: var(--aceg-light);
  color: var(--white);
}

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

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

.nav-link.white:hover {
  background-color: var(--aceg-light);
}

.nav-link.white.w--current {
  background-color: var(--border-dark);
}

.dropdown-toggle {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: var(--gray-d);
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown-toggle.white {
  color: var(--white);
}

.nav-menu {
  position: static;
}

.nav-links {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.mobile-logo {
  display: none;
}

.style-guide-description {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.navbar-right-contents {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.nav-menu-close {
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  display: none;
  position: fixed;
  top: 24px;
  right: 24px;
}

.style-guide-colour-group {
  display: flex;
}

.style-guide-colour {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.style-guide-swatch {
  height: 100px;
}

.style-guide-swatch.bg-gray-a {
  border: 1px solid var(--gray-b);
  background-color: var(--gray-a);
}

.style-guide-swatch.bg-gray-b {
  background-color: var(--gray-b);
}

.style-guide-swatch.bg-gray-c {
  background-color: var(--gray-c);
}

.style-guide-swatch.bg-gray-d {
  background-color: var(--gray-d);
}

.heading-one {
  font-variation-settings: "wght" 380;
  letter-spacing: -.01em;
  font-size: 61px;
  line-height: 1.1em;
}

.heading-two {
  font-variation-settings: "wght" 380;
  letter-spacing: -.01em;
  font-size: 51px;
  line-height: 1.15em;
}

.heading-two.pricing-plan-price {
  font-size: 38px;
}

.heading-two.pricing-plan-2-price {
  position: relative;
  top: 4px;
}

.heading-two.green {
  color: var(--aceg-light);
}

.heading-two.space {
  margin-bottom: 20px;
}

.heading-three {
  font-variation-settings: "wght" 400;
  letter-spacing: -.01em;
  font-size: 29px;
  line-height: 1.3em;
}

.heading-three.link {
  color: var(--primary-1);
  text-decoration: none;
}

.heading-three.link.post-title {
  max-width: 800px;
}

.heading-three.customer-link-title {
  max-width: 630px;
  text-decoration: none;
}

.heading-four {
  font-variation-settings: "wght" 450;
  font-size: 21px;
  line-height: 1.4em;
  text-decoration: none;
}

.heading-four.faq-heading {
  transition: opacity .2s;
}

.heading-four.faq-heading:hover {
  opacity: .5;
}

.heading-four.faq-heading.green {
  color: var(--aceg-light);
  margin-left: 0;
  display: flex;
}

.heading-four.green {
  color: var(--primary-1);
}

.link-underline-wrapper {
  width: 100%;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.link-underline {
  background-color: var(--gray-d);
  width: 100%;
  height: 1px;
  position: absolute;
}

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

.underlined-link {
  flex-direction: column;
  text-decoration: none;
  display: flex;
  position: relative;
}

.underlined-link.white {
  color: var(--white);
}

.arrow-link-wrapper {
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-link-wrapper.right {
  justify-content: flex-end;
  width: 20px;
  height: 20px;
}

.arrow-link-wrapper.down {
  flex-direction: column;
  justify-content: flex-end;
  width: 20px;
  height: 20px;
}

.arrow-link-icon {
  width: 20px;
}

.arrow-down-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-links-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-cart-button {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: var(--gray-d);
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.nav-cart-button.inside-navbar.white {
  color: var(--white);
}

.text-block {
  font-weight: 400;
}

.cart-quantity-wrapper {
  align-items: center;
  display: flex;
}

.cart-quantity-text {
  color: var(--gray-d);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.4em;
}

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

.nav-right-cart {
  display: none;
}

.dropdown-wide-wrapper.w--open {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  left: 0;
}

.dropdown-wide-menu {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.bold-text {
  color: var(--color);
  font-variation-settings: "wght" 550;
}

.bold-text.green {
  color: var(--aceg-light);
}

.dropdown-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  min-width: 140px;
  display: flex;
}

.dropdown-link {
  opacity: .7;
  text-decoration: none;
  transition: opacity .2s;
}

.dropdown-link:hover {
  opacity: 1;
}

.dropdown-links-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-promo {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--gray-c);
  color: var(--white);
  border-radius: 9px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 370px;
  padding: 18px;
  display: flex;
}

.dropdown-wide {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border: 1px solid var(--gray-a);
  background-color: var(--gray-b);
  color: var(--gray-d);
  border-radius: 9px;
  padding: 24px;
  display: flex;
  transform: translate(0, 12px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
}

.dropdown-promo-image {
  border-radius: 6px;
}

.dropdown-list {
  border: 0px none var(--gray-a);
  background-color: var(--primary-1);
  border-radius: 6px;
  min-width: 100px;
  padding: 3px 9px;
  position: relative;
  left: -9px;
  transform: translate(0, 12px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  min-width: 210px;
  padding: 0;
}

.dropdown-list-link {
  opacity: .7;
  color: var(--white);
  text-align: left;
  border-radius: 6px;
  padding: 0;
  transition: opacity .2s, background-color .2s;
}

.dropdown-list-link:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
}

.dropdown-list-link.w--current {
  color: var(--gray-d);
}

.dropdown-list-menu {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  display: flex;
}

.dropdown-list-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

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

.text-white.no-underline:hover {
  opacity: 1;
  color: var(--primary-1);
}

.search {
  margin-bottom: 0;
  display: flex;
}

.cart-container {
  background-color: var(--gray-b);
  color: var(--gray-d);
  border-radius: 9px;
}

.cart-header {
  border-bottom-style: none;
}

.cart-footer {
  border-top-style: none;
}

.apple-pay-button {
  border-radius: 6px;
}

.apple-pay-button.inside-checkout {
  height: 48px;
}

.cart-close-button {
  width: 24px;
  height: 24px;
}

.uppercase-text {
  font-variation-settings: "wght" 500;
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.4em;
  text-decoration: none;
}

.uppercase-text.muted {
  opacity: .5;
}

.uppercase-text.green {
  color: var(--primary-1);
}

.uppercase-text.small {
  color: var(--white);
  font-variation-settings: "wght" 480;
  font-size: 13px;
}

.footer-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-logo-address-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-logo-address {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-address-contact {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.no-underline {
  text-decoration: none;
}

.footer-contact-links {
  opacity: .5;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.logomark-circle {
  background-color: rgba(86, 219, 86, 0);
  background-image: url('../images/Asset-24Webclip.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
}

.footer-menu-details {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.footer-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.footer-menu-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: var(--white);
  text-decoration: none;
  transition: opacity .2s;
}

.footer-link:hover {
  opacity: .5;
}

.footer-columns-wrapper {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

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

.horizontal-line.white {
  background-color: var(--white);
  opacity: .1;
}

.social-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: flex;
}

.social-link-wrapper {
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.social-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: .5;
  color: var(--white);
  align-items: center;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.social-link:hover {
  opacity: 1;
}

.social-link.dark {
  color: var(--gray-d);
}

.footer-copyright-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  justify-items: start;
  display: grid;
}

.footer-copyright-text {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.top-link {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: var(--white);
  align-items: center;
  display: flex;
}

.image-bg-header {
  z-index: 100;
  background-color: var(--gray-d);
  color: var(--white);
  flex-direction: column;
  width: 100%;
  height: 720px;
  margin-top: -82px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-bg-header.align-bottom {
  aspect-ratio: 2;
  background-color: var(--white);
  justify-content: flex-end;
  height: 100vh;
  padding-bottom: 48px;
  overflow: hidden;
}

.image-bg-header.align-bottom.request-demo-header {
  aspect-ratio: auto;
  height: 500px;
}

.image-bg-header.no-image {
  background-image: url('../images/Asset-21.svg'), linear-gradient(180deg, var(--aceg-light), var(--color));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 130px;
  padding-bottom: 48px;
}

.image-bg-header.no-image.bg-gray-c {
  background-color: var(--gray-c);
  padding-top: 154px;
  padding-bottom: 144px;
}

.image-bg-header.justify-content {
  background-color: var(--white);
  mix-blend-mode: normal;
  justify-content: space-between;
  height: 100vh;
  padding-top: 82px;
  padding-bottom: 48px;
}

.image-bg {
  opacity: .7;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.about-header-contents {
  z-index: 2;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image-bg-scrim {
  opacity: .3;
  text-align: left;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000 55%);
  align-self: auto;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.container---m {
  width: 100%;
  max-width: 630px;
}

.container---m.widget-features-cta {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-with-title {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  display: flex;
}

.circle-image {
  border: 6px solid var(--primary-1);
  border-radius: 50% 0 50% 50%;
  max-width: 456px;
}

.about-text-wrapper {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  display: flex;
}

.values-list {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  display: flex;
}

.values-list-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--aceg-light);
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  display: grid;
}

.small-about-image {
  border-radius: 10px;
  align-self: flex-end;
  max-width: 338px;
}

.load-in-second.inside-header {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.container---s {
  width: 100%;
  max-width: 456px;
}

.container---s.blog-section-title {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container---s.hero-contents {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.container---s.customer-quote {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.title-wrapper {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.team-section {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  display: flex;
}

.team-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.team-member {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  display: flex;
}

.team-image {
  mix-blend-mode: luminosity;
}

.muted {
  opacity: .5;
}

.career-cta {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.small-blog-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.small-blog-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.small-blog-title-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  display: flex;
}

.post-meta {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.post-meta.align-middle {
  align-items: center;
}

.post-meta-divider {
  background-color: var(--gray-d);
  opacity: .5;
  width: 1px;
}

.post-meta-divider.rotate {
  width: 24px;
  height: 1px;
}

.small-blog-item-wrapper:first-child {
  border-bottom: 1px solid var(--border-dark);
  padding-bottom: 24px;
}

.post-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-grid.title {
  align-items: end;
}

.post-section {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  display: flex;
}

.post-wrapper, .post-image-title {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.post-category-link {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.post-category-link:hover {
  opacity: .7;
}

.post-category-link.cms-link {
  height: 1.4em;
  display: block;
  overflow: hidden;
}

.post-category-link.cms-link.w--current {
  flex-direction: row-reverse;
  height: auto;
  display: flex;
}

.indicator-circle {
  background-color: var(--primary-1);
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.article {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  max-width: 693px;
  margin-top: -36px;
  margin-bottom: -36px;
  display: flex;
}

.article ol {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 1.4em;
  display: flex;
}

.article blockquote {
  border-left-style: none;
  margin-bottom: 0;
  padding: 18px 0;
  font-size: 21px;
  line-height: 1.4em;
}

.article figure {
  margin-top: 24px;
  margin-bottom: 24px;
}

.article.getting-started {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.post-author-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-top: 1px solid var(--border-dark);
  align-items: center;
  width: 100%;
  max-width: 693px;
  padding-top: 36px;
  display: flex;
}

.post-author {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  align-items: center;
  display: flex;
}

.more-cms-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.blog-grid {
  grid-column-gap: 18px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-grid-item {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  display: flex;
}

.blog-page {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.cms-categories-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-bottom: 1px solid var(--border-dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 24px;
  display: grid;
}

.cms-categories {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  align-items: center;
  display: flex;
}

.blog-author-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-author-avatar {
  width: auto;
  max-height: 120px;
}

.blog-author-title-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-social-links {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  align-items: center;
  display: flex;
}

.blog-author {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.blog-author-social-link {
  opacity: .5;
  transition: opacity .2s;
}

.blog-author-social-link:hover {
  opacity: 1;
}

.blog-author-social-link-image {
  width: auto;
  max-height: 18px;
}

.centered-image-bg-contents {
  z-index: 1;
  text-align: center;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.centered-image-bg-contents.with-button {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid-halves {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container---xs {
  width: 100%;
  max-width: 338px;
}

.container---xs.pricing-header-contents {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container---xs.justify-between {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.career-values-section {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  display: flex;
}

.values-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.values-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.muted-white-text {
  opacity: .7;
}

.wide-image-cluster {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-cluster-portrait {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: auto;
  max-height: 480px;
}

.image-cluster-square {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: auto;
  max-height: 338px;
}

.image-cluster-landscape-small {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: auto;
  max-height: 286px;
}

.image-cluster-landscape-large {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: auto;
  max-height: 392px;
}

.image-cluster-scrim {
  background-image: linear-gradient(to bottom, rgba(39, 43, 39, 0), var(--gray-d));
  opacity: .7;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.careers-section {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  display: flex;
}

.careers-section-bottom {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.rounded {
  border-radius: 50%;
}

.careers-cta {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 630px;
  padding: 30px;
  display: flex;
}

.job-list-item {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border-bottom: 1px solid var(--border-dark);
  grid-template-rows: auto;
  grid-template-columns: .5fr 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.job-list-item:first-child {
  padding-top: 0;
}

.job-list-item:last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.open-role-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  align-items: center;
  display: flex;
}

.job-link {
  text-decoration: none;
  transition: opacity .2s;
}

.job-link:hover {
  opacity: .7;
}

.job-basis {
  align-items: center;
  display: flex;
}

.career-title-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-section {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  display: flex;
}

.form-columns {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  display: flex;
}

.form.coming-soon-form, .form.reduced-gaps {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.contact-section {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  display: flex;
}

.contact-details-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.contact-method {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-image {
  width: auto;
  max-width: 456px;
}

.coming-soon-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 24px 18px 36px;
  display: flex;
}

.coming-soon-logo {
  height: 36px;
}

.coming-soon-footer {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  align-items: center;
  display: flex;
}

.container---l {
  width: 100%;
  max-width: 930px;
}

.container---l.align-center {
  margin-left: auto;
  margin-right: auto;
}

.cms-featured-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.cms-featured-grid.halves {
  grid-template-columns: 1fr 1fr;
}

.customer-link {
  background-color: var(--gray-d);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.customer-logo {
  max-height: 36px;
  position: absolute;
}

.customer-logo.large {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  mix-blend-mode: normal;
  border-radius: 30px;
  width: auto;
  max-height: 80px;
  padding: 10px;
}

.customer-story {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.customer-spotlight-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.customer-spotlight-text-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.customers-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.customer-title-wrapper {
  grid-column-gap: 96px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.customer-details-grid {
  grid-column-gap: 18px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.customer-details-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.customer-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.request-demo-section {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  display: flex;
}

.page-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--gray-a);
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  padding-left: 18px;
  padding-right: 18px;
}

.page-wrapper.user-account-page {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 693px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.account-form-wrapper {
  background-color: var(--gray-b);
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  padding: 24px;
  display: flex;
}

.form-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 72px;
  display: flex;
}

.form-footer {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  font-size: 14px;
}

.account-form-contents {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.field-label {
  opacity: .7;
  margin-bottom: -6px;
}

.field-label.hide {
  display: none;
}

.account-form-logo {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 200px;
}

.account-form-inputs {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.access-denied-text {
  margin-bottom: 0;
  padding: 0;
}

.user-account-section {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  background-color: var(--gray-b);
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.account-header {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: 0;
}

.account-content {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  margin-bottom: 0;
  padding: 0;
}

.account-save-cancel {
  align-items: center;
  display: flex;
}

.subscriptions-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.subscription-item {
  margin-left: 18px;
  margin-right: 18px;
}

.subscription {
  align-items: center;
}

.account-form-legal {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.search-result-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.search-page-form {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.search-header {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  background-color: var(--gray-b);
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.search-section {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  display: flex;
}

.plan-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-plan {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border: 1px dashed var(--gray-d);
  border-radius: 8px;
  flex-direction: column;
  height: 100%;
  padding: 36px;
  display: flex;
}

.pricing-plan.bg-primary-1 {
  border-style: solid;
  border-color: var(--primary-1);
  color: var(--gray-d);
}

.pricing-plan-title-subtitle {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.pricing-plan-action {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-plan-price-terms {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.pricing-plans-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.comparison-table-header {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border-bottom: 1px solid var(--border-dark);
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-table-header.two-plans {
  grid-template-columns: 1fr 1fr 1fr;
}

.comparison-table-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.comparison-table-row {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 18px;
  display: grid;
}

.comparison-table-row.bg-gray-b {
  background-color: var(--gray-b);
}

.comparison-table-row.two-plans {
  grid-template-columns: 1fr 1fr 1fr;
}

.comparison-table-row.one-plan {
  grid-template-columns: 1fr 1fr;
}

.comparison-checkmark.hide {
  opacity: 0;
}

.comparison-table-sections {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.comparison-cta {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: var(--gray-c);
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  display: flex;
}

.plan-single {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--primary-1);
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 550px;
  padding: 9px;
  display: grid;
}

.plan-single-title-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.plan-single-title {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  display: flex;
}

.plan-single-description {
  max-width: 337px;
}

.plan-single-details-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 39px;
  display: flex;
}

.plan-key-features-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.plan-single-action-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--border-dark);
  flex-direction: column;
  padding-top: 36px;
  display: flex;
}

.display-none {
  display: none;
}

.default-state {
  margin-bottom: 0;
}

.faq-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.accordion-item {
  border-top: 1px solid var(--border-dark);
  padding-top: 24px;
  padding-bottom: 24px;
}

.accordion-title {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-content {
  padding-top: 24px;
}

.accordion-text {
  max-width: 693px;
}

.accordion-items-wrapper {
  border-bottom: 1px solid var(--border-dark);
}

.faq-cta {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 456px;
  display: flex;
}

.checkout-form {
  background-color: rgba(0, 0, 0, 0);
  min-height: auto;
  padding: 0;
}

.block-header {
  background-color: var(--gray-b);
  border-style: none;
  padding: 24px;
}

.block-content {
  background-color: var(--gray-b);
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0 24px 24px;
}

.checkout-input {
  border-bottom-color: var(--border-dark);
  background-color: var(--white);
  height: 48px;
}

.checkout-block {
  margin-bottom: 48px;
}

.checkout-block.first {
  margin-top: 36px;
}

.checkout-container {
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.checkout-label {
  opacity: .7;
  font-size: 14px;
}

.order-item {
  align-items: center;
  margin-bottom: 24px;
}

.checkout-item-text {
  margin-left: 0;
}

.checkout-summary {
  top: 100px;
}

.checkout-contents {
  margin-right: 24px;
}

.order-item-text {
  margin-left: 0;
}

.two-plan-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.pricing-plan-2 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  border: 1px dashed var(--gray-d);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px;
  display: flex;
}

.pricing-plan-2.bg-primary-1 {
  border-color: var(--primary-1);
  color: var(--gray-d);
}

.pricing-plan-2-title-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.pricing-plan-2-title {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  max-width: 338px;
  display: flex;
}

.pricing-plan-2-price-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.pricing-plan-2-price {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  align-items: flex-end;
  display: flex;
}

.spotlight-avatar-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.spotlight-avatar {
  width: auto;
  max-height: 72px;
}

.circular-stat-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.circular-stat {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  aspect-ratio: 1;
  border: 5px dotted var(--primary-1);
  text-align: center;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.metric-text {
  color: var(--primary-1);
  font-variation-settings: "wght" 380;
  letter-spacing: -.01em;
  font-size: 60px;
  line-height: 1em;
}

.metric-text-description {
  color: var(--primary-1);
  max-width: 332px;
  font-size: 18px;
}

.metrics-section {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  color: var(--primary-1);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.metrics-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.pricing-header {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.widgets-sections {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.widget {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: var(--white);
  color: var(--gray-d);
  border-radius: 6px;
  flex-direction: column;
  flex: none;
  padding: 12px;
  display: flex;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

.widget.style-1 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex: 1;
  max-width: 312px;
}

.widget.style-2 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  width: 100%;
  max-width: 379px;
}

.widget.style-3 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  width: 100%;
  max-width: 284px;
}

.widget.with-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
  overflow: hidden;
}

.widget.with-title.style-4 {
  opacity: 1;
  mix-blend-mode: normal;
  width: 100%;
  max-width: 344px;
  overflow: hidden;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 .1px .2px rgba(0, 0, 0, .1), 0 .9px 1.9px rgba(0, 0, 0, .114), 0 5.1px 10.9px rgba(0, 0, 0, .125);
}

.widget.with-title.style-5 {
  width: 100%;
  max-width: 448px;
}

.widget-rows {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-self: stretch;
  display: flex;
}

.widget-progress-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.badge {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-color: var(--primary-1);
  color: var(--white);
  font-variation-settings: "wght" 575;
  border-radius: 4px;
  align-items: center;
  height: 22px;
  padding: 2px 6px;
  font-size: 11px;
  display: flex;
}

.widget-progress {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: rgba(39, 43, 39, .05);
  border-radius: 9px;
  flex-direction: column;
  width: 100%;
  height: 9px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.widget-progress-bar {
  background-color: var(--primary-1);
  border-radius: 9px;
  width: 50%;
  height: 9px;
  position: absolute;
  top: 0;
  left: 0;
}

.widget-justified-data {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.widget-justified-data.muted {
  opacity: .7;
}

.widgets {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.widget-timeline-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.widget-timeline-text {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  align-items: center;
  display: flex;
}

.widget-timeline {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.widget-timeline-pill {
  background-color: var(--primary-1);
  border-radius: 100px;
  flex: 1;
  height: 9px;
}

.widget-timeline-pill.faded {
  background-color: var(--gray-d);
  opacity: .1;
}

.widget-timeline-circle {
  background-color: var(--primary-1);
  border-radius: 50%;
  width: 9px;
  height: 9px;
}

.widget-timeline-circle.faded {
  background-color: var(--gray-d);
  opacity: .1;
}

.widget-switch {
  background-color: rgba(39, 43, 39, .1);
  border-radius: 200px;
  align-items: center;
  width: 42px;
  height: 18px;
  display: flex;
  position: relative;
}

.widget-switch.on {
  background-color: var(--primary-1);
  justify-content: flex-end;
  align-items: center;
}

.widget-switch-circle {
  background-color: var(--white);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: auto;
  right: 4px;
}

.widget-button {
  background-color: var(--gray-d);
  color: var(--white);
  text-align: center;
  border-radius: 5px;
  padding: 9px;
}

.widget-body {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: var(--white);
  opacity: 1;
  mix-blend-mode: normal;
  border-radius: 0 0 6px 6px;
  flex-direction: column;
  flex: none;
  padding: 12px;
  display: flex;
}

.widget-title {
  background-color: var(--gray-d);
  color: var(--white);
  padding: 12px;
}

.widget-title.bg-primary-1 {
  background-color: var(--color);
  color: var(--gray-d);
}

.widget-avatar-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  align-items: center;
  display: flex;
}

.widget-avatar {
  width: auto;
  max-height: 72px;
}

.widget-avatar-text {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

.widget-progress-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-direction: column;
  display: flex;
}

.widget-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.widget-grid-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.widget-placeholder {
  background-color: var(--primary-1);
  opacity: 1;
  border-radius: 200px;
  width: 90%;
  height: 8px;
}

.widget-table {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-direction: column;
  display: flex;
}

.widget-table-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.widget-alert {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: rgba(234, 153, 31, .15);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
}

.widget-alert-badge {
  background-color: #ea991f;
  border-radius: 200px;
  padding: 0 6px;
}

.image-with-widget {
  position: relative;
}

.hero-cta-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.earth-image {
  border-radius: 50%;
  max-width: 330px;
}

.hero-cta-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.icon-feature-section {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.icon-features-grid {
  grid-column-gap: 48px;
  grid-row-gap: 72px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.small-icon-feature {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-features-section-image {
  max-width: 314px;
}

.cta-section {
  background-color: var(--primary-1);
  text-align: center;
  background-image: linear-gradient(rgba(86, 219, 86, .5), rgba(86, 219, 86, .5)), url('../images/Asset-20.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  padding-top: 48px;
  padding-bottom: 48px;
}

.cta-wrapper {
  grid-column-gap: 144px;
  grid-row-gap: 144px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cta-wrapper.adjacent {
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
}

.image-bg-feature {
  background-color: var(--gray-d);
  color: var(--white);
  width: 100%;
  height: auto;
  min-height: 700px;
  padding-top: 36px;
  padding-bottom: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-bg-feature.logo {
  background-color: rgba(39, 43, 39, 0);
  background-image: url('../images/Asset-21.svg'), linear-gradient(#272b27, #272b27);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  background-attachment: fixed, scroll;
}

.image-bg-feature-image {
  opacity: .4;
  object-fit: cover;
  width: 100%;
  height: 120%;
  position: absolute;
  top: -10%;
  left: 0;
}

.container---xl {
  width: 100%;
  max-width: 1167px;
}

.container---xl.align-center {
  margin-left: auto;
  margin-right: auto;
}

.widget-hero-section {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  display: flex;
}

.hero-composite-wrapper {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-form-widget {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.widget-wrapper {
  background-color: rgba(255, 255, 255, .1);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 36px;
  display: flex;
}

.text-features-section {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.features-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.features-list-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--border-dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  display: grid;
}

.features-list-image {
  align-self: flex-end;
  max-width: 314px;
}

.widget-with-image {
  background-color: var(--gray-d);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.widget-with-image.restricted-width {
  border-radius: 0;
  width: 666.004px;
  max-width: 50%;
}

.widget-bg {
  opacity: .7;
  border-radius: 0;
  width: 666.004px;
}

.widget-atop-image-wrapper {
  flex: 1;
  justify-content: center;
  min-width: 100%;
  display: flex;
  position: absolute;
}

.feature-description-wrapper {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  flex-direction: column;
  display: flex;
}

.title-icon-circle {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.title-icon-circle.reduced-gaps {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 280px;
}

.icon-circle {
  background-color: var(--gray-b);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  display: flex;
}

.icon-circle.bg-white {
  background-color: var(--primary-1);
}

.icon-circle.bg-primary-1 {
  z-index: 2;
  background-color: var(--primary-1);
  position: relative;
}

.industries-section {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  display: flex;
}

.tabs {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  margin-top: -72px;
  margin-bottom: -72px;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  display: flex;
}

.tab-link {
  color: var(--white);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 10px;
  flex: 1;
  padding: 18px 12px;
  transition: background-color .2s, border-color .2s;
}

.tab-link:hover {
  background-color: rgba(255, 255, 255, .05);
  border-color: rgba(255, 255, 255, 0);
}

.tab-link.w--current {
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, 0);
  border-radius: 10px;
}

.tab-content {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  align-items: center;
  display: flex;
}

.tab-image {
  border: 6px solid var(--primary-1);
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  max-width: 456px;
}

.tab-icons {
  flex: 1;
}

.metrics-feature-section-copy {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: flex;
}

.metrics-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.metric-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  display: flex;
}

.metric-list-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--border-dark);
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 124px) 1fr minmax(200px, 338px);
  grid-auto-columns: 1fr;
  padding-top: 24px;
  display: grid;
}

.customer-image {
  width: 100%;
}

.horizontal-hero-title {
  text-align: left;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.icon-list-icon {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--border-dark);
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 124px) 1fr minmax(200px, 456px);
  grid-auto-columns: 1fr;
  padding-top: 24px;
  display: grid;
}

.widget-features-section {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.widget-features-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.widget-feature-box {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  background-color: var(--gray-b);
  flex-direction: column;
  padding: 24px 24px 72px;
  display: flex;
}

.widget-feature-box-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.large-quote-section {
  grid-column-gap: 144px;
  grid-row-gap: 144px;
  flex-direction: column;
  max-width: 930px;
  display: flex;
}

.large-quote-author-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  align-items: center;
  display: flex;
}

.large-quote-logo {
  max-height: 30px;
}

.widget-overlay-image {
  width: 100%;
  position: absolute;
  top: 72px;
  left: -72px;
}

.feature-cards-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-card {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--gray-b);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  min-height: 486px;
  padding: 24px;
  display: flex;
}

.metrics-promo-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.large-metric {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: center;
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.icon-circle-bordered {
  position: relative;
}

.icon-circle-border {
  background-color: var(--primary-1);
  opacity: .4;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.small-metric-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.wide-feature-boxes {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  display: flex;
}

.wide-feature-box {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: rgba(255, 255, 255, .1);
  flex-flow: column;
  justify-content: space-between;
  padding: 36px;
  display: flex;
}

.customer-quote-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.post-link {
  background-color: var(--gray-d);
  overflow: hidden;
}

.post-link-image {
  transition: transform .2s, opacity .2s;
  display: block;
}

.post-link-image:hover {
  opacity: .7;
  transform: scale(1.05);
}

.cta-adjacent-contents {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 456px;
  display: flex;
}

.cart-empty {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
}

.cart-error {
  text-align: center;
  border-radius: 6px;
  font-size: 14px;
}

.tour-hero-section {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  display: flex;
}

.tour-hero-cta {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.tour-sections-box {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--gray-b);
  justify-content: flex-start;
  align-items: center;
  height: 466px;
  padding-left: 48px;
  display: flex;
  overflow: hidden;
}

.tour-sections-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: none;
  display: flex;
}

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

.tour-feature-box {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  background-color: rgba(255, 255, 255, .1);
  flex-direction: column;
  padding: 24px 24px 0;
  display: flex;
}

.tour-feature-image-wrapper {
  flex-direction: column;
  align-items: center;
  height: 350px;
  display: flex;
  overflow: hidden;
}

.tour-feature-image-wrapper.sections {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.tour-feature-text {
  flex: 1;
}

.tour-features-cluster {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  display: flex;
}

.figma-cta-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.pages-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.pages-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-link {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--gray-b);
  flex-direction: column;
  padding-top: 18px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.page-link-screenshot-wrapper {
  width: 100%;
  max-width: 338px;
  margin-left: auto;
  margin-right: auto;
}

.footer-licenses-link {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  align-items: center;
  display: flex;
}

.image {
  display: none;
}

.text-block-2, .text-block-3 {
  color: var(--white);
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5 {
  color: var(--aceg-light);
}

.text-span-6, .text-span-7 {
  color: var(--primary-1);
}

.text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16 {
  color: var(--aceg-light);
}

.list {
  margin-top: 10px;
}

.text-span-17, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29 {
  color: var(--aceg-light);
}

.text-span-18 {
  font-weight: 400;
}

.bold-text-30, .text-span-19, .text-span-20, .text-span-21, .bold-text-31, .bold-text-32, .bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37 {
  color: var(--aceg-light);
}

.bold-text-38 {
  color: var(--aceg-light);
  font-style: normal;
}

.text-span-22 {
  color: var(--primary-1);
  font-size: 15px;
  font-weight: 400;
}

.text-span-23 {
  color: var(--primary-1);
  margin-right: 10px;
  text-decoration: underline;
}

.text-span-24 {
  color: var(--aceg-light);
  text-decoration: none;
}

.text-block-4 {
  color: var(--white);
  margin-right: 5px;
}

.bold-text-39 {
  line-height: 1.6em;
}

.text-span-25, .text-span-26 {
  color: var(--primary-1);
}

.text-span-27, .text-span-28 {
  color: var(--aceg-light);
}

.text-span-29 {
  color: var(--primary-1);
}

.text-block-5 {
  margin-top: 0;
}

.text-span-30, .text-span-31 {
  color: var(--primary-1);
}

.text-block-6, .text-span-32, .text-span-33 {
  color: var(--white);
}

.div-block {
  display: flex;
}

.text-span-34, .text-span-35, .text-span-36, .text-span-37 {
  color: var(--aceg-light);
}

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

.text-green, .text-span-38 {
  color: var(--aceg-light);
}

.div-block-2 {
  background-color: rgba(86, 219, 86, 0);
  background-image: url('../images/Asset-11.svg'), linear-gradient(rgba(86, 219, 86, .4), rgba(86, 219, 86, .4)), url('../images/Aceges-people-2_1.webp');
  background-position: 50% 49%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 70%, auto, cover;
  border-radius: 10px;
}

.div-block-3 {
  background-image: url('../images/photo-landscape-08_compressed.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.text-span-39, .text-span-40 {
  color: var(--white);
}

.text-block-7 {
  opacity: 1;
}

.text-span-41, .text-span-42 {
  color: var(--primary-1);
}

.counterup {
  font-weight: 700;
}

.text-span-43, .text-span-44, .text-span-45, .text-span-46, .text-span-47, .text-span-48 {
  color: var(--aceg-light);
}

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

.logos-wall {
  opacity: .25;
  max-width: 80%;
  height: 100%;
  transition: opacity .25s ease-in-out;
}

.logos-wall:hover {
  opacity: .6;
  mix-blend-mode: multiply;
}

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

.cell-7 {
  align-items: center;
}

.cell-8 {
  justify-content: center;
  align-items: center;
}

.quick-stack {
  padding: 0;
}

.text-span-49, .text-span-50, .text-span-51, .text-span-52 {
  color: var(--primary-1);
}

.service-title {
  cursor: pointer;
  border-top: 1px solid #6ce296;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  overflow: hidden;
}

.max-width-large {
  width: 100%;
  max-width: 60rem;
}

.heading-style-h5 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h5.green {
  color: #56db56;
  font-size: 21px;
}

.text-size-regular {
  text-shadow: none;
  font-size: 16px;
}

.tagline-icon {
  color: #6ce296;
  width: .75rem;
  height: auto;
}

.accordion-icon {
  color: #fff;
  align-self: auto;
  width: 1.5rem;
  margin-left: 1.5rem;
  display: flex;
}

.service-description {
  overflow: hidden;
}

.service-accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.service-title-wrapper {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.margin-bottom, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.div-block-4 {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.background-video {
  background-image: url('../images/Asset-284x.png'), url('../images/dots.png'), linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25));
  background-position: 50%, 0 0, 0 0;
  background-size: cover, 15px, auto;
  width: 100%;
  height: 100%;
}

.background-video._2 {
  background-image: url('../images/Asset-274x.png'), url('../images/dots.png'), linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  background-position: 50%, 0 0, 0 0;
  background-size: cover, 15px, auto;
}

.background-video._3 {
  background-image: url('../images/Asset-274x.png'), url('../images/dots.png'), linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
}

.background-video._4 {
  background-image: url('../images/Asset-274x.png'), url('../images/dots.png'), linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25));
  background-position: 50%, 0 0, 0 0;
  background-size: cover, 15px, auto;
}

.image-bg-2 {
  opacity: .7;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-5 {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.widget-grid-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.widget-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #272b27;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  flex: none;
  padding: 12px;
  display: flex;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

.widget-2.with-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
  overflow: hidden;
}

.widget-2.with-title.style-4 {
  box-shadow: none;
  opacity: 1;
  mix-blend-mode: normal;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  justify-content: center;
  align-items: stretch;
  width: auto;
  max-width: none;
  height: 100%;
  overflow: hidden;
}

.text-span-53 {
  color: #56db56;
}

.badge-2 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  border: 1px solid var(--white);
  background-color: var(--aceg-light);
  color: #fff;
  font-variation-settings: "wght" 575;
  -webkit-text-stroke-width: 0px;
  border-radius: 4px;
  align-items: center;
  height: 22px;
  padding: 3px 6px;
  font-size: 11px;
  display: flex;
}

.text-span-54 {
  color: #5e9040;
}

.columns-2 {
  display: flex;
}

.widget-placeholder-2 {
  background-color: var(--primary-1);
  opacity: 1;
  border-radius: 200px;
  width: 90%;
  height: 8px;
}

.widget-body-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: var(--aceg-light);
  opacity: .85;
  mix-blend-mode: normal;
  border-radius: 0 0 10px 10px;
  flex-direction: column;
  flex: none;
  padding: 20px;
  display: flex;
}

.counterup-2 {
  font-size: 13px;
  font-weight: 700;
}

.widget-title-2 {
  color: #fff;
  background-color: #272b27;
  padding: 12px;
}

.widget-title-2.bg-primary-1 {
  color: #272b27;
  mix-blend-mode: normal;
  background-color: #32502f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px;
}

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

.text-block-8 {
  margin-top: 0;
}

.bold-text-41, .bold-text-40 {
  color: var(--white);
}

.widget-atop-image-wrapper-2 {
  background-image: url('../images/aceges1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: 600px;
  min-width: 100%;
  min-height: 600px;
  padding: 0%;
  display: flex;
  position: static;
}

.widget-atop-image-wrapper-2._1 {
  background-size: cover;
  border-radius: 10px;
}

.widget-atop-image-wrapper-2._2 {
  background-image: url('../images/aceges-2.jpg');
  background-size: cover;
  border-radius: 6px;
}

.wide-feature-box-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: rgba(255, 255, 255, .1);
  background-image: linear-gradient(rgba(39, 43, 39, .65) 25%, rgba(94, 144, 64, .75)), url('../images/dots.png');
  background-position: 0 0, 0 0;
  background-size: auto, 15px;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  padding: 36px;
  display: flex;
}

.column-4 {
  justify-content: flex-start;
  padding-right: 0;
  display: flex;
}

.widget-grid-item-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.small-text-2 {
  color: var(--white);
  font-size: 15px;
  line-height: 1.4em;
  text-decoration: none;
}

.small-text-2:hover {
  color: #f7fdf7;
  text-decoration: none;
}

.text-span-56 {
  color: #5e9040;
}

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

.column-5 {
  padding-left: 0;
}

.text-block-9 {
  font-size: 13px;
}

.accordion-body {
  padding-top: 24px;
}

.accordion-indicator {
  filter: invert();
  transform: rotate(45deg);
}

.text-span-58, .text-span-59, .text-span-60, .text-span-61 {
  color: #5e9040;
}

.accordion-wrap {
  padding-top: 32px;
  padding-bottom: 32px;
}

.accordion-wrap.slide-in-btm {
  border-top: 1px solid #56db56;
}

.text-span-62 {
  color: #5e9040;
}

.max-80ch {
  max-width: 80ch;
}

.text-span-63, .text-span-64, .text-span-65 {
  color: #5e9040;
}

.button-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #272b27;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #272b27;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 9px 24px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button-2:hover {
  color: #fff;
  background-color: #272b27;
}

.text-span-66 {
  color: #5e9040;
}

.text-span-67 {
  color: #56db56;
}

.text-span-68, .text-span-69, .text-span-70 {
  color: #5e9040;
}

.accordion-trigger {
  cursor: pointer;
}

.accordion-trigger.flex.j-space-between.a-center {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-span-71, .text-span-72, .text-span-73 {
  color: #5e9040;
}

.accordion-text-2 {
  max-width: none;
}

.overflow-hidden {
  overflow: hidden;
}

.about-header-contents-2 {
  z-index: 2;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.text-span-74 {
  color: #56db56;
}

.button-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #272b27;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #272b27;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 9px 24px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button-3:hover {
  color: #fff;
  background-color: #272b27;
}

.button-3.arrow-down.white {
  border-color: var(--white);
  color: var(--white);
}

.button-3.arrow-down.white:hover {
  background-color: var(--white);
  color: var(--gray-d);
}

.bold-text-42 {
  color: #5e9040;
}

.bold-text-43 {
  color: #5e9040;
  text-transform: uppercase;
}

.horizontal-line-2 {
  background-color: #56db56;
  width: 100%;
  height: 1px;
}

.bold-text-44 {
  color: #5e9040;
  font-style: normal;
}

.text-span-75, .text-span-76 {
  color: #5e9040;
  text-transform: uppercase;
}

.text-span-77 {
  font-weight: 400;
}

.text-span-78 {
  color: #5e9040;
}

.image-3, .image-4, .image-5 {
  margin-bottom: 10px;
}

.text-span-79, .text-span-80, .text-span-81, .text-span-82, .text-span-83, .text-span-84, .text-span-85, .text-span-86, .text-span-87, .text-span-88, .text-span-89, .text-span-90, .text-span-91, .text-span-92, .text-span-93 {
  color: var(--primary-1);
}

.text-span-94 {
  color: var(--aceg-light);
}

.text-span-95, .text-span-96, .text-span-97, .text-span-98, .text-span-99, .text-span-100, .text-span-101, .text-span-102, .text-span-103, .text-span-104 {
  color: var(--aceg-light);
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 51px;
    line-height: 1.15em;
  }

  .section.bg-gray-d.values-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .section.text-header {
    padding-top: 96px;
  }

  .container---main.justify-content {
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    padding-bottom: 60px;
  }

  .container---main.justify-content.align-left {
    align-items: center;
  }

  .template-utility-section {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .button.nav-button {
    border-color: var(--white);
    color: var(--white);
    -webkit-text-stroke-color: var(--white);
  }

  .button.nav-button:hover {
    border-color: var(--aceg-light);
    background-color: var(--aceg-light);
    color: var(--primary-1);
  }

  .footer {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-attachment: scroll;
  }

  .announcement-bar {
    display: inline-block;
  }

  .announcement-cross {
    width: 36px;
    height: 36px;
    padding: 6px;
    transition-property: none;
  }

  .announcement-cross:hover {
    opacity: 1;
  }

  .menu-button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: block;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button-cross {
    color: var(--white);
  }

  .menu-button-cross-line.line-1, .menu-button-cross-line.line-2 {
    background-color: var(--white);
  }

  .menu-button-horizontal-line.line-1 {
    background-color: var(--white);
    color: var(--white);
  }

  .menu-button-horizontal-line.line-2, .menu-button-horizontal-line.line-3 {
    background-color: var(--white);
  }

  .navbar-wrapper {
    background-color: var(--primary-1);
    padding-left: 18px;
    padding-right: 18px;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navbar-wrapper.inside-image-bg-section {
    display: none;
  }

  .navbar {
    background-color: var(--primary-1);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .navbar.mobile {
    box-shadow: none;
  }

  .navbar-row {
    justify-content: space-between;
    align-items: center;
    height: 54px;
    display: flex;
  }

  .nav-link {
    border-bottom: 1px solid var(--gray-b);
    background-color: var(--primary-1);
    background-image: linear-gradient(to bottom, var(--primary-1), var(--primary-1));
    color: var(--white);
    font-variation-settings: "wght" 450;
    text-align: left;
    border-radius: 0;
    width: 100%;
    padding: 0 0 12px;
    font-size: 21px;
    line-height: 1.4em;
  }

  .nav-link:hover {
    color: var(--white);
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link:lang(en) {
    color: var(--white);
  }

  .nav-link.nav-right-link {
    display: none;
  }

  .nav-link.cart-link {
    pointer-events: none;
    border-bottom-style: none;
  }

  .dropdown-toggle {
    justify-content: space-between;
  }

  .nav-menu {
    z-index: 999;
    background-color: var(--primary-1);
    background-image: url('../images/Asset-14.svg');
    background-position: 50% 95%;
    background-repeat: no-repeat;
    background-size: 103px;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .nav-links {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: stretch;
    padding: 24px;
  }

  .mobile-logo {
    align-self: flex-start;
    margin-bottom: 48px;
    display: block;
  }

  .nav-menu-close {
    pointer-events: auto;
    display: none;
  }

  .heading-one {
    font-size: 51px;
  }

  .heading-two.large-quote-text {
    font-size: 42px;
  }

  .heading-three {
    font-size: 24px;
  }

  .nav-cart-button.inside-navbar {
    display: none;
  }

  .nav-right-cart {
    display: block;
  }

  .dropdown-arrow {
    width: auto;
    min-height: 18px;
  }

  .dropdown-wide-wrapper.w--open {
    flex-direction: column;
    align-items: stretch;
    position: relative;
  }

  .bold-text.dropdown-menu-heading {
    font-size: 16px;
    line-height: 1.4em;
  }

  .dropdown-links {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .dropdown-link {
    font-size: 16px;
    line-height: 1.4em;
  }

  .dropdown-links-grid {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-direction: column;
    display: flex;
  }

  .dropdown-promo {
    display: none;
  }

  .dropdown-wide {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    transform: translate(0);
  }

  .dropdown-list {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    border-radius: 0;
    padding: 24px 0 24px 10px;
    transform: none;
  }

  .dropdown-list-link {
    color: var(--white);
    padding: 4.5px 0;
    font-size: 21px;
    line-height: 1.4em;
  }

  .dropdown-list-link:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .dropdown-list-wrapper.w--open {
    position: relative;
  }

  .footer-wrapper {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-direction: column;
    display: flex;
  }

  .image-bg-header {
    height: 540px;
    margin-top: 0;
  }

  .image-bg-header.align-bottom {
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    margin-top: 0;
  }

  .image-bg-header.align-bottom.request-demo-header {
    height: 420px;
  }

  .image-bg-header.no-image {
    background-attachment: scroll, scroll;
    height: 100vh;
    padding-top: 48px;
  }

  .image-bg-header.no-image.bg-gray-c {
    padding-top: 72px;
    padding-bottom: 96px;
  }

  .image-bg-header.justify-content {
    height: 100vh;
    padding-top: 0;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .about-header-contents {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .container---m.widget-features-cta {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .about-grid {
    flex-direction: column-reverse;
    display: flex;
  }

  .section-with-title {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .circle-image {
    max-width: 338px;
  }

  .circle-image.inside-cta {
    max-width: 456px;
  }

  .container---s.feature-description-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .title-wrapper {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .career-cta {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .blog-section {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-direction: column;
    display: flex;
  }

  .post-grid {
    flex-direction: column;
    display: flex;
  }

  .post-grid.title {
    align-items: flex-start;
  }

  .post-section {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .article {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .more-cms-section, .blog-page {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .cms-categories-wrapper {
    grid-template-columns: 1fr;
  }

  .blog-author-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .blog-author-title-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .grid-halves {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    grid-template-columns: 1fr;
  }

  .container---xs.pricing-header-contents, .container---xs.title-wrapper {
    max-width: 456px;
  }

  .container---xs.title-icon-circle, .container---xs.inside-hero-contents {
    max-width: 100%;
  }

  .career-values-section {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .values-grid {
    grid-template-columns: 1fr 1fr;
  }

  .wide-image-cluster {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .image-cluster-portrait {
    max-height: 420px;
  }

  .image-cluster-square {
    max-height: 300px;
  }

  .image-cluster-landscape-small {
    max-height: 250px;
  }

  .image-cluster-landscape-large {
    max-height: 350px;
  }

  .contact-details-section {
    flex-direction: column;
  }

  .contact-list {
    flex-flow: column;
  }

  .cms-featured-grid {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .customer-logo.large {
    width: 40%;
    max-height: none;
  }

  .customer-story {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .customer-spotlight-grid {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-direction: column;
    display: flex;
  }

  .customer-spotlight-text-wrapper {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .customers-grid {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .customer-title-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .plan-grid, .plan-single {
    grid-template-columns: 1fr;
  }

  .plan-single-details-wrapper {
    padding-top: 0;
    padding-left: 48px;
    padding-right: 48px;
  }

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

  .checkout-contents {
    margin-right: 0;
  }

  .two-plan-grid {
    flex-direction: column;
    display: flex;
  }

  .circular-stat-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .metric-text-description {
    font-size: 24px;
  }

  .metrics-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 456px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-header {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .icon-feature-section {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-direction: column;
    display: flex;
  }

  .cta-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .cta-wrapper.adjacent {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    text-align: center;
    flex-direction: column;
  }

  .image-bg-feature {
    min-height: 500px;
  }

  .widget-hero-section {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .hero-composite-wrapper {
    flex-direction: column;
    display: flex;
  }

  .widget-wrapper {
    display: none;
  }

  .text-features-section {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column-reverse;
    display: flex;
  }

  .widget-with-image.restricted-width {
    max-width: 100%;
  }

  .tab-content {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .metrics-feature-section-copy {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-direction: column;
    display: flex;
  }

  .metric-list-item {
    grid-template-columns: minmax(auto, 96px) 1fr minmax(200px, 338px);
  }

  .horizontal-hero-title {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .icon-list-icon {
    grid-template-columns: minmax(auto, 96px) 1fr minmax(200px, 338px);
  }

  .widget-features-grid {
    grid-template-columns: 1fr;
  }

  .widget-overlay-image {
    justify-content: center;
    align-items: center;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .feature-cards-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: auto;
  }

  .feature-card-text {
    max-width: 456px;
  }

  .wide-feature-box {
    flex-direction: column;
  }

  .cta-adjacent-contents {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    align-items: center;
    max-width: 100%;
  }

  .tour-features-grid {
    grid-template-columns: 1fr;
  }

  .tour-feature-box {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .pages-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-link {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .text-block-2, .text-block-6 {
    color: var(--white);
  }

  .center-wrapper {
    flex-direction: row;
    display: block;
  }

  .quick-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .background-video._2 {
    display: flex;
  }

  .widget-2.with-title.style-4 {
    width: 65%;
  }

  .columns-2 {
    flex-flow: column;
    order: -1;
    display: flex;
  }

  .widget-placeholder-2 {
    mix-blend-mode: normal;
  }

  .widget-atop-image-wrapper-2 {
    background-image: none;
  }

  .wide-feature-box-2 {
    flex-direction: column;
  }

  .column-4 {
    background-image: url('../images/aceges1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 0;
    padding-right: 0;
  }

  .column-5 {
    margin-bottom: 40px;
    padding-left: 10px;
  }

  .about-header-contents-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: 42px;
  }

  h4 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }

  .section.increased-bottom-padding {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-bottom: 96px;
  }

  .section.text-header {
    padding-top: 72px;
  }

  .section.increased-padding {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .large-text {
    font-size: 18px;
    line-height: 1.4em;
  }

  .form-input.large {
    font-size: 18px;
  }

  .announcement-contents {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .navbar-row {
    height: 48px;
  }

  .typography-demo {
    font-size: 60px;
  }

  .nav-link {
    font-size: 21px;
  }

  .heading-one {
    font-size: 42px;
    line-height: 1.15em;
  }

  .heading-two {
    font-size: 42px;
  }

  .heading-two.post-title {
    font-size: 36px;
    line-height: 1.2em;
  }

  .heading-two.large-quote-text {
    font-variation-settings: "wght" 400;
    font-size: 29px;
    line-height: 1.2em;
  }

  .heading-three {
    font-variation-settings: "wght" 450;
    font-size: 21px;
  }

  .heading-three.link.post-title {
    font-size: 18px;
    line-height: 1.4em;
  }

  .heading-four {
    font-size: 18px;
  }

  .footer-menu-details {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .social-links {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .image-bg-header {
    height: 420px;
  }

  .image-bg-header.align-bottom {
    aspect-ratio: 3 / 2;
    padding-bottom: 36px;
  }

  .image-bg-header.justify-content {
    height: 600px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .about-header-contents, .container---m.widget-features-cta {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .section-with-title {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .circle-image.inside-cta {
    max-width: 338px;
  }

  .small-about-image {
    display: none;
  }

  .container---s.feature-description-wrapper, .container---s.hero-contents {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .container---s.customer-quote, .title-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .team-section {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .career-cta {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .post-grid.title {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .article {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .article blockquote {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .article figure {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .more-cms-section, .blog-page {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .blog-author-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .blog-author-avatar {
    max-height: 96px;
  }

  .blog-author {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .grid-halves {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .values-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .values-item {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .image-cluster-portrait {
    max-height: 380px;
  }

  .image-cluster-square {
    max-height: 250px;
  }

  .image-cluster-landscape-small {
    max-height: 180px;
  }

  .image-cluster-landscape-large {
    max-height: 290px;
  }

  .job-list-item {
    grid-template-columns: 1fr 1fr;
  }

  .form-section {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .form-columns {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-direction: column;
    display: flex;
  }

  .contact-section {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .contact-list {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .contact-image {
    max-width: 280px;
  }

  .cms-featured-grid {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .customer-spotlight-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .customer-spotlight-text-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .customers-grid {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .page-wrapper.user-account-page {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .search-header {
    padding: 18px;
  }

  .pricing-plan {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding: 24px;
  }

  .pricing-row-description {
    font-size: 14px;
  }

  .comparison-cta {
    text-align: center;
    flex-direction: column;
  }

  .plan-single-details-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pricing-plan-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 24px;
  }

  .pricing-plan-2-title {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .earth-image {
    max-width: 300px;
  }

  .icon-feature-section {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .icon-features-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .cta-section {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .cta-wrapper {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
  }

  .image-bg-feature {
    min-height: 450px;
  }

  .hero-composite-wrapper {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .tabs-menu {
    flex-direction: column;
  }

  .tab-content {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .metrics-feature-section-copy {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .metric-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .metric-list-item, .icon-list-icon {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .widget-features-section {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .large-quote-section {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .large-quote-author-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .large-quote-logo {
    max-height: 26px;
  }

  .small-metric-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-direction: column;
    display: flex;
  }

  .tour-hero-section {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .tour-hero-cta {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .tour-sections-box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: 400px;
    padding-left: 24px;
  }

  .section-screenshot {
    width: 250px;
  }

  .tour-feature-box {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .tour-feature-image-wrapper {
    height: 250px;
  }

  .page-link {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .link-block {
    width: 140px;
  }

  .quick-stack {
    flex: 0 auto;
  }

  .service-title {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .text-size-regular {
    font-size: 1.2rem;
  }

  .accordion-icon {
    width: 1.75rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .widget-body-2 {
    flex-flow: column;
  }

  .widget-atop-image-wrapper-2 {
    background-size: cover;
    min-height: 450px;
  }

  .widget-atop-image-wrapper-2._2, .column-4 {
    border-radius: 10px;
  }

  .about-header-contents-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
    line-height: 1.4em;
  }

  h1 {
    font-variation-settings: "wght" 400;
    letter-spacing: 0;
    font-size: 29px;
  }

  h2 {
    letter-spacing: 0;
    font-size: 29px;
  }

  h3 {
    font-size: 24px;
    line-height: 32px;
  }

  h5 {
    font-size: 18px;
    line-height: 28px;
  }

  .section {
    padding-top: 36px;
    padding-bottom: 60px;
  }

  .section.bg-gray-d.values-section {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .section.article-section {
    padding-top: 48px;
    padding-bottom: 72px;
  }

  .section.increased-bottom-padding {
    padding-bottom: 72px;
  }

  .section.bg-gray-b.even-padding {
    padding-bottom: 36px;
  }

  .section.text-header {
    padding-bottom: 0;
  }

  .section.text-header.above-image-bg {
    padding-bottom: 24px;
  }

  .section.pricing {
    padding-top: 48px;
    padding-bottom: 72px;
  }

  .section.bg-gray-c.text-quote-section {
    padding-bottom: 36px;
  }

  .container---main {
    padding-left: 18px;
    padding-right: 18px;
  }

  .container---main.justify-content {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .template-utility-section {
    grid-row-gap: 35px;
  }

  .style-guide-colors {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .style-guide-section-contents {
    grid-row-gap: 21px;
  }

  .large-text, .large-text.quote-text {
    font-size: 16px;
  }

  .small-text {
    font-size: 12px;
    line-height: 1.4em;
  }

  .small-text.metric-disclaimer {
    font-size: 11px;
  }

  .button.nav-button {
    display: none;
  }

  .form-input.large {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .form-input.search-input {
    text-align: center;
  }

  .selectable-field {
    align-items: flex-start;
  }

  .footer {
    padding-top: 48px;
  }

  .checkbox {
    width: 20px;
    height: 20px;
  }

  .navbar-wrapper {
    padding-left: 12px;
    padding-right: 12px;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navbar-row {
    width: 99.9999%;
    height: 42px;
  }

  .changelog {
    grid-template-columns: .5fr 1fr;
  }

  .typography-demo {
    font-size: 30px;
  }

  .nav-link {
    font-size: 16px;
  }

  .nav-menu {
    background-image: url('../images/Asset-14.svg');
    background-repeat: no-repeat;
    background-size: 103px;
  }

  .nav-links {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .mobile-logo {
    width: 143px;
    height: 42px;
    margin-bottom: 24px;
  }

  .style-guide-colour-group {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .style-guide-colour {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .heading-one {
    font-variation-settings: "wght" 400;
    letter-spacing: 0;
    font-size: 29px;
  }

  .heading-two {
    letter-spacing: 0;
    font-size: 29px;
  }

  .heading-two.post-title {
    font-variation-settings: "wght" 400;
    font-size: 24px;
  }

  .heading-two.meta-divider {
    display: none;
  }

  .heading-two.pricing-plan-price {
    font-size: 29px;
  }

  .heading-two.large-quote-text {
    font-size: 24px;
    line-height: 1.2em;
  }

  .heading-three {
    font-size: 19px;
  }

  .heading-three.comparison-section-heading {
    text-align: center;
    font-size: 16px;
  }

  .heading-four.faq-heading {
    font-size: 16px;
  }

  .nav-logo {
    width: auto;
    height: 100%;
    max-height: none;
    display: inline-block;
  }

  .dropdown-wide-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .bold-text.dropdown-menu-heading {
    font-size: 14px;
    line-height: 1.4em;
  }

  .dropdown-link {
    font-size: 14px;
  }

  .dropdown-wide {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .dropdown-list-link {
    font-size: 16px;
  }

  .mobile-logo-image {
    width: auto;
    height: 42px;
    max-height: none;
    display: block;
  }

  .search {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .cart-container {
    border-radius: 0;
  }

  .uppercase-text {
    font-size: 12px;
  }

  .uppercase-text.small {
    font-size: 20px;
  }

  .footer-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .footer-logo-address-wrapper {
    align-items: stretch;
  }

  .footer-logo-address {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-address-contact {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .logomark-circle {
    display: none;
  }

  .footer-menus-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .footer-menu {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .footer-menu-links {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .footer-columns-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .footer-copyright-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footer-logo-image {
    width: auto;
    max-height: none;
  }

  .image-bg-header.align-bottom {
    aspect-ratio: auto;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
  }

  .image-bg-header.align-bottom.request-demo-header {
    height: 350px;
    padding-bottom: 24px;
  }

  .image-bg-header.no-image.bg-gray-c {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .image-bg-header.justify-content {
    height: 100vh;
    padding-top: 0;
  }

  .circle-image {
    max-width: 100%;
  }

  .circle-image.inside-cta {
    max-width: 70%;
  }

  .about-text-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .values-list-item {
    grid-template-columns: .33fr 1fr;
  }

  .container---s.blog-section-title, .container---s.hero-contents {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .container---s.customer-quote {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .team-section {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .team-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .career-cta {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .blog-section {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .small-blog-item {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-direction: column;
    display: flex;
  }

  .post-meta {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .post-meta-divider.rotate {
    width: 12px;
  }

  .post-grid.title {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .post-section {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .post-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .article {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .article blockquote {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 18px;
  }

  .post-author {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .blog-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-direction: column;
    display: flex;
  }

  .cms-categories-wrapper {
    padding-bottom: 18px;
  }

  .cms-categories, .container---xs.title-icon-circle {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .container---xs.justify-between {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .career-values-section {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .values-grid {
    flex-direction: column;
    display: flex;
  }

  .values-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .image-cluster-portrait {
    display: none;
  }

  .image-cluster-square {
    max-height: 200px;
  }

  .image-cluster-landscape-small {
    max-height: 150px;
  }

  .image-cluster-landscape-large {
    display: none;
  }

  .careers-section {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .careers-section-bottom {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .job-list-item {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .job-basis {
    opacity: .5;
  }

  .job-basis.muted {
    flex-direction: column;
    align-items: flex-start;
  }

  .form-columns, .form {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .form.reduced-gaps {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .contact-image {
    max-width: 100%;
  }

  .coming-soon-wrapper {
    padding-top: 18px;
  }

  .coming-soon-logo {
    height: 30px;
  }

  .cms-featured-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .customer-logo {
    max-height: 28px;
  }

  .customer-logo.large {
    aspect-ratio: auto;
    width: 128px;
    max-height: none;
  }

  .customers-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .customer-title-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .page-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .account-form-wrapper {
    padding: 18px;
  }

  .form-header {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 48px;
  }

  .form-footer {
    font-size: 13px;
  }

  .account-form-logo {
    background-color: rgba(0, 0, 0, 0);
    max-height: 24px;
    padding: 0;
  }

  .account-heading {
    font-size: 42px;
  }

  .user-account-section {
    padding: 18px;
  }

  .subscription-item {
    text-align: center;
  }

  .subscription {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .search-page-form {
    flex-direction: column;
  }

  .search-section {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .pricing-plan {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .comparison-table-wrapper {
    position: relative;
  }

  .comparison-table-header {
    z-index: 2;
    background-color: var(--gray-a);
    grid-template-columns: 1fr 1fr 1fr;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .comparison-table-header.two-plans {
    grid-template-columns: 1fr 1fr;
  }

  .comparison-table-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .comparison-table-row.two-plans {
    grid-template-columns: 1fr 1fr;
  }

  .comparison-table-row.one-plan {
    justify-content: space-between;
    display: flex;
  }

  .pricing-row-description {
    text-align: center;
    font-size: 12px;
  }

  .pricing-row-description.text-left {
    text-align: left;
  }

  .comparison-checkmark {
    width: auto;
    max-height: 24px;
  }

  .comparison-cta {
    padding: 24px;
  }

  .plan-single {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 6px;
  }

  .plan-single-title-wrapper {
    padding: 18px;
  }

  .plan-single-details-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .plan-single-action-wrapper {
    padding-top: 24px;
  }

  .faq-section {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .accordion-item {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .accordion-arrow {
    width: auto;
    max-height: 18px;
  }

  .faq-cta {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .block-header, .block-content {
    padding: 18px;
  }

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

  .pricing-plan-2-title-wrapper {
    flex-direction: column;
  }

  .spotlight-avatar-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .spotlight-avatar {
    max-height: 54px;
  }

  .circular-stat-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .circular-stat {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 24px;
  }

  .metric-text {
    font-size: 54px;
  }

  .metric-text-description {
    max-width: 280px;
    font-size: 18px;
    line-height: 1.4em;
  }

  .pricing-header {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .image-with-widget {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }

  .hero-cta-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .earth-image {
    max-width: 200px;
  }

  .icon-features-grid {
    flex-direction: column;
    display: flex;
  }

  .small-icon-feature {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .icon-features-section-image {
    max-width: 100%;
  }

  .cta-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .cta-wrapper {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .cta-wrapper.adjacent {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .image-bg-feature {
    min-height: 400px;
    padding-top: 24px;
    padding-bottom: 36px;
  }

  .widget-hero-section {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .hero-composite-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .features-list {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .features-list-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    padding-top: 18px;
    display: flex;
  }

  .features-list-image {
    max-width: 100%;
  }

  .widget-with-image {
    flex-direction: column;
  }

  .widget-bg {
    opacity: 1;
  }

  .widget-atop-image-wrapper {
    transform: scale(.6);
  }

  .icon-circle {
    width: 72px;
    height: 72px;
  }

  .icon-circle-image {
    width: auto;
    max-height: 36px;
  }

  .industries-section {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .tab-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .tab-image {
    max-width: 100%;
  }

  .metric-wrapper.adjacent-on-mobile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: row;
  }

  .metric-list-item, .icon-list-icon {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    padding-top: 18px;
    display: flex;
  }

  .widget-feature-box {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding: 18px;
    overflow: hidden;
  }

  .widget-feature-box-wrapper {
    width: 120%;
    margin-top: -24px;
    transform: scale(.8)translate(-10%);
  }

  .large-quote-author-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-direction: column;
    align-items: flex-start;
  }

  .large-quote-logo {
    max-height: 22px;
  }

  .widget-overlay-image {
    transform: scale(.75);
  }

  .feature-card {
    padding: 18px;
  }

  .metrics-promo-section {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .small-metric-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .wide-feature-box {
    padding: 18px;
  }

  .customer-quote-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .cta-adjacent-contents {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .tour-hero-cta {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .button-row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .button-row.left-align {
    align-items: flex-start;
  }

  .tour-sections-box {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    height: 250px;
    padding-left: 12px;
  }

  .tour-sections-column {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    max-width: 150px;
  }

  .section-screenshot {
    width: 100%;
  }

  .tour-feature-box {
    padding-top: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .tour-feature-image-wrapper {
    height: 150px;
  }

  .tour-feature-image-wrapper.sections {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .pages-grid {
    grid-template-columns: 1fr;
  }

  .page-link-screenshot-wrapper {
    justify-content: center;
    display: flex;
  }

  .link-block {
    height: 35px;
  }

  .div-block {
    height: auto;
  }

  .link-block-2 {
    width: 148px;
  }

  .heading-style-h5 {
    font-size: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .widget-grid-2 {
    flex-flow: column;
    display: flex;
  }

  .widget-2.with-title.style-4 {
    width: auto;
    min-width: 100%;
    height: auto;
  }

  .counterup-2, .text-span-55, .bold-text-41, .bold-text-40 {
    font-size: 20px;
  }

  .widget-atop-image-wrapper-2 {
    transform: scale(.6);
  }

  .widget-atop-image-wrapper-2._2 {
    background-image: none;
  }

  .wide-feature-box-2 {
    padding: 18px;
  }

  .column-4 {
    border-radius: 10px;
  }

  .column-4._2 {
    background-image: url('../images/aceges-2.jpg');
  }

  .widget-grid-item-2 {
    font-size: 20px;
  }

  .small-text-2 {
    font-size: 18px;
    line-height: 1.4em;
  }

  .text-span-57, .text-block-9 {
    font-size: 20px;
  }

  .max-80ch.tab-max-w-600 {
    max-width: none;
  }

  .accordion-trigger.flex.j-space-between.a-center {
    flex-direction: row;
  }
}

#w-node-aef0a970-f387-7a48-638d-c46d21c35d29-d182b0e1 {
  align-self: auto;
  justify-self: auto;
}

#w-node-deba55f2-42a2-9317-f077-920286834abc-d182b0e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-deba55f2-42a2-9317-f077-920286834ac4-d182b0e1, #w-node-deba55f2-42a2-9317-f077-920286834acc-d182b0e1, #w-node-a13f1273-02eb-6f25-5207-94c5b629f9df-d182b0e1, #w-node-a13f1273-02eb-6f25-5207-94c5b629f9e5-d182b0e1, #w-node-a13f1273-02eb-6f25-5207-94c5b629f9eb-d182b0e1, #w-node-a13f1273-02eb-6f25-5207-94c5b629f9f1-d182b0e1, #w-node-_7622ecc4-c92d-0da4-bdc6-2d9491b9b2bd-d182b0e1, #w-node-_7622ecc4-c92d-0da4-bdc6-2d9491b9b2c3-d182b0e1, #w-node-_7622ecc4-c92d-0da4-bdc6-2d9491b9b2c9-d182b0e1, #w-node-_7622ecc4-c92d-0da4-bdc6-2d9491b9b2cf-d182b0e1, #w-node-_5b081394-8a9a-c442-289e-1e44cb619153-d182b0e1, #w-node-_5b081394-8a9a-c442-289e-1e44cb619159-d182b0e1, #w-node-_5b081394-8a9a-c442-289e-1e44cb61915f-d182b0e1, #w-node-_5b081394-8a9a-c442-289e-1e44cb619165-d182b0e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96cf4b9-2393-557b-d517-924f07ca7200-d182b0e1 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-c96cf4b9-2393-557b-d517-924f07ca7201-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca7204-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca7207-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca720a-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca720d-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca7210-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca7213-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca7216-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca7219-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca721c-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca721f-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca7222-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca7225-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca7228-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca722b-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca722e-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca7231-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca7234-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca7237-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca723a-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca723d-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca7240-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca7243-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca7246-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca7249-d182b0e1, #w-node-f82f83d3-ca31-c88f-ddaf-ee0192867be6-55b37658, #w-node-dd2a9f20-82de-a3cb-7765-6a02e5d50bfd-55b37658, #w-node-_8ad45184-dab3-d0ea-436f-e134c7bb0371-55b37658, #w-node-a79342c4-a42c-35c2-9966-9a605c476d37-55b37658, #w-node-_71d912bc-ffa8-61b4-3233-e23aff7635db-55b37658, #w-node-_9c1c2b62-cf9b-e5ab-f410-27f1f48c1248-d182b09f, #w-node-bc8d3222-9790-0bda-ee84-b2622805d30f-d182b09f, #w-node-_8636daa0-62f8-fcd6-0a00-8db0afa901c2-d182b09f, #w-node-_5337493a-811a-8c37-fccb-e0f4b6d72dda-d182b09f, #w-node-_6bb9ca5e-4237-dd1e-7f96-0540fe015000-d182b09f, #w-node-f2121a12-e086-5e3d-50de-322a43745c8a-d182b0c5, #w-node-_1f06277c-43f0-b082-7fbd-8d052d2a5b5d-d182b0c5, #w-node-_92eb3e15-7125-5673-4166-1ad3be993e68-d182b0c5, #w-node-a44d259f-b8bd-9ae1-cd60-8781ebc54fa1-d182b0c5, #w-node-_7863b78b-31f1-7f06-811b-ee2951c6a205-d182b0c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9792f9f0-9def-5be5-4017-0b3ab9ac7be2-d182b0c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-e2e7f694-b6d3-b26f-a8f6-f5f83fa1d897-d182b0c5, #w-node-_1c8dace9-370a-b775-7877-acd814032e83-d182b0c5, #w-node-_1f36eb1c-1083-a057-9665-e95e2667d4f4-2667d4f1, #w-node-_1f36eb1c-1083-a057-9665-e95e2667d504-2667d4f1, #w-node-_1f36eb1c-1083-a057-9665-e95e2667d541-2667d4f1, #w-node-_1f36eb1c-1083-a057-9665-e95e2667d545-2667d4f1, #w-node-_1f36eb1c-1083-a057-9665-e95e2667d549-2667d4f1, #w-node-_91422a97-3e23-97b1-3472-579cdc19e9d6-d182b0f7, #w-node-_0fc47dc1-4d51-3da0-2a28-e926cdfad2cd-d182b0f7, #w-node-_632ba474-05fc-4348-66f3-fd070af623c1-39d7ba83, #w-node-_632ba474-05fc-4348-66f3-fd070af623c7-39d7ba83, #w-node-cbad2197-d3a8-b602-5d40-b3d0cddd73a6-d1ae340f, #w-node-cbad2197-d3a8-b602-5d40-b3d0cddd73ac-d1ae340f, #w-node-_3c31ef5d-744e-b02d-015b-6ced63b372d4-d8fd143e, #w-node-_3c31ef5d-744e-b02d-015b-6ced63b372e6-d8fd143e, #w-node-_3c31ef5d-744e-b02d-015b-6ced63b372e8-d8fd143e, #w-node-_3c31ef5d-744e-b02d-015b-6ced63b372eb-d8fd143e, #w-node-_3c31ef5d-744e-b02d-015b-6ced63b372ed-d8fd143e, #w-node-_3c31ef5d-744e-b02d-015b-6ced63b372f0-d8fd143e, #w-node-_3c31ef5d-744e-b02d-015b-6ced63b372f2-d8fd143e, #w-node-_3c31ef5d-744e-b02d-015b-6ced63b372f5-d8fd143e, #w-node-_3c31ef5d-744e-b02d-015b-6ced63b372f7-d8fd143e, #w-node-_3c31ef5d-744e-b02d-015b-6ced63b372fa-d8fd143e, #w-node-_3c31ef5d-744e-b02d-015b-6ced63b372fc-d8fd143e, #w-node-_3c31ef5d-744e-b02d-015b-6ced63b372ff-d8fd143e, #w-node-_3c31ef5d-744e-b02d-015b-6ced63b37301-d8fd143e, #w-node-_3c31ef5d-744e-b02d-015b-6ced63b37304-d8fd143e, #w-node-_3c31ef5d-744e-b02d-015b-6ced63b37306-d8fd143e, #w-node-_3c31ef5d-744e-b02d-015b-6ced63b37309-d8fd143e, #w-node-_3c31ef5d-744e-b02d-015b-6ced63b3730b-d8fd143e, #w-node-_0dfde759-7e1a-6a2a-156c-494676348437-d8fd143e, #w-node-_0dfde759-7e1a-6a2a-156c-49467634843f-d8fd143e, #w-node-_0dfde759-7e1a-6a2a-156c-494676348444-d8fd143e, #w-node-_0dfde759-7e1a-6a2a-156c-49467634844c-d8fd143e, #w-node-_0dfde759-7e1a-6a2a-156c-49467634846d-d8fd143e, #w-node-_0dfde759-7e1a-6a2a-156c-494676348475-d8fd143e, #w-node-_0dfde759-7e1a-6a2a-156c-49467634847a-d8fd143e, #w-node-_0dfde759-7e1a-6a2a-156c-494676348482-d8fd143e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aef0a970-f387-7a48-638d-c46d21c35d29-3b6747c3 {
  align-self: auto;
  justify-self: auto;
}

#w-node-deba55f2-42a2-9317-f077-920286834abc-3b6747c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-deba55f2-42a2-9317-f077-920286834ac4-3b6747c3, #w-node-deba55f2-42a2-9317-f077-920286834acc-3b6747c3, #w-node-a13f1273-02eb-6f25-5207-94c5b629f9df-3b6747c3, #w-node-a13f1273-02eb-6f25-5207-94c5b629f9e5-3b6747c3, #w-node-a13f1273-02eb-6f25-5207-94c5b629f9eb-3b6747c3, #w-node-a13f1273-02eb-6f25-5207-94c5b629f9f1-3b6747c3, #w-node-_7622ecc4-c92d-0da4-bdc6-2d9491b9b2bd-3b6747c3, #w-node-_7622ecc4-c92d-0da4-bdc6-2d9491b9b2c3-3b6747c3, #w-node-_7622ecc4-c92d-0da4-bdc6-2d9491b9b2c9-3b6747c3, #w-node-_7622ecc4-c92d-0da4-bdc6-2d9491b9b2cf-3b6747c3, #w-node-_5b081394-8a9a-c442-289e-1e44cb619153-3b6747c3, #w-node-_5b081394-8a9a-c442-289e-1e44cb619159-3b6747c3, #w-node-_5b081394-8a9a-c442-289e-1e44cb61915f-3b6747c3, #w-node-_5b081394-8a9a-c442-289e-1e44cb619165-3b6747c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96cf4b9-2393-557b-d517-924f07ca7200-3b6747c3 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-c96cf4b9-2393-557b-d517-924f07ca7201-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca7204-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca7207-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca720a-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca720d-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca7210-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca7213-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca7216-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca7219-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca721c-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca721f-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca7222-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca7225-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca7228-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca722b-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca722e-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca7231-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca7234-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca7237-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca723a-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca723d-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca7240-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca7243-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca7246-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca7249-3b6747c3, #w-node-_3c31ef5d-744e-b02d-015b-6ced63b372d4-38446686, #w-node-_3c31ef5d-744e-b02d-015b-6ced63b372e6-38446686, #w-node-_3c31ef5d-744e-b02d-015b-6ced63b372e8-38446686, #w-node-_3c31ef5d-744e-b02d-015b-6ced63b372eb-38446686, #w-node-_3c31ef5d-744e-b02d-015b-6ced63b372ed-38446686, #w-node-_3c31ef5d-744e-b02d-015b-6ced63b372f0-38446686, #w-node-_3c31ef5d-744e-b02d-015b-6ced63b372f2-38446686, #w-node-_3c31ef5d-744e-b02d-015b-6ced63b372f5-38446686, #w-node-_3c31ef5d-744e-b02d-015b-6ced63b372f7-38446686, #w-node-_3c31ef5d-744e-b02d-015b-6ced63b372fa-38446686, #w-node-_3c31ef5d-744e-b02d-015b-6ced63b372fc-38446686, #w-node-_3c31ef5d-744e-b02d-015b-6ced63b372ff-38446686, #w-node-_3c31ef5d-744e-b02d-015b-6ced63b37301-38446686, #w-node-_3c31ef5d-744e-b02d-015b-6ced63b37304-38446686, #w-node-_3c31ef5d-744e-b02d-015b-6ced63b37306-38446686, #w-node-_3c31ef5d-744e-b02d-015b-6ced63b37309-38446686, #w-node-_3c31ef5d-744e-b02d-015b-6ced63b3730b-38446686, #w-node-_0dfde759-7e1a-6a2a-156c-494676348437-38446686, #w-node-_0dfde759-7e1a-6a2a-156c-49467634843f-38446686, #w-node-_0dfde759-7e1a-6a2a-156c-494676348444-38446686, #w-node-_0dfde759-7e1a-6a2a-156c-49467634844c-38446686, #w-node-_0dfde759-7e1a-6a2a-156c-49467634846d-38446686, #w-node-_0dfde759-7e1a-6a2a-156c-494676348475-38446686, #w-node-_0dfde759-7e1a-6a2a-156c-49467634847a-38446686, #w-node-_0dfde759-7e1a-6a2a-156c-494676348482-38446686, #w-node-f2121a12-e086-5e3d-50de-322a43745c8a-7c13ba1a, #w-node-_1f06277c-43f0-b082-7fbd-8d052d2a5b5d-7c13ba1a, #w-node-_92eb3e15-7125-5673-4166-1ad3be993e68-7c13ba1a, #w-node-a44d259f-b8bd-9ae1-cd60-8781ebc54fa1-7c13ba1a, #w-node-_7863b78b-31f1-7f06-811b-ee2951c6a205-7c13ba1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9792f9f0-9def-5be5-4017-0b3ab9ac7be2-7c13ba1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-e2e7f694-b6d3-b26f-a8f6-f5f83fa1d897-7c13ba1a, #w-node-_1c8dace9-370a-b775-7877-acd814032e83-7c13ba1a, #w-node-_9c1c2b62-cf9b-e5ab-f410-27f1f48c1248-500a37c7, #w-node-bc8d3222-9790-0bda-ee84-b2622805d30f-500a37c7, #w-node-_8636daa0-62f8-fcd6-0a00-8db0afa901c2-500a37c7, #w-node-_5337493a-811a-8c37-fccb-e0f4b6d72dda-500a37c7, #w-node-_6bb9ca5e-4237-dd1e-7f96-0540fe015000-500a37c7, #w-node-_91422a97-3e23-97b1-3472-579cdc19e9d6-b1d04730, #w-node-_0fc47dc1-4d51-3da0-2a28-e926cdfad2cd-b1d04730, #w-node-cbad2197-d3a8-b602-5d40-b3d0cddd73a6-4e3e81b1, #w-node-cbad2197-d3a8-b602-5d40-b3d0cddd73ac-4e3e81b1, #w-node-_632ba474-05fc-4348-66f3-fd070af623c1-bbbbea74, #w-node-_632ba474-05fc-4348-66f3-fd070af623c7-bbbbea74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c96cf4b9-2393-557b-d517-924f07ca7200-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca7200-3b6747c3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c96cf4b9-2393-557b-d517-924f07ca7200-d182b0e1 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-c96cf4b9-2393-557b-d517-924f07ca7201-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca7204-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca7207-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca720a-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca7210-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca7213-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca7216-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca7219-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca721f-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca7222-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca7225-d182b0e1, #w-node-c96cf4b9-2393-557b-d517-924f07ca7228-d182b0e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c96cf4b9-2393-557b-d517-924f07ca7200-3b6747c3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-c96cf4b9-2393-557b-d517-924f07ca7201-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca7204-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca7207-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca720a-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca7210-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca7213-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca7216-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca7219-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca721f-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca7222-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca7225-3b6747c3, #w-node-c96cf4b9-2393-557b-d517-924f07ca7228-3b6747c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'BDO Grotesk';
  src: url('../fonts/BDOGrotesk-VF.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: block;
}