* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
*:before,
*:after {
  box-sizing: border-box;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
img,
fieldset {
  border: none;
}
a,
object,
input:focus,
textarea:focus,
button:focus {
  outline: none !important;
}
li {
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: bold;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
input[type='checkbox'],
input[type='radio'],
select {
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary,
video,
img,
object,
iframe {
  display: block;
}
ul,
ol {
  margin-bottom: 0;
}
:root {
  --text-color: #acacac;
  --h1-color: #fff;
  --h2-color: #fff;
  --h3-color: #fff;
  --h4-color: #fff;
  --h5-color: #fff;
  --h6-color: #fff;
}
html {
  height: 100%;
  position: relative;
  background-color: #121212;
  scroll-behavior: smooth;
  overflow: auto;
}
body {
  min-height: 100%;
  color: #acacac;
  color: var(--text-color);
  font-family: soleil, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}
a {
  cursor: pointer;
  text-decoration: none;
}
h1 {
  color: #fff;
  color: var(--h1-color);
  font-size: 48px;
  font-weight: 600;
  text-transform: none;
  line-height: 60px;
}
h2 {
  color: #fff;
  color: var(--h2-color);
  font-size: 38px;
  font-weight: 600;
  text-transform: none;
  line-height: 47px;
}
h3 {
  color: #fff;
  color: var(--h3-color);
  font-size: 32px;
  font-weight: 600;
  text-transform: none;
  line-height: 40px;
}
h4 {
  color: #fff;
  color: var(--h4-color);
  font-size: 24px;
  font-weight: normal;
  text-transform: none;
  line-height: 32px;
}
h5 {
  color: #fff;
  color: var(--h5-color);
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  line-height: 22px;
}
h6 {
  color: #fff;
  color: var(--h6-color);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 18px;
  letter-spacing: 2px;
}
p,
ul,
ol,
address {
  margin-bottom: 0;
}
p + ul,
p + ol {
  margin-top: 0;
}
b,
strong {
  font-weight: 700;
}
ol {
  padding-left: 22px;
}
ol ol,
ol ul,
ol nav,
ul ol,
ul ul,
ul nav,
nav ol,
nav ul,
nav nav {
  margin-bottom: 0;
}
ol li {
  list-style: decimal;
}
address {
  font-style: italic;
}
td,
th {
  font-family: soleil, Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
}
::-moz-selection {
  background: #006cff;
  color: #fff;
}
::selection {
  background: #006cff;
  color: #fff;
}
.anchor {
  visibility: hidden;
  position: absolute;
  transform: translateY(-50vh);
}
.badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 2px;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.badge--highlighted {
  color: #121212;
  background-color: #ff0;
}
.new-badge {
  display: inline-block;
  padding: 3px 6px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  color: #121212;
  background-color: #ccccff;
  background-size: cover;
  text-decoration: none;
  text-align: center;
}
.new-badge--left {
  margin-right: -10px;
  margin-left: 20px;
}
@media screen and (max-width: 1023px) {
  .new-badge--left {
    margin-right: 10px;
    margin-left: 0px;
  }
}
.badgeHeavy {
  display: inline-block;
  padding: 5px 8px;
  border: 2px solid #000;
  border-radius: 4px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.btn-monospace {
  --icon-color: #fff;
  display: inline-flex;
  min-width: 200px;
  height: 50px;
  padding: 0 32px;
  border: 1px solid #00f;
  border-radius: 0;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: #00f;
  color: #fff;
  font-family: "Overpass Mono", Inconsolata, "Courier New", Courier, monospace;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
.btn-monospace:hover {
  border-color: #ff0;
  background-color: #ff0;
  color: #00f;
  text-decoration: none;
}
.btn-monospace:before {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .btn-monospace--mobile-stretched {
    width: 100%;
  }
}
.btn-monospace--stretched {
  width: 100%;
}
.btn-monospace--style-black {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn-monospace--style-black:hover {
  color: #000;
}
.btn-monospace--weight-light {
  --icon-color: #00f;
  background-color: transparent;
  color: #00f;
}
.btn-monospace--weight-light:hover {
  --icon-color: #fff;
  background-color: #00f;
  border-color: #00f;
  color: #fff;
}
.btn-monospace--size-m {
  min-width: auto;
  height: 30px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 24px;
}
#btn-sign-up {
  width: 101px;
  height: 36px;
  border: 2px solid #121212;
  border-radius: 4px;
  background-color: #fcc820;
  background-size: cover;
  font-family: Soleil;
  font-size: 14px;
  color: #121212;
  line-height: 16px;
  text-align: center;
  font-weight: 700;
}
#btn-sign-up:hover {
  background-color: #f3f3f3;
  color: #121212;
  border-color: #121212;
}
.heading-m-uppercase {
  color: #707070;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .heading-m-uppercase {
    font-size: 12px;
    line-height: 18px;
  }
}
html[lang="ko"] .butter-font-weight-wrapper {
  /* p tag is dynamically added by ButterCMS with no common class
  need to add wrapper to adjust the native p tag font weight   */
  font-weight: 350;
  /* default font weight is too thin for Korean text */
}
.inline-fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .inline-fields {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .inline-fields .field {
    width: auto;
  }
}
.inline-fields .field + .field {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .inline-fields .field + .field {
    margin-top: 10px;
    margin-left: 0;
  }
}
.form-hint {
  font-size: 12px;
  line-height: 20px;
}
.field-error {
  display: flex;
  flex-grow: 1;
  color: #e64e30;
  font-size: 12px;
  line-height: 20px;
}
@media screen and (max-width: 1023px) {
  .field-error {
    margin-top: 8px;
  }
}
.form-success {
  --icon-color: #00af7b;
  display: flex;
  min-height: 50px;
  align-items: center;
  font-size: 20px;
  line-height: 32px;
  color: #00af7b;
}
.form-success:before {
  margin-right: 12px;
}
.input-container {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .input-container {
    display: block;
    width: auto;
  }
}
@media screen and (max-width: 1023px) {
  .success-container {
    margin-top: 8px;
  }
}
.chat-with-sales-form {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 1023px) {
  .chat-with-sales-form {
    justify-content: center;
  }
}
.wait-list-form-success {
  --icon-color: #00af7b;
  display: flex;
  -moz-column-gap: 4px;
       column-gap: 4px;
  justify-content: center;
  align-items: center;
  color: #444444;
}
.input-field {
  display: flex;
  height: 50px;
  padding: 0 16px 3px;
  border: 1px solid #8c8c8c;
  border-radius: 0;
  background-color: #fff;
  font-family: soleil, Arial, sans-serif;
  font-size: 16px;
  color: #121212;
}
.input-field::-moz-placeholder {
  color: #acacac;
}
.input-field::placeholder {
  color: #acacac;
}
.input-field--is-error {
  border-color: #e64e30;
}
.basic-container {
  width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}
@media screen and (max-width: 1180px) {
  .basic-container {
    width: auto;
  }
}
@media screen and (max-width: 1023px) {
  .basic-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.black-bg-wrapper {
  background-color: #000;
}
.light-bg-wrapper {
  --text-color: #444;
  --h1-color: #121212;
  --h2-color: #121212;
  --h3-color: #121212;
  --h4-color: #121212;
  --h5-color: #121212;
  --h6-color: #121212;
  background: #fff;
  color: #444;
  color: var(--text-color);
}
:root {
  --icon-color: #acacac;
}
.icon--social-facebook:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-color: #acacac;
  background-color: var(--icon-color);
  -webkit-mask-image: url(/packs/static/buttercms/images/icons/social-facebook-66350765ab0ead3f5fdf.svg);
          mask-image: url(/packs/static/buttercms/images/icons/social-facebook-66350765ab0ead3f5fdf.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
.icon--social-twitter:before {
  content: '';
  display: block;
  width: 19px;
  height: 16px;
  background-color: #acacac;
  background-color: var(--icon-color);
  -webkit-mask-image: url(/packs/static/buttercms/images/icons/social-twitter-10357150f919b3acfb4d.svg);
          mask-image: url(/packs/static/buttercms/images/icons/social-twitter-10357150f919b3acfb4d.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
.icon--social-dribbble:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-color: #acacac;
  background-color: var(--icon-color);
  -webkit-mask-image: url(/packs/static/buttercms/images/icons/social-dribbble-adc3305cc3b01b24048f.svg);
          mask-image: url(/packs/static/buttercms/images/icons/social-dribbble-adc3305cc3b01b24048f.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
.icon--social-medium:before {
  content: '';
  display: block;
  width: 16px;
  height: 13px;
  background-color: #acacac;
  background-color: var(--icon-color);
  -webkit-mask-image: url(/packs/static/buttercms/images/icons/social-medium-16519f77f3e9d7946ce9.svg);
          mask-image: url(/packs/static/buttercms/images/icons/social-medium-16519f77f3e9d7946ce9.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
.icon--social-youtube:before {
  content: '';
  display: block;
  width: 23px;
  height: 16px;
  background-color: #acacac;
  background-color: var(--icon-color);
  -webkit-mask-image: url(/packs/static/buttercms/images/icons/social-youtube-02984cec5d87fd8639ae.svg);
          mask-image: url(/packs/static/buttercms/images/icons/social-youtube-02984cec5d87fd8639ae.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
.icon--thunder:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-color: #acacac;
  background-color: var(--icon-color);
  -webkit-mask-image: url(/packs/static/buttercms/images/icons/thunder-5fbbf7e48b7e0e231dcc.svg);
          mask-image: url(/packs/static/buttercms/images/icons/thunder-5fbbf7e48b7e0e231dcc.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
.icon--input:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-color: #acacac;
  background-color: var(--icon-color);
  -webkit-mask-image: url(/packs/static/buttercms/images/icons/input-dee9bc64266b44d32d13.svg);
          mask-image: url(/packs/static/buttercms/images/icons/input-dee9bc64266b44d32d13.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
.icon--case:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-color: #acacac;
  background-color: var(--icon-color);
  -webkit-mask-image: url(/packs/static/buttercms/images/icons/case-09998918424b42540570.svg);
          mask-image: url(/packs/static/buttercms/images/icons/case-09998918424b42540570.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
.icon--components:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-color: #acacac;
  background-color: var(--icon-color);
  -webkit-mask-image: url(/packs/static/buttercms/images/icons/components-7cad43cdf63632ab045d.svg);
          mask-image: url(/packs/static/buttercms/images/icons/components-7cad43cdf63632ab045d.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
.icon--cursor-arrow:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-color: #acacac;
  background-color: var(--icon-color);
  -webkit-mask-image: url(/packs/static/buttercms/images/icons/cursor-arrow-0e7550d9deccae43ce84.svg);
          mask-image: url(/packs/static/buttercms/images/icons/cursor-arrow-0e7550d9deccae43ce84.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
.icon--cursor-pointer:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-color: #acacac;
  background-color: var(--icon-color);
  -webkit-mask-image: url(/packs/static/buttercms/images/icons/cursor-pointer-f290caa8896ab65df710.svg);
          mask-image: url(/packs/static/buttercms/images/icons/cursor-pointer-f290caa8896ab65df710.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
.icon--fade:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-color: #acacac;
  background-color: var(--icon-color);
  -webkit-mask-image: url(/packs/static/buttercms/images/icons/fade-9713b5c8f0d646a541af.svg);
          mask-image: url(/packs/static/buttercms/images/icons/fade-9713b5c8f0d646a541af.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
.icon--grid:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-color: #acacac;
  background-color: var(--icon-color);
  -webkit-mask-image: url(/packs/static/buttercms/images/icons/grid-cd5fa8d0484c938a3a12.svg);
          mask-image: url(/packs/static/buttercms/images/icons/grid-cd5fa8d0484c938a3a12.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
.icon--play:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-color: #acacac;
  background-color: var(--icon-color);
  -webkit-mask-image: url(/packs/static/buttercms/images/icons/play-430fc62ef5e308a7223c.svg);
          mask-image: url(/packs/static/buttercms/images/icons/play-430fc62ef5e308a7223c.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
.icon--scrollable:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-color: #acacac;
  background-color: var(--icon-color);
  -webkit-mask-image: url(/packs/static/buttercms/images/icons/scrollable-e36df7a58f63fe7c93c1.svg);
          mask-image: url(/packs/static/buttercms/images/icons/scrollable-e36df7a58f63fe7c93c1.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
.icon--slide-in:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-color: #acacac;
  background-color: var(--icon-color);
  -webkit-mask-image: url(/packs/static/buttercms/images/icons/slide-in-f36f8f965c0fadc6f27b.svg);
          mask-image: url(/packs/static/buttercms/images/icons/slide-in-f36f8f965c0fadc6f27b.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
.icon--speaker:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-color: #acacac;
  background-color: var(--icon-color);
  -webkit-mask-image: url(/packs/static/buttercms/images/icons/speaker-05e692943d4fc4a61252.svg);
          mask-image: url(/packs/static/buttercms/images/icons/speaker-05e692943d4fc4a61252.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
.icon--state:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-color: #acacac;
  background-color: var(--icon-color);
  -webkit-mask-image: url(/packs/static/buttercms/images/icons/state-ebc67b5641e79968d492.svg);
          mask-image: url(/packs/static/buttercms/images/icons/state-ebc67b5641e79968d492.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
.icon--steps:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-color: #acacac;
  background-color: var(--icon-color);
  -webkit-mask-image: url(/packs/static/buttercms/images/icons/steps-b7cb3cd1f305078ae475.svg);
          mask-image: url(/packs/static/buttercms/images/icons/steps-b7cb3cd1f305078ae475.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
.icon--variable:before {
  content: '';
  display: block;
  width: 15px;
  height: 14px;
  background-color: #acacac;
  background-color: var(--icon-color);
  -webkit-mask-image: url(/packs/static/buttercms/images/icons/variable-413f286e173af55fa9e3.svg);
          mask-image: url(/packs/static/buttercms/images/icons/variable-413f286e173af55fa9e3.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
.icon--arrow:before {
  content: '';
  display: block;
  width: 25px;
  height: 14px;
  background-color: #acacac;
  background-color: var(--icon-color);
  -webkit-mask-image: url(/packs/static/buttercms/images/icons/arrow-0f0577c91caf2e1bad36.svg);
          mask-image: url(/packs/static/buttercms/images/icons/arrow-0f0577c91caf2e1bad36.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
.icon--download:before {
  content: '';
  display: block;
  width: 13px;
  height: 16px;
  background-color: #acacac;
  background-color: var(--icon-color);
  -webkit-mask-image: url(/packs/static/buttercms/images/icons/download-8b72a2b4db8382e426c6.svg);
          mask-image: url(/packs/static/buttercms/images/icons/download-8b72a2b4db8382e426c6.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
.icon--preview:before {
  content: '';
  display: block;
  width: 19px;
  height: 16px;
  background-color: #acacac;
  background-color: var(--icon-color);
  -webkit-mask-image: url(/packs/static/buttercms/images/icons/preview-15adfcf678b957b6b85d.svg);
          mask-image: url(/packs/static/buttercms/images/icons/preview-15adfcf678b957b6b85d.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
.icon--check:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-color: #acacac;
  background-color: var(--icon-color);
  -webkit-mask-image: url(/packs/static/buttercms/images/icons/check-5ad76b16a7af2bcb2ae4.svg);
          mask-image: url(/packs/static/buttercms/images/icons/check-5ad76b16a7af2bcb2ae4.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
.icon--wait-list-check:before {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  background-color: #acacac;
  background-color: var(--icon-color);
  -webkit-mask-image: url(/packs/static/buttercms/images/icons/wait-list-form-check-c2cf37ecf49e86f4a485.svg);
          mask-image: url(/packs/static/buttercms/images/icons/wait-list-form-check-c2cf37ecf49e86f4a485.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
a {
  color: #c6c6c6;
}
a:hover {
  text-decoration: underline;
}
.link-inverted {
  text-decoration: underline;
}
.link-inverted:hover {
  text-decoration: none;
}
.link-contextual {
  color: inherit;
}
.link-neutral {
  color: #8c8c8c;
}
.link-dark {
  color: #121212;
}
.logo {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -5000px;
  background-size: 100% 100%;
}
.logo--light {
  background-color: #fff;
  background-image: url(/packs/static/buttercms/images/uxpin-logo/uxpin-logo-dark-d703a6798cac28ba1c6d.svg);
}
.logo--dark {
  background-color: #000;
  background-image: url(/packs/static/buttercms/images/uxpin-logo/uxpin-logo-light-90594b8edd710b971fd0.svg);
}
@media screen and (max-width: 1023px) {
  .logo {
    width: 30px;
    height: 30px;
  }
}
.hint {
  display: block;
  color: #8c8c8c;
  font-size: 14px;
  line-height: 24px;
}
.hint--monospace {
  font-family: "Overpass Mono", Inconsolata, "Courier New", Courier, monospace;
}
.merge-logo {
  display: inline-block;
  width: 78px;
  height: 21px;
  background-color: #121212;
  -webkit-mask-image: url(/packs/static/buttercms/images/merge-logo/MergeLogo_dark-32e60a9b28f97b4f2a8f.svg);
          mask-image: url(/packs/static/buttercms/images/merge-logo/MergeLogo_dark-32e60a9b28f97b4f2a8f.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
#footer {
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
}
.footer-logo {
  position: absolute;
  top: 100px;
  left: 20px;
  transform: translateX(-20px);
  transition: 0.7s ease;
}
@media screen and (max-width: 1023px) {
  .footer-logo {
    display: none;
  }
}
#general-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  #general-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
.copyrights {
  width: 290px;
  color: #5b5b5c;
  transform: translateX(-20px);
  transition: 0.7s ease;
}
.footer-nav {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .footer-nav {
    flex-direction: column;
  }
}
.footer-nav__list {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-nav__list {
    margin-top: 18px;
  }
}
.footer-nav__list + .footer-nav__list {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .footer-nav__list + .footer-nav__list {
    margin-left: 0;
  }
}
.footer-nav__item {
  white-space: nowrap;
}
.footer-nav__item + .footer-nav__item {
  margin-left: 20px;
}
.footer-nav__social {
  --icon-color: #8c8c8c;
  display: flex;
  line-height: 0;
}
.footer-nav__social:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .footer-language-selector {
    margin: 12px 0;
  }
}
.footer-language-selector__list {
  display: flex;
}
.footer-language-selector__item.selected-lang a {
  color: #ffffff;
  text-decoration: none;
}
.footer-language-selector__item:nth-child(2),
.footer-language-selector__item:nth-child(3) {
  margin-left: 12px;
}
.footer-language-selector__link {
  color: #acacac;
  text-decoration: none;
}
@media (max-width: 1280px) {
  .copyrights {
    transform: translateX(-10px);
  }
}
#sitemap {
  display: grid;
  margin: 0 0 90px 290px;
  grid-column-gap: 40px;
  grid-row-gap: 55px;
  grid-template-columns: repeat(4, 160px);
}
@media screen and (max-width: 1023px) {
  #sitemap {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #sitemap {
    grid-template-columns: repeat(2, 160px);
  }
}
@media screen and (max-width: 400px) {
  #sitemap {
    grid-template-columns: 160px;
  }
}
.sitemap-column {
  width: 160px;
}
.sitemap-column__heading {
  margin-bottom: 18px;
  padding: 8px 0;
  font-size: 16px;
  line-height: 22px;
  color: #5b5b5c;
}
.sitemap-column__item {
  padding: 5px 0;
}
.badge-position {
  transform: translateX(-1px);
  margin-left: 6px;
}
@media (max-width: 1124px) {
  .sitemap-column:last-child {
    width: 114px;
  }
}
@media (max-width: 768px) {
  .badge-mobile-removal {
    display: none;
  }
}
.product-demo-bar {
  background-color: #8FE3CE;
}
@media screen and (max-width: 767px) {
  .product-demo-bar {
    display: none;
  }
}
.product-demo-bar__container {
  display: flex;
  min-height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #000;
  font-weight: normal;
}
.product-demo-bar__link {
  color: #000;
  margin-left: 5px;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .product-demo-bar__link {
    margin-right: 0;
  }
}
.page-list {
  width: 290px;
  padding-right: 50px;
  padding-bottom: 160px;
  position: sticky;
  top: 45px;
  bottom: 160px;
  align-self: flex-start;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 1023px) {
  .page-list {
    display: none;
  }
}
.page-list__section-heading {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.page-list__section-heading:nth-of-type(n+2) {
  margin-top: 30px;
}
.page-list__section {
  margin-left: 11px;
}
.page-list__item {
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 500;
}
.page-list__active-category,
.page-list__active-item {
  color: #00f;
}
.example-thumbnails {
  width: 890px;
  padding-bottom: 160px;
  order: 2;
}
@media screen and (max-width: 1023px) {
  .example-thumbnails {
    width: auto;
  }
}
.example-thumbnails__main-header {
  margin-bottom: 53px;
}
.example-thumbnails__section-header {
  margin-bottom: 35px;
  font-size: 32px;
  line-height: 40px;
}
.example-thumbnails__section + .example-thumbnails__section {
  margin-top: 61px;
}
.page-thumbnails {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .page-thumbnails {
    flex-direction: column;
  }
}
.page-thumbnails__item {
  max-width: 424px;
  position: relative;
  overflow: hidden;
}
.page-thumbnails__item:nth-child(n+3) {
  margin-top: 10px;
}
.page-thumbnails__item:nth-child(2n+2) {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .page-thumbnails__item:nth-child(2n+2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1180px) {
  .page-thumbnails__item {
    width: calc(50% - 10px/2);
    max-width: none;
    max-width: initial;
  }
}
@media screen and (max-width: 767px) {
  .page-thumbnails__item {
    width: 100%;
  }
  .page-thumbnails__item:nth-child(n+2) {
    margin-top: 10px;
  }
}
.page-thumbnails__item:hover .page-thumbnails__description {
  bottom: 0;
}
.page-thumbnails__description {
  padding: 16px;
  position: absolute;
  right: 0;
  bottom: -100%;
  left: 0;
  background: #121212;
  color: #fff;
  transition: bottom 0.4s ease-out;
}
@media screen and (max-width: 1023px) {
  .page-thumbnails__description {
    bottom: 0;
    background: rgba(18, 18, 18, 0.8);
  }
}
.page-thumbnails__page-name {
  display: flex;
  margin-bottom: 12px;
  align-items: baseline;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  line-height: 32px;
}
.page-thumbnails__page-name:before {
  --icon-color: #fff;
  margin-left: 10px;
  flex-shrink: 0;
  order: 2;
}
.page-thumbnails__page-name-cropper {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.example-description {
  display: grid;
  width: 890px;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 160px;
  grid-template-columns: 424px 436px;
  grid-template-rows: auto auto 1fr auto;
  grid-template-areas: "thumbnail heading" "thumbnail features" "thumbnail description" "thumbnail actions";
  grid-column-gap: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  position: relative;
  order: 2;
}
@media screen and (max-width: 1180px) {
  .example-description {
    width: auto;
    grid-template-columns: auto 436px;
  }
}
@media screen and (max-width: 767px) {
  .example-description {
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas: "heading" "features" "thumbnail" "description" "actions";
  }
}
.example-description__heading {
  margin-top: -8px;
  margin-bottom: 13px;
  grid-area: heading;
  font-size: 24px;
  line-height: 32px;
}
.example-description__actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  grid-area: actions;
}
.example-description__action {
  width: calc(50% - 25px / 2);
}
.example-description__description {
  padding-bottom: 30px;
  flex-grow: 1;
  grid-area: description;
  font-weight: 400;
}
.example-description .feature-list {
  margin-bottom: 30px;
  grid-area: features;
}
.example-description .project-thumbnail {
  grid-area: thumbnail;
  justify-self: stretch;
}
@media screen and (max-width: 767px) {
  .example-description .project-thumbnail {
    margin-bottom: 30px;
  }
}
.feature-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #8c8c8c;
  font-size: 12px;
  line-height: 20px;
}
.feature-list__item {
  width: 33%;
  padding-left: 24px;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 400px) {
  .feature-list__item {
    width: 50%;
  }
  .feature-list__item:nth-child(n+3) {
    margin-top: 6px;
  }
}
.feature-list__item:nth-child(n+4) {
  margin-top: 6px;
}
.feature-list__item:before {
  --icon-color: #8c8c8c;
  position: absolute;
  top: 4px;
  left: 5px;
}
.project-thumbnail {
  max-width: 424px;
}
@media screen and (max-width: 1180px) {
  .project-thumbnail {
    max-width: none;
    max-width: initial;
  }
}
.project-thumbnail__item {
  max-width: 100%;
  height: auto;
}
video.project-thumbnail__item {
  will-change: auto;
}
@media screen and (max-width: 1023px) {
  .project-thumbnail__item {
    width: 100%;
  }
}
#join {
  display: flex;
  padding-bottom: 100px;
  padding-top: 100px;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  #join {
    flex-direction: column;
    text-align: center;
  }
}
.join__content {
  width: 475px;
  margin-right: 90px;
}
@media screen and (max-width: 767px) {
  .join__content {
    width: auto;
    margin-right: 0;
  }
}
.join__heading {
  margin-bottom: 45px;
  font-weight: 400;
}
.join__description {
  margin-bottom: 45px;
  font-size: 24px;
  line-height: 36px;
}
.join__action-btn {
  margin-bottom: 13px;
}
.join__video-clip {
  overflow: hidden;
  width: 998px;
  height: 490px;
  margin-bottom: -100px;
  margin-right: -383px;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .join__video-clip {
    display: none;
  }
}
.join__video {
  width: 1296px;
  height: 729px;
  margin-top: -60px;
  margin-left: -163px;
}
.clients {
  display: grid;
  align-content: center;
  justify-items: center;
  grid-column-gap: 36px;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
@media screen and (max-width: 1023px) {
  .enterprise-clients .clients {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.clients--is-block {
  width: 557px;
  align-items: center;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 64px;
  grid-column-gap: 0;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .clients--is-block {
    grid-template-columns: repeat(2, 1fr);
    width: 460px;
  }
}
@media screen and (max-width: 767px) {
  .clients--is-block {
    width: auto;
    margin-top: 60px;
  }
}
@media screen and (max-width: 400px) {
  .clients--is-block {
    grid-template-columns: repeat(2, 1fr);
  }
}
.clients--black .clients__client {
  background-color: #000;
  height: 35px;
}
@media screen and (max-width: 1023px) {
  .enterprise-clients .clients__client {
    margin-bottom: 40px;
  }
}
.clients__client {
  display: flex;
  max-width: 100%;
  margin: 0 5px;
  align-items: center;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  text-indent: -9999px;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .clients__client:last-of-type {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media screen and (max-width: 400px) {
  .clients__client:last-of-type {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.clients__client--paypal {
  width: 107px;
  height: 27px;
  -webkit-mask-image: url(/packs/static/buttercms/images/clients/paypal-11598b38e12f3ae32976.svg);
          mask-image: url(/packs/static/buttercms/images/clients/paypal-11598b38e12f3ae32976.svg);
}
.clients__client--hbo {
  width: 64px;
  height: 27px;
  -webkit-mask-image: url(/packs/static/buttercms/images/clients/hbo-cdb360b921e8c536c948.svg);
          mask-image: url(/packs/static/buttercms/images/clients/hbo-cdb360b921e8c536c948.svg);
}
.clients__client--sapient {
  width: 95px;
  height: 35px;
  -webkit-mask-image: url(/packs/static/buttercms/images/clients/sapient-bdbef7a20bbd98f40262.svg);
          mask-image: url(/packs/static/buttercms/images/clients/sapient-bdbef7a20bbd98f40262.svg);
}
.clients__client--microsoft {
  width: 114px;
  height: 22px;
  -webkit-mask-image: url(/packs/static/buttercms/images/clients/microsoft-166fe381229ee0adcdae.svg);
          mask-image: url(/packs/static/buttercms/images/clients/microsoft-166fe381229ee0adcdae.svg);
}
.clients__client--sony {
  width: 84px;
  height: 13px;
  -webkit-mask-image: url(/packs/static/buttercms/images/clients/sony-222c8b1bc3d66e9ce6c4.svg);
          mask-image: url(/packs/static/buttercms/images/clients/sony-222c8b1bc3d66e9ce6c4.svg);
}
.clients__client--netflix {
  width: 82px;
  height: 22px;
  -webkit-mask-image: url(/packs/static/buttercms/images/clients/netflix-c135dbbefb889089bbcc.svg);
          mask-image: url(/packs/static/buttercms/images/clients/netflix-c135dbbefb889089bbcc.svg);
}
.clients__client--autodesk {
  width: 119px;
  height: 21px;
  -webkit-mask-image: url(/packs/static/buttercms/images/clients/autodesk-3e2d9f36f66876ac47e1.svg);
          mask-image: url(/packs/static/buttercms/images/clients/autodesk-3e2d9f36f66876ac47e1.svg);
}
.clients__client--liquid-planner {
  width: 155px;
  height: 20px;
  -webkit-mask-image: url(/packs/static/buttercms/images/clients/liquidplanner-bda1594806dd4aa6fb9b.svg);
          mask-image: url(/packs/static/buttercms/images/clients/liquidplanner-bda1594806dd4aa6fb9b.svg);
}
.clients__client--sumo-logic {
  width: 116px;
  height: 22px;
  -webkit-mask-image: url(/packs/static/buttercms/images/clients/sumologic-93d833602931f7043acc.svg);
          mask-image: url(/packs/static/buttercms/images/clients/sumologic-93d833602931f7043acc.svg);
}
.enterprise-clients {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .enterprise-clients {
    padding-top: 68px;
  }
}
#sales {
  padding: 100px 32px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  #sales {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.sales__heading {
  margin-bottom: 24px;
  font-weight: 300;
}
.sales__description {
  margin: 32px 32px 40px;
  font-size: 24px;
  line-height: 36px;
}
.enterprise-carousel {
  padding-top: 141px;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .enterprise-carousel {
    padding-top: 32px;
    padding-bottom: 0;
  }
}
.enterprise-carousel__item {
  max-width: 500px;
  margin-bottom: 24px;
  margin-left: -16px;
  padding-left: 16px;
  color: #707070;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .enterprise-carousel__item {
    max-width: -moz-max-content;
    max-width: max-content;
    margin-bottom: 64px;
    margin-left: 0;
    padding-left: 0;
    color: #232323;
  }
  .enterprise-carousel__item .text-content {
    margin-top: 16px;
  }
}
@media screen and (min-width: 767px) {
  .enterprise-carousel__item:hover {
    margin-left: -20px;
    padding-left: 16px;
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: #232323;
    color: #232323;
  }
}
.enterprise-carousel__item .image {
  box-sizing: content-box;
  opacity: 0;
  width: 500px;
  height: 500px;
  border-width: 2px;
  border-style: solid;
  border-color: #000;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 630px;
  transition: opacity 0.3s, visibility 0.3s;
  cursor: default;
}
@media screen and (max-width: 767px) {
  .enterprise-carousel__item .image {
    opacity: 1;
    width: 100%;
    height: auto;
    position: static;
    position: initial;
  }
}
.enterprise-carousel__item .bolded {
  font-weight: 500;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .enterprise-carousel__item .bolded {
    color: #00f;
  }
}
.enterprise-carousel__item--active {
  margin-left: -20px;
  padding-left: 16px;
  border-left-width: 4px;
  border-left-style: solid;
  border-left-color: #00f;
  color: #232323;
}
@media screen and (max-width: 767px) {
  .enterprise-carousel__item--active {
    margin-left: 0;
    padding: 0;
    border-left-style: none;
  }
}
.enterprise-carousel__item--active:hover {
  border-left-color: #00f;
}
.enterprise-carousel__item--active .image {
  opacity: 1;
}
.enterprise-carousel__item--active .bolded {
  color: #00f;
}
.enterprise-carousel .carousel-left {
  display: flex;
  width: 1200px;
  height: 500px;
  padding-left: 17px;
  position: relative;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .enterprise-carousel .carousel-left {
    width: 100%;
    height: auto;
    padding-left: 0;
  }
}
.enterprise-carousel__header {
  margin-bottom: 24px;
  color: #707070;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 23px;
}
@media screen and (max-width: 767px) {
  .enterprise-carousel__header {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
  }
}
.enterprise-carousel__subheader {
  margin-bottom: 24px;
  color: #000;
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  .enterprise-carousel__subheader {
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
  }
}
.enterprise-hero .header {
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 60px;
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .enterprise-hero .header {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }
}
.enterprise-hero .subheader {
  max-width: 810px;
  margin: auto auto 40px;
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .enterprise-hero .subheader {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }
}
.enterprise-hero .by-merge {
  color: #707070;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .enterprise-hero .by-merge {
    font-size: 12px;
    line-height: 18px;
  }
}
.enterprise-hero .by-merge .merge-logo {
  display: inline-block;
  width: 78px;
  height: 23px;
  margin: 0 10px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
.enterprise-hero .testimony {
  background-color: #f5f5f5;
  background-image: url(/packs/static/buttercms/images/icons/quote-96693fd4d48fc2ef1043.svg);
  background-repeat: no-repeat;
  background-size: 33px;
  color: #000;
}
.enterprise-hero .testimony .testimony-img {
  width: 120px;
  height: 120px;
  border-width: 2px;
  border-style: solid;
  border-color: #000;
}
.enterprise-hero--hero {
  padding: 100px 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .enterprise-hero--hero {
    padding: 60px 20px 28px;
  }
}
.enterprise-hero--hero .testimony {
  display: grid;
  margin-top: 100px;
  padding: 45px;
  padding-right: 120px;
  border-radius: 8px;
  align-items: center;
  background-position-x: 95%;
  background-position-y: 45px;
  grid-column-gap: 45px;
  grid-template-columns: 120px auto;
  grid-template-rows: auto auto;
}
@media screen and (max-width: 767px) {
  .enterprise-hero--hero .testimony {
    display: grid;
    width: auto;
    height: auto;
    margin-top: 32px;
    padding: 70px 20px 20px 20px;
    background-position-x: 50%;
    background-position-y: 20px;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    grid-row-gap: 18px;
    justify-items: center;
  }
}
.enterprise-hero--hero .testimony .testimony-text {
  max-width: 820px;
  align-self: start;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  grid-column: 2/2;
}
@media screen and (max-width: 767px) {
  .enterprise-hero--hero .testimony .testimony-text {
    text-align: center;
    grid-column: 1;
  }
}
.enterprise-hero--hero .testimony .testimony-photo {
  grid-column: 1;
  grid-row: 1/-1;
}
@media screen and (max-width: 767px) {
  .enterprise-hero--hero .testimony .testimony-photo {
    grid-column: 1;
    grid-row: 2;
  }
}
.enterprise-hero--hero .testimony .testimony-author {
  margin-top: 10px;
  align-self: end;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
  grid-row: 2;
  grid-column: 2;
}
@media screen and (max-width: 767px) {
  .enterprise-hero--hero .testimony .testimony-author {
    margin-top: 0;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    grid-row: 3;
    grid-column: 1;
  }
}
.enterprise-hero--hero .testimony .testimony-author:before {
  content: "—";
}
@media screen and (max-width: 767px) {
  .enterprise-hero--hero .testimony .testimony-author:before {
    content: "";
  }
}
.enterprise-hero--split {
  display: flex;
  padding: 100px 20px;
  justify-content: space-between;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .enterprise-hero--split {
    display: block;
    padding: 60px 20px 28px;
    text-align: center;
  }
}
.enterprise-hero--split .header {
  max-width: 450px;
  line-height: 54px;
}
@media screen and (max-width: 767px) {
  .enterprise-hero--split .header {
    font-size: 24px;
    line-height: 32px;
  }
}
.enterprise-hero--split .subheader {
  max-width: 450px;
  margin-top: 24px;
  margin-bottom: 40px;
  color: #acacac;
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .enterprise-hero--split .subheader {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 22px;
  }
}
.enterprise-hero--split .testimony {
  display: grid;
  width: 550px;
  padding: 45px;
  padding-right: 120px;
  border-radius: 8px;
  align-items: center;
  background-position-x: 90%;
  background-position-y: 45px;
  grid-column-gap: 45px;
  grid-row-gap: 30px;
  grid-template-columns: 120px auto;
  grid-template-rows: auto auto;
}
@media screen and (max-width: 767px) {
  .enterprise-hero--split .testimony {
    display: grid;
    width: auto;
    height: auto;
    margin-top: 64px;
    padding: 70px 20px 20px 20px;
    background-position-x: 50%;
    background-position-y: 20px;
    grid-template-columns: auto;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    justify-items: center;
  }
}
.enterprise-hero--split .testimony .testimony-text {
  align-self: start;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  grid-column: 1 / 3;
}
@media screen and (max-width: 767px) {
  .enterprise-hero--split .testimony .testimony-text {
    text-align: center;
    grid-column: 1;
  }
}
.enterprise-hero--split .testimony .testimony-photo {
  grid-column: 1;
  grid-row: 2;
}
.enterprise-hero--split .testimony .testimony-author {
  font-size: 24px;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .enterprise-hero--split .testimony .testimony-author {
    font-size: 16px;
    line-height: 28px;
  }
}
.enterprise-hero--light .header {
  color: #000;
}
.enterprise-hero--light .subheader {
  color: #121212;
}
.enterprise-hero--light .subheader a {
  color: #000;
}
.enterprise-hero--light .by-merge .merge-logo {
  background-image: url(/packs/static/buttercms/images/merge-logo/MergeLogo_dark-32e60a9b28f97b4f2a8f.svg);
}
.enterprise-hero--dark .header {
  color: #fff;
}
.enterprise-hero--dark .subheader {
  color: #acacac;
}
.enterprise-hero--dark .subheader a {
  color: #fff;
}
.enterprise-hero--dark .by-merge .merge-logo {
  background-image: url(/packs/static/buttercms/images/merge-logo/MergeLogo_white-a4d0a2632f3aecc52916.svg);
}
.technology-bar {
  display: flex;
  padding-bottom: 42px;
  align-items: center;
  flex-direction: column;
}
.technology-bar__heading {
  display: inline;
  margin-bottom: 12px;
  text-align: center;
  line-height: 23px;
}
.technology-bar__heading .merge-logo {
  margin: 1px 12px 0;
  vertical-align: text-top;
}
@media screen and (max-width: 767px) {
  .technology-bar__heading .merge-logo {
    margin-top: -1px;
  }
}
.technology-bar__list {
  display: flex;
  max-width: 800px;
  justify-content: center;
  flex-wrap: wrap;
}
.technology-bar__list-item {
  margin: 20px 30px;
}
@media screen and (max-width: 767px) {
  .technology-bar__list-item {
    display: flex;
    width: 100px;
    margin-right: 0;
    margin-left: 0;
    justify-content: center;
  }
}
.request-access {
  display: flex;
  padding-top: 80px;
  padding-bottom: 141px;
}
@media screen and (max-width: 767px) {
  .request-access {
    padding-bottom: 95px;
    align-items: center;
  }
}
.request-access--with-image {
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .request-access--with-image {
    flex-direction: column;
  }
}
.request-access-button-wrapper--centered {
  position: absolute;
  width: 100%;
  top: 132px;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .request-access-button-wrapper--centered {
    position: static;
  }
}
.request-access-tile-wrapper {
  display: flex;
  width: 1140px;
  margin-top: 40px;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .request-access-tile-wrapper {
    width: 100%;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
}
.request-access-tile {
  position: relative;
  width: 560px;
  height: 228px;
  line-height: 24px;
  border-style: solid;
  border-radius: 8px;
  border-width: 2px;
}
.request-access-tile-description {
  display: flex;
  justify-content: center;
  padding: 40px 65px 0;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .request-access-tile-description {
    padding: 0 0 48px;
  }
}
@media screen and (max-width: 1023px) {
  .request-access-tile {
    display: flex;
    height: auto;
    min-height: 228px;
    padding: 48px;
    flex-direction: column;
  }
}
.request-access--centered {
  width: auto;
  max-width: 765px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.request-access__badge {
  margin-bottom: 15px;
}
.request-access__heading {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .request-access__heading {
    margin-bottom: 17px;
    font-size: 24px;
    line-height: 32px;
  }
}
.request-access__content {
  display: flex;
  width: 563px;
  margin-right: 107px;
  flex-direction: column;
  flex-shrink: 0;
  align-items: flex-start;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .request-access__content {
    width: auto;
    margin-right: 0;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }
}
.request-access__content .preheader {
  margin-left: -2px;
  padding-bottom: 11px;
  letter-spacing: 1px;
}
.request-access__content .preheader .merge-logo {
  margin: 2px 5px 0;
  vertical-align: text-top;
}
.request-access__img-container {
  width: 510px;
}
@media screen and (max-width: 767px) {
  .request-access__img-container {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .request-access__img {
    width: 100%;
    height: auto;
  }
}
.request-access__description {
  margin-bottom: 40px;
  color: #121212;
  font-size: 24px;
  line-height: 36px;
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .request-access__description {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 28px;
  }
}
.request-access__description--centered {
  padding-bottom: 40px;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .request-access__form {
    width: 100%;
    margin-bottom: 20px;
  }
}
.request-access__form-hint {
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0px;
}
@media screen and (max-width: 1023px) {
  .request-access__form-hint {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .request-access__form-hint {
    margin-bottom: 0;
  }
}
.request-access__field {
  width: 240px;
}
.request-access__typeform-rigger {
  display: none;
}
.storybook-video {
  padding-bottom: 80px;
}
.intermission-line {
  width: 1440px;
  height: 2px;
  background-color: #121212;
}
.registration-header {
  padding-top: 140px;
  padding-bottom: 80px;
  position: relative;
}
.registration-header .main {
  margin-bottom: 24px;
  color: #121212;
  font-size: 64px;
  font-weight: 800;
  line-height: 72px;
  text-align: center;
}
.registration-header .main u {
  background-image: url(https://cdn.buttercms.com/N3EjSJYRceZjcb2o6Qkw);
  background-repeat: no-repeat;
  background-position: bottom 8px left;
  background-size: 100%;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .registration-header .main {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .registration-header .main {
    font-size: calc(24px * 1.5);
    line-height: calc(32px * 1.5);
  }
}
.registration-header .main--dark {
  color: #f3f3f3;
  font-weight: 100;
}
.registration-header .copy {
  font-size: 24px;
  font-weight: 100;
  line-height: 36px;
  text-align: center;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .registration-header .copy {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 1023px) {
  .registration-header .copy {
    margin: 0 16px;
    font-size: 16px;
    line-height: 24px;
  }
}
.registration-header .copy--dark {
  color: #f3f3f3;
}
.registration-header .video-wrapper {
  display: flex;
  padding-top: 80px;
  justify-content: center;
}
.registration-header .video-wrapper__video {
  max-width: 970px;
  max-height: 540px;
}
.registration-header .video-wrapper__video--round {
  border-radius: 8px;
}
.registration-header .video-wrapper .wiggle {
  display: flex;
  width: 193px;
  position: relative;
  top: -80px;
  right: -100px;
  margin-left: -193px;
  transform: rotate(10deg);
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  color: #9999ff;
  font-family: gloria-hallelujah, serif;
  font-size: 19px;
  text-align: center;
  row-gap: 5px;
  z-index: 5;
}
.registration-header .video-wrapper .wiggle__image {
  width: 37px;
  height: 36px;
  transform: rotate(-144deg) scalex(-1);
}
@media screen and (max-width: 1023px) {
  .registration-header .video-wrapper {
    display: none;
  }
}
.registration-header .coming-soon {
  display: flex;
  width: 137px;
  height: 24px;
  margin: -2px auto 16px auto;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #121212;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .registration-header {
    padding-top: 86px;
    padding-bottom: 32px;
  }
}
.registration-header--dark {
  padding-top: 80px;
  background-color: #121212;
}
.header-opt-img {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.header-opt-img-header {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}
@media screen and (max-width: 1023px) {
  .header-opt-img-header {
    padding: 32px 16px 16px 16px;
    padding-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }
}
.header-opt-img-copy {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  color: #121212;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .header-opt-img-copy {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 1023px) {
  .header-opt-img-copy {
    padding: 0 16px;
    font-size: 16px;
    line-height: 24px;
  }
}
.header-opt-img-cta {
  padding-top: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}
.header-opt-img-cta a {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #6666ff;
  text-decoration: underline;
}
.header-opt-img-cta a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .header-opt-img-cta a {
    font-size: 16px;
    line-height: 24px;
  }
}
.header-opt-img-cta img {
  display: inline;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  .header-opt-img-cta img {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .header-opt-img-cta {
    padding: 16px 0 0 0;
    font-size: 16px;
    line-height: 24px;
  }
}
.header-opt-img-wrapper {
  display: flex;
  justify-content: center;
}
.header-opt-img-wrapper-image {
  max-height: 630px;
  max-width: 1170px;
  margin-top: 80px;
  border-radius: 8px;
}
@media screen and (max-width: 1023px) {
  .header-opt-img-wrapper-image {
    width: 100%;
    margin-top: 32px;
    border-radius: 0;
  }
}
@media screen and (max-width: 1023px) {
  .header-opt-img-wrapper {
    order: -1;
  }
}
@media screen and (max-width: 1023px) {
  .header-opt-img {
    display: flex;
    padding: 0;
    padding-bottom: 80px;
    flex-direction: column;
  }
}
.homepage-btn {
  display: inline-flex;
  min-width: 100px;
  height: 36px;
  padding: 3px 8px;
  border: 2px solid #121212;
  border-radius: 4px;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  background-color: #ccf;
  background-size: cover;
  color: #121212;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
.homepage-btn:hover {
  text-decoration: none;
}
.homepage-btn-play {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.2%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 overflow=%27visible%27 preserveAspectRatio=%27none%27 viewBox=%270 0 24 24%27 width=%2721%27 height=%2721%27%3E%3Cg%3E%3Cpath xmlns:default=%27http://www.w3.org/2000/svg%27 d=%27M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 14.5v-9l6 4.5-6 4.5z%27 style=%27fill: rgb%2818, 18, 18%29;%27 vector-effect=%27non-scaling-stroke%27/%3E%3C/g%3E%3C/svg%3E");
}
.homepage-btn--watch {
  background-color: #9999ff;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.homepage-btn--watch:hover {
  background-color: #f1f1f1;
  text-decoration: none;
}
.homepage-btn--watch img {
  width: 24px;
  height: 24px;
}
.homepage-btn--try {
  background-color: #fcc820;
  width: 182px;
  height: 48px;
  font-size: 16px;
}
@media screen and (max-width: 400px) {
  .homepage-btn--try {
    width: 100%;
  }
}
.homepage-btn--try:hover {
  background-color: #f3f3f3;
}
.homepage-btn--chat {
  width: 182px;
  height: 48px;
  font-size: 16px;
}
.homepage-btn--chat:hover {
  background-color: #f3f3f3;
}
.homepage-btn--read:hover {
  background-color: #f1f1f1;
  text-decoration: none;
}
.header-page-section-with-optional-quote {
  display: flex;
  padding: 80px 135px;
  -moz-column-gap: 64px;
       column-gap: 64px;
}
.header-page-section-with-optional-quote .info {
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: center;
}
.header-page-section-with-optional-quote .info__header {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}
@media screen and (max-width: 1023px) {
  .header-page-section-with-optional-quote .info__header {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 400px) {
  .header-page-section-with-optional-quote .info__header {
    font-size: 24px;
    line-height: 32px;
  }
}
.header-page-section-with-optional-quote .info__main-text {
  padding-top: 24px;
  color: #121212;
  font-size: 24px;
  line-height: 36px;
}
@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .header-page-section-with-optional-quote .info__main-text {
    padding-top: 8px;
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .header-page-section-with-optional-quote .info__main-text {
    padding-top: 8px;
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .header-page-section-with-optional-quote .info__main-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.header-page-section-with-optional-quote .info__link {
  padding-top: 24px;
  color: #6666ff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
.header-page-section-with-optional-quote .info__link a {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #6666ff;
  text-decoration: underline;
}
.header-page-section-with-optional-quote .info__link a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .header-page-section-with-optional-quote .info__link a {
    font-size: 16px;
    line-height: 24px;
  }
}
.header-page-section-with-optional-quote .info__link img {
  display: inline;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  .header-page-section-with-optional-quote .info__link img {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .header-page-section-with-optional-quote .info__link {
    padding-top: 16px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .header-page-section-with-optional-quote .info {
    max-width: 600px;
  }
}
.header-page-section-with-optional-quote .visual {
  flex-basis: 550px;
}
.header-page-section-with-optional-quote .visual__image {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
@media screen and (max-width: 1023px) {
  .header-page-section-with-optional-quote .visual__image {
    max-width: 600px;
    max-height: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .header-page-section-with-optional-quote .visual {
    flex-basis: 332px;
  }
}
@media screen and (max-width: 1023px) {
  .header-page-section-with-optional-quote {
    padding: 32px 16px;
    align-items: center;
    flex-direction: column;
  }
}
.client-logos {
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  justify-content: center;
  -moz-column-gap: 67px;
       column-gap: 67px;
}
.client-logos-item {
  max-width: 214px;
  max-height: 40px;
}
@media screen and (max-width: 1023px) {
  .client-logos-item {
    max-height: 48px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .client-logos-item {
    max-height: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .client-logos {
    display: grid;
    padding: 0 16px;
    justify-items: center;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 8px;
    row-gap: 8px;
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}
.tiles-heading {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  padding: 80px 0 72px 0;
}
.homepage-tiles__50px-photo {
  width: 50px !important;
}
.homepage-tiles__90px-photo {
  width: 90px !important;
}
.tiles-link {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: underline;
  color: #6666ff;
  line-height: 36px;
  display: flex;
  justify-content: center;
  margin-top: -45px;
  margin-bottom: 50px;
  align-items: center;
}
.tiles-link p {
  display: flex;
  align-items: center;
}
.tiles-link img {
  width: 29px;
  height: 29px;
  margin-left: 8px;
}
.tiles-with-copy {
  padding: 20px 135px 80px 135px;
}
.tiles-with-copy .tiles {
  display: flex;
  justify-content: space-between;
}
.tiles-with-copy .tiles .tile {
  width: 100%;
  flex-basis: 342px;
  flex-grow: 0;
  flex-shrink: 0;
}
.tiles-with-copy .tiles .tile__header {
  padding-top: 32px;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .tiles-with-copy .tiles .tile__header {
    font-size: 20px;
    line-height: 28px;
  }
}
.tiles-with-copy .tiles .tile__header a {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #6666ff;
  text-decoration: underline;
}
.tiles-with-copy .tiles .tile__header a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .tiles-with-copy .tiles .tile__header a {
    font-size: 16px;
    line-height: 24px;
  }
}
.tiles-with-copy .tiles .tile__header img {
  display: inline;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  .tiles-with-copy .tiles .tile__header img {
    width: 18px;
    height: 18px;
  }
}
.tiles-with-copy .tiles .tile__copy {
  padding-top: 8px;
  color: inherit;
  font-size: 20px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .tiles-with-copy .tiles .tile__copy {
    font-size: 16px;
    line-height: 24px;
  }
}
.tiles-with-copy .tiles .tile__image {
  border-radius: 8px;
  width: 100%;
  height: auto;
}
.tiles-with-copy .tiles .tile__link {
  margin-top: 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.tiles-with-copy .tiles .tile__link a {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #6666ff;
  text-decoration: underline;
}
.tiles-with-copy .tiles .tile__link a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .tiles-with-copy .tiles .tile__link a {
    font-size: 16px;
    line-height: 24px;
  }
}
.tiles-with-copy .tiles .tile__link img {
  display: inline;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  .tiles-with-copy .tiles .tile__link img {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .tiles-with-copy .tiles .tile__link {
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1340px) and (min-width: 1024px) {
  .tiles-with-copy .tiles .tile {
    max-width: 280px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .tiles-with-copy .tiles .tile {
    max-width: 100%;
    padding-top: 32px;
    flex-basis: 375px;
  }
}
@media screen and (max-width: 1023px) {
  .tiles-with-copy .tiles .tile {
    max-width: 600px;
    padding-top: 32px;
  }
  .tiles-with-copy .tiles .tile div:first-child {
    padding-top: 0px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .tiles-with-copy .tiles {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1023px) {
  .tiles-with-copy .tiles {
    align-items: center;
    flex-direction: column;
  }
}
.tiles-with-copy .wiggle {
  display: flex;
  width: 213px;
  margin-top: -140px;
  margin-left: -80px;
  position: absolute;
  transform: rotate(-8deg);
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  color: #ff8585;
  font-family: gloria-hallelujah, serif;
  font-size: 19px;
  text-align: center;
  row-gap: 5px;
}
.tiles-with-copy .wiggle__image {
  width: 37px;
  height: 36px;
  transform: scaleX(-1) rotate(-204deg);
}
@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .tiles-with-copy .wiggle {
    margin-top: -110px;
  }
}
@media screen and (max-width: 1023px) {
  .tiles-with-copy .wiggle {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .tiles-with-copy {
    padding: 32px 16px;
  }
}
@media (max-width: 1440px) {
  .tiles-with-copy {
    padding: 20px 0 80px 0;
  }
  .tiles-with-copy .tiles {
    width: 100%;
    gap: 20px;
    margin: 0 auto;
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }
  .tiles-with-copy .tiles .tile {
    flex-basis: auto;
    padding-top: 0;
    width: 284px!important;
  }
  .tiles-with-copy .tiles .tile__image {
    width: 100%;
  }
  .tiles-with-copy .tiles .tile__link {
    margin-top: 24px;
  }
  .tiles-with-copy .tiles .tile__link a {
    font-size: 24px!important;
  }
}
@media (max-width: 1024px) {
  .tiles-heading {
    padding: 43px 0 40px 0;
    margin: 0 auto;
    width: 652px;
    font-size: 32px;
    line-height: 40px;
  }
  .tiles-with-copy {
    padding: 0 16px 32px 16px;
  }
  .tiles-with-copy .tiles {
    width: 652px;
    justify-content: flex-start;
    gap: 20px;
    margin: 0 auto;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .tiles-with-copy .tiles .tile {
    flex-basis: auto;
    padding-top: 0;
    width: 316px!important;
  }
  .tiles-with-copy .tiles .tile__image {
    width: 100%;
  }
  .tiles-with-copy .tiles .tile__link {
    margin-top: 24px;
  }
  .tiles-with-copy .tiles .tile__link a {
    font-size: 24px!important;
  }
  .tiles-with-copy .tiles .tile__link img {
    width: auto;
    height: auto;
  }
}
@media (max-width: 692px) {
  .tiles-heading {
    padding: 32px 0 32px 0;
    margin: 0 20px;
    font-size: 24px;
    line-height: 32px;
    width: auto;
  }
  .tiles-with-copy {
    padding: 0 16px 32px 16px;
  }
  .tiles-with-copy .tiles {
    width: auto;
    justify-content: center;
  }
  .tiles-with-copy .tiles .tile__link {
    font-size: 24px;
  }
  .tiles-with-copy .tiles .tile__link a {
    font-size: 24px!important;
  }
  .tiles-with-copy .tiles .tile__link img {
    width: auto;
    height: auto;
  }
}
.testimonial {
  display: flex;
  margin-bottom: 72px;
  border: 2px solid #121212;
  border-radius: 8px;
  justify-content: left;
  box-shadow: -10px 10px 0 0 #9999ff;
  position: relative;
}
.testimonial--wrapper {
  display: flex;
  justify-content: space-around;
  -moz-column-gap: 73px;
       column-gap: 73px;
}
@media screen and (max-width: 1023px) {
  .testimonial--wrapper {
    flex-direction: column;
    justify-content: start;
  }
}
.testimonial--tile {
  width: 342px;
  height: 342px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .testimonial--tile {
    width: 100%;
    max-width: 342px;
    height: 100%;
    max-height: 342px;
  }
}
.testimonial__image {
  max-width: 827px;
  max-height: 342px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
@media screen and (max-width: 1023px) {
  .testimonial__image {
    max-width: 100%;
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
.testimonial .background--image {
  position: absolute;
}
.testimonial .about {
  width: 342px;
  padding: 32px;
  background-color: #121212;
  z-index: 1;
}
.testimonial .about--dark-mask {
  background-color: rgba(18, 18, 18, 0.75);
}
.testimonial .about__logo {
  height: 30px;
}
.testimonial .about__actions {
  display: flex;
  padding-top: 24px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media screen and (max-width: 1023px) {
  .testimonial .about__actions {
    flex-direction: column;
    row-gap: 8px;
  }
}
.testimonial .about__header {
  padding-top: 17px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
@media screen and (max-width: 1023px) {
  .testimonial .about__header {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1023px) {
  .testimonial .about {
    width: 100%;
    padding: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .testimonial {
    width: calc(100% - 40px);
    margin: 0 auto 24px;
    flex-direction: column-reverse;
    box-shadow: -8px 8px 0 0 #9999ff;
  }
}
.chat-sales {
  display: flex;
  padding: 80px 130px 0;
  background-color: #f3f3f3;
  color: #121212;
  -moz-column-gap: 75px;
       column-gap: 75px;
}
.chat-sales .info__header {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}
@media screen and (max-width: 1023px) {
  .chat-sales .info__header {
    font-size: 24px;
    line-height: 32px;
  }
}
.chat-sales .info__copy {
  padding-top: 24px;
  font-size: 24px;
  line-height: 36px;
}
@media screen and (max-width: 1023px) {
  .chat-sales .info__copy {
    padding-top: 8px;
    font-size: 16px;
    line-height: 24px;
  }
}
.chat-sales .info__action {
  padding-top: 34px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .chat-sales .info__action {
    padding-top: 24px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .chat-sales .info {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    margin: auto;
  }
}
.chat-sales .visual {
  display: flex;
  flex-direction: column;
}
.chat-sales .visual .image {
  max-width: 550px;
}
@media screen and (max-width: 1340px) and (min-width: 1024px) {
  .chat-sales .visual .image {
    max-width: 450px;
  }
}
@media screen and (max-width: 1023px) {
  .chat-sales .visual .image {
    max-width: 450px;
  }
}
@media screen and (max-width: 1023px) {
  .chat-sales .visual {
    align-items: center;
  }
}
@media screen and (max-width: 400px) {
  .chat-sales .visual {
    align-items: initial;
  }
}
.chat-sales .image--start {
  justify-content: flex-start;
}
.chat-sales .image--center {
  justify-content: center;
}
.chat-sales .image--end {
  justify-content: flex-end;
}
@media screen and (max-width: 1340px) and (min-width: 1024px) {
  .chat-sales {
    padding: 32px 32px 0;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .chat-sales {
    display: flex;
    padding: 32px 16px 0 16px;
    flex-direction: column;
    text-align: left;
    row-gap: 32px;
  }
}
.single-quote {
  display: flex;
  padding-top: 40px;
  padding-bottom: 80px;
  justify-content: center;
}
.single-quote__wrapper {
  max-width: 755px;
  padding: 40px;
  border-radius: 8px;
  background-color: #f3f3f3;
  background-image: url("data:image/svg+xml,%3Csvg id=%27Layer_1%27 data-name=%27Layer 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 53.4751 40%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23d4d4d4;%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27cls-1%27 d=%27M47.6624,0H34.8753a5.8129,5.8129,0,0,0-5.8128,5.8133V18.6a5.813,5.813,0,0,0,5.8128,5.8134H45.3374v.7789a6.6854,6.6854,0,0,1-6.6844,6.67,4.0689,4.0689,0,1,0,0,8.1377A14.8341,14.8341,0,0,0,53.4751,25.1909V5.8133A5.8128,5.8128,0,0,0,47.6624,0Z%27/%3E%3Cpath class=%27cls-1%27 d=%27M18.5992,0H5.8127A5.8129,5.8129,0,0,0,0,5.8133V18.6a5.8131,5.8131,0,0,0,5.8133,5.8134H16.2749v.7789a6.6854,6.6854,0,0,1-6.6844,6.67,4.0689,4.0689,0,1,0,0,8.1377A14.8317,14.8317,0,0,0,24.4126,25.1927V5.8133A5.8131,5.8131,0,0,0,18.5992,0Z%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom 40px right 40px;
  background-size: 53px;
  color: #8b8b8b;
}
.single-quote__wrapper .copy {
  color: #121212;
  font-size: 20px;
  line-height: 28px;
}
@media screen and (max-width: 1023px) {
  .single-quote__wrapper .copy {
    padding: 88px 32px 0 32px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
}
.single-quote__wrapper .author {
  display: flex;
  padding-top: 32px;
  justify-content: flex-start;
}
.single-quote__wrapper .author__data {
  margin-left: 24px;
}
@media screen and (max-width: 1023px) {
  .single-quote__wrapper .author__data {
    display: flex;
    margin: 16px 0 0 0;
    align-items: center;
    flex-direction: column;
  }
}
.single-quote__wrapper .author__name {
  color: #121212;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.single-quote__wrapper .author__job {
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.single-quote__wrapper .author__logo {
  max-height: 26px;
  margin-top: 2px;
}
@media screen and (max-width: 1023px) {
  .single-quote__wrapper .author__logo {
    max-height: 36px;
  }
}
.single-quote__wrapper .author__photo {
  width: 64px;
  height: 64px;
  margin-left: 8px;
  border-width: 3px;
  border-style: solid;
  border-color: #000;
  border-radius: 4px;
  box-shadow: -8px 8px 0 0 #66cfb0;
}
.single-quote__wrapper .author__photo--pink_shade {
  box-shadow: -8px 8px 0 0 #ff8585;
}
@media screen and (max-width: 1023px) {
  .single-quote__wrapper .author {
    padding-top: 32px;
    padding-bottom: 40px;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  .single-quote__wrapper {
    max-width: 600px;
    background-position: 50% 48px;
    background-size: 32px;
    margin: 32px 16px;
  }
}
@media screen and (max-width: 1023px) {
  .single-quote {
    padding: 0;
  }
}
.double-image-cta {
  padding: 80px 135px;
  color: #121212;
}
.double-image-cta__header {
  padding-bottom: 24px;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .double-image-cta__header {
    padding: 16px 16px 8px;
    align-items: center;
    font-size: 24px;
    line-height: 32px;
  }
}
.double-image-cta__copy {
  padding: 0 100px 80px;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .double-image-cta__copy {
    max-width: 600px;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
  }
}
.double-image-cta__tile {
  flex: 1 1;
}
@media screen and (max-width: 1023px) {
  .double-image-cta__tile {
    max-width: 600px;
  }
}
.double-image-cta__tiles {
  display: flex;
  -moz-column-gap: 72px;
       column-gap: 72px;
}
.double-image-cta__tiles__image {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 1023px) {
  .double-image-cta__tiles__image {
    width: 100%;
  }
}
.double-image-cta__tiles__image-header {
  margin-top: 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
.double-image-cta__tiles__image-header a {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #6666ff;
  text-decoration: underline;
}
.double-image-cta__tiles__image-header a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .double-image-cta__tiles__image-header a {
    font-size: 16px;
    line-height: 24px;
  }
}
.double-image-cta__tiles__image-header img {
  display: inline;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  .double-image-cta__tiles__image-header img {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .double-image-cta__tiles__image-header {
    margin-top: 12px;
    font-size: 24px;
    line-height: 32px;
  }
}
.double-image-cta__tiles__image-copy {
  margin-top: 16px;
  font-size: 20px;
  line-height: 28px;
}
.double-image-cta__tiles__image-copy strong {
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .double-image-cta__tiles__image-copy {
    margin-top: 4px;
    font-size: 16px;
    line-height: 24px;
  }
}
.double-image-cta__tiles__cta {
  margin-top: 16px;
}
.double-image-cta__tiles__cta a {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #6666ff;
  text-decoration: underline;
}
.double-image-cta__tiles__cta a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .double-image-cta__tiles__cta a {
    font-size: 16px;
    line-height: 24px;
  }
}
.double-image-cta__tiles__cta img {
  display: inline;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  .double-image-cta__tiles__cta img {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .double-image-cta__tiles__cta {
    margin-top: 4px;
  }
}
@media screen and (max-width: 1023px) {
  .double-image-cta__tiles {
    padding: 32px 0;
    align-items: center;
    flex-direction: column;
    row-gap: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .double-image-cta {
    display: flex;
    max-width: 600px;
    padding: 64px 16px 32px 16px;
    align-items: center;
    flex-direction: column;
  }
}
.form {
  display: flex;
  margin-top: 32px;
  align-items: center;
  justify-content: center;
}
.form--left {
  justify-content: flex-start;
}
.form__input {
  width: 320px;
  height: 48px;
  margin-right: 7px;
  margin-bottom: 8px;
  padding: 16px;
  border: 2px solid #121212;
  border-radius: 4px;
  background-color: #fff;
  background-size: cover;
  color: #121212;
  font-family: soleil, Arial, sans-serif;
  font-size: 16px;
  flex: 1 1;
}
@media screen and (max-width: 1023px) {
  .form__input {
    margin-right: 0;
  }
}
.form__button {
  height: 48px;
  padding: 0px 20px;
  border: 2px solid #121212;
  border-radius: 4px;
  background-color: #fcc820;
  background-size: cover;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  font-family: soleil, Arial, sans-serif;
  color: black;
}
.form__button:hover {
  background-color: #f3f3f3 !important;
}
@media screen and (max-width: 1023px) {
  .form__button,
  .form__input {
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (max-width: 1023px) {
  .form {
    height: auto;
    margin-top: 24px;
    padding: 0 16px;
    flex-direction: column;
  }
}
.container-table {
  padding: 40px 135px 80px;
}
.container-table__no-padding {
  padding: 0 135px;
}
@media screen and (max-width: 1023px) {
  .container-table {
    padding: 32px 16px;
  }
}
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.comparison-table__header {
  padding: 12px 0px;
  border-bottom: 1px solid #8b8b8b;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.comparison-table__cell {
  width: 88px;
  height: 48px;
}
.comparison-table__cell-data {
  padding: 20px 0px;
}
.comparison-table__cell-wide {
  width: auto;
  color: #000;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .comparison-table__cell-wide {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .comparison-table__cell-wide {
    font-size: 12px;
  }
}
.comparison-table__cell-light-text {
  color: #8b8b8b;
}
.comparison-table__cell-space {
  width: 48px;
}
@media screen and (max-width: 400px) {
  .comparison-table__cell {
    width: calc(88px / 2);
    height: calc(48px / 2);
  }
}
.comparison-table__heading-logo {
  width: 88px;
  height: 32px;
  margin: 0px auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 400px) {
  .comparison-table__heading-logo {
    width: calc(88px / 2);
    height: calc(32px / 2);
  }
}
.comparison-table__heading-title {
  height: 68px;
  text-transform: uppercase;
}
.comparison-table__comparison-icon img {
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .comparison-table {
    max-width: 600px;
    margin: auto;
  }
}
.ko-locale {
  font-weight: 350;
}
.header-page-section-with-title {
  display: flex;
  align-items: center;
  padding: 80px 135px;
  color: #121212;
  -moz-column-gap: 64px;
       column-gap: 64px;
}
.header-page-section-with-title .info {
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
}
.header-page-section-with-title .info__title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.header-page-section-with-title .info__title p:first-of-type {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.header-page-section-with-title .info__header {
  font-size: 52px;
  font-weight: 800;
  line-height: 60px;
}
@media screen and (max-width: 1023px) {
  .header-page-section-with-title .info__header {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (max-width: 400px) {
  .header-page-section-with-title .info__header {
    font-size: 24px;
    line-height: 32px;
  }
}
.header-page-section-with-title .info__main-text {
  padding-top: 24px;
  font-size: 24px;
  line-height: 36px;
}
@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .header-page-section-with-title .info__main-text {
    padding-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .header-page-section-with-title .info__main-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.header-page-section-with-title .info__action {
  padding-top: 32px;
}
@media screen and (max-width: 1023px) {
  .header-page-section-with-title .info {
    max-width: 600px;
  }
}
.header-page-section-with-title .visual__image {
  max-height: 482px;
  border-radius: 8px;
}
@media screen and (max-width: 1023px) {
  .header-page-section-with-title .visual__image {
    width: 600px;
    max-height: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .header-page-section-with-title .visual__image {
    max-width: 600px;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 400px) {
  .header-page-section-with-title .visual__image {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header-page-section-with-title {
    padding: 32px 16px;
    align-items: center;
    flex-direction: column;
  }
}
.black-bg-wrapper-studio {
  --text-color: #f5f5f5;
  background-color: #121212;
  color: #f5f5f5;
  color: var(--text-color);
}
.darkseclogo {
  display: flex;
  padding: 32px 16px;
  align-items: center;
  flex-direction: column;
}
.darkseclogo__logo {
  width: 136px;
  height: 40px;
  margin-top: 16px;
  margin-bottom: 32px;
  align-self: flex-start;
}
@media screen and (min-width: 1024px) {
  .darkseclogo__logo {
    display: none;
  }
}
.darkseclogo__logo-desktop {
  width: 207px;
  height: 61px;
}
@media (max-width: 1023px) {
  .darkseclogo__logo-desktop {
    display: none;
  }
}
.darkseclogo .left {
  display: flex;
  order: 3;
  flex-direction: column;
  flex: 1 1;
  justify-content: center;
  max-width: 600px;
}
.darkseclogo .left__header {
  color: #f3f3f3;
  font-size: 24px;
  line-height: 32px;
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .darkseclogo .left__header {
    order: 1;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
  }
}
.darkseclogo .left__dark {
  padding-top: 24px;
  padding-right: 0px;
  color: #f3f3f3;
  font-size: 16px;
  line-height: 24px;
}
.darkseclogo .left__dark strong {
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .darkseclogo .left__dark {
    order: 2;
    font-size: 24px;
    line-height: 36px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .darkseclogo .left__dark {
    padding-top: 8px;
  }
}
.darkseclogo .left__cta {
  order: 3;
  padding-top: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.darkseclogo .left__cta a {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #6666ff;
  text-decoration: underline;
}
.darkseclogo .left__cta a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .darkseclogo .left__cta a {
    font-size: 16px;
    line-height: 24px;
  }
}
.darkseclogo .left__cta img {
  display: inline;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  .darkseclogo .left__cta img {
    width: 18px;
    height: 18px;
  }
}
.darkseclogo .left__cta a {
  color: #9999ff;
}
@media screen and (min-width: 1024px) {
  .darkseclogo .left__cta img {
    width: 29px;
    height: 29px;
  }
}
@media screen and (min-width: 1024px) {
  .darkseclogo .left__cta {
    padding-top: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .darkseclogo .left {
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 45px;
  }
}
.darkseclogo .right {
  padding-right: 16px;
  flex-basis: 332px;
  order: 2;
  max-width: 600px;
}
.darkseclogo .right__image {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
@media screen and (min-width: 1024px) {
  .darkseclogo .right__image {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .darkseclogo .right {
    flex-basis: 550px;
    order: 3;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1023px) {
  .darkseclogo {
    max-width: 600px !important;
  }
}
@media screen and (min-width: 1024px) {
  .darkseclogo {
    padding: 49px 135px 80px;
    -moz-column-gap: 64px;
         column-gap: 64px;
    flex-direction: row;
    flex: 1 1;
  }
}
.sect-with-pill {
  display: grid;
  padding-top: 80px;
  padding-right: 105px;
  padding-bottom: 80px;
  padding-left: 105px;
  justify-content: center;
  color: #121212;
}
@media screen and (max-width: 2559px) and (min-width: 1200px) {
  .sect-with-pill {
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media screen and (max-width: 1023px) {
  .sect-with-pill {
    padding: 0;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .sect-with-pill {
    padding: 16px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .sect-with-pill {
    padding: 32px;
  }
}
.sect-with-pill .top {
  display: flex;
  justify-content: center;
}
.sect-with-pill .top__header {
  font-size: 36px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .sect-with-pill .top__header {
    font-size: 24px;
  }
}
.sect-with-pill .text {
  padding: 24px 455px 0px;
  font-size: 24px;
  text-align: center;
}
@media screen and (min-width: 2560px) {
  .sect-with-pill .text {
    padding-right: 35%;
    padding-left: 35%;
  }
}
@media screen and (max-width: 2559px) and (min-width: 1200px) {
  .sect-with-pill .text {
    padding-right: 27%;
    padding-left: 27%;
  }
}
@media screen and (max-width: 1023px) {
  .sect-with-pill .text {
    padding-top: 8px;
    padding-right: 28px;
    padding-left: 28px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .sect-with-pill .text {
    padding-right: 128px;
    padding-left: 128px;
  }
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (min-resolution: 192dpi) {
  .sect-with-pill .text {
    padding-right: 23%;
    padding-left: 23%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .sect-with-pill .text {
    padding-right: 100px;
    padding-left: 100px;
  }
}
.sect-with-pill .pills {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 48px 16% 0px;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .sect-with-pill .pills {
    padding-top: 32px;
  }
}
.sect-with-pill .pills__btn {
  padding: 8px 20px;
  border: none;
  border-radius: 68px;
  background-size: cover;
  font-family: soleil, Arial, sans-serif;
  font-size: 16px;
  -webkit-text-decoration: none solid;
          text-decoration: none solid;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .sect-with-pill .pills__btn {
    font-size: 12px;
  }
}
@media screen and (min-width: 2560px) {
  .sect-with-pill .pills {
    padding-right: 700px;
    padding-left: 700px;
  }
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (min-resolution: 192dpi) {
  .sect-with-pill .pills {
    padding-right: 160px;
    padding-left: 160px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .sect-with-pill .pills {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .sect-with-pill .pills {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.sect-with-pill .green-cyan {
  background-color: #a3e2d0;
}
.sect-with-pill .green-cyan:hover {
  background-color: #66cfb0;
}
.sect-with-pill .pale-purple {
  background-color: #d3acff;
}
.sect-with-pill .pale-purple:hover {
  background-color: #b575ff;
}
.sect-with-pill .light-yellow {
  background-color: #fee9a6;
}
.sect-with-pill .light-yellow:hover {
  background-color: #fdde79;
}
.sect-with-pill .pale-red {
  background-color: #ffb6b5;
}
.sect-with-pill .pale-red:hover {
  background-color: #ff8585;
}
.sect-with-pill .lavender-blue {
  background-color: #ccccff;
}
.sect-with-pill .lavender-blue:hover {
  background-color: #9999ff;
}
.section-integration-and-library-icons {
  display: flex;
  row-gap: 24px;
  padding-bottom: 80px;
  align-items: center;
  flex-direction: column;
}
.section-integration-and-library-icons .header {
  color: #121212;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-integration-and-library-icons .header {
    font-size: 20px;
    line-height: 28px;
  }
}
.section-integration-and-library-icons .icons {
  max-width: 530px;
}
@media screen and (max-width: 1023px) {
  .section-integration-and-library-icons {
    padding: 32px 16px;
    align-items: center;
    flex-direction: column;
  }
}
.top-cta {
  background-color: #f3f3f3;
  padding: 80px 0px;
}
.top-cta__carousel {
  margin-top: 10px;
}
.top-cta__carousel-item {
  font-size: 52px;
  font-weight: 800;
  color: #121212;
}
.top-cta__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  max-width: 1180px;
}
.top-cta__container-left {
  max-width: 500px;
}
.top-cta__container-left-description {
  font-size: 24px;
  color: #121212;
  line-height: 36px;
  padding: 25px 0px;
}
.top-cta__container-left-buttons .developers-top-cta__btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px;
}
.top-cta__container-left-buttons .developers-top-cta__btns-container-btn {
  display: flex;
  color: #121212;
  justify-content: center;
  text-align: center;
  align-items: center;
  max-width: 260px;
}
.top-cta__container-left-buttons .developers-top-cta__btns-container-btn:hover {
  text-decoration: none;
}
.top-cta__container-left-buttons .developers-top-cta__btns-container-btn-demo {
  background-color: #ccccff;
}
.top-cta__container-left-buttons .developers-top-cta__btns-container-img {
  height: 65px;
  margin-left: -10px;
}
.top-cta__container-right {
  align-items: center;
  display: flex;
  margin: auto;
}
.top-cta__container-right-visual {
  height: 350px;
  border-radius: 8px;
  width: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
.easy__container-heading {
  text-align: center;
  padding: 50px 0px;
  font-size: 36px;
  font-weight: 800;
}
.easy__container-asset {
  display: flex;
  justify-content: center;
  padding: 30px 20px;
  max-width: 1180px;
  margin: 0 auto;
}
.easy__container-asset-img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.testimonials-carousel__container {
  padding: 100px 0px;
  position: relative;
  overflow: hidden;
}
.testimonials-carousel__top {
  display: flex;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px;
}
.testimonials-carousel__top-buttons-prev {
  background-image: url("https://cdn.buttercms.com/3kPKAx0nQSG19pjuMqVm");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  width: 49px;
  height: 49px;
  margin-right: 10px;
  padding: 10px;
  border: 2px solid #6666ff;
  border-radius: 40px;
  transform: rotate(-180deg);
}
.testimonials-carousel__top-buttons-prev:hover {
  background-color: #6666ff;
  background-image: url("https://cdn.buttercms.com/F1XF8UBFRL60ffWYZSRU");
  transform: rotate(-180deg);
}
.testimonials-carousel__top-buttons-next {
  background-image: url("https://cdn.buttercms.com/3kPKAx0nQSG19pjuMqVm");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  width: 49px;
  height: 49px;
  padding: 10px;
  border: 2px solid #6666ff;
  border-radius: 40px;
}
.testimonials-carousel__top-buttons-next:hover {
  background-color: #6666ff;
  background-image: url("https://cdn.buttercms.com/F1XF8UBFRL60ffWYZSRU");
}
.testimonials-carousel__items {
  display: flex;
  justify-content: space-evenly;
  margin-top: 30px;
}
.testimonials-carousel__items-item {
  border: 2px solid #f3f3f3;
  border-radius: 5px;
  max-width: 500px;
  height: 310px;
  padding: 20px;
  margin: 0px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 14px;
  line-height: 20px;
  color: #121212;
  flex: 0 0 auto;
}
.testimonials-carousel__items-rating {
  display: flex;
  justify-content: left;
}
.testimonials-carousel__items-rating-star {
  height: 20px;
  width: 20px;
  margin-bottom: 10px;
}
.testimonials-carousel__items-bottom {
  margin-bottom: 0;
  margin-top: auto;
}
.testimonials-carousel__items-person {
  display: flex;
  align-items: center;
  margin: 15px 0px;
}
.testimonials-carousel__items-img {
  border-radius: 20px;
  margin-right: 10px;
  height: 40px;
}
.testimonials-carousel__items-name + p {
  font-weight: 600;
  font-size: 12px;
}
.testimonials-carousel__items-position + p {
  font-size: 12px;
}
.testimonials-carousel__items-end {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(18, 18, 18, 0.2);
  padding-top: 15px;
  align-items: center;
}
.testimonials-carousel__items-date {
  color: rgba(18, 18, 18, 0.5);
  font-size: 12px;
}
.testimonials-carousel__items-icon {
  height: 30px;
}
.features__container {
  max-width: 1400px;
  margin: auto;
}
.features__container-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  padding: 50px 100px;
  justify-content: center;
}
.features__container-col {
  max-width: 342px;
  margin: 0 auto;
}
.features__container-heading {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  max-width: 750px;
  margin: auto;
  padding: 30px 0px;
}
.features__container-title {
  font-weight: 600;
  color: #000;
  font-size: 24px;
  padding: 15px 0px;
}
.features__container-description {
  font-size: 20px;
  line-height: 28px;
  color: #121212;
}
.building-blocks__container {
  max-width: 1180px;
  margin: auto;
}
.building-blocks__container-header {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  max-width: 750px;
  margin: auto;
  padding: 60px 0px;
}
.building-blocks__container-col {
  max-width: 550px;
}
.building-blocks__container-image {
  padding: 10px 0px;
  max-width: 549px;
  border-radius: 20px;
}
.building-blocks__container-title {
  font-weight: 600;
  color: #000;
  font-size: 24px;
  padding: 15px 0px;
}
.building-blocks__container-description {
  font-size: 20px;
  line-height: 28px;
  color: #121212;
}
.building-blocks__row {
  justify-content: space-evenly;
  display: flex;
  padding: 30px 0px 80px;
}
.bottom-cta {
  background-color: #f3f3f3;
  padding: 80px 0;
}
.bottom-cta__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 20px;
}
.bottom-cta__container-left-heading {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}
.bottom-cta__container-left-input {
  align-items: start;
  display: flex;
}
.bottom-cta__container-left-input button {
  background-color: #ffb6b6;
}
.bottom-cta__container-right {
  height: calc(100% - 85px);
  margin: auto;
}
@media (max-width: 1250px) {
  .top-cta {
    justify-content: center;
    display: flex;
    text-align: center;
  }
  .top-cta__container {
    display: block;
  }
  .top-cta__container-right {
    margin: 30px auto;
  }
  .features__container-row {
    padding: 50px;
  }
  .building-blocks__row {
    justify-content: space-evenly;
    display: flex;
    padding: 30px 0px 80px;
  }
  .building-blocks__container-col {
    max-width: 430px;
    padding: 20px;
  }
  .building-blocks__container-image {
    max-width: 400px;
  }
  .bottom-cta {
    padding: 80px;
  }
}
@media (max-width: 1050px) {
  .features__container-image {
    max-width: 300px;
  }
  .bottom-cta__container-left-heading {
    font-size: 40px;
    line-height: 50px;
  }
  .bottom-cta__container-right-image {
    max-width: 450px;
  }
}
@media (max-width: 950px) {
  .features__container-row {
    grid-template-columns: 1fr 1fr;
  }
  .features__container-col {
    margin: 20px auto;
  }
  .building-blocks__row {
    display: grid;
  }
  .building-blocks__container-header {
    padding: 60px 0px 30px;
  }
  .building-blocks__container-col {
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 20px 30px;
  }
  .bottom-cta__container {
    display: block;
  }
  .bottom-cta__container-left {
    margin: auto;
    max-width: 500px;
    text-align: center;
  }
  .bottom-cta__container-left-input {
    display: block;
  }
  .bottom-cta__container-right-image {
    margin: auto;
    padding-top: 40px;
  }
}
@media (max-width: 700px) {
  .top-cta__container-left-heading-2 {
    height: 95px;
    line-height: 50px;
  }
}
@media (max-width: 650px) {
  .top-cta__container-right {
    display: none;
  }
  .top-cta__container-left .developers-top-cta__btns {
    display: block;
  }
  .top-cta__container-left .developers-top-cta__btns-container {
    margin: auto;
    display: inline-block;
  }
  .features__container-heading {
    padding: 30px 10px 0px;
  }
  .features__container-row {
    display: block;
  }
  .features__container-col {
    margin: 40px auto;
    text-align: center;
  }
  .features__container-image {
    margin: auto;
  }
  .testimonials-carousel__container {
    padding: 60px 0px;
  }
  .testimonials-carousel__top-logo {
    margin: auto;
  }
  .testimonials-carousel__top-buttons {
    display: none;
  }
  .testimonials-carousel__items-item {
    max-width: 300px;
    height: 400px;
    font-size: 12px;
  }
  .bottom-cta__container-right-image {
    max-width: 300px;
  }
}
@media (max-width: 450px) {
  .building-blocks__container-image {
    max-width: 300px;
  }
  .bottom-cta {
    padding: 80px 20px;
  }
}
@media (max-width: 350px) {
  .features__container-image {
    max-width: 250px;
  }
}
.homepage-hero-with-logos-gradient {
  padding: 40px 0;
  background: linear-gradient(to bottom, #ffffff 0%, #ccccff 50%, #a3e2d0 100%);
}
.homepage-hero-with-logos__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto auto auto;
  grid-column-gap: 0;
  grid-row-gap: 0;
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 70px;
}
.homepage-hero-with-logos__container-heading {
  grid-area: 1 / 1 / 2 / 2;
  width: 550px;
  font-size: 56px;
  font-weight: bold;
  color: #121212;
  line-height: 68px;
  margin-bottom: 24px;
}
.homepage-hero-with-logos__container-description {
  grid-area: 2 / 1 / 3 / 2;
  width: 549px;
  font-size: 24px;
  color: #121212;
  line-height: 36px;
}
.homepage-hero-with-logos__container-cta {
  grid-area: 3 / 1 / 4 / 2;
  display: flex;
  justify-content: left;
}
.homepage-hero-with-logos__container-media {
  grid-area: 1 / 2 / 4 / 3;
  justify-self: end;
}
.homepage-hero-with-logos__container-media video {
  max-width: 600px;
}
.homepage-hero-with-logos__container-logos {
  grid-area: 4 / 1 / 5 / 3;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 80px;
}
.homepage-hero-with-logos__container-logos img {
  max-width: 10%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 35px;
}
@media (max-width: 1440px) {
  .homepage-hero-with-logos-gradient {
    padding: 40px 24px;
  }
  .homepage-hero-with-logos__container-media video {
    width: 100%;
    min-width: 386px;
    max-width: 500px;
  }
}
@media (max-width: 1024px) {
  .homepage-hero-with-logos-gradient {
    padding: 0 0;
  }
  .homepage-hero-with-logos__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 16px;
    padding-top: 59px;
  }
  .homepage-hero-with-logos__container-heading {
    width: 653px;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    margin: 0 16px 16px 16px;
  }
  .homepage-hero-with-logos__container-description {
    width: clamp(200px, 100%, 652px);
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .homepage-hero-with-logos__container-cta .form {
    padding: 0;
    margin-top: 47px;
  }
  .homepage-hero-with-logos__container-media {
    margin: 40px auto 0 auto;
  }
  .homepage-hero-with-logos__container-logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 320px;
    grid-row-gap: 8px;
    row-gap: 8px;
    justify-items: center;
    margin: 40px auto;
  }
  .homepage-hero-with-logos__container-logos img {
    height: 48px;
    width: 140px;
    max-width: 100%;
    justify-self: center;
    align-self: center;
    padding: 10px 0;
  }
}
@media (max-width: 692px) {
  .homepage-hero-with-logos__container {
    padding-top: 32px;
  }
  .homepage-hero-with-logos__container-heading {
    width: 100%;
  }
  .homepage-hero-with-logos__container-heading h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .homepage-hero-with-logos__container-description {
    width: clamp(200px, 100%, 550px);
  }
  .homepage-hero-with-logos__container-cta .form {
    margin-top: 24px;
  }
  .homepage-hero-with-logos__container-media {
    display: none;
  }
  .homepage-hero-with-logos__container-logos {
    margin: 32px auto;
    width: auto;
  }
  .homepage-hero-with-logos__container-logos img {
    max-height: 60px;
    max-width: 66%;
    height: auto;
    width: auto;
  }
}
.interactive_buttons__container {
  display: grid;
  grid-template-rows: auto auto;
  grid-column-gap: 0;
  grid-row-gap: 0;
  max-width: 1180px;
  margin: 0 auto;
  padding: 80px 0;
}
.interactive_buttons__container-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 63px;
  z-index: 1;
}
.interactive_buttons__container-buttons .mobile-step {
  display: none;
}
.interactive_buttons__container-buttons::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateZ(-1px);
  height: 2px;
  background-color: #121212;
  z-index: 1;
  left: 0;
  right: 0;
}
.interactive_buttons__container-buttons .interactive-button {
  transform-style: preserve-3d;
  cursor: pointer;
  width: 342px;
  height: 48px;
  padding: 12px 24px;
  border: 2px solid #121212;
  border-radius: 39px;
  background-size: cover;
  font-size: 16px;
  font-weight: bold;
  -webkit-text-decoration: none solid #ffffff;
          text-decoration: none solid #ffffff;
  line-height: 19px;
  z-index: 2;
}
.interactive_buttons__container-buttons .interactive-button.active {
  background-color: #121212;
  color: #ffffff;
}
.interactive_buttons__container-buttons .interactive-button.not-active {
  background-color: #ffffff;
  color: #121212;
}
.interactive_buttons__container-buttons .interactive-button.not-active:hover {
  background-color: #f3f3f3;
}
.interactive_buttons__container-bottom #description1,
.interactive_buttons__container-bottom #description2,
.interactive_buttons__container-bottom #description3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto auto;
}
.interactive_buttons__container-bottom-number {
  grid-area: 1 / 1 / 2 / 2;
  width: 342px;
  font-size: 80px;
  font-weight: bold;
  color: #121212;
  -webkit-text-decoration: none solid #121212;
          text-decoration: none solid #121212;
  line-height: 50px;
  margin-bottom: 36px;
}
.interactive_buttons__container-bottom-steps {
  display: none;
}
.interactive_buttons__container-bottom-description {
  grid-area: 2 / 1 / 3 / 2;
  width: 342px;
  height: 144px;
  font-size: 24px;
  color: #121212;
  line-height: 36px;
}
.interactive_buttons__container-bottom-progress-bar {
  grid-area: 3 / 1 / 4 / 2;
  margin-top: 25px;
}
.interactive_buttons__container-bottom-progress-bar .meter {
  position: relative;
  overflow: hidden;
  width: 342px;
  height: 2px;
  background: #f3f3f3;
}
.interactive_buttons__container-bottom-progress-bar .meter span {
  display: block;
  height: 100%;
}
.interactive_buttons__container-bottom-progress-bar .progress {
  background: #121212;
}
.interactive_buttons__container-bottom-media {
  grid-area: 1 / 2 / 4 / 3;
  overflow: hidden;
  justify-self: end;
}
.interactive_buttons__container-bottom-media img {
  height: 260px;
  width: 761px;
  border-radius: 8px;
}
@media (max-width: 1440px) {
  .interactive_buttons__container {
    padding: 80px 24px;
  }
  .interactive_buttons__container-buttons .interactive-button {
    width: 31%;
  }
  .interactive_buttons__container-bottom #description1,
  .interactive_buttons__container-bottom #description2,
  .interactive_buttons__container-bottom #description3 {
    grid-template-columns: 30% 70%;
  }
  .interactive_buttons__container-bottom-number {
    margin-right: 15px;
    width: auto;
  }
  .interactive_buttons__container-bottom-steps {
    width: auto;
  }
  .interactive_buttons__container-bottom-description {
    margin-right: 15px;
    width: auto;
    height: auto;
  }
  .interactive_buttons__container-bottom-progress-bar {
    width: auto;
    margin-right: 15px;
  }
  .interactive_buttons__container-bottom-progress-bar .meter {
    width: auto;
  }
  .interactive_buttons__container-bottom-media img {
    max-width: 761px;
    min-width: 300px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1118px) {
  .interactive_buttons__container-buttons .interactive-button {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .interactive_buttons__container {
    padding: 0 0 40px 0;
  }
  .interactive_buttons__container-buttons {
    flex-direction: column;
    margin: auto;
  }
  .interactive_buttons__container-buttons .mobile-step {
    width: 48px;
    height: 48px;
    border: 2px solid #121212;
    border-radius: 50%;
    background-color: #ffffff;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 40px auto 24px auto;
  }
  .interactive_buttons__container-buttons .mobile-step.not-active {
    display: none;
  }
  .interactive_buttons__container-buttons::before {
    content: none;
  }
  .interactive_buttons__container-buttons .interactive-button.active {
    color: #121212;
    background-color: white;
    text-align: center;
    border: none;
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .interactive_buttons__container-buttons .interactive-button.not-active {
    display: none;
  }
  .interactive_buttons__container-bottom #description1,
  .interactive_buttons__container-bottom #description2,
  .interactive_buttons__container-bottom #description3 {
    grid-template-columns: auto;
    justify-items: center;
    margin: 0 auto;
    width: 652px;
  }
  .interactive_buttons__container-bottom-number {
    display: none;
  }
  .interactive_buttons__container-bottom-steps {
    grid-area: 2 / 1 / 3 / 2;
    display: flex;
    margin: 36px 0;
    padding: 0;
    width: 100%;
  }
  .interactive_buttons__container-bottom-steps .step {
    width: 190px;
    height: 4px;
    border-radius: 6px;
    background-color: #121212;
    margin-right: 40px;
  }
  .interactive_buttons__container-bottom-steps .step.not-active {
    background-color: #f3f3f3;
  }
  .interactive_buttons__container-bottom-steps .step:last-child {
    margin-right: 0;
  }
  .interactive_buttons__container-bottom-description {
    grid-area: 1 / 1 / 2 / 2;
    width: 90%;
    height: auto;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .interactive_buttons__container-bottom-progress-bar {
    display: none;
  }
  .interactive_buttons__container-bottom-media {
    grid-area: 3 / 1 / 4 / 2;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .interactive_buttons__container-bottom-media img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 692px) {
  .interactive_buttons__container {
    padding: 0;
  }
  .interactive_buttons__container-buttons .mobile-step {
    margin: 32px auto 16px auto;
  }
  .interactive_buttons__container-bottom #description1,
  .interactive_buttons__container-bottom #description2,
  .interactive_buttons__container-bottom #description3 {
    width: auto;
  }
  .interactive_buttons__container-bottom-steps {
    margin: 32px 0;
    padding: 0 16px;
    justify-content: center;
  }
  .interactive_buttons__container-bottom-steps .step {
    width: 30%;
    margin: 0 9px;
  }
  .interactive_buttons__container-bottom-media img {
    border-radius: 0;
  }
}
@media (max-width: 371px) {
  .interactive_buttons__container-bottom-description {
    height: 96px;
  }
}
.iframe-gradient {
  background: linear-gradient(to bottom, #A3E2D0, #C0D3F1);
}
.iframe__container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto auto auto auto auto;
  grid-column-gap: 0;
  grid-row-gap: 0;
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.iframe__container-heading {
  grid-area: 1 / 2 / 2 / 5;
  width: 768px;
  height: 48px;
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  line-height: 48px;
  text-align: center;
  justify-self: center;
  margin: 80px auto 100px auto;
}
.iframe__container-iframe {
  grid-area: 2 / 1 / 3 / 6;
  width: 1171px;
  height: 739px;
  filter: drop-shadow(0px 1px 19px rgba(0, 0, 0, 0.2));
}
.iframe__container-iframe iframe {
  display: block;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.iframe__container-iframe::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  box-shadow: 0 0 0 #e6e6ff;
  animation: glow 600ms infinite;
  -webkit-animation: glow 600ms infinite;
  z-index: -1;
}
@keyframes glow {
  0% {
    box-shadow: 0 0 0 #e6e6ff;
  }
  50% {
    box-shadow: 0 0 13px #e6e6ff;
  }
  100% {
    box-shadow: 0 0 26px #e6e6ff;
  }
}
.iframe__container-iframe .decorative-text {
  position: absolute;
  font-size: 19px;
  color: #333;
  font-family: 'Gloria Hallelujah', cursive;
}
.iframe__container-iframe .decorative-text.top-left {
  width: 106px;
  top: 35px;
  left: -115px;
  transform: rotate(-17deg);
}
.iframe__container-iframe .decorative-text.top-left::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -40px;
  width: 35px;
  height: 35px;
  background-image: url('/images/homepage/iframe/wiggle-9.svg');
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-3deg);
}
.iframe__container-iframe .decorative-text.top-middle {
  width: 154px;
  top: -85px;
  right: 375px;
  transform: rotate(2deg);
  text-align: center;
}
.iframe__container-iframe .decorative-text.top-middle::before {
  content: '';
  position: absolute;
  bottom: -25px;
  left: -12px;
  width: 40px;
  height: 40px;
  background-image: url('/images/homepage/iframe/wiggle-11.svg');
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-3deg);
}
.iframe__container-iframe .decorative-text.middle-right {
  top: 300px;
  right: -100px;
  transform: rotate(10deg);
}
.iframe__container-iframe .decorative-text.middle-right::before {
  content: '';
  position: absolute;
  bottom: -50px;
  left: -15px;
  width: 40px;
  height: 40px;
  background-image: url('/images/homepage/iframe/wiggle-11.svg');
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(75deg) scale(-1, 1);
}
.iframe__container-cta {
  grid-area: 3 / 3 / 4 / 4;
  padding: 14px 30px;
  display: grid;
}
.iframe__container-cta button {
  width: 197px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  color: #121212;
  -webkit-text-decoration: none solid #121212;
          text-decoration: none solid #121212;
  line-height: 16px;
  text-align: center;
  align-self: center;
  justify-self: center;
  border: 2px solid #121212;
  border-radius: 4px;
  background-color: #fcc820;
  background-size: cover;
  margin: 50px auto;
  font-family: inherit;
}
.iframe__container-cta button:hover {
  background-color: #f3f3f3 !important;
}
.iframe__container-testimonials-heading {
  grid-area: 4 / 2 / 5 / 5;
  width: 625px;
  height: 48px;
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  -webkit-text-decoration: none solid #000000;
          text-decoration: none solid #000000;
  line-height: 48px;
  text-align: center;
  justify-self: center;
  margin-bottom: 48px;
}
.iframe__container-testimonials-upper {
  display: flex;
  flex-flow: row;
  overflow: hidden;
  justify-content: center;
  grid-area: 5 / 1 / 6 / 6;
  gap: 1.5rem;
}
.iframe__container-testimonials-upper-scroll {
  display: flex;
  flex-direction: column;
}
.iframe__container-testimonials-upper-scroll-cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.iframe__container-testimonials-upper-scroll-cards .card {
  width: 342px;
  border-radius: 8px;
  border: 2px solid #121212;
  background-color: #ffffff;
  stroke-width: 2;
  height: -moz-max-content;
  height: max-content;
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-template-rows: auto auto auto;
  grid-column-gap: 5px;
  grid-row-gap: 0;
}
.iframe__container-testimonials-upper-scroll-cards .card-pic {
  grid-area: 1 / 1 / 3 / 2;
  justify-self: center;
  align-self: center;
  margin-bottom: 24px;
  width: 56px;
  height: 56px;
}
.iframe__container-testimonials-upper-scroll-cards .card-pic img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
.iframe__container-testimonials-upper-scroll-cards .card-name {
  grid-area: 1 / 2 / 2 / 3;
  width: 222px;
  font-size: 16px;
  font-weight: bold;
  color: #121212;
  -webkit-text-decoration: none solid #121212;
          text-decoration: none solid #121212;
  line-height: 24px;
}
.iframe__container-testimonials-upper-scroll-cards .card-position {
  grid-area: 2 / 2 / 3 / 3;
  width: 222px;
  font-size: 16px;
  color: #121212;
  -webkit-text-decoration: none solid #121212;
          text-decoration: none solid #121212;
  line-height: 24px;
  margin-bottom: 24px;
}
.iframe__container-testimonials-upper-scroll-cards .card-review {
  grid-area: 3 / 1 / 4 / 3;
  height: -moz-max-content;
  height: max-content;
  justify-self: center;
  width: 294px;
  font-size: 20px;
  color: #121212;
  -webkit-text-decoration: none solid #121212;
          text-decoration: none solid #121212;
  line-height: 28px;
}
.iframe__container-testimonials-upper-scroll .animated {
  animation: scrollY 70s linear infinite;
  animation-delay: calc(70s * -1);
  transition: animation-duration 2s ease 0s;
}
@keyframes scrollY {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.iframe__container .mask {
  -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 0) 0%, #000000 25%, #000000 75%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(rgba(0, 0, 0, 0) 0%, #000000 25%, #000000 75%, rgba(0, 0, 0, 0) 100%);
  height: 800px;
}
@media (max-width: 1440px) {
  .iframe-gradient {
    padding: 0 24px;
  }
  .iframe__container-heading {
    margin: 80px auto 100px auto;
  }
  .iframe__container-iframe {
    width: auto;
    height: auto;
    aspect-ratio: 1.77777778;
  }
  .iframe__container-iframe .decorative-text.top-left::before {
    top: -40px;
  }
  .iframe__container-iframe iframe,
  .iframe__container-iframe img {
    width: 100%;
    height: 100%;
  }
  .iframe__container-testimonials-upper-scroll:nth-child(3) {
    display: none;
  }
  .iframe__container-testimonials-upper-scroll-cards .card-review {
    width: 100%;
    padding-right: 24px;
  }
}
@media (max-width: 1439px) {
  .iframe__container-iframe .decorative-text.top-left {
    display: none;
  }
  .iframe__container-iframe .decorative-text.top-middle {
    display: none;
  }
  .iframe__container-iframe .decorative-text.middle-right {
    display: none;
  }
}
@media (max-width: 1024px) {
  .iframe__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 37px;
  }
  .iframe__container-heading {
    width: 652px;
    height: 40px;
    font-size: 32px;
    line-height: 40px;
    margin: 40px;
  }
  .iframe__container-iframe {
    display: grid;
    justify-items: center;
    width: 100%;
    height: auto;
  }
  .iframe__container-iframe img {
    border-radius: 8px;
    width: 651px;
    height: auto;
    filter: drop-shadow(0px 1px 19px rgba(0, 0, 0, 0.2));
  }
  .iframe__container-iframe::before {
    background-image: none;
    animation: none;
    border: none;
  }
  .iframe__container-cta {
    margin: 40px;
    padding: 0;
    height: -moz-min-content;
    height: min-content;
  }
  .iframe__container-cta button {
    width: 252px;
    margin: 0;
  }
  .iframe__container-testimonials-heading {
    width: 652px;
    height: 40px;
    font-size: 32px;
    line-height: 40px;
    align-self: center;
    margin: 40px;
  }
  .iframe__container-testimonials-upper-scroll-cards {
    flex-direction: column;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    justify-content: flex-start;
  }
  .iframe__container-testimonials-upper-scroll-cards .card {
    width: 316px;
    margin-bottom: 0;
  }
  .iframe__container-testimonials-upper-scroll-cards .card-review {
    width: 95%;
  }
}
@media (max-width: 692px) {
  .iframe__container {
    padding-bottom: 20px;
  }
  .iframe__container-heading {
    width: 288px;
    height: 64px;
    font-size: 24px;
    line-height: 32px;
    margin: 32px;
  }
  .iframe__container-iframe {
    align-items: center;
    width: 80%;
  }
  .iframe__container-iframe img {
    width: 100%;
  }
  .iframe__container-iframe::before {
    background-image: none;
  }
  .iframe__container-cta {
    margin: 32px;
  }
  .iframe__container-testimonials-heading {
    width: 288px;
    height: 64px;
    font-size: 24px;
    line-height: 32px;
    align-self: center;
    margin: 32px;
  }
  .iframe__container-testimonials-upper {
    flex-direction: column;
  }
  .iframe__container-testimonials-upper-scroll:nth-child(2) {
    display: none;
  }
  .iframe__container-testimonials-upper-scroll-cards {
    flex-direction: column;
    align-items: center;
    row-gap: 0;
    width: auto;
  }
  .iframe__container-testimonials-upper-scroll-cards .card {
    width: 90%;
    margin-bottom: 12px;
  }
  .iframe__container-testimonials-upper-scroll-cards .card-review {
    width: auto;
  }
  .iframe__container-testimonials-upper-scroll-cards .card-name {
    width: auto;
  }
  .iframe__container-testimonials-upper-scroll-cards .card-position {
    width: auto;
  }
  .iframe__container-testimonials .mask {
    height: 800px;
  }
}
.bottom-features-gradient {
  background: linear-gradient(to bottom, #CBCDFE 0%, #FFFFFF 100%);
}
.bottom-features__container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-column-gap: 0;
  grid-row-gap: 0;
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.bottom-features__container-heading {
  grid-area: 1 / 2 / 2 / 5;
  width: 517px;
  height: 48px;
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  -webkit-text-decoration: none solid #000000;
          text-decoration: none solid #000000;
  line-height: 48px;
  text-align: center;
  justify-self: center;
  margin: 80px auto 48px auto;
}
.bottom-features__container-features-with-gif {
  grid-area: 2 / 1 / 3 / 6;
  height: 802px;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 24px;
  margin-bottom: 80px;
}
.bottom-features__container-features-with-gif-cards {
  display: flex;
  justify-content: space-evenly;
}
.bottom-features__container-features-with-gif-cards .card {
  width: 280px;
  height: 320px;
  padding: 24px;
  border-radius: 8px;
  background-color: #f3f3f3;
  background-size: cover;
  cursor: pointer;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto auto;
  grid-column-gap: 0;
  grid-row-gap: 0;
}
.bottom-features__container-features-with-gif-cards .card-icon {
  grid-area: 1 / 1 / 2 / 2;
  width: 36px;
  height: 36px;
}
.bottom-features__container-features-with-gif-cards .card-header {
  grid-area: 2 / 1 / 3 / 3;
  width: 233px;
  height: 32px;
  font-size: 18px;
  font-weight: bold;
  color: #121212;
  -webkit-text-decoration: none solid #121212;
          text-decoration: none solid #121212;
  line-height: 32px;
}
.bottom-features__container-features-with-gif-cards .card-description {
  grid-area: 3 / 1 / 4 / 3;
  width: 233px;
  height: 168px;
  font-size: 16px;
  color: #121212;
  -webkit-text-decoration: none solid #121212;
          text-decoration: none solid #121212;
  line-height: 24px;
}
.bottom-features__container-features-with-gif-cards .card.active {
  background-color: rgba(243, 243, 243, 0.5);
}
.bottom-features__container-features-with-gif-cards .card.not-active {
  background-color: #ffffff;
}
.bottom-features__container-features-with-gif-cards .card.not-active:hover {
  background-color: rgba(243, 243, 243, 0.3);
}
.bottom-features__container-features-with-gif-gif {
  width: 1074px;
  height: 420px;
  margin: 38px 24px 0 24px;
}
.bottom-features__container-features-with-gif-gif video {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  filter: drop-shadow(0px -5px 6px rgba(0, 0, 0, 0.05));
  width: auto;
  height: 100%;
}
.bottom-features__container-features {
  grid-area: 3 / 1 / 4 / 6;
}
.bottom-features__container-features-cards {
  display: flex;
  justify-content: space-between;
}
.bottom-features__container-features-cards .card {
  width: 342px;
  height: 342px;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
}
.bottom-features__container-features-cards .card-icon {
  grid-area: 1 / 1 / 2 / 2;
  width: 90px;
  height: 90px;
}
.bottom-features__container-features-cards .card-header {
  grid-area: 2 / 1 / 3 / 3;
  width: 294px;
  height: 64px;
  font-size: 24px;
  font-weight: bold;
  color: #121212;
  -webkit-text-decoration: none solid #121212;
          text-decoration: none solid #121212;
  line-height: 32px;
  margin: 40px auto 16px auto;
}
.bottom-features__container-features-cards .card-description {
  grid-area: 3 / 1 / 4 / 3;
  width: 294px;
  height: 84px;
  font-size: 20px;
  color: #121212;
  -webkit-text-decoration: none solid #121212;
          text-decoration: none solid #121212;
  line-height: 28px;
}
.bottom-features__container-enterprises-heading {
  grid-area: 4 / 1 / 5 / 6;
  margin: 120px auto 0 auto;
  width: 1170px;
  height: 136px;
  font-size: 56px;
  color: #121212;
  -webkit-text-decoration: none solid #121212;
          text-decoration: none solid #121212;
  line-height: 68px;
  text-align: center;
}
.bottom-features__container-enterprises-logos {
  grid-area: 5 / 1 / 6 / 6;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin: 40px 0;
  padding: 40px 0;
}
.bottom-features__container-enterprises-logos img {
  max-width: 10%;
  height: auto;
  min-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 35px;
}
.bottom-features__container-media {
  grid-area: 6 / 2 / 7 / 5;
  width: 592px;
  height: 332px;
  border: 2px solid #121212;
  border-radius: 4px;
  background-color: #000000;
  justify-self: center;
}
.bottom-features__container-media lite-youtube {
  width: 100%;
  height: 100%;
  min-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.bottom-features__container-cta {
  grid-area: 7 / 3 / 8 / 4;
  justify-self: center;
  display: flex;
  margin-top: 60px;
}
.bottom-features__container-cta a {
  font-weight: 600;
  text-decoration: underline;
  font-size: 24px;
  color: #6666ff;
  line-height: 36px;
}
.bottom-features__container-cta img {
  display: inline;
  vertical-align: middle;
}
@media (max-width: 1440px) {
  .bottom-features-gradient {
    padding: 0 24px;
  }
  .bottom-features__container-features-with-gif-cards .card {
    width: 25%;
    grid-template-rows: 36px auto auto;
    padding: 24px 24px 24px 0;
  }
  .bottom-features__container-features-with-gif-cards .card:first-child {
    padding-left: 24px;
  }
  .bottom-features__container-features-with-gif-cards .card-header {
    width: auto;
  }
  .bottom-features__container-features-with-gif-cards .card-description {
    width: auto;
  }
  .bottom-features__container-features-with-gif-gif {
    display: flex;
    align-items: flex-end;
    width: auto;
  }
  .bottom-features__container-features-with-gif-gif video,
  .bottom-features__container-features-with-gif-gif img {
    width: 100%;
    height: 100%;
  }
  .bottom-features__container-features-cards .card {
    width: 32%;
  }
  .bottom-features__container-features-cards .card-header {
    margin-left: 0;
  }
  .bottom-features__container-features-cards .card-description {
    width: auto;
    margin-right: 8px;
  }
  .bottom-features__container-enterprises-heading {
    width: auto;
  }
}
@media (max-width: 1024px) {
  .bottom-features-gradient {
    padding: 0;
  }
  .bottom-features__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .bottom-features__container-heading {
    width: 652px;
    height: auto;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    margin: 32px auto;
  }
  .bottom-features__container-features-with-gif {
    width: 652px;
    height: auto;
    align-self: center;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
  }
  .bottom-features__container-features-with-gif-cards {
    width: 100%;
    height: 188px;
    padding: 24px;
  }
  .bottom-features__container-features-with-gif-cards .card {
    background-color: transparent;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 36px auto;
    grid-template-rows: 36px auto;
    padding: 0;
    justify-content: start;
  }
  .bottom-features__container-features-with-gif-cards .card:first-child {
    padding-left: 0;
  }
  .bottom-features__container-features-with-gif-cards .card-icon {
    margin: 0;
  }
  .bottom-features__container-features-with-gif-cards .card-header {
    grid-area: 1 / 2 / 2 / 3;
    margin-left: 12px;
    font-size: 16px;
  }
  .bottom-features__container-features-with-gif-cards .card-description {
    grid-area: 2 / 1 / 3 / 3;
    width: 548px;
    height: auto;
    margin-top: 24px;
  }
  .bottom-features__container-features-with-gif-cards .card.active {
    background-color: transparent;
  }
  .bottom-features__container-features-with-gif-cards .card.not-active {
    display: none;
  }
  .bottom-features__container-features-with-gif-gif,
  .bottom-features__container-features-with-gif img {
    width: 100%;
    align-self: center;
    margin: 0;
    height: auto;
  }
  .bottom-features__container-features-with-gif-gif video,
  .bottom-features__container-features-with-gif img video {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .bottom-features__container-features-with-gif-gif-steps,
  .bottom-features__container-features-with-gif img-steps {
    margin: 36px auto 40px auto;
    width: 652px;
  }
  .bottom-features__container-features-with-gif-gif-steps .step,
  .bottom-features__container-features-with-gif img-steps .step {
    width: 129px;
    margin: 0 45px 0 0;
    height: 4px;
    border-radius: 6px;
    background-color: #121212;
  }
  .bottom-features__container-features-with-gif-gif-steps .step:last-child,
  .bottom-features__container-features-with-gif img-steps .step:last-child {
    margin-right: 0;
  }
  .bottom-features__container-features-with-gif-gif-steps .step.not-active,
  .bottom-features__container-features-with-gif img-steps .step.not-active {
    background-color: #f3f3f3;
  }
  .bottom-features__container-features {
    width: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .bottom-features__container-features-cards {
    width: 652px;
    margin: 0 auto;
    flex-wrap: wrap;
    -moz-column-gap: 81px;
         column-gap: 81px;
    row-gap: 64px;
    justify-content: flex-start;
    padding: 40px 0 45px 0;
  }
  .bottom-features__container-features-cards .card {
    width: 256px;
    height: auto;
    grid-template-rows: max-content;
    padding: 0;
  }
  .bottom-features__container-features-cards .card-icon {
    width: 50px;
    height: 50px;
  }
  .bottom-features__container-features-cards .card-icon img {
    width: 50px;
    height: 50px;
  }
  .bottom-features__container-features-cards .card-header {
    margin: 25px 0 16px 0;
    font-size: 16px;
    line-height: 24px;
    height: -moz-fit-content;
    height: fit-content;
    width: 256px;
  }
  .bottom-features__container-features-cards .card-description {
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  .bottom-features__container-enterprises-heading {
    width: 652px;
    height: auto;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    margin: 40px auto;
  }
  .bottom-features__container-enterprises-logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 320px;
    grid-row-gap: 8px;
    row-gap: 8px;
    justify-items: center;
    margin: 0 auto 40px auto;
    padding: 0;
  }
  .bottom-features__container-enterprises-logos img {
    height: 48px;
    width: 140px;
    max-width: 100%;
    justify-self: center;
    align-self: center;
    padding: 10px 0;
  }
  .bottom-features__container-media {
    width: 652px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto;
  }
  .bottom-features__container-cta {
    align-self: center;
    margin: 32px auto 38px auto;
  }
}
@media (max-width: 692px) {
  .bottom-features__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .bottom-features__container-heading {
    width: 90%;
    height: auto;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin: 32px auto;
  }
  .bottom-features__container-features-with-gif {
    width: calc(100% - 32px);
    height: auto;
    align-self: center;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
  }
  .bottom-features__container-features-with-gif-cards {
    width: 100%;
    padding: 24px;
    height: auto;
  }
  .bottom-features__container-features-with-gif-cards .card {
    background-color: transparent;
    width: 100%;
    height: auto;
    display: grid;
    padding: 0;
    justify-content: space-evenly;
  }
  .bottom-features__container-features-with-gif-cards .card-icon {
    margin: 0;
  }
  .bottom-features__container-features-with-gif-cards .card-header {
    width: auto;
    grid-area: 1 / 2 / 2 / 3;
    margin-left: 12px;
    font-size: 16px;
  }
  .bottom-features__container-features-with-gif-cards .card-description {
    grid-area: 2 / 1 / 3 / 3;
    margin-top: 14px;
    width: auto;
    height: 72px;
  }
  .bottom-features__container-features-with-gif-cards .card.not-active {
    display: none;
  }
  .bottom-features__container-features-with-gif-gif,
  .bottom-features__container-features-with-gif img {
    width: 100%;
    align-self: center;
    margin: 0;
    height: auto;
  }
  .bottom-features__container-features-with-gif-gif video,
  .bottom-features__container-features-with-gif img video {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .bottom-features__container-features-with-gif-gif-steps,
  .bottom-features__container-features-with-gif img-steps {
    margin: 32px 0 65px 0;
    width: auto;
  }
  .bottom-features__container-features-with-gif-gif-steps .step,
  .bottom-features__container-features-with-gif img-steps .step {
    width: 25%;
    margin: 0 10px;
    height: 4px;
    border-radius: 6px;
    background-color: #121212;
  }
  .bottom-features__container-features-with-gif-gif-steps .step:first-child,
  .bottom-features__container-features-with-gif img-steps .step:first-child {
    margin-left: 16px;
  }
  .bottom-features__container-features-with-gif-gif-steps .step:last-child,
  .bottom-features__container-features-with-gif img-steps .step:last-child {
    margin-right: 16px;
  }
  .bottom-features__container-features-with-gif-gif-steps .step.not-active,
  .bottom-features__container-features-with-gif img-steps .step.not-active {
    background-color: #f3f3f3;
  }
  .bottom-features__container-features {
    width: 100%;
  }
  .bottom-features__container-features-cards {
    align-items: center;
    width: 100%;
    padding: 0;
    gap: 0;
  }
  .bottom-features__container-features-cards .card {
    border-radius: 0;
    width: 100%;
    height: auto;
    grid-template-rows: max-content;
    padding: 32px 24px 8px 24px;
  }
  .bottom-features__container-features-cards .card-icon {
    width: 50px;
    height: 50px;
  }
  .bottom-features__container-features-cards .card-icon img {
    width: 50px;
    height: 50px;
  }
  .bottom-features__container-features-cards .card-header {
    margin: 25px 0 16px 0;
    font-size: 16px;
    line-height: 24px;
    height: -moz-fit-content;
    height: fit-content;
    width: auto;
  }
  .bottom-features__container-features-cards .card-description {
    width: 100%;
    height: 100%;
  }
  .bottom-features__container-features-cards .card:first-child {
    border-radius: 8px 8px 0 0;
  }
  .bottom-features__container-features-cards .card:last-child {
    border-radius: 0 0 8px 8px;
    padding-bottom: 32px;
  }
  .bottom-features__container-enterprises-heading {
    width: 288px;
    height: auto;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    margin: 64px auto auto auto;
  }
  .bottom-features__container-enterprises-logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 8px;
    row-gap: 8px;
    justify-items: center;
    margin: 32px auto;
    padding: 0;
  }
  .bottom-features__container-enterprises-logos img {
    max-height: 60px;
    max-width: 66%;
    justify-self: center;
    align-self: center;
    padding: 10px 0;
    margin: 0;
    height: auto;
    width: auto;
  }
  .bottom-features__container-media {
    aspect-ratio: 1.5;
    margin: 0;
    width: 100%;
    height: auto;
  }
  .bottom-features__container-media iframe {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bottom-features__container-cta {
    align-self: center;
    margin: 32px auto;
  }
}
@media (max-width: 560px) {
  .bottom-features__container-features-with-gif-cards .card-description {
    height: 119px;
  }
}
@media (max-width: 370px) {
  .bottom-features__container-features-with-gif-cards .card-description {
    height: 167px;
  }
}
lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  max-width: 720px;
}
lite-youtube::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  top: 0;
  height: 99px;
  width: 100%;
  font-family: "YouTube Noto", Roboto, Arial, Helvetica, sans-serif;
  color: hsl(0deg 0% 93.33%);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  font-size: 18px;
  padding: 25px 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
lite-youtube:hover::before {
  color: white;
}
lite-youtube:hover > .lty-playbtn {
  filter: none;
}
lite-youtube::after {
  content: "";
  display: block;
  padding-bottom: calc(100% / (16 / 9));
}
lite-youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}
lite-youtube > .lty-playbtn {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center / 68px 48px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 68 48\"><path d=\"M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z\" fill=\"red\"/><path d=\"M45 24 27 14v20\" fill=\"white\"/></svg>");
  position: absolute;
  cursor: pointer;
  z-index: 1;
  filter: grayscale(100%);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  border: 0;
}
lite-youtube .lty-playbtn:focus {
  filter: none;
}
lite-youtube.lyt-activated {
  cursor: inherit;
}
lite-youtube.lyt-activated::before {
  opacity: 0;
  pointer-events: none;
}
lite-youtube.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none;
}
.lyt-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.homepage-bottom-cta-background {
  background-color: #121212;
  padding: 80px 0;
}
.homepage-bottom-cta__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto auto;
  margin: 0 auto;
  max-width: 1180px;
  color: #ffffff;
}
.homepage-bottom-cta__container-heading {
  grid-area: 1 / 1 / 2 / 2;
  width: 549px;
  height: 96px;
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-decoration: none solid #ffffff;
          text-decoration: none solid #ffffff;
  line-height: 48px;
  margin-bottom: 24px;
}
.homepage-bottom-cta__container-description {
  grid-area: 2 / 1 / 3 / 2;
  width: 549px;
  height: 108px;
  font-size: 24px;
  color: #ffffff;
  -webkit-text-decoration: none solid #ffffff;
          text-decoration: none solid #ffffff;
  line-height: 36px;
  margin-bottom: 32px;
}
.homepage-bottom-cta__container-button {
  grid-area: 3 / 1 / 4 / 2;
  display: grid;
  align-items: center;
  width: 163px;
  height: 47px;
  border: 2px solid #121212;
  border-radius: 4px;
  background-color: #ccccff;
  background-size: cover;
  text-align: center;
  cursor: pointer;
}
.homepage-bottom-cta__container-button:hover {
  background-color: #f3f3f3;
}
.homepage-bottom-cta__container-button a {
  font-size: 16px;
  font-family: inherit;
  font-weight: bold;
  color: #121212;
  -webkit-text-decoration: none solid #121212;
          text-decoration: none solid #121212;
  line-height: 16px;
}
.homepage-bottom-cta__container-image {
  grid-area: 1 / 2 / 4 / 3;
  width: 530px;
  height: 342px;
  justify-self: end;
}
.homepage-bottom-cta__container-image img {
  border-radius: 8px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  min-height: 100%;
}
@media (max-width: 1440px) {
  .homepage-bottom-cta-background {
    padding: 80px 24px;
  }
  .homepage-bottom-cta__container-image {
    width: auto;
  }
}
@media (max-width: 1024px) {
  .homepage-bottom-cta-background {
    padding: 0;
  }
  .homepage-bottom-cta__container {
    width: 652px;
  }
  .homepage-bottom-cta__container-heading {
    margin-top: 40px;
    width: 316px;
    font-size: 24px;
    line-height: 32px;
  }
  .homepage-bottom-cta__container-description {
    width: 316px;
    font-size: 16px;
    line-height: 24px;
  }
  .homepage-bottom-cta__container-button {
    margin-bottom: 40px;
  }
  .homepage-bottom-cta__container-image {
    width: 313px;
    height: 202px;
    margin-top: 47px;
  }
}
@media (max-width: 692px) {
  .homepage-bottom-cta-background {
    padding: 32px 16px;
  }
  .homepage-bottom-cta__container {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .homepage-bottom-cta__container-heading {
    width: 100%;
    height: auto;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
    margin-top: 0;
  }
  .homepage-bottom-cta__container-description {
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
  }
  .homepage-bottom-cta__container-button {
    margin-bottom: 32px;
  }
  .homepage-bottom-cta__container-image {
    align-self: center;
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  .homepage-bottom-cta__container-image img {
    width: 100%;
    height: auto;
  }
}
.homepage-faq {
  background: #fff;
  margin: 0 auto;
}
.homepage-faq__container {
  margin: 30px;
  margin-top: -1px;
  padding: 40px 20px 120px;
  border-radius: 20px;
}
.homepage-faq__container-heading {
  font-size: 36px;
  font-weight: 600;
  color: #000000;
  line-height: 48px;
  text-align: center;
  margin: 24px 0px 48px;
}
.homepage-faq__container-items {
  max-width: 960px;
  margin: auto;
}
.homepage-faq__container-items-item-question {
  cursor: pointer;
  padding: 20px 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  color: #2e2e2e;
  border-top: 1px solid #e6e6e6;
  background: #fff;
}
.homepage-faq__container-items-item-question::after {
  content: url('https://cdn.buttercms.com/qcLgJzxiTbGYf45h0AJ1');
  font-size: 20px;
  float: right;
  margin-left: 5px;
}
.homepage-faq__container-items-item:first-child .homepage-faq__container-items-item-question {
  border-top: none;
}
.homepage-faq__container-items-item:last-child .homepage-faq__container-items-item-question {
  border-bottom: 1px solid #e6e6e6;
}
.homepage-faq__container-items-item-answer {
  padding: 0px 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  color: #2e2e2e;
}
.homepage-faq__container-items-item-divider {
  border-top: 1px solid #e6e6e6;
}
.homepage-faq .active::after {
  content: url('https://cdn.buttercms.com/3rx8NMdgQoSmx4bJcOEG');
}
@media (max-width: 36.5em) {
  .termly-styles-termly-banner-e1ed59 .termly-styles-message-d6c726 {
    font-size: 8px !important;
    margin-bottom: 1em !important;
    max-height: 50px !important;
    overflow: scroll !important;
  }
  .termly-styles-buttons-bb7ad2 {
    padding: 1em 0 !important;
    width: 50% !important;
    flex-direction: row !important;
  }
  .termly-styles-button-a4543c {
    font-size: 8px !important;
  }
}
.merge-2025 {
  padding: 30px;
  background: linear-gradient(0deg, #a3e2d0 0%, #ccccff 53%, #ffffff 100%);
  margin: auto;
}
.merge-2025-container {
  max-width: 1180px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  justify-content: center;
  text-align: center;
}
.merge-2025-forge {
  width: 70px;
  height: 24px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #121212;
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
  text-align: center;
  display: flex;
  margin: auto;
  font-weight: 500;
}
.merge-2025-logo {
  display: flex;
  margin: auto;
}
.merge-2025-h1 {
  font-size: 48px;
  color: #121212;
  line-height: 60px;
  text-align: center;
  margin: 20px auto;
}
.merge-2025-h1-bold {
  font-weight: 800;
}
.merge-2025-h1-rotate {
  font-weight: 800;
}
.merge-2025-description {
  max-width: 638px;
  font-size: 16px;
  color: #121212;
  line-height: 24px;
  text-align: center;
  margin: auto;
}
.merge-2025-email {
  font-size: 16px;
  color: #121212;
  line-height: 24px;
  text-align: center;
  margin: auto;
  margin-bottom: 32px;
}
.merge-2025-block {
  border-radius: 8px;
  background: #ffffff;
  margin: 40px auto;
  justify-content: center;
  display: flex;
  flex-direction: column;
  max-width: 780px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 40px;
}
.merge-2025-block-components {
  display: flex;
  justify-content: space-around;
  gap: 0px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.merge-2025-block-components-cell {
  cursor: pointer;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  padding: 10px 5px;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  width: 140px;
  margin: auto;
  text-align: center;
}
.merge-2025-block-components-cell.selected {
  background: #f0f0f0;
}
.merge-2025-block-components-cell:hover {
  background: #f0f0f0;
}
.merge-2025-block-components-cell:first-of-type {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.merge-2025-block-components-cell:last-of-type {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: 1px solid #e0e0e0;
}
.merge-2025-block-components-cell-img {
  height: 21px;
  width: auto;
  margin-right: 5px;
}
.merge-2025-loader {
  display: none;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #121212;
}
.merge-2025-loader svg {
  height: 35px;
}
.merge-2025-mail-form {
  display: none;
  margin-top: 16px;
  font-size: 16px;
  color: #121212;
  position: relative;
}
.merge-2025-mail-form .input-wrapper {
  display: inline-block;
  vertical-align: top;
}
.merge-2025-mail-form .form__input {
  margin-bottom: 0;
}
.merge-2025-mail-form .form__button {
  width: 150px;
}
.merge-2025-mail-form > span {
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .merge-2025-mail-form .input-wrapper {
    width: 100%;
  }
  .merge-2025-mail-form .form__input,
  .merge-2025-mail-form .form__button {
    width: auto;
    max-width: none;
  }
  .merge-2025-mail-form .field-error {
    margin-top: 0;
    height: 20px;
  }
}
.merge-2025-logged-in-container {
  display: none;
  color: #121212;
}
.merge-2025-logged-in-container span {
  display: inline-block;
  margin-bottom: 16px;
}
.merge-2025-logged-in-container .merge-2025-block-link {
  background-color: #fcc820;
}
.merge-2025-block-components-cell-text {
  font-size: 14px;
  color: #515151;
  margin: 0px;
  line-height: 21px;
}
.merge-2025-block-input {
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  background-color: #ffffff;
  font-size: 18px;
  font-family: soleil, Arial, sans-serif;
  color: #000000;
  line-height: 25px;
  max-width: 700px;
  margin: 20px auto 40px;
  width: 100%;
  height: 96px;
  vertical-align: top;
  padding: 15px;
}
.merge-2025-block-input::-moz-placeholder {
  font-size: 18px;
}
.merge-2025-block-input::placeholder {
  font-size: 18px;
}
.merge-2025-block-link {
  padding: 14px 0px;
  border: 2px solid #121212;
  border-radius: 4px;
  background-color: #ccccff;
  font-size: 16px;
  color: #121212;
  line-height: 16px;
  text-align: center;
  max-width: 700px;
  margin: auto;
  width: 100%;
  font-weight: 700;
}
.merge-2025-block-link:disabled {
  opacity: 0.7;
}
.merge-2025-block-link:disabled:hover {
  background-color: #ccccff;
}
.merge-2025-block-link:hover {
  text-decoration: none;
  background: #f3f3f3;
}
.merge-2025-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 219px 219px 219px 219px 219px;
  justify-content: center;
  grid-gap: 20px;
}
.merge-2025-grid-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 248px;
  padding: 24px;
  border-radius: 8px;
  background-color: #ffffff;
}
.merge-2025-grid-block-top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}
.merge-2025-grid-block-img {
  height: 45px;
  width: auto;
  margin-bottom: 16px;
}
.merge-2025-grid-block-name {
  font-size: 18px;
  font-weight: 500;
  color: #121212;
  margin-bottom: 12px;
}
.merge-2025-grid-block-text {
  font-size: 16px;
  text-align: left;
  color: #121212;
  line-height: 24px;
}
.merge-2025-grid-block-links {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #6666ff;
  text-decoration: underline;
  vertical-align: bottom;
}
.merge-2025-grid-block-links:hover {
  text-decoration: none;
}
@media (max-width: 1200px) {
  .merge-2025-grid {
    grid-template-columns: 219px 219px 219px;
    grid-gap: 15px;
    margin: auto;
  }
}
@media (max-width: 850px) {
  .merge-2025-block-components {
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    margin: 0 auto;
  }
  .merge-2025-block-components-cell {
    flex: 0 0 auto;
  }
}
@media (max-width: 700px) {
  .merge-2025-grid {
    grid-template-columns: 219px 219px;
  }
}
@media (max-width: 500px) {
  .merge-2025-grid {
    grid-template-columns: 219px;
  }
  .merge-2025-grid-block {
    margin: 10px auto;
  }
}
.forge-reviews {
  background: #fff;
}
.forge-reviews__container {
  display: flex;
  justify-content: space-between;
  max-width: 1050px;
  margin: auto;
  padding: 90px 0px;
}
.forge-reviews__item {
  border-radius: 8px;
  border: 2px solid #121212;
  max-width: 487px;
  padding: 24px;
  margin: 10px auto;
}
.forge-reviews__person {
  display: flex;
  gap: 16px;
}
.forge-reviews__person img {
  width: 56px;
  border-radius: 30px;
}
.forge-reviews__name {
  font-size: 16px;
  color: #121212;
  line-height: 24px;
  font-weight: 600;
}
.forge-reviews__position {
  font-size: 16px;
  color: #121212;
  line-height: 24px;
}
.forge-reviews__review {
  font-size: 20px;
  padding-top: 24px;
  color: #121212;
  line-height: 28px;
}
@media (max-width: 1100px) {
  .forge-reviews__container {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 650px) {
  .forge-reviews__item {
    max-width: 350px;
  }
}
.how-forge-compares {
  background: linear-gradient(0deg, #a3e2d0 0%, #ccccff 53%, #ffffff 100%);
  padding-top: 90px;
  padding-bottom: 1px;
}
.how-forge-compares__container {
  margin: auto;
  max-width: 1200px;
}
.how-forge-compares__heading {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  line-height: 48px;
  text-align: center;
}
.how-forge-compares__block {
  display: grid;
  grid-template-columns: 550px 550px;
  justify-content: space-between;
  margin: 130px auto;
}
.how-forge-compares__block img {
  border-radius: 16px;
  width: 100%;
}
.how-forge-compares__block-heading {
  font-size: 36px;
  font-weight: 600;
  color: #121212;
  line-height: 48px;
  margin-bottom: 24px;
}
.how-forge-compares__block-description {
  font-size: 24px;
  color: #121212;
  line-height: 36px;
}
@media (max-width: 1250px) {
  .how-forge-compares__block {
    grid-template-columns: 450px 450px;
    margin: 130px 20px;
    align-items: center;
  }
}
@media (max-width: 1000px) {
  .how-forge-compares__block {
    display: block;
    max-width: 500px;
    margin: 80px auto;
    padding: 0px 20px;
    text-align: center;
  }
  .how-forge-compares__block div {
    margin-bottom: 35px;
  }
}
.forge-bottom-cta__container {
  display: flex;
  gap: 77px;
  padding: 81px 131px;
}
.forge-bottom-cta__left {
  max-width: 550px;
}
.forge-bottom-cta__heading {
  font-weight: 600;
  font-size: 36px;
  color: #fff;
  line-height: 48px;
}
.forge-bottom-cta__subheading {
  font-size: 24px;
  color: #fff;
  line-height: 36px;
  padding: 26px 0px 32px;
}
.forge-bottom-cta__buttons {
  display: flex;
  gap: 12px;
}
.forge-bottom-cta__yellow-btn {
  height: 48px;
  padding: 14px 30px;
  border: 2px solid #121212;
  border-radius: 4px;
  background-color: #fcc820;
  font-size: 16px;
  font-weight: 600;
  color: #121212;
  line-height: 16px;
  text-align: center;
  display: inline-block;
}
.forge-bottom-cta__purple-btn {
  height: 48px;
  padding: 14px 30px;
  border: 2px solid #121212;
  border-radius: 4px;
  background-color: #ccccff;
  font-size: 16px;
  font-weight: 600;
  color: #121212;
  line-height: 16px;
  text-align: center;
  display: inline-block;
}
.forge-bottom-cta__purple-btn:hover,
.forge-bottom-cta__yellow-btn:hover {
  background-color: #f3f3f3;
  text-decoration: none;
}
.forge-bottom-cta__bottom {
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  margin-top: 32px;
}
.forge-bottom-cta__email {
  text-decoration: underline;
}
.forge-bottom-cta__right {
  margin: auto;
}
@media (max-width: 1200px) {
  .forge-bottom-cta__right img {
    max-width: 350px;
  }
}
@media (max-width: 1000px) {
  .forge-bottom-cta__container {
    flex-direction: column;
  }
  .forge-bottom-cta__left {
    margin: auto;
    text-align: center;
  }
  .forge-bottom-cta__buttons {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .forge-bottom-cta__container {
    padding: 60px;
  }
  .forge-bottom-cta__buttons {
    flex-direction: column;
  }
  .forge-bottom-cta__right img {
    max-width: 225px;
  }
}
.forge-hover-assets {
  padding: 1px;
}
.forge-hover-assets__heading {
  font-size: 36px;
  font-weight: 600;
  color: #000;
  line-height: 48px;
  text-align: center;
  margin: 77px auto;
}
.forge-hover-assets__blocks {
  display: grid;
  grid-template-columns: 550px 550px;
  justify-content: center;
  grid-gap: 77px;
  gap: 77px;
}
.forge-hover-assets__text {
  padding: 12px;
  border-radius: 8px;
  font-size: 18px;
  color: #121212;
  line-height: 24px;
}
.forge-hover-assets__text span {
  font-weight: 600;
}
.forge-hover-assets__text.active {
  background-color: #ccccff;
}
.forge-hover-assets__animation-item {
  height: 500px;
  width: auto;
}
.forge-hover-assets__buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin: 80px auto 50px;
}
.forge-hover-assets__yellow-button {
  height: 48px;
  padding: 14px 30px;
  border: 2px solid #121212;
  border-radius: 4px;
  background-color: #fcc820;
  font-size: 16px;
  font-weight: 600;
  color: #121212;
  line-height: 16px;
  text-align: center;
  display: inline-block;
}
.forge-hover-assets__grey-button {
  height: 48px;
  padding: 14px 30px;
  border: 2px solid #121212;
  border-radius: 4px;
  background-color: #f3f3f3;
  font-size: 16px;
  font-weight: 600;
  color: #121212;
  line-height: 16px;
  text-align: center;
  display: inline-block;
}
.forge-hover-assets__yellow-button:hover,
.forge-hover-assets__grey-button:hover {
  background-color: #f3f3f3;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .forge-hover-assets__blocks {
    grid-template-columns: 450px 450px;
    gap: 60px;
  }
}
@media (max-width: 1000px) {
  .forge-hover-assets__blocks {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    max-width: 450px;
    margin: auto;
  }
  .forge-hover-assets__text {
    margin: 30px 10px;
  }
  .forge-hover-assets__text.active {
    background-color: #fff;
  }
}
@media (max-width: 600px) {
  .forge-hover-assets__animation-item {
    height: 350px;
    margin: 0px 10px;
  }
}
.simple-centered__container {
  margin: auto;
  max-width: 917px;
  padding: 40px 20px;
}
.simple-centered__text {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 32px;
  text-align: center;
}
.simple-centered-heading-text-assets {
  background: linear-gradient(0deg, #ffffff 4%, #ccccff 47%, #fee9a6 100%);
}
.simple-centered-heading-text-assets__container {
  margin: auto;
  padding: 60px 20px;
}
.simple-centered-heading-text-assets__heading {
  font-size: 36px;
  font-weight: 700;
  color: #121212;
  line-height: 48px;
  text-align: center;
}
.simple-centered-heading-text-assets__text {
  font-size: 24px;
  font-weight: 300;
  color: #121212;
  line-height: 36px;
  text-align: center;
  margin: 24px auto;
  max-width: 910px;
}
#rive {
  width: 100%;
  height: 658px;
  margin: auto;
}
.stats-social__container {
  display: grid;
  grid-template-columns: 342px 342px 342px;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0px auto 80px;
}
.stats-social__purple {
  font-size: 80px;
  font-weight: 700;
  line-height: normal;
  color: #6666ff;
  text-align: center;
  margin: 6px auto;
}
.stats-social__text {
  font-size: 24px;
  font-weight: 700;
  max-width: 250px;
  margin: auto;
  color: #000;
  line-height: 32px;
  text-align: center;
}
.stats-social__socials {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 1200px;
  padding: 47px 20px;
}
.stats-social__logo {
  height: 40px;
  width: auto;
}
@media (max-width: 1000px) {
  .stats-social__container {
    grid-template-columns: 342px;
    gap: 30px;
    justify-content: center;
    margin-bottom: 50px;
  }
  .stats-social__socials {
    flex-direction: column;
    gap: 30px;
  }
}
.custom-design {
  padding: 30px;
  background: linear-gradient(0deg, #fee9a6 0%, #ccccff 53%, #ffffff 100%);
  margin: auto;
}
.custom-design__container {
  max-width: 1180px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  justify-content: center;
  text-align: center;
}
.custom-design__subheading {
  height: 24px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #121212;
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
  text-align: center;
  display: flex;
  margin: auto;
  font-weight: 500;
}
.custom-design__heading {
  font-size: 48px;
  max-width: 900px;
  color: #121212;
  line-height: 60px;
  text-align: center;
  margin: 20px auto;
}
.custom-design__heading span {
  font-weight: 800;
}
.custom-design__description {
  max-width: 638px;
  font-size: 16px;
  color: #121212;
  line-height: 24px;
  text-align: center;
  margin: auto;
}
.custom-design__buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 30px auto;
}
.custom-design__grey-btn {
  height: 48px;
  padding: 14px 30px;
  border: 2px solid #121212;
  border-radius: 4px;
  background-color: #f3f3f3;
  font-size: 16px;
  font-weight: 600;
  color: #121212;
  line-height: 16px;
  text-align: center;
  display: inline-block;
}
.custom-design__yellow-btn {
  height: 48px;
  padding: 14px 30px;
  border: 2px solid #121212;
  border-radius: 4px;
  background-color: #fcc820;
  font-size: 16px;
  font-weight: 600;
  color: #121212;
  line-height: 16px;
  text-align: center;
  display: inline-block;
}
.custom-design__video {
  width: 575px;
  height: auto;
  margin: auto;
}
.custom-design__social-proofing-text {
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
  color: #000;
  letter-spacing: 1px;
}
.custom-design__socials {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  padding: 47px 20px;
}
.custom-design__socials-logo {
  height: 40px;
  width: auto;
}
@media (max-width: 1000px) {
  .custom-design__socials {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 650px) {
  .custom-design__buttons {
    flex-direction: column;
  }
  .custom-design__video {
    max-width: 300px;
  }
}
.custom-design-action {
  background: linear-gradient(0deg, #fee9a6 0%, #ccccff 53%, #ffffff 100%);
}
.custom-design-action__container {
  padding: 80px 20px;
}
.custom-design-action__heading {
  font-size: 36px;
  font-weight: 600;
  color: #000;
  line-height: 48px;
  text-align: center;
}
.custom-design-action__video-container {
  display: flex;
  border-radius: 8px;
  max-width: 1170px;
  margin: 30px auto;
  background: #000;
}
.custom-design-action__video-main {
  max-width: 787px;
  display: flex;
}
.custom-design-action__video-player {
  width: 100%;
  height: auto;
}
.custom-design-action__video-thumb {
  display: flex;
  height: 92px;
  gap: 20px;
  align-items: center;
  padding: 10px 20px;
  opacity: 0.7;
  cursor: pointer;
}
.custom-design-action__video-thumb:hover {
  opacity: 1;
}
.custom-design-action__video-thumb-img {
  height: 100%;
  width: 130px;
}
.custom-design-action__video-title {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.custom-design-action__button {
  width: 353px;
  height: 48px;
  display: block;
  margin: auto;
  padding: 14px 0px;
  border: 2px solid #121212;
  border-radius: 4px;
  background-color: #fcc820;
  font-size: 16px;
  font-weight: 600;
  color: #121212;
  line-height: 16px;
  text-align: center;
}
@media (max-width: 900px) {
  .custom-design-action__video-container {
    flex-direction: column;
    justify-content: center;
  }
  .custom-design-action__video-main {
    margin: 20px auto;
  }
  .custom-design-action__video-side {
    margin-bottom: 20px;
  }
}
.custom-design-fast-ai {
  padding: 60px 20px;
  margin: auto;
}
.custom-design-fast-ai__heading {
  font-size: 36px;
  font-weight: 700;
  color: #121212;
  line-height: 48px;
  text-align: center;
}
.custom-design-fast-ai__description-section {
  font-size: 24px;
  font-weight: 300;
  color: #121212;
  line-height: 36px;
  text-align: center;
  margin: 30px auto 50px;
  max-width: 910px;
}
.custom-design-fast-ai__description-bold {
  font-weight: 600;
}
.custom-design-fast-ai__grid {
  display: grid;
  grid-template-columns: 260px 260px 260px;
  grid-gap: 50px;
  justify-content: center;
  margin: 20px 0px;
}
.custom-design-fast-ai__block {
  color: #121212;
  line-height: 24px;
  border-radius: 8px;
  padding: 18px 15px;
  background-color: #ffdbda;
  height: 175px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.custom-design-fast-ai__block-heading {
  font-weight: 700;
  font-size: 20px;
}
.custom-design-fast-ai__block-description {
  font-size: 16px;
}
@media (max-width: 1000px) {
  .custom-design-fast-ai__grid {
    grid-template-columns: 260px 260px;
  }
}
@media (max-width: 600px) {
  .custom-design-fast-ai__grid {
    grid-template-columns: 260px;
  }
}
#examples {
  display: flex;
  padding-top: 96px;
  flex-direction: row;
}
.scroll-lock {
  overflow: hidden;
  height: 100vh;
}
.wide-section {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
.flex-center {
  display: flex;
  justify-content: center;
}
.flex-column {
  flex-direction: column;
}
.gray-section {
  background-color: #f3f3f3;
}
.iframe-title-margin {
  margin: 80px 0 50px 0;
  text-align: center;
}
.iframe-margin {
  margin-bottom: 70px;
  border-radius: 14px;
  font-size: 36px;
}
.tiles-gradient {
  background: linear-gradient(to bottom, #F2F2FF, #ccccff, #FFFFFF);
}

