:root {
  --white: white;
  --gray: #333;
  --faq-item-text: #333;
  --faq-item-bg: white;
  --black: black;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

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

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

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-bottom: 200px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-home-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.section.cc-store-home-wrap {
  padding-top: 0;
}

.section.hero {
  background-image: url('../images/day.png');
  background-position: 50% 100%;
  background-size: cover;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 144px;
  position: relative;
}

.section.hero.dark {
  background-image: url('../images/night.png');
}

.section.hero.terms {
  background-image: none;
  margin-bottom: 60px;
  padding-bottom: 0;
}

.section.footer {
  background-color: #eee;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.section.terms {
  margin-bottom: 160px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  background-color: #0000;
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.footer {
  padding-left: 80px;
  padding-right: 80px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

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

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

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

.primary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-contact-us {
  z-index: 5;
  text-align: center;
  background-color: #0567e2;
  border-radius: 99px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  transition-property: none;
  position: relative;
  box-shadow: inset 0 0 8px 4px #ffffff40;
}

.primary-button.cc-contact-us:hover {
  background-image: linear-gradient(#0006, #0006);
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

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

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  z-index: 1;
  background-color: #0000;
  align-items: center;
  max-width: 1340px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 28px 50px;
  display: flex;
}

.navigation.footer {
  margin-top: 40px;
  margin-bottom: 45px;
  padding: 0;
}

.navigation-item {
  opacity: 1;
  color: #333;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding: 9px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  transition-property: none;
}

.navigation-item:hover {
  background-color: var(--white);
  opacity: .9;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  border-radius: 100px;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 500;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.dark:hover {
  background-color: #ffffff0f;
}

.logo-image {
  width: 141px;
  display: block;
}

.logo-image.dark {
  display: none;
}

.navigation-items {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

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

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

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

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  color: var(--gray);
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 54px;
  font-weight: 500;
  line-height: 110%;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.secondary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.body {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  font-family: DM Sans, sans-serif;
}

.text-block {
  letter-spacing: normal;
  text-transform: capitalize;
}

.hero-heading {
  color: var(--gray);
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 72px;
  font-weight: 600;
  line-height: 95%;
}

.gradient {
  background-image: linear-gradient(#e6f6ff 49%, #e6f6ff00);
  width: 100%;
  height: 346px;
  position: absolute;
  top: 0;
}

.gradient.dark {
  background-image: linear-gradient(#0d285d, #0d285d00);
}

.hero-wrapper {
  margin-bottom: 28px;
}

.flex-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #fff6;
  border: 1px solid #ffffff4d;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  max-width: 166px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
}

.div-block-2 {
  background-color: #fff;
  border-radius: 999px;
  padding: 6px;
}

.paragraph {
  color: var(--gray);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.quick-stack {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding: 0;
}

.cell {
  background-color: #f6f6f6;
  border: 1px solid #0000000a;
  border-radius: 12px;
  padding: 30px;
}

.cell-heading {
  opacity: .5;
  color: var(--gray);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.flex-block-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 80px;
}

.image {
  width: 32px;
  height: 32px;
}

.cell-number {
  color: #0567e2;
  margin-bottom: 0;
  font-size: 68px;
  font-weight: 500;
  line-height: 95%;
}

.heading {
  text-align: center;
}

.sub-heading {
  color: #696969;
  text-align: center;
  max-width: 495px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 140%;
}

.features {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  height: auto;
  margin-bottom: 24px;
  padding: 0;
}

.features.second {
  height: 484px;
}

.cell-difference {
  background-image: url('../images/1.png'), linear-gradient(#f6f6f6, #f6f6f6);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  border-radius: 24px;
  padding: 34px 30px 290px;
}

.cell-difference.second {
  background-image: url('../images/2.png');
  background-position: 0 0;
  background-size: cover;
}

.cell-difference.second.dark {
  background-image: url('../images/2-dark.png'), linear-gradient(#0000, #0000);
}

.cell-difference.third {
  background-image: url('../images/4.png');
  background-position: 50%;
  background-size: cover;
}

.cell-difference.third.dark {
  background-image: url('../images/4-dark.png'), linear-gradient(#0000, #0000);
}

.cell-difference.fourth {
  background-image: url('../images/5.png');
  background-position: 50%;
  background-size: cover;
}

.cell-difference.fourth.dark {
  background-image: url('../images/5-dark.png'), linear-gradient(#0000, #0000);
  background-size: cover, auto;
}

.cell-difference.dark {
  background-image: url('../images/1-dark.png'), linear-gradient(#0f1019, #0f1019);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.cell-heading-diffrerence {
  color: var(--gray);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 48px;
  font-weight: 500;
  line-height: 105%;
}

.paragraph-2 {
  color: #4b4b4b;
  margin-bottom: 0;
  line-height: 160%;
}

.cell-2 {
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 118px;
  padding-bottom: 380px;
  font-size: 48px;
  font-weight: 500;
}

.cell-2.dark {
  background-image: url('../images/3-dark.png');
}

.centered-cell-heading {
  color: var(--gray);
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 48px;
  font-weight: 500;
  line-height: 105%;
}

.cell-subheading {
  color: #4b4b4b;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.flex-block-3 {
  flex-flow: row;
}

.exchange {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #bddaff29;
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  width: 112px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
}

.div-block-3 {
  margin-left: auto;
  margin-right: auto;
}

.image-2, .image-3, .image-4 {
  max-width: 28px;
  max-height: 28px;
}

.paragraph-3 {
  color: #8e8e8e;
  text-align: center;
  font-size: 14px;
  line-height: 140%;
}

.flex-block-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #bddaff29;
  border: 1px solid #00000008;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  max-width: 154px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
}

.div-block-4 {
  background-color: var(--white);
  border-radius: 999px;
  padding: 5px 7px;
}

.image-5 {
  width: 10px;
  height: 13px;
}

.paragraph-4 {
  color: #1c74e5;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.open-close-line---brix {
  background-color: var(--white);
  border-radius: 500px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.open-close-line---brix.second-line---brix {
  transform: rotate(90deg);
}

.open-close-icon-wrapper---brix {
  background-color: #0567e2;
  border-radius: 999px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 36px;
  min-height: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.accordion-item-title---brix {
  color: var(--faq-item-text);
  font-size: 24px;
  font-weight: 500;
  line-height: 95%;
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.tabs-accordion---brix {
  box-sizing: border-box;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--white);
  background-color: var(--faq-item-bg);
  border-radius: 16px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding: 24px 32px;
  overflow: visible;
}

.accordion-item---brix.tabs-accordion---brix:hover {
  background-color: #eee;
  border: 1px solid #dfdfdf;
  padding-left: 32px;
  padding-right: 32px;
}

.div-block-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 48%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._2-cols-grid {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

._2-cols-grid.faq-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: start;
  margin-top: 0;
  margin-bottom: 0;
}

._2-cols-grid.faq-grid.animate-in {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: start stretch;
  height: auto;
  max-height: none;
  margin-top: 28px;
  display: flex;
  overflow: visible;
}

.accordion-paragraph---brix {
  color: #fff;
  border-top: 1px solid #e9e9e966;
  width: 100%;
  max-width: 90%;
  margin-top: 28px;
  margin-bottom: 0;
  padding-top: 20px;
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.accordion-trigger---brix {
  border-bottom: 1px #00000026;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.bold-text {
  font-weight: 500;
}

.flex-block-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.div-block-17 {
  background-color: var(--white);
  color: var(--gray);
  border: 1px solid #0000001a;
  border-radius: 999px;
  padding: 12px;
}

.div-block-17:hover {
  background-color: #ebebeb;
}

.footer-image {
  width: 100%;
  min-width: 100%;
}

.footer-image.dark, .footer-image.mobile {
  display: none;
}

.flex-block-6 {
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 60px;
}

.paragraph-5 {
  opacity: .4;
  color: var(--gray);
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 100%;
}

.social-media-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  padding: 0;
}

.social-media-link {
  background-color: #f5f5f5;
  border: 1px solid #0000001a;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 12px;
}

.image-7 {
  width: 20px;
  height: 20px;
}

.flex-block-7 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  max-width: 170px;
}

.div-block-18 {
  background-color: #f5f5f5;
  border: 1px solid #0000001a;
  border-radius: 999px;
  padding: 12px;
}

.image-8, .menu-mob, .menu-mobile {
  display: none;
}

.paragraph-6 {
  opacity: .4;
  color: #333;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 100%;
}

.flex-block-8 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.div-block-21 {
  background-color: #f5f5f5;
  border: 1px solid #0000001a;
  border-radius: 999px;
  padding: 12px;
}

.div-block-22 {
  display: none;
}

.wallet {
  z-index: 5;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #ffffff0d;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-23 {
  background-color: var(--white);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  border: 1px solid #0000001a;
  border-radius: 32px;
  max-width: 640px;
  padding: 40px 12px;
}

.flex-block-9 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 28px;
  padding-right: 28px;
}

.paragraph-7 {
  color: var(--black);
  margin-bottom: 0;
  font-size: 20px;
  line-height: 100%;
}

.quick-stack-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  margin-bottom: 20px;
  padding: 0;
}

.cell-wallet {
  background-color: #f6f6f6;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.image-10 {
  margin-bottom: 8px;
}

.paragraph-8 {
  color: var(--gray);
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

.image-11 {
  width: 24px;
  height: 24px;
}

.paragraph-9 {
  color: var(--gray);
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 140%;
}

.link-3 {
  color: #1c74e5;
}

.toggle {
  color: var(--black);
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #cbdbe7;
  border-radius: 40px;
  align-items: center;
  width: 112px;
  height: 44px;
  display: flex;
  position: relative;
}

.toggle-circle {
  z-index: 1;
  color: var(--white);
  background-color: #0567e2;
  border: 1px solid #0000001a;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 36px;
  padding: 8px 16px;
  display: flex;
  position: relative;
  left: 4px;
  box-shadow: inset 0 0 8px 4px #ffffff40;
}

.toggle-lottie {
  align-items: center;
  width: 22px;
  display: flex;
}

.toggle-sun {
  color: #ffffff1a;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  position: absolute;
  inset: auto auto auto 16px;
}

.toggle-moon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  position: absolute;
  inset: auto 16px auto auto;
  overflow: visible;
}

.image-12 {
  width: 20px;
  height: 20px;
}

.light-icon {
  color: var(--gray);
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  overflow: visible;
}

.light-icon.settings {
  background-color: #fff;
  border-style: none;
  border-radius: 0;
  padding: 0;
  display: block;
  position: static;
  overflow: visible;
}

.light-icon.white {
  color: var(--white);
  display: block;
}

.dark-icon {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  display: none;
}

.white {
  display: none;
}

.settings {
  background-color: var(--white);
  border: 1px solid #0000001a;
  border-radius: 12px;
  padding: 16px;
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
}

.image-13 {
  width: 20px;
  height: 20px;
}

.flex-block-10 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
}

.paragraph-10 {
  opacity: .6;
  color: var(--white);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  position: static;
  bottom: 32px;
  left: 80px;
}

.link-4 {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  transition-property: none;
  position: static;
  inset: auto 80px 32px auto;
}

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

.footer-image-dark {
  width: 100%;
  min-width: 100%;
  display: none;
}

.calculator-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff3;
  border: 1px solid #ffffff4d;
  border-radius: 32px;
  flex-flow: column;
  max-width: 401px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
  position: relative;
}

.div-block-24 {
  background-color: var(--white);
  color: var(--gray);
  cursor: pointer;
  border: 1px solid #dadada;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 36px;
  max-width: 36px;
  height: 36px;
  max-height: 36px;
  display: flex;
  position: static;
  top: 44%;
  left: 50%;
}

.exchange-box {
  background-color: var(--white);
  border: 1px solid #e6e6e6;
  border-radius: 24px;
  display: none;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #e6e6e6;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 8px 40px 8px 10px;
  display: flex;
}

.paragraph-11 {
  color: var(--gray);
  text-align: center;
  margin-bottom: 0;
  margin-right: 0;
  font-weight: 500;
  line-height: 130%;
}

.flex-block-11 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.div-block-25 {
  border: 1px solid #e6e6e6;
  border-radius: 24px;
  margin-left: auto;
  padding: 15px 22px;
}

.paragraph-12 {
  color: var(--gray);
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.text-field-2 {
  color: var(--gray);
  text-align: center;
  background-color: #0000;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
}

.form {
  display: block;
}

.paragraph-13 {
  color: var(--gray);
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
}

.paragraph-14 {
  color: #00000080;
  text-align: center;
  margin-bottom: 36px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.paragraph-15 {
  color: #ffffffb3;
  text-align: center;
  max-width: 385px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 150%;
}

.dropdown-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  border-radius: 12px;
  flex-flow: column;
  padding: 12px 26px 12px 12px;
  display: none;
}

.link-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.paragraph-16 {
  margin-bottom: 0;
  text-decoration: none;
}

.dropdown-list-2 {
  background-color: var(--white);
  border-radius: 12px;
  padding: 12px 26px 12px 12px;
}

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

.heading-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
}

.heading-6.centered {
  text-align: center;
}

.calculator-field-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 24px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 8px;
  padding: 16px 16px 24px;
  display: flex;
  position: relative;
}

.paragraph-17 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 110%;
}

.paragraph-17.form-subtitle {
  opacity: .6;
  text-align: center;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.button-3 {
  color: #01040b;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  margin-top: 8px;
  font-weight: 700;
  line-height: 40px;
}

.button-3:hover {
  color: #fff;
  background-color: #3a53fe;
  background-image: linear-gradient(90deg, #03beeb, #3953fe);
}

.calculator-label {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 100%;
}

.calculator-text-field {
  color: var(--gray);
  text-align: center;
  background-color: #0000;
  border: 0 solid #000;
  flex: 1;
  height: 52px;
  margin-bottom: 0;
  padding: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
  overflow: visible;
}

.calculator-text-field::placeholder {
  color: #fff;
}

.calculator-text-field.text {
  color: var(--gray);
  background-color: #0000;
  border-style: none;
  height: auto;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
}

.calculator-change-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.calculator-form {
  margin-bottom: 0;
}

.success-message-2 {
  color: #fff;
  background-color: #141414;
}

.calculator-step {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.calculator-select-field {
  background-color: var(--white);
  color: var(--black);
  border: 0 solid #e6e6e6;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 30px;
  margin-bottom: 0;
  padding: 0 10px 0 0;
  line-height: 100%;
  display: flex;
}

.change-line {
  background-color: #ffffff1f;
  flex: 1;
  height: 1px;
}

.text-field-3 {
  color: #fff;
  background-color: #252525;
  border-color: #1a1b1f;
  border-radius: 12px;
  height: 52px;
}

.text-field-3:focus {
  border-color: #fff;
}

.text-field-3::placeholder {
  color: #fff9;
}

.change-icon {
  flex: none;
  width: 78px;
  display: flex;
}

.calculator-field-wrapper_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: grid;
}

.calculator-field-wrapper_row.bottom {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.div-block-26 {
  background-color: #f6f6f6;
  border-radius: 24px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding: 52px 60px;
}

.heading-7 {
  color: var(--gray);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 64px;
  font-weight: 500;
  line-height: 95%;
}

.paragraph-18 {
  opacity: .5;
  color: #333;
  margin-bottom: 24px;
  font-weight: 500;
  line-height: 100%;
}

.paragraph-19 {
  color: #333;
  margin-bottom: 0;
  line-height: 160%;
}

.text-heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 48px;
  font-weight: 500;
  line-height: 105%;
}

.text-box {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-20 {
  color: var(--gray);
  margin-bottom: 60px;
  line-height: 160%;
}

.rich-text-block {
  color: #333;
  margin-bottom: 60px;
  font-family: DM Sans, sans-serif;
  line-height: 160%;
}

.rich-text-block.no-margin {
  margin-bottom: 0;
}

.rich-text-block-2 {
  font-family: DM Sans, sans-serif;
  line-height: 160%;
}

.div-block-27 {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 80px;
}

.paragraph-21 {
  color: #33333380;
  margin-bottom: 60px;
  font-family: DM Sans, sans-serif;
}

.paragraph-22 {
  margin-bottom: 0;
}

.div-block-28, .div-block-29 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: absolute;
  bottom: 32px;
}

.paragraph-23 {
  opacity: .6;
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  position: static;
  bottom: 32px;
  left: 80px;
}

.link-5 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  transition-property: none;
  position: static;
  inset: auto 80px 32px auto;
}

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

.hover {
  max-width: 20px;
  max-height: 20px;
  display: none;
}

.calculator-input-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.calculator-input-subtitle {
  opacity: .5;
  color: var(--gray);
  text-align: center;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.footer-icon, .code-embed, .code-embed-2 {
  width: 20px;
  height: 20px;
}

.cell-wallet-link {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 60px 86px;
  text-decoration: none;
  display: flex;
}

.div-block-30 {
  position: absolute;
  top: 40%;
  left: 45%;
}

.code-embed-3 {
  width: 20px;
  height: 20px;
}

.code-embed-4 {
  width: 20px;
  height: 20px;
  position: absolute;
  top: auto;
  right: 16px;
}

.code-embed-5 {
  color: #0003;
  width: 20px;
  height: 20px;
  margin-left: 16px;
  position: absolute;
  top: auto;
  left: auto;
}

.code-embed-6 {
  width: 20px;
  height: 20px;
}

.flex-block-12, .flex-block-13 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.hidden {
  display: none;
}

.code-embed-7 {
  color: #0003;
  width: 32px;
  height: 32px;
}

.foo {
  width: 100%;
}

.div-block-31 {
  border-radius: 999px;
  padding: 5px;
}

.div-block-31:hover {
  background-color: #f4f4f4;
}

.div-block-32 {
  padding: 5px;
}

.div-block-32:hover {
  background-color: #f4f4f4;
  border-radius: 999px;
}

@media screen and (max-width: 991px) {
  .section {
    margin-bottom: 180px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.cc-cta, .section.hero {
    padding-left: 0;
    padding-right: 0;
  }

  .section.footer {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .container.footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .primary-button {
    justify-content: center;
  }

  .primary-button.cc-contact-us {
    display: block;
  }

  .primary-button.cc-contact-us.mobile {
    text-align: center;
    display: block;
  }

  .primary-button.cc-contact-us.mobile.menu {
    margin-bottom: 26px;
    margin-left: 0;
    position: static;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    display: block;
    position: static;
  }

  .navigation-wrap {
    background-color: #0000;
  }

  .navigation {
    padding: 25px 30px;
    overflow: visible;
  }

  .navigation.footer {
    display: none;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .logo-image.dark {
    display: none;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .section-heading {
    font-size: 44px;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .hero-heading {
    font-size: 56px;
  }

  .flex-block-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .sub-heading {
    font-size: 18px;
  }

  .features.second {
    height: auto;
    margin-bottom: 0;
  }

  .cell-difference {
    background-image: url('../images/2-mobile.png'), linear-gradient(#f6f6f6, #f6f6f6);
    background-position: 50% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto 400px, auto;
    background-attachment: scroll, scroll;
    justify-content: flex-start;
    align-items: center;
  }

  .cell-heading-diffrerence {
    text-align: center;
    font-size: 36px;
  }

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

  .accordion-item-title---brix {
    max-width: 88%;
    font-size: 20px;
  }

  .div-block-16 {
    width: 100%;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .flex-block-5 {
    display: none;
  }

  .footer-image {
    object-fit: cover;
    object-position: 50% 50%;
    min-height: 237px;
  }

  .footer-image.desktop {
    object-fit: cover;
    display: none;
  }

  .footer-image.mobile {
    display: block;
  }

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

  .social-media-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .social-media-wrapper.menu {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .flex-block-7 {
    margin-bottom: 30px;
  }

  .image-8 {
    display: block;
  }

  .menu-mob {
    background-color: var(--white);
    border: 1px solid #0000001a;
    border-radius: 999px;
    padding: 14px;
    display: block;
  }

  .menu-mobile {
    z-index: 5;
    background-color: #0009;
    width: 100%;
    height: 100%;
    padding: 16px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: visible;
  }

  .div-block-20 {
    border: 1px solid var(--white);
    background-color: var(--white);
    border-radius: 24px;
    height: auto;
    padding: 60px 30px 30px;
    position: relative;
  }

  .close {
    background-color: #eee;
    border-radius: 99px;
    padding: 12px;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .menu-mobile-link {
    color: var(--gray);
    margin-bottom: 32px;
    font-size: 26px;
    font-weight: 500;
    line-height: 105%;
    text-decoration: none;
    transition-property: none;
  }

  .link {
    color: #0567e2;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
  }

  .image-9 {
    margin-bottom: 30px;
  }

  .image-9.dark {
    display: none;
  }

  .link-2 {
    color: var(--gray);
    margin-bottom: 32px;
    font-size: 26px;
    font-weight: 500;
    line-height: 105%;
    text-decoration: none;
  }

  .div-block-22 {
    margin-bottom: 30px;
    display: block;
  }

  .wallet {
    display: none;
  }

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

  .toggle {
    background-color: #0000;
    border-color: #e6e6e6;
    border-radius: 99px;
    justify-content: flex-start;
    align-items: center;
    width: 112px;
    height: 44px;
    margin-bottom: 12px;
    padding: 4px;
  }

  .toggle-circle {
    background-color: #0567e2;
    border-radius: 99px;
    width: 52px;
    height: 36px;
    left: auto;
  }

  .toggle-lottie {
    width: 20px;
    height: 20px;
  }

  .toggle-sun {
    width: 20px;
    height: 20px;
    top: 11px;
    right: 20px;
  }

  .toggle-moon {
    width: 20px;
    top: 11px;
    left: auto;
  }

  .image-12, .dark-icon {
    display: none;
  }

  .paragraph-10 {
    margin-bottom: 30px;
    inset: auto 0% 0%;
  }

  .link-4 {
    bottom: 36px;
    right: auto;
  }

  .div-block-28, .div-block-29 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .paragraph-23 {
    margin-bottom: 30px;
    inset: auto 0% 0%;
  }

  .link-5 {
    bottom: 36px;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .div-block-22 {
    text-align: left;
  }

  .paragraph-14 {
    margin-bottom: 46px;
  }

  .text-box, .rich-text-block, .rich-text-block-2 {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section {
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section.hero {
    position: static;
  }

  .section.hero.terms {
    margin-bottom: 108px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .container.hero {
    padding-left: 8px;
    padding-right: 8px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .cell-heading {
    font-size: 14px;
  }

  .cell-number {
    font-size: 44px;
  }

  .sub-heading {
    max-width: 327px;
  }

  .cell-difference {
    background-image: url('../images/2-mobile.png'), linear-gradient(#f6f6f6, #f6f6f6);
    background-position: 50% 100%, 0 0;
    background-size: auto 400px, auto;
  }

  .cell-difference.second {
    background-image: url('../images/2.png'), linear-gradient(#0000, #0000);
    background-position: 20%, 0 0;
  }

  .cell-difference.second.dark {
    background-image: url('../images/2-dark.png'), linear-gradient(#0000, #0000);
    background-position: 20%, 0 0;
    background-size: cover, auto;
  }

  .cell-difference.fourth {
    background-image: url('../images/5.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
    padding-top: 30px;
    padding-bottom: 236px;
  }

  .cell-difference.dark {
    background-image: url('../images/1-mobile-dark.png'), linear-gradient(#0f1019, #0f1019);
    background-position: 50% 100%, 0 0;
    background-size: auto 400px, auto;
  }

  .cell-2 {
    background-position: 85% 30%;
    background-repeat: repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 230px;
  }

  .centered-cell-heading {
    max-width: 237px;
    font-size: 36px;
  }

  .cell-subheading {
    max-width: 257px;
  }

  .open-close-icon-wrapper---brix {
    margin-right: 16px;
  }

  .accordion-item-title---brix {
    text-align: left;
    max-width: none;
    font-size: 20px;
  }

  .accordion-item---brix.tabs-accordion---brix {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  ._2-cols-grid {
    flex-flow: column;
    display: flex;
  }

  ._2-cols-grid.faq-grid {
    margin-top: 1.25em;
  }

  .accordion-paragraph---brix {
    text-align: left;
    max-width: 100%;
  }

  .accordion-trigger---brix {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .footer-image {
    object-fit: cover;
    object-position: 15% 50%;
    min-height: 237px;
  }

  .menu-mobile {
    display: none;
  }

  .link {
    margin-top: 30px;
  }

  .div-block-22 {
    text-align: left;
  }

  .wallet {
    width: 100vw;
    height: 100vh;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .div-block-23 {
    padding: 34px 32px;
  }

  .flex-block-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-wallet {
    padding: 28px 20px;
  }

  .toggle-moon {
    left: auto;
  }

  .light-icon {
    max-width: 20px;
    max-height: 20px;
  }

  .calculator-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-24 {
    inset: 43% 0% 0% 50%;
  }

  .paragraph-11 {
    color: var(--gray);
  }

  .paragraph-12 {
    white-space: nowrap;
  }

  .paragraph-15 {
    max-width: 350px;
  }

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

  .paragraph-17 {
    text-align: left;
    font-size: 16px;
  }

  .calculator-text-field {
    text-align: center;
    font-size: 36px;
  }

  .calculator-text-field.text {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .calculator-form {
    margin-bottom: 0;
  }

  .calculator-select-field {
    height: 36px;
    font-weight: 400;
  }

  .calculator-field-wrapper_row {
    justify-content: space-between;
    align-items: center;
  }

  .calculator-field-wrapper_row.bottom {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-26 {
    padding: 24px 16px;
  }

  .heading-7 {
    text-align: left;
    font-family: DM Sans, sans-serif;
    font-size: 44px;
  }

  .paragraph-18, .paragraph-19 {
    text-align: left;
  }

  .text-heading {
    color: var(--gray);
    white-space: normal;
    word-break: break-all;
    font-size: 26px;
  }

  .paragraph-20 {
    text-align: left;
  }

  .rich-text-block {
    color: #696969;
    text-align: left;
  }

  .body-2 {
    font-family: DM Sans, sans-serif;
  }

  .calculator-input-subtitle {
    color: var(--gray);
  }

  .cell-wallet-link {
    padding: 0;
  }
}

#w-node-_85fd31b6-0ff7-c332-1b6d-24eace5a9351-f2d028d9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4decee27-8925-d81d-dca2-30c6f7526161-f2d028d9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_8097c1cd-bc7a-6228-e9c4-0964995b61cd-f2d028d9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_37744501-ac2b-c35f-e644-5d003dbc72b1-f2d028d9 {
  grid-column: span 2 / span 2;
}

#w-node-_0cdd9d77-456c-39f5-673a-b08f13396152-f2d028d9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b599605c-a16e-0772-9e91-ad5b28ca31bb-f2d028d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2689dcfc-0c44-dc54-99b2-fb7ad26bc70e-f2d028d9, #w-node-_3cc4db40-3808-becc-a708-72c6732e58dd-4c7d1a51 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_4decee27-8925-d81d-dca2-30c6f7526161-f2d028d9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8097c1cd-bc7a-6228-e9c4-0964995b61cd-f2d028d9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_37744501-ac2b-c35f-e644-5d003dbc72b1-f2d028d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0cdd9d77-456c-39f5-673a-b08f13396152-f2d028d9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


