:root {
  --black: #201e2c;
  --light-grey: #f5f5f7;
  --green: #dce7ff;
  --blue2: #6a6a6a;
  --blue: var(--white);
  --white: white;
  --border-gray\<deleted\|variable-d65041a8\>: #c5c5c5;
  --grey: #f2f2f2;
  --grey\<deleted\|variable-305a1b7c\>: #818181;
  --blue234: var(--blue);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  background-image: url('../images/youtube-placeholder.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@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: var(--black);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: none;
}

a.w--current {
  border-radius: .4375rem;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-link {
  text-decoration: underline;
}

.max-width-medium {
  width: 100%;
  max-width: 53rem;
}

.container-large {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.form-message-error {
  border-radius: .4375rem;
  margin-top: .75rem;
  padding: .75rem;
}

.utility-component {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-form-block {
  background-color: var(--light-grey);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 5rem;
  display: flex;
}

.utility-form {
  background-color: var(--green);
  border-radius: 3rem;
  flex-direction: column;
  align-items: stretch;
  padding: 5rem;
  display: flex;
}

.main-wrapper.max-width-full {
  text-align: left;
  background-color: #fff;
  flex-flow: wrap;
  order: -1;
  justify-content: center;
  align-items: center;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xlarge {
  margin: 4rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  height: 2rem;
}

.margin-top.margin-xxsmall {
  margin: .5rem 0 0;
}

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium {
  margin-bottom: 2rem;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.weight-medium {
  font-weight: 500;
}

.text-size-medium {
  color: var(--blue2);
  margin-top: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
}

.text-size-medium.max-width-small {
  max-width: 35rem;
}

.text-size-medium.nes {
  text-align: center;
  width: 100%;
  margin-bottom: auto;
  font-weight: 500;
}

.text-size-medium._1 {
  color: var(--blue);
}

.text-size-medium._2 {
  margin-top: 10px;
  line-height: 1;
}

.text-size-medium._6 {
  text-align: left;
  margin-top: 40px;
  font-weight: 700;
}

.text-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 400;
}

.heading-style-h2.weight-medium {
  letter-spacing: -.05em;
  font-weight: 700;
}

.styleguide-heading {
  z-index: 4;
  background-color: var(--black);
  color: #fff;
  border-radius: 1rem;
  justify-content: flex-start;
  align-self: stretch;
  margin-bottom: 2rem;
  padding: .5rem 1rem;
  font-size: 2rem;
  position: static;
  top: 0;
}

.styleguide-grid-colors {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-style-h6 {
  color: var(--green);
  margin-top: .5rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}

.styleguide-item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
  display: flex;
}

.icon-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.styleguide-empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.styleguide-icon-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-style-h5.weight-medium {
  font-weight: 500;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h1.weight-normal.max-width-large {
  max-width: 50rem;
}

.heading-style-h1.weight-medium {
  z-index: 20;
  letter-spacing: -.05em;
  font-weight: 700;
  line-height: 1;
  position: static;
  inset: 0%;
}

.heading-style-h1.weight-medium.news {
  text-align: center;
  width: 100%;
  margin-top: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 2rem;
}

.heading-style-h1.weight-medium._8999 {
  text-align: center;
  text-transform: capitalize;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: auto;
  margin-bottom: 50px;
  font-size: 3rem;
  text-decoration: none;
}

.text-size-tiny {
  font-size: .75rem;
}

.button {
  grid-column-gap: .5rem;
  border: 1px solid var(--black);
  color: var(--white);
  text-align: center;
  text-transform: none;
  background-color: #000;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: .875rem;
  transition: color .35s;
  display: flex;
}

.button:hover {
  color: var(--green);
}

.button.w--current {
  border-radius: 100rem;
}

.button.is-alternate {
  border-style: solid;
  border-color: var(--white);
  background-color: var(--white);
  color: #000;
}

.button.is-alternate:hover {
  border-color: var(--green);
  background-color: var(--green);
}

.button.is-navbar {
  border-radius: .8rem;
  padding: .6rem 1rem .5rem;
}

.button._2 {
  transition-property: none;
}

.weight-normal {
  font-weight: 400;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.text-italic {
  font-style: italic;
}

.icon-xxsmall {
  width: 1rem;
  height: 1rem;
}

.styleguide-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.styleguide-item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.weight-light {
  font-weight: 300;
}

.text-size-regular {
  flex: 0 auto;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.1;
}

.text-size-regular.max-width-medium {
  display: flex;
}

.text-size-regular._1 {
  color: var(--green);
}

.weight-xbold {
  font-weight: 800;
}

.text-right {
  text-align: right;
  width: 100%;
}

.weight-bold {
  font-weight: 700;
}

.heading-style-h3 {
  letter-spacing: -.05em;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.weight-medium {
  font-weight: 500;
}

.icon-large {
  width: 5rem;
  height: 5rem;
}

.form-input {
  border: 1px solid var(--border-gray\<deleted\|variable-d65041a8\>);
  background-color: var(--white);
  height: auto;
  min-height: 2.75rem;
  color: var(--black);
  border-radius: 100rem;
  margin-bottom: 0;
  padding: .5rem .75rem .5rem 1rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: border-color .3s;
}

.form-input:hover, .form-input:focus {
  border: 1px solid var(--black);
}

.form-input::placeholder {
  color: #7c7c7c;
}

.styleguide-button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  display: grid;
}

.styleguide-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.styleguide-color {
  justify-content: center;
  align-items: center;
  padding-bottom: 8rem;
  display: flex;
}

.styleguide-color.is-black {
  background-color: var(--black);
  color: var(--black);
}

.styleguide-color.is-white {
  background-color: var(--white);
}

.styleguide-color.is-grey {
  background-color: var(--grey);
}

.styleguide-color.is-green {
  background-color: var(--green);
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-wrap: wrap;
  flex: none;
  align-items: flex-end;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
  align-items: center;
}

.text-colour-white {
  color: var(--white);
}

.background-white {
  background-color: var(--white);
}

.weight-semibold {
  font-weight: 600;
}

.weight-semibold._1 {
  color: var(--green);
}

.text-left {
  text-align: left;
}

.text-colour-black {
  color: var(--black);
}

.background-black {
  background-color: var(--black);
  color: var(--white);
}

.styleguide-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.styleguide-subheading {
  z-index: 3;
  background-color: var(--grey);
  color: var(--black);
  margin-bottom: 2rem;
  padding: .5rem 1rem;
  font-size: 2rem;
  position: static;
  top: 2rem;
}

.text-allcaps {
  text-transform: uppercase;
}

.text-align-center {
  text-align: center;
  width: 100%;
}

.styleguide-colors {
  flex-direction: column;
  display: flex;
}

.text-size-small {
  font-size: .875rem;
}

.styleguide-elements {
  background-color: var(--grey);
  border-radius: 3rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 3rem;
}

.icon-small {
  width: 2rem;
  height: 2rem;
}

.styleguide-typography {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.rich-text h2, .rich-text h3, .rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.rich-text h5, .rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.rich-text p {
  margin-bottom: 1rem;
}

.rich-text a {
  text-decoration: underline;
}

.rich-text figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.icon-medium {
  width: 3rem;
  height: 3rem;
}

.text-size-large {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.text-size-large.weight-medium {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.padding-global {
  margin-top: 0%;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global.is-2rem {
  padding-left: 2rem;
  padding-right: 2rem;
}

.padding-global._2 {
  padding-left: 0%;
  padding-right: 0%;
}

.padding-global._3 {
  margin-top: auto;
}

.section-padding-large {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section-padding-large._33226 {
  padding-top: 4rem;
  padding-bottom: 0;
}

.text-span {
  text-transform: none;
}

.button-secondary-small {
  grid-column-gap: .5rem;
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border-radius: 100rem;
  align-items: center;
  padding: .5rem 1rem;
  transition: color .3s, border-color .35s, background-color .35s;
  display: flex;
}

.button-secondary-small:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.button-secondary-small.is-alternate {
  border-color: var(--white);
  color: var(--white);
}

.button-secondary-small.is-alternate:hover {
  border-color: var(--green);
  background-color: var(--green);
  color: var(--black);
}

.button-secondary {
  grid-column-gap: .5rem;
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border-radius: 100rem;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: .875rem;
  transition: color .3s, border-color .35s, background-color .35s;
  display: flex;
}

.button-secondary:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.button-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
}

.button-secondary.is-alternate:hover {
  border-color: var(--green);
  background-color: var(--green);
  color: var(--black);
}

.button-small {
  grid-column-gap: .5rem;
  border: 1.5px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 100rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .875rem;
  transition: color .35s;
  display: flex;
}

.button-small:hover {
  color: var(--green);
}

.button-small.is-alternate {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.button-small.is-alternate:hover {
  border-color: var(--green);
  background-color: var(--green);
}

.button-link {
  grid-column-gap: 0rem;
  border: 1px none var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .25rem 0;
  font-size: .875rem;
  line-height: 1;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.button-link:hover {
  color: #5e5e5e;
}

.button-link.is-alternate {
  color: var(--white);
}

.button-link.is-alternate:hover {
  color: var(--green);
}

.styleguide-logo {
  width: 100px;
}

.background-grey {
  background-color: var(--grey);
}

.button-wrapper {
  display: flex;
}

.button-arrow {
  width: 1.4rem;
  color: var(--grey\<deleted\|variable-305a1b7c\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-arrow.is-white {
  color: var(--white);
}

.utility-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  padding: .25rem 1rem;
  transition: color .3s;
  display: flex;
}

.utility-button:hover {
  color: var(--green);
}

.utility-button.w--current {
  border-radius: 100rem;
}

.styleguide-classes {
  border: 2px solid var(--black);
  border-radius: 3rem;
  padding: 3rem;
}

.styleguide-label {
  color: #1d1d1d;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0000;
  padding: .25rem .5rem .25rem 0;
  font-size: .75rem;
  display: inline-block;
}

.empty-box {
  z-index: -1;
  background-color: #f6f6f6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.container-small {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.styleguide-spacing {
  border: 1px dashed #d3d3d3;
}

.section-padding-small {
  flex: 1;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section-padding-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-large {
  width: 100%;
  max-width: none;
  margin-top: 20px;
}

.max-width-large.align-center {
  text-align: center;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.padding-bottom, .padding-bottom.padding-large, .padding-bottom.padding-small {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-huge {
  padding: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxlarge, .padding-top.padding-huge {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical, .padding-vertical.padding-medium {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-0 {
  margin: 0;
}

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.hide {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button-text-item {
  text-transform: none;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1.1;
  display: flex;
}

.button-text-item.text-black {
  color: var(--black);
}

.button-text-item.is-small {
  font-size: .875rem;
}

.text-colour-green {
  color: var(--green);
}

.section-hero-header {
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 4rem;
}

.hero-header-content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 15%;
  display: grid;
}

.hero-header-content-left {
  overflow: hidden;
}

.license-wrapper {
  grid-row-gap: 4rem;
  background-color: var(--grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 80dvh;
  padding: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.licenses-list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  display: grid;
}

.list-item {
  flex-direction: column;
  align-items: stretch;
  transition: transform .35s;
  display: flex;
}

.list-item:hover {
  transform: translate(0, -1rem);
}

.license-image-wrapper {
  background-color: #dbdbdb;
  border-radius: .625rem;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.license-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.license-link-wrapper {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-span {
  text-decoration: underline;
}

.image-reveal-overlay {
  background-color: #fff;
  align-items: flex-start;
  width: 100%;
  height: 0%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.changelog-wrapper {
  grid-row-gap: 4rem;
  background-color: var(--grey);
  border-radius: .625rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.changelog-header-content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 5%;
  display: flex;
}

.text-colour-grey {
  color: var(--grey);
}

.navbar-on-page {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.background-green {
  background-color: var(--green);
}

.navbar-link {
  color: var(--black);
  border-radius: 100rem;
  padding: .5rem .75rem;
  font-size: .875rem;
  transition: background-color .3s;
}

.navbar-link:hover {
  background-color: var(--green);
}

.navbar-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  border-radius: 100rem;
}

.navbar-menu-button {
  padding: 0;
}

.navbar-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #f0f0f0bf;
  border-radius: 1.25rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 105rem;
  height: 58px;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem;
  display: flex;
}

.navbar-logo-link {
  padding-left: 0;
}

.navbar-component {
  background-color: #0000;
  align-items: center;
  margin-top: .5rem;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-menu-link-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-logo {
  width: 8rem;
}

.navbar-button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar-menu {
  align-items: center;
  display: flex;
  position: static;
}

.header-image-wrapper {
  border-radius: 0;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: 20%;
  display: block;
  overflow: hidden;
}

.header-image-wrapper.news {
  width: 100%;
  height: 10%;
}

.header-image {
  object-fit: cover;
  border-radius: 1.5rem;
  width: 100%;
  height: auto;
  margin-top: 20px;
  position: static;
  bottom: 0;
}

.header-image._1 {
  width: 100%;
  height: 40vh;
  margin-top: 25px;
  display: inline-block;
  position: static;
  bottom: auto;
}

.header-component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-align-center {
  text-align: center;
}

.body {
  letter-spacing: -.03em;
  background-color: #fff;
}

.logo-component {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.client-logo {
  height: 2.5rem;
}

.tagline-pill {
  background-color: var(--white);
  opacity: 1;
  text-align: center;
  border: 1px dotted #bbb;
  border-radius: .5rem;
  margin-bottom: 1rem;
  padding: .35rem .75rem;
  font-size: .875rem;
  line-height: 1.3;
  display: inline-block;
}

.services-component-wrapper {
  background-color: var(--light-grey);
  border-radius: 1.25rem;
  max-width: 105rem;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.services-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.service-accordion {
  border: 1px solid var(--black);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  transition: background-color .3s;
}

.service-accordion:hover {
  background-color: var(--grey);
}

.service-name {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.accordion-icon-wrapper {
  background-color: var(--green);
  border-radius: 100rem;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-left: 1.5rem;
  padding: 4px;
  display: flex;
}

.accordion-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.service-description {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.service-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 0;
  padding-bottom: 1.5rem;
  display: grid;
}

.text-weight-semibold._1 {
  color: var(--green);
}

.service-image-wrapper {
  border-radius: .8rem;
  overflow: hidden;
}

.service-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-services {
  margin-top: 5%;
  margin-left: 5%;
  margin-right: 5%;
}

.team-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.team-list._2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.team-list._3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.team-item {
  background-color: var(--light-grey);
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: .5rem;
  display: flex;
}

.team-image-wrapper {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.team-image {
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid #fff;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

.team-member-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.team-socials {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  background-color: var(--green);
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: .5rem;
  padding: .25rem 1rem;
  display: flex;
}

.team-social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.member-info-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  border-radius: .8rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1rem .5rem;
  display: flex;
}

.team-section-header {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
  display: flex;
}

.faq-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq-accordion {
  border: 1px solid var(--black);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  transition: background-color .3s;
}

.faq-accordion:hover {
  background-color: var(--grey);
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq-icon-wrapper {
  background-color: var(--green);
  border-radius: 100rem;
  align-self: flex-start;
  margin-left: 1.5rem;
  padding: 4px;
  display: flex;
}

.faq-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.faq-answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.section-faq {
  margin-left: 5%;
  margin-right: 5%;
}

.faq-component-wrapper {
  background-color: var(--light-grey);
  border-radius: 1.25rem;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.faq-contact-wrapper {
  background-color: var(--green);
  color: var(--black);
  border-radius: 1.25rem;
  margin-top: 3rem;
  padding: 3rem;
}

.projects-component {
  flex-direction: column;
  align-items: center;
}

.project-list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

.project-item {
  border: 1px solid var(--light-grey);
  background-color: var(--light-grey);
  border-radius: 1.5rem;
  padding: 1rem;
  transition: border-color .3s;
}

.project-item:hover {
  border: 1px solid var(--black);
}

.project-item-link {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.project-image-wrapper {
  border-radius: 1rem;
  width: 100%;
  overflow: hidden;
}

.project-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project-title-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem 0 .25rem;
  display: flex;
}

.project-tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  display: flex;
}

.project-tag {
  background-color: var(--green);
  border-radius: 100rem;
  padding: .25rem .75rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.project-tag.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.project-button-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.project-section-header {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
  display: flex;
}

.testimonial-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.testimonial-content {
  background-color: var(--white);
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.testimonial-content._1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/画板-13.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 1rem;
}

.testimonial-content._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/画板-15.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 1rem;
}

.testimonial-content._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/画板-9.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 1rem;
}

.testimonial-rating-wrapper {
  background-color: var(--black);
  border-radius: 100rem;
  margin-bottom: 2rem;
  padding: .4rem 1rem .5rem;
  display: flex;
}

.testimonial-rating-icon {
  color: var(--green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.testimonial-client {
  text-align: left;
  align-items: center;
  display: flex;
}

.section-testimonials {
  opacity: 1;
  margin-top: 4rem;
  margin-left: 5%;
  margin-right: 5%;
}

.testimonials-component-wrapper {
  background-color: var(--light-grey);
  border-radius: 1.25rem;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.footer-left-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-logo-link {
  padding-left: 0;
}

.footer-form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.input-form {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--green);
  background-color: var(--white);
  height: auto;
  min-height: 2.75rem;
  color: var(--black);
  border-radius: 1rem;
  margin-bottom: 0;
  padding: .5rem .75rem .5rem 1rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: border-color .3s;
}

.input-form:hover {
  border-bottom: 2px solid var(--black);
}

.input-form:focus {
  border-color: #000 #000 var(--black);
  border-bottom-style: solid;
}

.input-form::placeholder {
  color: #0009;
}

.input-form.is-text-area {
  border-radius: 1rem;
  min-height: 11.5rem;
  padding: 1rem;
}

.success-message {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 1.5rem;
}

.error-message {
  border: 2px solid var(--white);
  border-radius: 1rem;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.footer-menu-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  align-items: start;
}

.footer-link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer-link {
  border-radius: 100rem;
  padding: .5rem .75rem;
  font-size: .875rem;
  text-decoration: none;
  transition: background-color .3s;
}

.footer-link:hover {
  background-color: var(--green);
}

.footer-link.w--current {
  border-radius: 100rem;
}

.footer-social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--green);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.social-icon {
  background-color: var(--black);
  border-radius: 100rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 6px;
  display: flex;
}

.footer-line-divider {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-top: 40px;
}

.footer-credit-text {
  font-size: .875rem;
}

.footer-logo {
  width: 9.5rem;
}

.newsletter-footer-wrapper {
  background-color: var(--green);
  border-radius: 1.5rem;
  padding: 1.5rem;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-span-6, .influx, .webflow {
  color: var(--black);
  font-weight: 500;
  text-decoration: underline;
}

.footer-address {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  padding: .5rem .75rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer-links-list-title {
  margin-bottom: 1rem;
  padding-left: .75rem;
}

.section-subpage-hero-header {
  padding-top: 0;
}

.subpage-header-component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.subpage-header-image-wrapper {
  border-radius: 1.25rem;
  overflow: hidden;
}

.subpage-header-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1.25rem;
  width: 100%;
  height: 80%;
  overflow: hidden;
}

.stats-component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.stats-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 2em;
  display: grid;
}

.stats-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1c40c9;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 2rem 1rem 1rem;
  display: flex;
}

.stats-item.is-dark {
  opacity: 1;
  color: var(--white);
  border-radius: 1rem;
}

.stat-number {
  color: var(--blue);
  letter-spacing: -.05em;
  -webkit-text-stroke-color: var(--black);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.stat-item-content {
  width: 100%;
  height: 1px;
  color: var(--green);
  background-color: #1c40c9;
}

.stat-image-wrapper {
  border-radius: 1rem;
  height: 100%;
  overflow: hidden;
}

.stat-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.stats-section-header {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
  display: flex;
}

.section-stat {
  margin-left: 5%;
  margin-right: 5%;
}

.stats-component-wrapper {
  background-color: var(--light-grey);
  border-radius: 1.25rem;
  max-width: 105rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.section-cta {
  background-color: var(--light-grey);
  margin-top: 2rem;
}

.cta-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  overflow: hidden;
}

.cta-card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--light-grey);
  border-radius: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 0;
  display: grid;
  overflow: hidden;
}

.cta-card-conent {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
}

.cta-image-wrapper {
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.cta-image {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

.values-component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.values-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.values-item {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--green);
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.values-item.is-grey {
  background-color: var(--grey);
}

.section-case-studies {
  margin: 8rem 5% 4rem;
}

.case-studies-component-wrapper {
  background-color: var(--light-grey);
  border-radius: 3rem;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.case-studies-list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  column-gap: 3rem;
}

.case-study-item {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  border-radius: 1.25rem;
  height: 100%;
  margin-bottom: 3rem;
  padding: 1rem;
  transition: border-color .3s;
  display: inline-block;
}

.case-study-item:hover {
  border-color: var(--black);
}

.case-study-item-link {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.case-study-image-wrapper {
  border-radius: 1rem;
  width: 100%;
  overflow: hidden;
}

.case-study-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.case-study-title-wrapper {
  padding: 1.5rem 1.25rem;
}

.section-contact {
  margin-top: 4rem;
}

.contact-component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-icon {
  background-color: var(--black);
  width: 2rem;
  height: 2rem;
  color: var(--green);
  border-radius: 100rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6px;
  display: flex;
}

.contact-form-block {
  background-color: var(--green);
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  padding: 2rem;
}

.contact-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-wrapper {
  position: relative;
}

.form-field-label {
  margin-bottom: .5rem;
  padding-left: 1rem;
  font-weight: 400;
}

.success-text {
  font-weight: 600;
}

.error-text {
  color: #e23939;
}

.form-field-2col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-button-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.blogs-component {
  flex-direction: column;
  align-items: center;
}

.blogs-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.blog-item {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  border-radius: 1rem;
  padding: .8rem;
  transition: border-color .3s;
}

.blog-item:hover {
  border: 1px solid var(--black);
}

.blog-item.is-light-grey {
  background-color: var(--light-grey);
}

.blog-item-link {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.blog-image-wrapper {
  border-radius: .5rem;
  width: 100%;
  overflow: hidden;
}

.blog-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-title-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem 0 .5rem;
  display: flex;
}

.blog-button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.section-case-study-header {
  margin-top: 4rem;
}

.case-study-header-content-wrapper {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.case-study-tags-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  margin-bottom: 1.5rem;
  display: flex;
}

.case-study-information-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-study-header-image-wrapper {
  border-radius: 1.25rem;
  flex: 1;
  width: 100%;
  height: 50vh;
  overflow: hidden;
}

.case-study-header-image {
  object-fit: cover;
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
}

.section-case-study-details {
  margin-left: 5%;
  margin-right: 5%;
}

.case-study-details-wrapper {
  background-color: var(--light-grey);
  border-radius: 1.25rem;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.image {
  border-radius: 2rem;
}

.section-blog-header {
  margin-top: 4rem;
}

.blog-header-content-wrapper {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-date-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.blog-date {
  background-color: var(--green);
  border-radius: 100rem;
  padding: .25rem .75rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.blog-date.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.blog-header-image-wrapper {
  border-radius: 1.25rem;
  flex: 1;
  width: 100%;
  height: 85vh;
  overflow: hidden;
}

.blog-header-image {
  object-fit: cover;
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
}

.section-blog-details {
  margin-left: 5%;
  margin-right: 5%;
}

.blog-details-wrapper {
  background-color: var(--light-grey);
  border-radius: 1.25rem;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.blog-section-header {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
  display: flex;
}

.section-service-description {
  margin-bottom: 6rem;
  margin-left: 5%;
  margin-right: 5%;
}

.service-description-wrapper {
  background-color: var(--light-grey);
  border-radius: 3rem;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.section-blog {
  margin-bottom: 6rem;
  margin-left: 5%;
  margin-right: 5%;
}

.blog-component-wrapper {
  background-color: var(--light-grey);
  border-radius: 1.25rem;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  font-size: 1.25rem;
  font-weight: 700;
}

.copy-this-entire-section {
  z-index: 200;
  text-transform: uppercase;
  background-color: #f5f5f700;
  border-top: 1px #383b38;
  border-bottom: 1px #383b38;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.copy-this-entire-section._33 {
  background-color: #f5f5f7;
  padding-top: 10px;
  padding-bottom: 10px;
}

.copy-this-entire-section._33._555 {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.brand-logo-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.client-logo-slider-wrapper {
  flex: none;
  width: 100%;
  display: flex;
}

.items {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.item {
  width: auto;
  height: 500px;
  overflow: clip;
}

.item._2 {
  width: 235px;
  height: auto;
}

.client-logo-slider {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  flex: none;
  display: flex;
}

.main-container {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 21px;
  overflow: hidden;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center start;
  display: flex;
}

.div-block._33 {
  margin-bottom: 5%;
}

.bold-text {
  font-size: 2rem;
}

.bold-text-2 {
  font-size: .8rem;
}

.section {
  background-color: #e0e0e0;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 10px;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  font-size: 1rem;
}

.semi-bold {
  font-weight: 600;
}

.text-normal {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.arrow-button {
  grid-column-gap: 8px;
  background-color: #0f1420;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 35px;
  display: flex;
}

.card-label {
  font-weight: 500;
}

.sb-grey {
  color: #898b8f;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 600;
}

.scroll {
  align-items: flex-end;
  width: 53vw;
  min-height: 210px;
  padding-bottom: 15px;
  display: flex;
  overflow: auto;
}

.content {
  grid-row-gap: 40px;
  background-color: #f3f1ef;
  border-radius: 46px 0 0 46px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 40px;
  display: flex;
}

.cont-bot_card_blue {
  color: #0f1420;
  background-image: linear-gradient(213deg, #95cfd9, #e6eade 79%);
  border-radius: 24px;
  width: 156px;
  max-width: 100%;
  padding: 25px 22px;
  text-decoration: none;
  box-shadow: 0 0 17px -4px #0003;
}

.tab-link {
  color: #0f14204d;
  background-color: #0000;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
  font-weight: 600;
}

.tab-link.w--current {
  color: #0f1420;
  background-color: #0000;
  border-bottom: 4px solid #fe4c24;
}

.statistic-wrap {
  background-color: #95cfd9;
  border-radius: 23px;
  width: 100%;
  padding-top: 30px;
}

.dd-toggle {
  grid-column-gap: 20px;
  background-color: #0f1420;
  border-radius: 12px;
  align-items: center;
  padding: 13px;
  display: flex;
  position: static;
}

.dd-list.w--open {
  background-color: #fff;
  border: 1px solid #0f1420;
  border-radius: 12px;
  top: 110%;
  overflow: hidden;
  box-shadow: 0 5px 11px #0003;
}

.cont-bot_card {
  color: #0f1420;
  background-color: #faf4f0;
  border-radius: 24px;
  width: 156px;
  max-width: 100%;
  padding: 40px 22px 25px;
  text-decoration: none;
  position: relative;
  box-shadow: 0 0 17px -4px #0003;
}

.content-top_wrap {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.tab-panel {
  height: 100%;
}

.scroll-measure {
  width: 100%;
  height: 0;
  padding-bottom: 0;
}

.dots-wrap {
  border: 2px solid #383c4b;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
}

.dropdown {
  position: absolute;
  inset: 0% 30px auto auto;
}

.mw-125 {
  width: 100%;
  max-width: 125px;
}

.mw-125.ml-30 {
  margin-left: 30px;
}

.tab-content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 55px;
  padding-bottom: 45px;
  display: flex;
}

.tabs {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.performance-wrap {
  background-color: #0f1322;
  border-radius: 23px;
  width: 100%;
  max-width: 392px;
  padding: 38px 30px;
}

.tabs-content {
  flex: 1;
}

.dates-wrap {
  grid-column-gap: 10px;
  justify-content: space-around;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.scroll-wrap {
  flex: 1;
}

.per-heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.cont-bot_card_wrap {
  grid-column-gap: 30px;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.line {
  background-color: #898b8f;
  width: 1px;
}

.p {
  line-height: 1.5;
}

.per-content {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 35px;
  display: flex;
}

.content-bottom_wrap {
  background-color: #d9bca9;
  border-radius: 23px;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  display: flex;
}

.check-circle {
  background-color: #fe4c23;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.check-circle.brown {
  background-color: #d6b7a2;
}

.check-circle.blue {
  background-color: #62dae1;
}

.dd-link {
  font-weight: 500;
  transition: background-color .2s;
}

.dd-link:hover {
  background-color: #e6e6e6;
}

.percent-wrap {
  text-align: center;
  width: 100%;
  max-width: 158px;
}

.checking-wrap {
  grid-column-gap: 20px;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.card-number {
  font-size: 36px;
  font-weight: 600;
}

.cont-bot-_text_wrap {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 155px;
  height: 100%;
  margin-right: 75px;
  padding-top: 24px;
  padding-bottom: 19px;
  display: flex;
}

.cont-bot_card_num {
  grid-column-gap: 8px;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.tabs-menu {
  padding-left: 30px;
  padding-right: 30px;
}

.dd-text {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.h1 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
}

.h1.mb-25 {
  margin-bottom: 25px;
}

.tabs-wrap {
  height: 100%;
  position: relative;
}

.cont-card-emoji {
  background-color: #fe4c24;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: -24px auto auto 22px;
}

.main-wrapper-4 {
  width: auto;
  min-width: auto;
  min-height: auto;
}

.navbar-brand {
  pointer-events: auto;
  cursor: pointer;
}

.navbar7_menu-button {
  padding: 0;
}

.bold-text-31 {
  color: #fff;
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
  font-size: 7rem;
  font-weight: 900;
  line-height: 1em;
}

.hero_video {
  z-index: 0;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  position: relative;
}

.navbar7_dropdown-link {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .25rem;
  padding-bottom: .25rem;
  text-decoration: none;
  display: block;
}

.navbar7_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.image-15 {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.navbar7_component-3 {
  -webkit-backdrop-filter: brightness(200%) blur(20px);
  backdrop-filter: brightness(200%) blur(20px);
  color: #313132;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-bottom: 1px #000;
  align-items: center;
  width: 100%;
  height: 40px;
  min-height: auto;
  padding-left: 5%;
  padding-right: 5%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  position: fixed;
  inset: auto 0%;
}

.navbar7_menu {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.global-styles-2 {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.container-medium-2 {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.navbar7_dropdown-content {
  width: 100%;
  display: flex;
}

.announcement_component {
  z-index: 999;
  -webkit-backdrop-filter: blur(500px);
  backdrop-filter: blur(500px);
  background-color: #fff;
  border-bottom: 1px solid #ffd1a533;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: fixed;
  inset: auto 0%;
}

.heading-style-h1-2 {
  filter: brightness(200%) brightness(200%);
  color: #ffffff8f;
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.text-block-25 {
  -webkit-text-stroke-color: black;
}

.navbar7_item-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero_heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-3291 {
  z-index: 1;
  background-image: linear-gradient(0deg, #000, #fff0);
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.padding-global-12 {
  padding-left: 5%;
  padding-right: 5%;
}

.intro_text {
  color: #1c40c9;
  letter-spacing: 0;
  -webkit-text-stroke-color: #865aff;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 110px;
  font-weight: 900;
  line-height: 1em;
  position: static;
}

.hero_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar7_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.hero_top {
  z-index: 3;
  padding-top: 0;
  padding-bottom: 10vh;
  position: relative;
}

.video_overlay {
  z-index: 3;
  opacity: 1;
  background-color: #fff0;
  background-image: linear-gradient(0deg, #000, #fff0 39%, #fff0);
  position: absolute;
  inset: 0%;
}

.hero_video-wrapper {
  z-index: 0;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.preloader_bg {
  z-index: 5;
  background-color: #fff;
  display: none;
  position: absolute;
  inset: 0%;
}

.navbar7_menu-dropdown {
  color: #000;
  -webkit-text-stroke-color: #6e6e73;
  text-transform: none;
  overflow-wrap: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  position: static;
}

.text-size-tiny-2 {
  font-size: .75rem;
}

.text-size-tiny-2.text-weight-light.text-color-grey {
  color: #bdbdbd;
}

.navbar7_dropdown-list-2 {
  background-image: linear-gradient(#fff, #fff);
  border: 0 #000;
}

.navbar7_dropdown-list-2.w--open {
  color: #fff;
  background-color: #161617;
  border-bottom: 1px #000;
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.navbar7_dropdown-toggle {
  color: #323232;
  padding: .8rem 0 .8rem 1rem;
  font-size: .8rem;
  font-weight: 400;
}

.navbar7_dropdown-toggle.w--open {
  color: #000;
  font-weight: 500;
}

.navbar7_menu-left {
  color: #323232;
  flex: 1;
  justify-content: center;
  font-weight: 400;
  display: flex;
}

.navbar7_container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.intro_text-wrapper {
  z-index: 6;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.col-d-10 {
  flex: 0 83.3333%;
  max-width: 83.333%;
  padding-left: .75rem;
  padding-right: .75rem;
}

.hide-2 {
  display: none;
}

.services_group-item {
  letter-spacing: -.022em;
  white-space: nowrap;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.services_group-divider {
  background-color: #165ff2;
  width: 100%;
  height: 1.2px;
}

.main {
  margin-top: 5rem;
}

.services_gategory-heading {
  letter-spacing: -.022em;
  white-space: nowrap;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.services_gategory-heading.in-group {
  border-bottom: 1.2px solid #165ff2;
  width: 100%;
  padding-bottom: .5rem;
  display: none;
}

.nav_wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.button-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  letter-spacing: -.014em;
  background-color: #165ff2;
  border: 1.5px solid #165ff2;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding: 0 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  transition: all .4s;
  display: flex;
}

.button-2:hover {
  box-shadow: 0 0 .5rem .25rem #00000014;
}

.button-2:active {
  box-shadow: none;
}

.expert_help-title {
  color: #1c2431;
  padding: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.expert_help-link {
  color: #fff;
  background-color: #165ff2;
  width: 100%;
  padding: .75rem 1rem .65rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.services_group {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.services_right-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-left: 1.2px solid #165ff2;
  flex-direction: column;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  display: flex;
}

.text-size-x1 {
  letter-spacing: -.006em;
  font-size: .875rem;
  line-height: 1.5;
}

.container {
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.expert_help {
  background-color: #faf8f2;
  border: .75px solid #dbdad4;
  border-radius: 4px;
  flex-flow: column;
  width: 24rem;
  display: flex;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  overflow: hidden;
}

.section_services {
  padding-top: 20vh;
  padding-bottom: 100vh;
}

.services_category-wrapper {
  height: 3rem;
  overflow: hidden;
}

.services_left-sticky {
  grid-row-gap: .25rem;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 1rem;
}

.icon-32 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 2rem;
  display: flex;
}

.services_left-col {
  grid-row-gap: .25rem;
  flex: none;
  max-width: 33%;
  position: relative;
}

.services_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: row;
  display: flex;
  position: static;
}

.page {
  margin-top: auto;
}

.container-2 {
  width: 100%;
  height: 160px;
}

.div-block-3292 {
  margin-top: 220px;
}

.text-field {
  border-radius: 12px;
  height: 3.8rem;
  margin-bottom: 2rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
}

.todo_item {
  cursor: pointer;
  background-color: #fff;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  margin-top: .3rem;
  margin-bottom: .3rem;
  padding: 1rem;
  transition: all .3s ease-out;
  display: flex;
}

.todo_item:hover {
  opacity: .7;
}

.svg-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
}

.svg-icon.trash-icon {
  margin-left: .5rem;
  transition: all .3s;
}

.svg-icon.trash-icon:hover {
  color: #000;
  transform: scale(1.2);
}

.section-todo {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: auto;
  min-height: auto;
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.heading-uppercase {
  text-transform: uppercase;
}

.heading-uppercase.text-align-center {
  text-align: center;
  text-transform: capitalize;
  font-size: 2rem;
  font-weight: 700;
}

.margin-top-2 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.form-label {
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
}

.todo_middle-area {
  flex: 0 auto;
}

.todo_component {
  background-color: #e2e2e2;
  border-radius: 20px;
  min-width: 380px;
  padding: 2rem;
}

.todo_component.smooth-shadow {
  background-color: var(--light-grey);
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-width: 400px;
  min-height: 700px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.todo_component.smooth-shadow._1 {
  align-items: center;
}

.todo_component.smooth-shadow._2 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  min-width: auto;
  min-height: auto;
  margin-left: 0%;
  padding-top: 6rem;
}

.error-message-2 {
  width: 100%;
  height: 0;
}

.bold-text-32 {
  font-size: 4rem;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.container-3._1 {
  grid-template-rows: auto;
  margin-bottom: 0;
}

.container-4 {
  border-radius: 1rem;
  width: 100%;
  max-width: none;
  height: 100%;
  overflow: hidden;
}

.button-3 {
  text-align: center;
  background-color: #1c40c9;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.heading {
  margin-top: 5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.card-stats-wrapper {
  grid-column-gap: calc(clamp(1.25rem, 4vw, 2.5rem) / 2);
  grid-row-gap: calc(clamp(1.25rem, 4vw, 2.5rem) / 2);
  background-color: #f3f4fd;
  border: 1px solid #e7e7e7;
  border-radius: .25rem;
  flex-flow: column;
  padding: calc(clamp(1.25rem, 4vw, 2.5rem) / 2);
  font-size: .8rem;
  font-weight: 500;
  line-height: 1em;
  display: flex;
}

.card-stats-bar {
  background-color: #e7e7e7;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  width: 35px;
  height: 80%;
}

.card-stats-bar._1 {
  background-color: var(--blue);
  height: 96px;
}

.card-stats-bar._2 {
  background-color: var(--blue);
  height: 120px;
}

.card-stats-bar._3 {
  background-color: var(--blue);
  height: 130px;
}

.card-stats-bar._4 {
  background-color: var(--blue);
  height: 150px;
}

.card-stats-bar._5 {
  background-color: var(--blue);
  opacity: 1;
  height: 200px;
}

.card-stats-bar-label {
  opacity: .55;
}

.display-m {
  letter-spacing: -.04em;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1em;
}

.display-m.display-light {
  opacity: .55;
}

.container-5 {
  width: 100%;
  max-width: 1920px;
  padding-left: clamp(1.25rem, 4vw, 2.5rem);
  padding-right: clamp(1.25rem, 4vw, 2.5rem);
}

.container-5.container-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.card-stats-bars-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 15rem;
  display: flex;
  position: relative;
}

.card-title {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.card {
  grid-column-gap: calc(clamp(1.25rem, 4vw, 2.5rem));
  grid-row-gap: calc(clamp(1.25rem, 4vw, 2.5rem));
  background-color: #fff;
  border-radius: .5rem;
  flex-flow: column;
  width: 100%;
  max-width: 22.5rem;
  padding: calc(clamp(1.25rem, 4vw, 2.5rem) / 2);
  display: flex;
}

.card-stats-bar-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.card-stats-bar-tooltip {
  opacity: .55;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-size: .7rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.code-embed {
  display: none;
}

.html-embed {
  text-align: center;
  margin-top: 20px;
}

.container-6 {
  height: 1rem;
}

.card-button-wrapper {
  z-index: 99;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.card-button-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.card-button-icon-inner-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.card-button-icon {
  width: 1em;
  max-height: 1em;
}

.card-button-icon.card-button-icon-post {
  position: absolute;
  top: -100%;
}

.container-7 {
  width: 100%;
  max-width: 1920px;
  padding-left: clamp(1.25rem, 4vw, 2.5rem);
  padding-right: clamp(1.25rem, 4vw, 2.5rem);
}

.container-7.container-component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.card-icon {
  width: 1.15em;
  max-height: 1.15em;
}

.card-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  cursor: pointer;
  background-color: #fff;
  border-radius: .5em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: .25em;
  margin-bottom: .25em;
  padding: 1.5rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.card-2.card-move {
  color: #000;
  background-color: #ffffffbf;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.card-2.card-move:hover {
  background-color: #ffffff80;
}

.card-2.card-move.card-mid {
  z-index: 1;
}

.card-2.card-top {
  z-index: 2;
}

.cards-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 35rem;
  display: flex;
}

.card-button {
  z-index: 99;
  pointer-events: auto;
  background-color: #f1f1f1;
  border: .15em solid #fff;
  border-radius: 50em;
  justify-content: center;
  align-items: center;
  width: 2.25em;
  height: 2.25em;
  display: flex;
  position: relative;
  bottom: -1.1em;
}

.grid-header-table {
  border-bottom: 1.5px solid #000c;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr 1fr 1fr;
}

.page-wrap {
  flex-direction: column;
  align-items: center;
  height: 100vh;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
  overflow: visible;
}

.chart-wrapper {
  background-color: #0000;
  border: 1px #190505e6;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  width: auto;
  min-width: 50%;
  max-width: 90%;
  height: auto;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: auto;
}

.collection-item-2 {
  background-color: #fff;
  border: 1px #00000080;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: 80px;
  min-width: auto;
  max-width: none;
  min-height: auto;
  margin-left: 5px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.collection-list-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 80%;
  display: flex;
  overflow: auto;
}

.global-table-header {
  width: 100%;
  height: 30px;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 30px;
  margin-top: 10px;
  display: grid;
}

.container-8 {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 80%;
  height: 40%;
  margin-top: 20px;
  display: flex;
}

.text-block-5 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.collection-list-wrapper {
  margin-top: 0;
}

.hero-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.filter-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.collection-list-3 {
  border-top: 1px #000;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  display: flex;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #433d77a6;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 10px;
  display: flex;
}

.text-block-4 {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 14px;
  display: flex;
}

.heading-2 {
  color: #000000d9;
  text-align: left;
  background-color: #0000;
  border: 1px solid #0000;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
}

.heading-2.score {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 700;
}

.heading-2.rank {
  text-align: left;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
}

.heading-2.region {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}

.heading-2.global-table-header {
  align-items: center;
  height: auto;
  margin-bottom: 5px;
}

.collection-list-wrapper-2 {
  width: 100%;
  height: 100%;
}

.hero-heading {
  text-align: center;
  width: 100%;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: .75px solid #000000b3;
  grid-template-rows: 100%;
  grid-template-columns: 1fr 1.25fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 30px;
  display: block;
}

.collection-item:hover {
  background-color: #948add66;
}

.collection-list-wrapper-3 {
  justify-content: flex-start;
  align-self: auto;
  width: 100%;
  min-width: auto;
  height: 100px;
  margin-top: 0;
  display: flex;
}

.icon-1x1-small-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 36px;
}

.features-tab-wrapper {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 5px 20px -10px #66607936;
}

.text-size-medium-2 {
  font-size: 1.2rem;
}

.banner_small-height {
  padding-top: 52%;
  position: relative;
}

.heading-style-h6-2 {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
}

.heading-style-h6-2._2 {
  font-size: 1.5rem;
}

.heading-style-h6-2._33 {
  margin-bottom: 0;
}

.feature-tab-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: auto;
  padding: 0 20px 0 0;
  display: flex;
}

.heading-style-h4-2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.round_tab-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: stretch;
  height: 56px;
  display: grid;
}

.function-content-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.banner_large-height {
  padding-top: 54.8%;
  position: relative;
}

.banner-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.bullet-wraper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.full_img-cover {
  z-index: 0;
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
}

.feature-tab-content {
  flex: 1;
}

.padding-overflow-mobile {
  background-color: #f5f5f7;
  padding-left: 4rem;
  padding-right: 4rem;
}

.header-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #0d1317;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.25rem;
  display: flex;
}

.grid-3-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template: "."
  / 2fr 1fr;
  grid-auto-rows: auto;
  height: auto;
}

.arrow-tab {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f2f5fd;
  border-radius: 1rem;
  flex-direction: row;
  align-items: center;
  height: 3.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.arrow-tab.w--current {
  color: #3370ff;
  background-color: #cedfff;
  background-image: none;
  border-radius: 1rem;
  font-weight: 700;
}

.tabs-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.button-icon {
  color: #3370ff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.feature_content-detail {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border: 1px solid var(--blue2);
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 3rem;
  display: flex;
}

.slider-tab {
  max-width: 80rem;
  margin-top: 2.25rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.tab-text {
  width: 100%;
  line-height: 1.1;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #3370ff;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: border-color .25s, background-color .25s;
}

.button-4:hover {
  background-color: #000cb8;
}

.banner_icon-wrapper {
  background-color: #fff0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 5.4rem;
  height: 5.4rem;
  margin-bottom: .5rem;
  display: flex;
}

.padding-section-medium {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.button-icon-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1rem;
  margin-left: .6rem;
  display: flex;
}

.banner_small {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.feature-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.checkmark-icon {
  width: 36px;
  height: auto;
}

.subheader-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  height: 36px;
  display: flex;
}

.badge {
  color: #3370ff;
  text-align: center;
  flex: none;
  width: 2rem;
  height: 2rem;
  font-weight: 700;
}

.heading-style-h2-2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.bullet-wrapper-detail {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  flex: 0 auto;
  align-items: flex-start;
  margin-top: 0;
  display: block;
}

.banner_large {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.text-weight-medium {
  text-align: left;
  flex: 1;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
}

.function-icon {
  width: 4.5rem;
  height: 4.5rem;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.banner-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #5b5b5b;
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 1rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.banner-wrapper.is-purple {
  background-color: #d3d5fd;
}

.banner-wrapper.is-pink {
  background-color: #ffdbef;
}

.banner-wrapper.is-green {
  text-align: center;
  background-color: #c8fdc2;
}

.banner-wrapper.is-orange {
  background-color: #ffebce;
}

.banner-wrapper.is-lightblue {
  background-color: #dffffc;
}

.banner-wrapper.is-blue {
  background-color: #cedfff;
}

.feature-tab-detail {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.bullet-img-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 12px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 20rem;
  max-height: 692px;
  display: block;
  position: relative;
  overflow: hidden;
}

.round-tab {
  background-color: #fff0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  padding: 0 20px;
  line-height: 20px;
  display: flex;
}

.round-tab:hover {
  background-color: #fff;
}

.round-tab.w--current {
  color: #000;
  background-color: #fff;
  border-radius: 8rem;
  height: 56px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: visible;
  box-shadow: 4px 4px 14px #5d6ec70a;
}

.page-wrapper-14 {
  overflow: hidden;
}

.bullet-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.grid-six-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  height: 30rem;
}

.text-size-small-2 {
  font-size: .875rem;
}

.body-2 {
  background-color: #f5f5f7;
}

.code-embed-3 {
  display: none;
}

.page-2 {
  grid-column-gap: 8vmin;
  grid-row-gap: 8vmin;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: flex;
}

.item---move-02 {
  transform: none;
}

.button-5 {
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 2em;
  align-items: center;
  padding: 1em 2em;
  font-family: Inconsolata, monospace;
  display: flex;
}

.button-5:hover {
  opacity: .8;
}

.grid---image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

._100 {
  grid-column-gap: 3vmax;
  grid-row-gap: 3vmax;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid {
  grid-column-gap: .5vmax;
  grid-row-gap: .5vmax;
  grid-template-rows: 3vmax;
  grid-template-columns: 3vmax 3vmax 3vmax 3vmax 3vmax 3vmax;
  grid-auto-rows: 3vmax;
  grid-auto-columns: 3vmax;
  display: grid;
}

.grid.x-01 {
  grid-template-columns: 3vmax 3vmax 3vmax 3vmax;
}

.div-block-3293 {
  width: 20rem;
  height: 20rem;
  margin: 10rem;
}

.grid---item {
  border-radius: .25rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.heading-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.paragraph {
  width: 50%;
}

.axis-data {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  font-family: Lato, sans-serif;
  font-size: 10px;
  font-weight: 400;
  display: block;
}

.axis-x {
  justify-content: flex-end;
  align-items: center;
  height: 50px;
  margin-bottom: 0;
  padding-bottom: 5px;
  display: flex;
}

.legend-category {
  align-items: center;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.chart-legend {
  justify-content: center;
  align-items: stretch;
  height: 30px;
  margin-bottom: 10px;
  display: flex;
}

.business_environ-header {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 30px;
  font-size: 12px;
  display: flex;
}

.legend-category-color {
  background-color: #0000;
  border: 1px solid #000;
  width: 20px;
  height: 10px;
}

.legend-category-color._2nd-category {
  opacity: 1;
  background-color: #77778e;
  justify-content: center;
  align-items: center;
  height: 14px;
  display: flex;
  overflow: hidden;
}

.legend-category-color._2nd-category:hover {
  opacity: 1;
}

.legend-category-color._1st-category {
  opacity: 1;
  cursor: pointer;
  background-color: #778e77;
  justify-content: center;
  align-items: center;
  height: 14px;
  transition: transform .2s;
  display: flex;
  overflow: hidden;
}

.legend-category-color._1st-category:hover {
  opacity: 1;
}

.chart-header {
  text-align: center;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

.business_environ-chart-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.legend-category-title {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: flex;
}

.data-description {
  height: 20px;
}

.vert-chart-name {
  color: #5e5656;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 18px;
  display: flex;
}

.vert-chart-country-wrap {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 40px;
  margin-top: 0;
  font-size: 16px;
  display: flex;
}

.x-y-axis {
  border-bottom: .5px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  flex-direction: column;
  height: 200px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.vert-bar-inner {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px #0000;
  align-items: flex-end;
  width: 100%;
  margin-right: 0;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  position: relative;
}

.vert-bar-inner.category-2 {
  transform-origin: 50%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: stretch;
  height: 199%;
  font-size: 12px;
  line-height: 200%;
  display: flex;
}

.vert-bar-inner.category-1 {
  transform-origin: 50%;
  flex-direction: column;
  justify-content: flex-end;
  align-self: stretch;
  align-items: stretch;
  width: 60px;
  height: 100%;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.axis-wrap {
  flex-direction: column;
  width: 10%;
  height: 225px;
  margin-bottom: 40px;
  display: flex;
}

.vert-bar-outer {
  transform-origin: 50%;
  background-color: #0000;
  border: 1px #6780e4;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 60px;
  height: 200px;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 1px;
  display: flex;
  position: relative;
  inset: auto auto 0%;
}

.vert-chart-bars-wrap {
  flex-direction: row;
  display: flex;
}

.vert-chart-line-item {
  z-index: auto;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: auto;
  height: 240px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
  position: relative;
}

.tick-mark {
  border-bottom: .7px solid #778e77cc;
  height: 25%;
}

.tick-mark.top {
  border-top: .7px solid #778e77cc;
  border-bottom-width: .7px;
  border-bottom-color: #778e77cc;
}

.chart-vertical {
  background-color: #0000;
  border: 1px #4355ac;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
  width: auto;
  height: 240px;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.chart-wrap {
  flex-direction: column;
  justify-content: flex-start;
  width: 90%;
  display: flex;
  overflow: hidden;
}

.chart-canvass {
  background-color: #0000;
  border: 1px #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  min-width: 40%;
  height: 340px;
  margin-top: 0;
  margin-left: 0;
  padding: 0 10px 0 0;
  display: flex;
  transform: scale(1);
}

.container-9 {
  background-image: linear-gradient(#4b9cff, #adddff);
  border-radius: 4px;
  width: 35px;
  max-width: none;
  height: 120px;
}

.container-9._1 {
  height: 100px;
}

.container-9._2 {
  height: 110px;
}

.container-9._5 {
  height: 200px;
}

.container-9._4 {
  height: 160px;
}

.container-9._3 {
  height: 140px;
}

.div-block-3294 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: grid;
}

.div-block-3295 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-16 {
  object-fit: cover;
  width: 120px;
  height: auto;
  margin-left: 0;
  margin-right: auto;
}

.image-17, .image-18, .image-19, .image-20 {
  border-radius: .5rem;
}

.image-21 {
  margin-top: 0;
}

.image-22 {
  border-radius: 1rem;
}

.image-23 {
  border-radius: 1rem;
  margin-bottom: 20px;
}

.image-24, .image-25 {
  border-radius: 1rem;
}

.paragraph-2 {
  line-height: 1.2;
}

.highlight-left {
  background-color: #fff;
}

.coming-soon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slider-text-box {
  padding-bottom: 60px;
  padding-left: 80px;
  padding-right: 80px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.coming-soon-text {
  color: #fff;
  font-size: 18px;
}

.slider-read-more {
  color: #fff;
  text-transform: uppercase;
}

.highlight-news-title {
  color: var(--blue);
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
}

.highlight-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  border-radius: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider-image {
  opacity: 1;
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

.coming-soon-left-center-text {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.bold-text-33, .coming-soon-time-box-item-top-text {
  color: #fff;
}

.more-box {
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.highlight-news-item {
  margin: auto;
  padding-top: 0;
  padding-bottom: 5px;
  text-decoration: none;
}

.slider-paragraph {
  color: #fff;
  font-size: 18px;
  display: none;
}

.slider {
  background-color: #fff;
  min-height: 400px;
}

.coming-soon-left {
  background-color: #1c40c9;
  padding: 40px;
}

.slider-h1-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 27px;
  position: static;
  inset: auto auto 0% 0%;
}

.coming-soon-more-info {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.highlight-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 3.25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 24px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: grid;
}

.slider-item {
  border-radius: 1rem 1rem 0 0;
}

.coming-soon-time-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.section-top-read-more {
  width: auto;
  color: var(--blue2);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.coming-soon-img {
  object-fit: cover;
  height: 100%;
}

.highlight-news {
  padding-top: 0;
  padding-left: 20px;
}

.coming-soon-left-bottom {
  border: 1px solid #fff;
  border-radius: 7px;
  margin-top: 20px;
  padding: 10px;
  display: inline-block;
}

.coming-soon-left-bottom:hover {
  border-color: #002aff;
}

.coming-soon-time-box-bottom-text {
  color: #fff;
}

.news-line {
  background-color: var(--blue2);
  width: 100px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.coming-soon-text-heading {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.highlight-left-2 {
  opacity: 1;
}

.highlight-news-title-2 {
  color: #fff;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
}

.highlight-section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  border-radius: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.bold-text-34 {
  color: #fff;
}

.slider-2 {
  background-color: #000;
  background-image: linear-gradient(#00000080, #00000080);
  height: 100%;
  min-height: auto;
}

.coming-soon-left-2 {
  background-color: #1c40c9;
  padding: 40px;
}

.highlight-box-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 3.25fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.section-top-read-more-2 {
  color: #fff;
  font-size: 1rem;
  font-weight: 100;
  text-decoration: none;
}

.news-line-2 {
  background-color: #fff;
  width: 100px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.featured-block {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-rows: minmax(min-content, max-content);
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(min-content, max-content);
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 100%;
}

.slider-3 {
  border-radius: 10px;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.featured-collection-list-wrapper, .featured-collection-list, .featured-collection-item {
  width: 100%;
  height: 100%;
}

.container-10 {
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.slider-custom-style {
  display: none;
}

.author-designation {
  color: #0a0c0a99;
  letter-spacing: -.00656rem;
  font-size: .875rem;
  font-weight: 400;
}

.swiper-slide {
  flex: 0 0 39.375rem;
}

.testimonial_text {
  color: #0a0c0a99;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.section-spacing {
  padding-left: 30px;
  padding-right: 30px;
}

.section-spacing.project {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.testimonial_content {
  flex-direction: column;
  justify-content: space-between;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  display: flex;
}

.swiper-wrapper {
  display: flex;
}

.swiper-button-prev {
  z-index: 5;
  cursor: pointer;
  background-color: #f8ffe9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: color .2s, background-color .3s;
  display: flex;
  position: absolute;
  inset: auto auto 60% -1.5rem;
  transform: translate(0, 50%);
}

.swiper-button-prev:hover, .swiper-button-prev:focus-visible, .swiper-button-prev[data-wf-focus-visible] {
  color: #f8ffe9;
  background-color: #0b0c0b;
}

.swiper_slider-wrapper {
  overflow: hidden;
}

.author-name {
  color: #0a0c0a;
  font-weight: 500;
  line-height: 1.1;
}

.testimonial_thumb {
  flex: none;
  overflow: hidden;
}

.testimonial_author {
  border-radius: .9375rem;
  width: 100%;
}

.testimonial_item-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #f1f1f1;
  border-radius: 1.25rem;
  padding: 1.5rem;
  display: flex;
}

.swiper-pagination {
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.swiper-button-next {
  z-index: 5;
  cursor: pointer;
  background-color: #f8ffe9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: color .2s, background-color .3s;
  display: flex;
  position: absolute;
  inset: auto -1.5rem 60% auto;
  transform: translate(0, 50%);
}

.swiper-button-next:hover, .swiper-button-next:focus-visible, .swiper-button-next[data-wf-focus-visible] {
  color: #f8ffe9;
  background-color: #0b0c0b;
}

.swiper_component {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.code-embed-4 {
  border: 1px #0000004d;
  margin-top: 40px;
}

.code-embed-5 {
  margin-top: -20px;
}

.sg-data-embed {
  display: none;
}

.code-embed-7 {
  margin-top: 60px;
  display: block;
}

.youtube {
  border-radius: 1rem;
  margin-top: 20px;
}

.div-block-3296 {
  opacity: 0;
  width: 100%;
  height: 40px;
}

.testimonial-silder-mask {
  width: 100%;
  height: auto;
}

.subtitle {
  opacity: .76;
}

.review-text {
  color: #292524;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.left-arrow-2 {
  border: 1px solid #e5e0d9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 12px;
  display: flex;
  inset: auto 100px 32px auto;
}

.testimonial-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  height: 363.991px;
  display: flex;
}

.arrow-icon-2 {
  width: 24px;
}

.text-span-7 {
  color: #fb6032;
  font-style: italic;
}

.reviewer-service {
  color: #666563;
  font-size: 16px;
  font-weight: 400;
  line-height: 156%;
}

.review-author {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-11 {
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.review-author-name {
  color: #292524;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.heading-h2 {
  color: #292524;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 125%;
}

.right-arrow-2 {
  border: 1px solid #e5e0d9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 12px;
  display: flex;
  inset: auto 32px 32px auto;
}

.title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.title._335 {
  max-width: 25%;
}

.testimonial-slider {
  background-color: #ddd0;
  width: 80%;
  max-width: 920px;
  height: auto;
  display: flex;
}

.review-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f8f3ec;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  height: 363.977px;
  padding: 32px;
  display: flex;
}

.review-image {
  object-fit: cover;
  border-radius: 1.25rem;
  width: 50%;
  max-width: none;
}

.testimonial-slide {
  width: 100%;
  height: auto;
}

.testimonial-content-wrapper {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.container-12, .container-13 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.stats-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #1c40c9;
  border-radius: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: 60px 85px;
  display: grid;
}

.stats-item-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 185px;
  display: flex;
}

.large-stats-number {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2em;
}

.large-stats-text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 156%;
}

.large-stats-text.opacity-76 {
  line-height: 1.2em;
}

.gallery-image {
  border-radius: 20px;
  width: 288px;
  max-width: none;
}

.gallery-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.gallery {
  overflow: hidden;
}

.gallery-image-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-subtitle {
  opacity: .76;
  max-width: none;
  margin-top: -1.3rem;
}

.secondary-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #8d6959;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 156%;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.gallery-ticker {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.arrow-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-14 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home-hero_projects {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
  overflow: clip;
}

.projects_marquee {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: clip;
}

.projects_marquee-list {
  flex: none;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.projects_marquee-item {
  aspect-ratio: 4 / 3;
  justify-content: center;
  align-items: flex-start;
  width: 40vw;
  min-width: 20rem;
  max-width: 30rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
}

.project_marquee-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .5s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
}

.project_marquee-img:hover {
  transform: scale(1.1);
}

.right-arrow-3 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  cursor: pointer;
  background-color: #fff0;
  border: 1px #fff3;
  border-radius: 16px;
  width: 60px;
  top: 30%;
  bottom: 30%;
  right: 0;
}

.image-6 {
  z-index: 0;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.left-arrow-3 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  cursor: pointer;
  background-color: #fff0;
  border: 1px #fff3;
  border-radius: 16px;
  width: 60px;
  margin-right: 0;
  top: 30%;
  bottom: 30%;
  left: 0;
}

.slide-12 {
  box-sizing: border-box;
  aspect-ratio: auto;
  text-transform: none;
  background-color: #fff0;
  border-radius: 20px;
  padding-left: 0%;
  padding-right: 0%;
  text-decoration: none;
  position: relative;
}

.div-block-3273 {
  z-index: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff9;
  border: 1px solid #ffffff4d;
  border-radius: 20px;
  width: 36%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 30px auto 30px 100px;
}

.div-block-3273.first1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fff0;
  border-style: none;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0%;
  display: block;
  position: relative;
  inset: 0%;
}

.heading-16 {
  z-index: 1;
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.heading-16.small {
  color: #fff;
  margin-top: 0;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.heading-16.text1 {
  margin: 20px 90px 40px 0;
  font-size: 24px;
  font-weight: 700;
}

.button-14 {
  color: #fff;
  letter-spacing: -.03px;
  background-color: #1c40c9;
  border-radius: 20px;
  margin-top: 10px;
}

.button-14.produce222 {
  z-index: 1;
  background-color: #1c40c9;
  border-radius: 500px;
  padding: 14px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.button-14.produce222.banner222222 {
  filter: none;
  color: #fff;
  background-color: #1c40c9;
  border: 0 #ffffff4d;
  border-radius: 500px;
  margin-top: 20px;
  padding: 14px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

.icon-2 {
  opacity: 1;
  filter: brightness();
  cursor: pointer;
  width: 100%;
}

.div-block-3268 {
  width: 62%;
  height: 100%;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fff0;
  background-image: linear-gradient(90deg, #0000008f, #fff0);
  border: 1px #ffffff4d;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 0 10%;
  display: flex;
}

.icon-3 {
  opacity: 1;
  filter: brightness();
  cursor: pointer;
}

.slider-5 {
  background-color: #fff0;
  border-radius: 1.25rem;
  height: 62vh;
}

.mask-4 {
  border-radius: 1.25rem;
  padding-left: 0%;
  padding-right: 0%;
}

.div-block-3267 {
  background-color: #f5f5f700;
  border-radius: 1.25rem;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0%;
  padding: 0 0%;
}

@media screen and (min-width: 1280px) {
  .heading-style-h1-2 {
    font-size: 100px;
    line-height: 1.1;
  }

  .intro_text {
    font-size: 110px;
  }

  .hero_top {
    padding-top: 0;
  }

  .todo_component.smooth-shadow {
    opacity: 1;
    flex-flow: column;
    align-items: center;
  }

  .todo_component.smooth-shadow._2 {
    align-items: stretch;
  }

  .container-12, .container-14 {
    max-width: none;
  }
}

@media screen and (min-width: 1440px) {
  .main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text {
    font-size: 2rem;
  }

  .heading-style-h1-2 {
    font-size: 110px;
    line-height: 1.1;
  }

  .intro_text {
    font-size: 130px;
  }

  .hero_top {
    padding-top: 0;
  }

  .navbar7_container-2 {
    color: #d16096;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 500;
  }

  .todo_component.smooth-shadow._2 {
    align-items: stretch;
  }

  .container-14 {
    max-width: none;
  }
}

@media screen and (min-width: 1920px) {
  .heading-style-h1.weight-medium._8999 {
    flex: 0 auto;
  }

  .services-component-wrapper {
    margin-top: auto;
  }

  .section-services {
    margin-top: 5%;
  }

  .team-item {
    padding: 1rem;
  }

  .subpage-header-component {
    place-items: center stretch;
  }

  .stat-number {
    -webkit-text-stroke-color: var(--black);
  }

  .copy-this-entire-section._33 {
    margin-top: 0;
  }

  .div-block-2 {
    background-color: #fff;
    width: 100%;
    height: 0;
  }

  .bold-text-31 {
    font-weight: 900;
  }

  .page-wrapper-13 {
    margin-top: 0;
  }

  .heading-style-h1-2 {
    font-size: 130px;
    line-height: 1.1;
  }

  .hero_heading {
    justify-content: flex-start;
    align-items: center;
  }

  .hero_header {
    max-width: none;
  }

  .intro_text {
    font-size: 220px;
  }

  .hero_top {
    padding-top: 0;
  }

  .text-block-39 {
    font-family: Inter, sans-serif;
    font-weight: 400;
  }

  .section-todo {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
  }

  .todo_component.smooth-shadow._2 {
    border-radius: 0;
    align-items: stretch;
    width: 100%;
    min-width: auto;
    padding-top: 6rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .text-weight-medium {
    line-height: 1.1em;
  }

  .slider-image {
    background-image: linear-gradient(#b74c4c80, #b74c4c80);
  }

  .code-embed-4 {
    background-color: #fff;
    border-radius: 0;
    margin-top: 100px;
  }

  .code-embed-6 {
    margin-top: 60px;
  }

  .testimonial-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .testimonial-slider {
    width: 100%;
    max-width: none;
  }

  .testimonial-content-wrapper {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .container-14 {
    max-width: none;
  }

  .home-hero_projects {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: visible;
  }

  .right-arrow-3 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-width: 0;
    border-color: #fff3;
    border-radius: 20px;
    width: 60px;
    bottom: 30%;
  }

  .left-arrow-3 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fff0;
    border-width: 0;
    border-radius: 20px;
    width: 60px;
    margin-left: 0;
    top: 30%;
    bottom: 30%;
    left: 0;
  }

  .div-block-3273 {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #fff9;
    border-color: #ffffff4d;
  }

  .heading-16 {
    font-family: Inter, sans-serif;
    font-size: 58px;
  }

  .heading-16.small {
    font-family: Inter, sans-serif;
    font-size: 30px;
  }

  .heading-16.text1 {
    margin-top: 40px;
    font-size: 36px;
    line-height: 1.1em;
  }

  .button-14 {
    color: #fff;
    -webkit-text-stroke-color: #fff;
    border: 1px #ffffff4d;
    border-radius: 20px;
    flex: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 14px 20px;
    font-size: 18px;
  }

  .button-14.produce222 {
    font-family: Inter, sans-serif;
    font-weight: 400;
  }

  .button-14.produce222.banner222222 {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .icon-2, .icon-3 {
    opacity: 1;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 6.5vw;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .styleguide-icon-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 6.5vw;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .section-padding-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-padding-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-huge {
    padding-bottom: 6rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .hide-tablet {
    display: none;
  }

  .hero-header-content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    padding-top: 10%;
  }

  .license-wrapper {
    padding-bottom: 10%;
    padding-left: 5%;
  }

  .licenses-list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .changelog-wrapper {
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 5%;
  }

  .changelog-header-content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    padding-top: 10%;
  }

  .menu-icon-line-bottom {
    background-color: var(--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-link {
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar-link:hover {
    background-color: var(--grey);
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-menu-button {
    padding: 0;
  }

  .navbar-menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon-line-top {
    background-color: var(--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-container {
    padding-right: 1.5rem;
  }

  .navbar-component {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar-menu-link-wrapper {
    border: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--light-grey);
    flex-direction: column;
    width: 100%;
    padding: 2rem;
  }

  .menu-icon-line-middle {
    background-color: var(--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-button-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: stretch;
    margin-top: 1rem;
    margin-left: 0;
  }

  .navbar-menu {
    background-color: var(--grey);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-radius: 2rem;
    justify-content: center;
    width: 100%;
    margin-top: 1rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .menu-icon-line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header-image-wrapper, .header-image {
    border-radius: 2rem;
  }

  .logo-component {
    grid-row-gap: 2rem;
    display: flex;
  }

  .services-component-wrapper, .service-accordion {
    border-radius: 2rem;
  }

  .service-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .team-list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .team-section-header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .faq-accordion, .faq-component-wrapper, .faq-contact-wrapper {
    border-radius: 2rem;
  }

  .project-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .project-item {
    border-radius: 1.5rem;
  }

  .project-image-wrapper {
    border-radius: 1rem;
  }

  .project-image {
    aspect-ratio: 1;
  }

  .project-title-wrapper {
    padding: 1.25rem 1rem;
  }

  .project-section-header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .testimonial-component {
    grid-template-columns: 1fr;
  }

  .testimonials-component-wrapper {
    border-radius: 2rem;
  }

  .footer-top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .subpage-header-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .subpage-header-image-wrapper, .subpage-header-image {
    border-radius: 2rem;
  }

  .stats-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 1em;
  }

  .stat-number {
    font-size: 4rem;
  }

  .stats-section-header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .stats-component-wrapper {
    border-radius: 2rem;
  }

  .cta-card {
    border-radius: 2rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-left: 2rem;
  }

  .cta-card-conent {
    padding: 0 0 2rem;
  }

  .values-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .case-studies-component-wrapper {
    border-radius: 2rem;
  }

  .case-studies-list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
  }

  .case-study-item {
    border-radius: 1.5rem;
    margin-bottom: 2rem;
  }

  .case-study-image-wrapper {
    border-radius: 1rem;
  }

  .case-study-title-wrapper {
    padding: 1rem;
  }

  .contact-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .contact-form-block {
    border-radius: 2rem;
  }

  .blogs-list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .blog-item {
    border-radius: 1.25rem;
  }

  .blog-image-wrapper {
    border-radius: .5rem;
  }

  .blog-image {
    aspect-ratio: 3 / 2;
  }

  .blog-title-wrapper {
    padding-top: 1.25rem;
    padding-left: 0;
    padding-right: 0;
  }

  .case-study-header-content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1.5fr;
  }

  .case-study-header-image-wrapper, .case-study-header-image, .case-study-details-wrapper {
    border-radius: 2rem;
  }

  .blog-header-content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .blog-header-image-wrapper, .blog-header-image, .blog-details-wrapper {
    border-radius: 2rem;
  }

  .blog-section-header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-description-wrapper, .blog-component-wrapper {
    border-radius: 2rem;
  }

  .copy-this-entire-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .item {
    width: 125px;
  }

  .main-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .scroll {
    width: 85vw;
  }

  .content {
    border-radius: 0;
  }

  .content-top_wrap {
    flex-direction: column;
    align-items: center;
  }

  .per-check_wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .performance-wrap {
    max-width: none;
  }

  .content-bottom_wrap {
    flex-direction: column;
  }

  .check-circle.green {
    background-color: #50d26f;
  }

  .checking-wrap {
    margin-bottom: 0;
  }

  .cont-bot-_text_wrap {
    max-width: none;
  }

  .navbar7_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar7_dropdown-content-left {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar7_component-3 {
    background-color: #fff;
  }

  .navbar7_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    align-items: flex-start;
    height: 100dvh;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    transition: height .5s;
    position: absolute;
    overflow: auto;
  }

  .menu-icon_line-bottom, .menu-icon_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar7_dropdown-content {
    flex-direction: column;
  }

  .menu-icon-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-style-h1-2 {
    font-size: 17vw;
  }

  .hero_top {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar7_menu-dropdown {
    width: 100%;
  }

  .navbar7_dropdown-list-2 {
    position: relative;
    overflow: hidden;
  }

  .navbar7_dropdown-list-2.w--open {
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .navbar7_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar7_container-2 {
    background-color: #fff;
  }

  .col-d-10 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .services_group-item {
    font-size: 2.25rem;
  }

  .services_gategory-heading {
    font-size: 2rem;
  }

  .container {
    grid-row-gap: 1rem;
  }

  .services_category-wrapper {
    height: 2.5rem;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .todo_middle-area {
    flex: 1;
  }

  .todo_component.smooth-shadow {
    flex-direction: column;
    justify-content: space-around;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .container-3, .container-3._1 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .display-m {
    font-size: 1rem;
  }

  .card {
    max-width: 20rem;
  }

  .page-wrap {
    height: 100vh;
  }

  .chart-wrapper {
    max-width: 70%;
    margin-top: 0;
  }

  .collection-item-2 {
    width: 60px;
  }

  .div-block-5 {
    grid-column-gap: 10px;
    grid-template-columns: .75fr .9fr 1fr 1fr 1fr;
  }

  .text-block-5 {
    font-size: 12px;
    line-height: 14px;
  }

  .collection-list-wrapper {
    align-items: flex-start;
    display: flex;
  }

  .filter-container {
    flex-direction: column;
    width: 100%;
  }

  .collection-list {
    flex-flow: row;
    justify-content: space-around;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .text-block-4 {
    justify-content: flex-start;
    font-size: 10px;
  }

  .heading-2 {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 14px;
  }

  .heading-2.score {
    padding-left: 0;
    font-size: 12px;
  }

  .heading-2.rank {
    justify-content: center;
    padding-left: 0;
    font-size: 12px;
  }

  .heading-2.region, .heading-2.global-table-header {
    font-size: 12px;
  }

  .hero-heading {
    font-size: 14px;
    line-height: 16px;
  }

  .collection-item {
    height: 30px;
  }

  .collection-list-wrapper-3 {
    height: 100px;
  }

  .feature-tab-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    width: 100%;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .banner-right {
    flex-direction: row;
  }

  .padding-overflow-mobile {
    overflow: visible;
  }

  .grid-3-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 2fr;
    height: auto;
  }

  .arrow-tab {
    justify-content: center;
    width: 100%;
    height: 3rem;
  }

  .arrow-tab.w--current {
    background-size: contain;
  }

  .feature_content-detail {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_home-function {
    min-height: 32rem;
  }

  .feature-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .text-weight-medium {
    font-size: 1rem;
  }

  .feature-tab-detail {
    flex-direction: column;
  }

  .bullet-img-wrapper {
    order: -1;
    width: 100%;
    height: 20rem;
  }

  .legend-category-color._2nd-category, .legend-category-color._1st-category {
    height: 14px;
  }

  .chart-header {
    font-size: 20px;
  }

  .business_environ-chart-container {
    padding-left: 0;
  }

  .legend-category-title, .vert-chart-name {
    font-size: 12px;
  }

  .chart-canvass {
    width: auto;
  }

  .highlight-right {
    padding-top: 40px;
  }

  .coming-soon {
    grid-template-columns: 1fr;
  }

  .highlight-box {
    grid-template-columns: 3.25fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .highlight-news {
    padding-left: 0;
  }

  .highlight-box-2 {
    grid-template-columns: 3.25fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .swiper-slide {
    flex-basis: 32rem;
  }

  .testimonial_text {
    font-size: 1.4rem;
  }

  .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    left: -1rem;
  }

  .testimonial_thumb {
    width: 13.2rem;
  }

  .swiper-pagination {
    bottom: -3rem;
  }

  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    right: -1rem;
  }

  .left-arrow-2 {
    bottom: 24px;
    right: 90px;
  }

  .right-arrow-2 {
    bottom: 24px;
    right: 24px;
  }

  .title._335 {
    max-width: 400px;
  }

  .testimonial-slider {
    width: 100%;
    max-width: 100%;
  }

  .testimonial-content-wrapper {
    flex-flow: column;
  }

  .container-12 {
    max-width: none;
  }

  .stats-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 80px;
    padding-right: 80px;
    display: grid;
  }

  .container-14 {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 6.5vw;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .utility-form-block {
    padding: 3rem;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 6.5vw;
  }

  .button {
    padding: .25rem 1rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .section-padding-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-padding-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-padding-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .hero-header-content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
    padding-top: 15%;
  }

  .license-wrapper {
    min-height: 70dvh;
  }

  .licenses-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .license-image-wrapper {
    height: 100%;
  }

  .changelog-header-content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
    padding-top: 15%;
  }

  .navbar-container {
    min-height: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar-component {
    margin-top: 1.25rem;
  }

  .navbar-menu-link-wrapper {
    padding: 1.25rem;
  }

  .logo-component {
    padding-top: 1rem;
  }

  .client-logo {
    max-height: 3rem;
  }

  .service-name {
    padding: 1rem 1.25rem;
  }

  .accordion-icon-wrapper {
    width: 1.75rem;
  }

  .service-description {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .service-component, .team-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .team-image-wrapper {
    height: 100%;
  }

  .faq-question {
    padding: 1rem 1.25rem;
  }

  .faq-icon-wrapper {
    width: 1.75rem;
  }

  .faq-answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .project-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .testimonial-component {
    grid-template-columns: 1fr;
  }

  .testimonial-content {
    padding: 1.5rem;
  }

  .testimonial-client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .footer-top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer-menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer-credit-text {
    margin-top: 1.5rem;
  }

  .footer-bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .subpage-header-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .stats-list {
    grid-template-columns: 1fr;
  }

  .stat-number {
    font-size: 3.5rem;
  }

  .cta-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .cta-card-conent {
    padding: 2rem;
  }

  .values-list {
    flex: 1;
    grid-template-columns: 1fr;
  }

  .case-studies-list {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    column-count: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .case-study-item {
    margin-bottom: 3rem;
  }

  .contact-component, .blogs-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .case-study-header-content-wrapper, .blog-header-content-wrapper {
    grid-template-columns: 1fr;
  }

  .copy-this-entire-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .brand-logo-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .items {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .item {
    width: 100px;
  }

  .scroll {
    width: 80vw;
  }

  .content {
    grid-row-gap: 20px;
    padding: 20px;
  }

  .tab-link {
    font-size: 20px;
  }

  .content-top_wrap {
    grid-row-gap: 20px;
  }

  .per-check_wrap {
    grid-template-columns: 1fr;
  }

  .dropdown {
    inset: 70px auto auto 27px;
  }

  .mw-125.ml-30 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .cont-bot_card_wrap {
    grid-column-gap: 20px;
    padding-right: 20px;
  }

  .content-bottom_wrap {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .cont-bot-_text_wrap {
    margin-right: 0;
    padding-top: 0;
  }

  .h1.mb-25 {
    margin-bottom: 15px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .bold-text-31 {
    font-size: 6.5vw;
    line-height: 1;
  }

  .navbar7_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .navbar7_component-3 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fff;
    min-height: 4rem;
  }

  .navbar7_menu {
    padding-bottom: 6rem;
  }

  .navbar7_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .col-d-10 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .services_gategory-heading.in-group {
    display: block;
  }

  .container {
    grid-row-gap: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section_services {
    padding-top: 10vh;
    overflow: hidden;
  }

  .services_left-col {
    display: none;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .todo_component {
    min-width: 350px;
    padding: 1.5rem;
  }

  .chart-wrapper {
    transform: scale(.8);
  }

  .collection-item-2 {
    width: 50px;
  }

  .div-block-5 {
    grid-column-gap: 4px;
    grid-template-columns: .75fr 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .container-8 {
    width: 80%;
  }

  .text-block-4 {
    justify-content: center;
    font-size: 8px;
  }

  .heading-2.score {
    padding-left: 0;
    font-size: 10px;
    line-height: 12px;
  }

  .heading-2.rank {
    font-size: 10px;
    line-height: 12px;
  }

  .heading-2.region {
    padding-left: 10px;
    font-size: 10px;
    line-height: 12px;
  }

  .heading-2.global-table-header {
    font-size: 10px;
    line-height: 12px;
  }

  .hero-heading {
    text-align: center;
    width: 80%;
    margin-top: 0;
  }

  .icon-1x1-small-2 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .heading-style-h4-2 {
    font-size: 1.1rem;
  }

  .round_tab-menu {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: row;
    justify-content: flex-start;
  }

  .banner-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .padding-overflow-mobile {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .grid-3-2 {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .feature_content-detail {
    flex-direction: column-reverse;
    padding: 2rem;
  }

  .slider-tab {
    margin-top: 20px;
  }

  .button-4 {
    padding: .75rem 1.5rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_home-function {
    min-height: 24rem;
  }

  .checkmark-icon {
    width: 25px;
  }

  .subheader-wrapper {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-style-h2-2 {
    font-size: 2rem;
  }

  .text-weight-medium {
    align-self: center;
    font-size: .8rem;
  }

  .round-tab {
    flex: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-six-wrapper {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .button-5 {
    padding: .7em 1.25em;
    font-size: 13px;
    line-height: 18px;
  }

  .grid {
    grid-column-gap: .5vmin;
    grid-row-gap: .5vmin;
    grid-template-rows: 5vmin 5vmin 5vmin 5vmin 5vmin 5vmin 5vmin 5vmin 5vmin;
    grid-template-columns: 5vmin 5vmin 5vmin 5vmin 5vmin 5vmin;
    grid-auto-rows: 5vmin;
    grid-auto-columns: 5vmin;
    display: grid;
  }

  .grid.x-01 {
    grid-template-columns: 5vmin 5vmin 5vmin 5vmin;
    grid-auto-rows: 5vmin;
    grid-auto-columns: 5vmin;
  }

  .grid---item {
    border-radius: .125rem;
  }

  .paragraph {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-4, .chart-header {
    font-size: 18px;
  }

  .business_environ-chart-container {
    padding-left: 0;
  }

  .vert-chart-name {
    align-items: flex-start;
    padding-top: 2px;
    font-size: 12px;
  }

  .heading-5 {
    font-size: 14px;
    line-height: 20px;
  }

  .vert-bar-inner.category-2, .vert-bar-inner.category-1 {
    font-size: 10px;
  }

  .vert-bar-outer {
    width: 60px;
  }

  .chart-vertical {
    padding-left: 4px;
    padding-right: 4px;
  }

  .chart-canvass {
    width: 500px;
  }

  .slider-paragraph {
    font-size: 12px;
    line-height: 12px;
  }

  .coming-soon-left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-h1-title {
    font-size: 20px;
    line-height: 22px;
  }

  .highlight-box, .coming-soon-left-2, .highlight-box-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .swiper-slide {
    flex-basis: 100%;
  }

  .testimonial_text {
    font-size: 1.3rem;
  }

  .section-spacing {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-spacing.project {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    display: none;
  }

  .testimonial_thumb {
    width: auto;
  }

  .testimonial_author {
    object-fit: cover;
    object-position: 50% 0%;
    height: 24rem;
  }

  .testimonial_item-wrap {
    flex-direction: column;
    padding: 1rem;
  }

  .swiper-pagination {
    margin-top: 2rem;
  }

  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    display: none;
  }

  .testimonial-card {
    flex-flow: column;
  }

  .review-content {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .review-image {
    width: 100%;
    max-width: none;
    overflow: hidden;
  }

  .testimonial-slide {
    height: 100%;
  }

  .testimonial-content-wrapper {
    overflow: visible;
  }

  .stats-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 85px;
    padding-right: 85px;
    display: grid;
  }

  .gallery-image {
    width: 200px;
  }

  .gallery-content-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-hero_projects {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .projects_marquee-item {
    width: 18rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.8rem;
  }

  h2 {
    text-transform: none;
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.3rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .container-large {
    padding-top: 0;
  }

  .utility-component {
    padding: 3%;
  }

  .utility-form-block {
    padding: 1.5rem;
  }

  .utility-form {
    border-radius: 1.5rem;
    padding: 3rem 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium.nes {
    width: 100%;
  }

  .heading-style-h2 {
    font-size: 1.5rem;
  }

  .styleguide-grid-colors {
    grid-template-columns: 1fr;
  }

  .heading-style-h6 {
    font-size: 1rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2rem;
  }

  .heading-style-h1.weight-medium {
    font-weight: 700;
  }

  .heading-style-h1.weight-medium.news {
    width: 100%;
    font-size: 1.5rem;
  }

  .heading-style-h1.weight-medium._8999 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2rem;
  }

  .button {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .button.is-form {
    text-align: center;
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .button.is-navbar {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .heading-style-h4 {
    font-size: 1.25rem;
  }

  .heading-style-h3 {
    font-size: 1.3rem;
    font-weight: 700;
  }

  .button-group {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .button-group.is-center._5566 {
    margin-bottom: auto;
  }

  .text-size-large.weight-medium {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .padding-global {
    padding-left: 5%;
    padding-right: 5%;
  }

  .padding-global.is-2rem {
    margin-top: auto;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-padding-large {
    margin-top: 20px;
    padding-top: 2rem;
    padding-bottom: 5%;
  }

  .section-padding-large.smaller-padding-mobile {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .button-secondary {
    padding: .5rem 1rem;
  }

  .max-width-large.align-center {
    margin-top: 20px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-huge {
    padding-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .section-hero-header {
    padding-top: 0;
  }

  .section-hero-header._55623 {
    margin-top: 36px;
    margin-bottom: 80px;
  }

  .hero-header-content-wrapper {
    grid-template-columns: 1fr;
    padding-top: 20%;
    padding-bottom: 10%;
  }

  .license-wrapper {
    justify-content: center;
    min-height: 80dvh;
    padding-bottom: 5%;
  }

  .licenses-list {
    grid-template-columns: 1fr 1fr;
  }

  .license-image-wrapper {
    padding-top: 90%;
  }

  .changelog-wrapper {
    text-align: center;
    justify-content: center;
    padding-bottom: 10%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .changelog-header-content-wrapper {
    grid-template-columns: 1fr;
    padding-top: 20%;
    padding-bottom: 10%;
  }

  .navbar-link:hover {
    background-color: var(--grey);
  }

  .navbar-container {
    min-height: auto;
    padding: .25rem 1rem .25rem .75rem;
  }

  .navbar-component {
    margin-top: .5rem;
  }

  .navbar-logo {
    width: 8rem;
  }

  .navbar-button-wrapper {
    text-align: center;
    width: 100%;
  }

  .header-image-wrapper {
    border-radius: 1rem;
    height: auto;
  }

  .header-image {
    border-radius: 1rem;
    margin-top: 20px;
  }

  .header-image._1 {
    height: 40%;
  }

  .logo-component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .client-logo {
    height: 2rem;
    max-height: 2rem;
  }

  .services-component-wrapper {
    border-radius: 1rem;
    padding-bottom: 20px;
  }

  .service-accordion {
    border-radius: 1rem;
  }

  .service-description {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .service-component {
    grid-template-columns: 1fr;
    padding-bottom: 1rem;
  }

  .service-image-wrapper {
    aspect-ratio: 1;
    border-radius: 1rem;
  }

  .team-list {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .team-list._2, .team-list._3 {
    grid-template-columns: 1fr;
  }

  .team-section-header {
    margin-bottom: 2rem;
  }

  .faq-accordion {
    border-radius: 1rem;
  }

  .section-faq {
    margin-top: 4rem;
    line-height: 1.2;
  }

  .faq-component-wrapper {
    border-radius: 1rem;
    padding-top: 20px;
  }

  .faq-contact-wrapper {
    border-radius: 1rem;
    padding: 1.5rem;
  }

  .project-list {
    grid-row-gap: 1rem;
  }

  .project-item {
    border-radius: 1.5rem;
  }

  .project-image-wrapper {
    border-radius: 1rem;
  }

  .project-title-wrapper {
    padding: 1rem .5rem 0;
  }

  .project-section-header {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-bottom: 2rem;
  }

  .testimonial-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .testimonial-content, .testimonials-component-wrapper {
    border-radius: 1rem;
  }

  .footer-top-wrapper {
    grid-row-gap: 48px;
  }

  .footer-form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .input-form.is-text-area {
    border-radius: 1rem;
    min-height: 15rem;
  }

  .footer-menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer-link {
    padding-left: 0;
  }

  .footer-link:hover {
    background-color: var(--white);
  }

  .newsletter-footer-wrapper {
    border-radius: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-address, .footer-links-list-title {
    padding-left: 0;
  }

  .subpage-header-component {
    grid-template-columns: 1fr;
  }

  .subpage-header-image-wrapper, .subpage-header-image {
    border-radius: 1rem;
  }

  .stats-list {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .stats-item {
    border-radius: 1rem;
    padding-top: 1.2rem;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .stat-image-wrapper {
    z-index: 20;
    border-radius: 1rem;
    width: 100%;
    overflow: visible;
  }

  .stat-image {
    aspect-ratio: 1;
    border-radius: 1rem;
    display: block;
    overflow: clip;
  }

  .stats-component-wrapper {
    border-radius: 1rem;
  }

  .cta-card {
    border-radius: 1rem;
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .cta-card-conent {
    padding: 0 0 2rem;
  }

  .cta-image-wrapper {
    border-radius: 1rem;
  }

  .cta-image {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 1rem;
  }

  .values-list {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .values-item {
    border-radius: 1rem;
  }

  .section-case-studies {
    margin-bottom: 4rem;
  }

  .case-studies-component-wrapper {
    border-radius: 1rem;
  }

  .case-study-item {
    margin-bottom: 1rem;
  }

  .case-study-image {
    aspect-ratio: 1;
  }

  .case-study-title-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .contact-component {
    grid-template-columns: 1fr;
  }

  .contact-form-block {
    border-radius: 1rem;
    padding: 1rem;
  }

  .form-field-2col {
    grid-template-columns: 1fr;
  }

  .form-button-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blogs-list {
    grid-row-gap: 1rem;
  }

  .blog-item {
    border-radius: 1rem;
  }

  .blog-image-wrapper {
    border-radius: .5rem;
  }

  .blog-image {
    aspect-ratio: 1;
  }

  .blog-title-wrapper {
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .case-study-header-image-wrapper {
    border-radius: 1rem;
    height: 55vh;
  }

  .case-study-header-image {
    border-radius: 1rem;
  }

  .blog-header-image-wrapper {
    border-radius: 1rem;
    height: 55vh;
  }

  .blog-header-image, .blog-details-wrapper {
    border-radius: 1rem;
  }

  .section-service-description {
    margin-bottom: 4rem;
  }

  .service-description-wrapper {
    border-radius: 1rem;
  }

  .section-blog {
    margin-bottom: 4rem;
  }

  .blog-component-wrapper {
    border-radius: 1.25rem;
  }

  .text-block {
    font-weight: 700;
  }

  .copy-this-entire-section {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .items {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .item {
    width: auto;
  }

  .item._2 {
    width: 140px;
  }

  .client-logo-slider {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .dates-wrap {
    justify-content: space-between;
  }

  .tabs-menu {
    display: flex;
  }

  .bold-text-31 {
    max-width: 80%;
    font-size: 4rem;
  }

  .navbar7_dropdown-link {
    padding-left: 0;
  }

  .page-wrapper-13 {
    margin-top: 0;
  }

  .navbar7_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar7_component-3 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    height: 20px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .menu-icon-2 {
    display: flex;
  }

  .hero_top {
    padding-top: 12vw;
  }

  .services_group-item {
    font-size: 1.75rem;
  }

  .services_right-col {
    padding-left: .5rem;
  }

  .expert_help {
    max-width: 90%;
  }

  .services_wrapper {
    width: 100%;
  }

  .todo_item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .svg-icon.trash-icon {
    margin-left: .3rem;
  }

  .section-todo {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .heading-uppercase.text-align-center {
    text-align: center;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .form-label {
    text-align: center;
  }

  .todo_component {
    border-radius: 0;
    min-width: 100%;
  }

  .todo_component.smooth-shadow {
    min-width: 100%;
    min-height: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .todo_component.smooth-shadow._2 {
    padding-top: 2rem;
  }

  .bold-text-32 {
    font-size: 2rem;
  }

  .container-3, .container-3._1 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-6 {
    height: 2rem;
  }

  .code-embed-2 {
    margin-top: 40px;
  }

  .section-2 {
    margin-top: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-header-table {
    grid-column-gap: 0px;
    grid-template-rows: 100%;
    grid-template-columns: .5fr .5fr .25fr .25fr;
  }

  .chart-wrapper {
    height: 100px;
    margin-top: 10px;
    transform: scale(.8);
  }

  .collection-item-2 {
    width: 40px;
  }

  .global-table-header {
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: 90%;
    height: auto;
    line-height: 20px;
    display: block;
  }

  .div-block-5 {
    grid-column-gap: 1px;
    width: 90%;
  }

  .container-8 {
    width: 80%;
    display: block;
  }

  .text-block-5 {
    text-align: center;
    width: 70%;
    font-size: 10px;
  }

  .collection-list-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
  }

  .collection-list {
    flex-wrap: wrap;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .text-block-4 {
    font-size: 7px;
    line-height: 10px;
  }

  .heading-2 {
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .heading-2.score, .heading-2.rank {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 8px;
    line-height: 10px;
  }

  .heading-2.region {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 8px;
    line-height: 0;
  }

  .heading-2.global-table-header {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 8px;
    line-height: 10px;
  }

  .collection-list-wrapper-2 {
    margin-top: 0;
  }

  .hero-heading {
    font-size: 12px;
  }

  .collection-item {
    height: 30px;
  }

  .collection-list-wrapper-3 {
    height: 100px;
  }

  .icon-1x1-small-2 {
    flex: none;
  }

  .features-tab-wrapper {
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-tab-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: auto;
    margin-bottom: -10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    overflow: auto;
  }

  .round_tab-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    height: auto;
    margin-bottom: auto;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .function-content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .banner-right {
    flex-direction: column;
  }

  .feature-tab-content {
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .padding-overflow-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .header-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .arrow-tab {
    flex: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .arrow-tab.w--current {
    width: auto;
    max-width: 100%;
  }

  .feature_content-detail {
    padding: 2rem 1.25rem;
  }

  .tab-text {
    flex: none;
    width: 100%;
  }

  .button-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-section-medium {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .checkmark-icon {
    width: 30px;
  }

  .subheader-wrapper {
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    height: auto;
  }

  .heading-style-h2-2 {
    font-size: 1.75rem;
  }

  .bullet-wrapper-detail {
    flex-direction: column;
  }

  .text-weight-medium {
    text-align: center;
    flex: 1;
    margin-top: 10px;
  }

  .banner-wrapper.is-green {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .round-tab {
    text-align: center;
    border-radius: 16px;
    flex: 0 auto;
    padding: 18px;
    font-size: .9rem;
  }

  .round-tab.w--current {
    border-radius: 1rem;
    height: auto;
  }

  .grid-six-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .axis-data {
    font-size: 8px;
  }

  .heading-4 {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
  }

  .axis-x {
    font-size: 10px;
  }

  .legend-category-color._2nd-category, .legend-category-color._1st-category {
    width: 14px;
    height: 14px;
  }

  .business_environ-chart-container {
    display: block;
    overflow: visible;
  }

  .legend-category-title, .vert-chart-name {
    font-size: 10px;
  }

  .heading-5 {
    text-align: center;
    font-size: 10px;
  }

  .vert-bar-inner.category-2 {
    height: 100%;
    font-size: 10px;
  }

  .vert-bar-inner.category-1 {
    width: 40px;
    font-size: 10px;
  }

  .vert-bar-outer {
    width: 40px;
    margin-left: 0;
    margin-right: 0;
    transform: scale(.9);
  }

  .vert-chart-bars-wrap {
    flex-direction: row;
    justify-content: flex-start;
  }

  .vert-chart-line-item {
    margin-bottom: 0;
  }

  .chart-vertical {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .chart-wrap {
    overflow: visible;
  }

  .chart-canvass {
    width: auto;
  }

  .slider-text-box {
    display: none;
  }

  .testimonial_text {
    font-size: 1.2rem;
  }

  .swiper-button-prev {
    display: none;
  }

  .swiper-pagination {
    bottom: -2.5rem;
  }

  .swiper-button-next {
    display: none;
  }

  .div-block-3296 {
    height: 0;
  }

  .left-arrow-2 {
    width: 44px;
    height: 44px;
    bottom: 20px;
    right: 80px;
  }

  .testimonial-card {
    flex-flow: column;
  }

  .right-arrow-2 {
    width: 44px;
    height: 44px;
    bottom: 20px;
    right: 20px;
  }

  .review-content {
    border-radius: 1.25rem;
    overflow: hidden;
  }

  .review-image {
    border-radius: 1.25rem;
    width: 100%;
  }

  .stats-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .stats-item-2 {
    max-width: none;
  }

  .gallery-image {
    width: 190px;
  }

  .gallery-content-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
  }

  .projects_marquee-item {
    width: 20rem;
    min-width: auto;
    max-width: none;
  }

  .slide-12 {
    border-radius: 1rem;
  }

  .heading-16 {
    width: auto;
    font-size: 1rem;
  }

  .heading-16.small {
    width: auto;
    font-size: .7rem;
  }

  .heading-16.text1 {
    margin-bottom: 10px;
    font-size: .8rem;
  }

  .div-block-3268 {
    justify-content: center;
    align-items: flex-start;
  }

  .slider-5 {
    height: 20vh;
  }

  .mask-4 {
    border-radius: 1rem;
  }
}

#w-node-_4b0f0847-7e1b-469c-e266-939e2aae1459-87e30d37 {
  align-self: center;
}

#w-node-_4b0f0847-7e1b-469c-e266-939e2aae1468-87e30d37 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: auto;
}

#w-node-ed0eba12-1def-54f2-f589-3ad9cdc3ff92-cdc3ff8c {
  align-self: stretch;
}

#w-node-ed0eba12-1def-54f2-f589-3ad9cdc3ffa7-cdc3ff8c {
  justify-self: end;
}

#w-node-c718d996-64e2-fd48-91d6-4ec75582b6ad-5582b6a9 {
  justify-self: center;
}

#w-node-c718d996-64e2-fd48-91d6-4ec75582b6b5-5582b6a9 {
  justify-self: end;
}

#w-node-_9054d520-bbae-05c9-1d88-6966d184ff1d-87e30d3b, #w-node-c53cecd5-a3b1-7ec8-7932-d94b08f93777-87e30d3e, #w-node-_83dc70a1-2d5d-a3e5-86d0-30f01380ab3b-87e30d3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e73b729-bbe1-c93e-0326-062008d42601-87e30d40 {
  align-self: start;
}

#w-node-_5e73b729-bbe1-c93e-0326-062008d4261b-87e30d40 {
  justify-self: start;
}

#w-node-_83cee6c6-a079-22b6-3077-bc05845099f7-87e30d44, #w-node-_83cee6c6-a079-22b6-3077-bc05845099f8-87e30d44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8a309907-dd41-8676-e504-528cd7993c04-87e30d37 {
    order: -9999;
  }

  #w-node-ed0eba12-1def-54f2-f589-3ad9cdc3ffa7-cdc3ff8c {
    justify-self: auto;
  }

  #w-node-_8a309907-dd41-8676-e504-528cd7993c04-87e30d45 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c53cecd5-a3b1-7ec8-7932-d94b08f93777-87e30d3e {
    grid-column: span 1 / span 1;
  }

  #w-node-c53cecd5-a3b1-7ec8-7932-d94b08f9378f-87e30d3e {
    order: 9999;
  }

  #w-node-_83dc70a1-2d5d-a3e5-86d0-30f01380ab3b-87e30d3e {
    grid-column: span 1 / span 1;
  }

  #w-node-_83dc70a1-2d5d-a3e5-86d0-30f01380ab53-87e30d3e {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9c54bef2-ffc3-a1a6-e0b5-91951edbeecf-87e30d3f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


