@font-face {
  font-family: Nunito Variablefont Wght;
  src: url('../fonts/Nunito-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #171717;
  --light-grey: #f8f8f8;
  --puprle: #7f00ff;
  --white: white;
  --border-gray\<deleted\|variable-d65041a8\>: #c5c5c5;
  --grey: #f2f2f2;
  --grey\<deleted\|variable-305a1b7c\>: #818181;
}

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

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

.max-width-medium.align-center {
  padding-bottom: 0;
}

.page-wrapper.navbar-on-page {
  mix-blend-mode: normal;
  object-fit: fill;
  position: static;
  overflow: auto;
}

.container-large {
  width: 100%;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.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(--puprle);
  border-radius: 3rem;
  flex-direction: column;
  align-items: stretch;
  padding: 5rem;
  display: flex;
}

.main-wrapper.max-width-full {
  padding-bottom: 41px;
}

.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-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(--black);
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.text-size-medium.max-width-small {
  max-width: 35rem;
}

.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 {
  text-align: center;
  padding-bottom: 0;
  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 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.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: 400;
  line-height: 1.4;
}

.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 {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  font-weight: 500;
}

.text-size-tiny {
  font-size: .75rem;
}

.button {
  grid-column-gap: .5rem;
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  text-transform: none;
  border: 1px solid #180040;
  border-radius: 100rem;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: .875rem;
  transition-property: color;
  transition-duration: .35s;
  transition-timing-function: ease;
  display: flex;
}

.button:hover {
  color: var(--puprle);
}

.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(--puprle);
  background-color: var(--puprle);
}

.weight-normal {
  font-weight: 400;
}

.heading-style-h4 {
  font-family: Droid Sans, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
  display: block;
  position: static;
}

.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 {
  font-size: 1rem;
}

.text-size-regular.max-width-medium {
  display: flex;
}

.weight-xbold {
  font-weight: 800;
}

.text-right {
  text-align: right;
  width: 100%;
}

.weight-bold {
  font-weight: 700;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h3.weight-medium {
  color: var(--white);
  font-weight: 500;
}

.icon-large {
  width: 5rem;
  height: 5rem;
}

.form-input {
  border: 1px solid var(--border-gray\<deleted\|variable-d65041a8\>);
  background-color: var(--white);
  color: var(--black);
  border-radius: 100rem;
  height: auto;
  min-height: 2.75rem;
  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 {
  color: var(--black);
  background-color: #180040;
}

.styleguide-color.is-white {
  background-color: var(--white);
}

.styleguide-color.is-grey {
  background-color: var(--grey);
}

.styleguide-color.is-green {
  -webkit-text-fill-color: inherit;
  background-color: #5800ea;
  background-clip: border-box;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  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;
}

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

.text-colour-black {
  color: var(--black);
}

.background-black {
  color: var(--white);
  background-color: #180040;
}

.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-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.padding-global {
  margin-bottom: 125px;
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global.is-2rem {
  padding-left: 2rem;
  padding-right: 2rem;
}

.section-padding-large {
  margin-top: 0;
  margin-bottom: -87px;
  padding-top: .5rem;
  padding-bottom: .6rem;
}

.text-span {
  text-transform: none;
}

.button-secondary-small {
  grid-column-gap: .5rem;
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border: 1px solid #5800ea;
  border-radius: 100rem;
  align-items: center;
  padding: .5rem 1rem;
  transition-property: color, border-color, background-color;
  transition-duration: .3s, .35s, .35s;
  transition-timing-function: ease, ease, ease;
  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(--puprle);
  background-color: var(--puprle);
  color: var(--black);
}

.button-secondary {
  grid-column-gap: .5rem;
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border: 1px solid #5800ea;
  border-radius: 100rem;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: .875rem;
  transition-property: color, border-color, background-color;
  transition-duration: .3s, .35s, .35s;
  transition-timing-function: ease, ease, ease;
  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(--puprle);
  background-color: var(--puprle);
  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(--puprle);
}

.button-small.is-alternate {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.button-small.is-alternate:hover {
  border-color: var(--puprle);
  background-color: var(--puprle);
}

.button-link {
  grid-column-gap: .5rem;
  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(--puprle);
}

.styleguide-logo {
  width: 100px;
}

.background-grey {
  background-color: var(--grey);
}

.button-wrapper {
  display: flex;
}

.button-arrow {
  color: var(--grey\<deleted\|variable-305a1b7c\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  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(--puprle);
}

.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: 65rem;
  margin-top: 98px;
  margin-bottom: 39px;
  padding-top: 4px;
}

.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 {
  margin-bottom: -77px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 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-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-medium {
  padding: 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;
  border: 1px solid #0000;
  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(--puprle);
}

.section-hero-header {
  padding-top: 4rem;
}

.hero-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: 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 {
  border-radius: .625rem;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.license-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.license-link-wrapper {
  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: #5800ea;
}

.navbar-link {
  color: var(--black);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 3.3rem;
  padding: .5rem .75rem;
  font-size: .8755rem;
  font-weight: 700;
  transition: background-color .3s;
}

.navbar-link:hover {
  background-color: var(--puprle);
}

.navbar-link.w--current {
  border: 1px none var(--black);
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  text-align: left;
  overflow-wrap: normal;
  background-color: #0000;
  border-radius: 100rem;
  font-size: .875rem;
  font-weight: 700;
}

.navbar-menu-button {
  padding: 0;
}

.navbar-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #ebebebbf;
  border-radius: 100rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 105rem;
  height: auto;
  margin-left: -9px;
  margin-right: auto;
  padding: .5rem .5rem .7rem;
  display: flex;
}

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

.navbar-component {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  opacity: 1;
  filter: blur();
  outline-offset: 0px;
  pointer-events: auto;
  text-align: left;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #0000;
  background-clip: border-box;
  border-right: 1px #000;
  outline: 3px #5800ea;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 80%;
  margin-top: 1.5rem;
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 20px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  transition: opacity;
  display: block;
  position: fixed;
  inset: 0% auto auto 5%;
  overflow: auto;
}

.navbar-menu-link-wrapper {
  justify-content: center;
  align-items: center;
  padding-right: 21px;
  display: flex;
}

.navbar-logo {
  width: 14rem;
  padding-left: 16px;
}

.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: 3rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.header-image {
  text-align: center;
  object-fit: cover;
  border-radius: 3.6rem;
  width: 80%;
  height: 100%;
  padding-left: 200px;
}

.header-component {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

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

.body {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.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 {
  color: var(--white);
  background-color: #5800ea;
  border-radius: 100rem;
  margin-bottom: 1rem;
  padding: .35rem .75rem;
  font-size: 100%;
  line-height: 100%;
  display: inline-block;
}

.services-component-wrapper {
  background-color: var(--light-grey);
  border-radius: 3rem;
  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: 3rem;
  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(--puprle);
  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: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.service-image-wrapper {
  border-radius: 2rem;
  overflow: hidden;
}

.service-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-services {
  margin-left: 5%;
  margin-right: 5%;
}

.team-list-wrapper {
  width: 120%;
  padding-left: 40px;
  padding-right: 14px;
}

.team-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  mix-blend-mode: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start center;
  width: 80%;
  height: 90%;
  margin-bottom: 131px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.team-item {
  background-color: var(--light-grey);
  border-radius: 2rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.team-image-wrapper {
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.team-image {
  aspect-ratio: 1;
  object-fit: cover;
  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(--puprle);
  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: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  border-radius: 1.5rem;
  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: 50%;
  padding: 1rem;
  display: flex;
}

.team-section-header {
  padding-bottom: 0;
}

.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: 3rem;
  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(--puprle);
  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: 3rem;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.faq-contact-wrapper {
  color: var(--black);
  background-color: #5800ea;
  border-radius: 3rem;
  margin-top: 3.4rem;
  margin-bottom: 111px;
  padding: 2.6rem 3rem 1.6rem;
}

.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;
  display: grid;
}

.project-item {
  border: 1px solid var(--light-grey);
  background-color: var(--light-grey);
  border-radius: 2rem;
  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: 1.5rem;
  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 1.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(--puprle);
  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 {
  margin-top: 1.5rem;
  display: flex;
}

.project-section-header {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
  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: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.testimonial-rating-wrapper {
  background-color: var(--black);
  border-radius: 100rem;
  margin-bottom: 2rem;
  padding: .4rem 1rem .5rem;
  display: flex;
}

.testimonial-rating-icon {
  color: var(--puprle);
  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 {
  margin-bottom: 131px;
  margin-left: 5%;
  margin-right: 5%;
}

.testimonials-component-wrapper {
  background-color: var(--light-grey);
  border-radius: 3rem;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-component {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: block;
}

.footer-top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template: "Area ."
                 ". ."
                 ". Area-2"
                 / minmax(42px, 1.75fr) .25fr;
  align-items: start;
  display: grid;
}

.footer-left-wrapper {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 14px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
  position: relative;
  top: 60px;
  right: 0;
  overflow: auto;
}

.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(--puprle);
  background-color: var(--white);
  color: var(--black);
  border-radius: 100rem;
  height: auto;
  min-height: 2.75rem;
  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: 10.3rem;
  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(--puprle);
}

.footer-link.w--current {
  border-radius: 100rem;
}

.footer-social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--puprle);
  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;
}

.footer-credit-text {
  font-size: .875rem;
}

.footer-logo {
  background-color: purple;
  width: 42px;
  padding-left: 0;
  overflow: clip;
}

.newsletter-footer-wrapper {
  background-color: var(--puprle);
  border-radius: 2rem;
  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: 4rem;
}

.subpage-header-component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 28px;
  margin-bottom: 70px;
  padding-top: 39px;
  padding-left: 36px;
  padding-right: 42px;
  display: grid;
}

.subpage-header-image-wrapper {
  border-radius: 3rem;
  overflow: hidden;
}

.subpage-header-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 3rem;
  width: 100%;
  height: 100%;
}

.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%;
  display: grid;
}

.stats-item {
  background-color: var(--white);
  border-radius: 2rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.stats-item.is-green {
  background-color: var(--puprle);
}

.stats-item.is-dark {
  background-color: var(--black);
  color: var(--white);
}

.stat-number {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.3;
}

.stat-image-wrapper {
  border-radius: 2rem;
  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-top: -94px;
  margin-bottom: 3rem;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.section-stat {
  margin-left: 5%;
  margin-right: 5%;
}

.stats-component-wrapper {
  background-color: var(--light-grey);
  border-radius: 3rem;
  max-width: 105rem;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.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: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  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: 1.5rem;
  width: 100%;
  height: 100%;
}

.values-component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 38px;
  padding-right: 33px;
  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;
  color: var(--white);
  background-color: #5800ea;
  border-radius: 2rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.values-item.is-grey {
  color: var(--white);
  background-color: #180040;
}

.section-case-studies {
  margin-bottom: 6rem;
  margin-left: 5%;
  margin-right: 5%;
}

.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: 2rem;
  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: 1.5rem;
  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;
  margin-top: 70px;
  margin-bottom: 85px;
  padding-top: 0;
  padding-bottom: 32px;
  padding-left: 39px;
  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);
  color: var(--puprle);
  border-radius: 100rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 6px;
  display: flex;
}

.contact-form-block {
  background-color: var(--light-grey);
  border-radius: 3rem;
  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: 2rem;
  padding: 1rem;
  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: 1.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 1.25rem .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: 3rem;
  flex: 1;
  width: 100%;
  height: 85vh;
  overflow: hidden;
}

.case-study-header-image {
  object-fit: cover;
  border-radius: 3rem;
  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: 3rem;
  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(--puprle);
  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: 3rem;
  flex: 1;
  width: 100%;
  height: 85vh;
  overflow: hidden;
}

.blog-header-image {
  object-fit: cover;
  border-radius: 3rem;
  width: 100%;
  height: 100%;
}

.section-blog-details {
  margin-left: 5%;
  margin-right: 5%;
}

.blog-details-wrapper {
  background-color: var(--light-grey);
  border-radius: 3rem;
  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: 3rem;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.heading {
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

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

.rich-text-block {
  text-align: justify;
  width: 100%;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
}

.button-2 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #171717;
  border: 1px solid #180040;
  border-radius: 100rem;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: .875rem;
  transition-property: color;
  transition-duration: .35s;
  transition-timing-function: ease;
  display: flex;
}

.button-2:hover {
  color: #7f00ff;
}

.button-2.w--current {
  border-radius: 100rem;
}

.navbar-menu-2 {
  align-items: center;
  display: flex;
  position: static;
}

.navbar-link-2 {
  color: #171717;
  border-radius: 100rem;
  padding: .5rem .75rem;
  font-size: .875rem;
  transition: background-color .3s;
}

.navbar-link-2:hover {
  background-color: #7f00ff;
}

.navbar-link-2.w--current {
  border-radius: 100rem;
}

.navbar-menu-link-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-size-medium-2 {
  color: #171717;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.footer-address-2 {
  padding: .5rem .75rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer-line-divider-2 {
  background-color: #171717;
  width: 100%;
  height: 1px;
}

.service-description-wrapper-2 {
  background-color: #f8f8f8;
  border-radius: 3rem;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-link-2 {
  border-radius: 100rem;
  padding: .5rem .75rem;
  font-size: .875rem;
  text-decoration: none;
  transition: background-color .3s;
}

.footer-link-2:hover {
  background-color: #7f00ff;
}

.footer-link-2.w--current {
  border-radius: 100rem;
}

.tagline-pill-2 {
  color: #fff;
  background-color: #5800ea;
  border-radius: 100rem;
  margin-bottom: 1rem;
  padding: .35rem .75rem;
  font-size: 100%;
  line-height: 100%;
  display: inline-block;
}

.cta-card-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #f8f8f8;
  border-radius: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  display: grid;
  overflow: hidden;
}

.button-secondary-2 {
  grid-column-gap: .5rem;
  color: #171717;
  text-align: center;
  background-color: #0000;
  border: 1px solid #5800ea;
  border-radius: 100rem;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: .875rem;
  transition-property: color, border-color, background-color;
  transition-duration: .3s, .35s, .35s;
  transition-timing-function: ease, ease, ease;
  display: flex;
}

.button-secondary-2:hover {
  color: #fff;
  background-color: #171717;
  border-color: #171717;
}

.footer-address-3 {
  padding: .5rem .75rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer-line-divider-3 {
  background-color: #171717;
  width: 100%;
  height: 1px;
}

.footer-address-4 {
  padding: .5rem .75rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer-line-divider-4 {
  background-color: #171717;
  width: 100%;
  height: 1px;
}

.footer-address-5 {
  padding: .5rem .75rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer-line-divider-5 {
  background-color: #171717;
  width: 100%;
  height: 1px;
}

.footer-address-6 {
  padding: .5rem .75rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer-line-divider-6 {
  background-color: #171717;
  width: 100%;
  height: 1px;
}

.navbar-link-3 {
  color: #171717;
  border-radius: 100rem;
  padding: .5rem .75rem;
  font-size: .875rem;
  transition: background-color .3s;
}

.navbar-link-3:hover {
  background-color: #7f00ff;
}

.navbar-link-3.w--current {
  border-radius: 100rem;
}

.cta-card-3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #f8f8f8;
  border-radius: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  display: grid;
  overflow: hidden;
}

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

.footer-address-7 {
  padding: .5rem .75rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer-line-divider-7 {
  background-color: #171717;
  width: 100%;
  height: 1px;
}

.navbar-link-4 {
  border: 1px solid var(--black);
  pointer-events: auto;
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 100rem;
  padding: .5rem .75rem;
  font-size: .875rem;
  font-weight: 400;
  transition: background-color .3s;
}

.navbar-link-4:hover {
  background-color: #7f00ff;
}

.navbar-link-4.w--current {
  border-radius: 100rem;
}

.text-block-5 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: .87rem;
}

.dropdown-link {
  color: var(--puprle);
  background-color: #000;
}

.dropdown-toggle {
  text-align: center;
  background-color: #0000;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 33px;
  padding: 0 30px;
  position: relative;
}

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

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

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

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

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

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

.heading-2 {
  text-align: center;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 2rem;
}

.heading-3 {
  text-align: center;
  font-size: 2rem;
}

.rt-heading-six {
  color: var(--\<unknown\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  background-color: var(--\<unknown\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  color: var(--\<unknown\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section.rtpadding-bottom-none {
  padding-bottom: 0;
}

.rt-margin-top-ten {
  margin-top: 10px;
}

.rt-margin-bottom-zero {
  margin-bottom: 0;
}

.rt-margin-bottom-ten {
  margin-bottom: 10px;
}

.rt-about-option {
  color: var(--\<unknown\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  letter-spacing: .32px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
}

.rt-about-option:hover {
  color: var(--\<unknown\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
}

.rt-about-option.rt-about-last {
  margin-bottom: 0;
}

.rt-about-option.rt-margin-bottom-ten {
  margin-bottom: 10px;
}

.rt-designed-text {
  color: var(--\<unknown\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.rt-link-text {
  color: #141517;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.rt-link-text.rt-capitalized {
  text-transform: capitalize;
}

.rt-link-text.rt-capitalized.rt-change-size {
  font-size: 16px;
}

.rt-link-text.rt-capitalized.rt-change-size.rt-text-normal.rt-margin-bottom-five {
  margin-bottom: 5px;
}

.rt-footer-links-text {
  color: #686868;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.rt-footer-links-text.rt-color-dark {
  color: #000;
}

.rt-footer-links-text.rt-color-dark.rt-hover:hover {
  color: var(--\<unknown\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
}

.rt-footer-one-social-media-icons {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.rt-footer-one-icon-hover-in {
  border: 1px solid var(--\<unknown\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
  border-radius: 100%;
  width: 35px;
  height: 35px;
  transition: all .25s;
}

.rt-footer-one-icon-hover-in:hover {
  transform: translate(0, -5px);
}

.rt-footer-one-box-main {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1.5fr;
  grid-auto-columns: 2.5fr;
  justify-content: space-between;
  padding-bottom: 83px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.rt-form-3 {
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.rt-form-display-none {
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
}

.rt-email-field {
  color: #072032;
  letter-spacing: .1px;
  background-color: #fff;
  background-image: url('../images/icon-6.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #dde5f8;
  border-radius: 10px;
  height: 100%;
  min-height: 70px;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 60px;
  font-size: 16px;
}

.rt-email-field::placeholder {
  color: #b6c1d8;
  font-size: 16px;
}

.rt-email-field.rt-footer-email-field {
  min-width: 383px;
}

.rt-email-field.rt-footer-email-field::placeholder {
  color: var(--\<unknown\|variable-a2a1940e-206b-13a7-76ec-9a2fec159f19\>);
}

.rt-footer-row {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  padding-bottom: 23px;
}

.rt-footer-row.rt-margin-top-ten {
  margin-top: 10px;
}

.rt-footer-links-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-call-icon {
  filter: brightness(0%);
  flex: none;
  margin-top: 7px;
}

.rt-footer-one-follow-text {
  max-width: 342px;
  padding-bottom: 20px;
}

.rt-footer-logo-box {
  margin-top: 8px;
}

.rt-footer-link-heading {
  padding-bottom: 38px;
}

.rt-footer-one-logo-new {
  padding-bottom: 30px;
}

.rt-submit-button-5 {
  border-radius: 10px;
  min-width: 180px;
  height: 50px;
  min-height: 50px;
  position: absolute;
  inset: auto 10px 10px auto;
}

.rt-submit-button-5.rt-main-linear-color.rt-button-width {
  background-color: var(--\<unknown\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
  min-width: 98px;
}

.rt-footer-container-2 {
  border: 1px #000;
  border-top: 1px solid #dde5f8;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.rt-footer-container-2.rt-footer-three {
  border-top-style: solid;
  border-top-color: #dde5f8;
  justify-content: space-between;
  align-items: center;
  max-width: 1290px;
  display: flex;
}

.rt-footer-one-copyright-2 {
  text-align: center;
  border-top: 1px #dde5f8;
  border-bottom: 1px #dde5f8;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-social-media-box-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.rt-text-normal {
  font-weight: 400;
}

.rt-category-cards-text {
  color: var(--\<unknown\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.rt-text-blue {
  color: var(--\<unknown\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-2 {
  background-color: var(--\<unknown\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  color: var(--\<unknown\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  width: 100%;
  padding: 0 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-no-margin-bottom {
  margin-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.rt-no-margin-bottom.rt-home-three-service-description {
  color: var(--\<unknown\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  flex: 1;
  max-width: 554px;
}

.rt-overflow-hidden-3 {
  overflow: hidden;
}

.rt-service-card-shape {
  width: 100%;
  position: absolute;
  inset: auto 0% -2px;
}

.rt-service-card-shape.rt-white-shape {
  opacity: 0;
}

.rt-home-three-service-heading {
  flex: 1;
  max-width: 450px;
}

.rt-button-orange-arrow {
  margin-top: 2px;
}

.rt-service-card-text-wrapper {
  padding: 35px 40px 40px;
}

.rt-home-three-service-cards {
  grid-column-gap: 32px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rt-button-two-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-button-two-text {
  color: var(--\<unknown\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
  text-transform: capitalize;
  font-weight: 700;
}

.rt-tab-image-full-width {
  object-fit: cover;
}

.rt-button-two-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-service-card-image-wrapper {
  position: relative;
}

.rt-home-three-service-text-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  max-width: 1250px;
  margin-bottom: 60px;
}

.rt-tag-text {
  color: #ff5e14;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-weight: 600;
}

.rt-tag-text.rt-text-blue {
  color: var(--\<unknown\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
}

.rt-home-three-service-card {
  background-color: #f5f5fb;
  border-radius: 10px;
  transition: box-shadow .3s;
  display: block;
  overflow: hidden;
}

.rt-home-three-service-card:hover {
  box-shadow: 0 8px 80px #dbdfffcc;
}

.rt-body-font-color {
  color: var(--\<unknown\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  font-family: Nunito Variablefont Wght, Tahoma, sans-serif;
  transition: color .35s;
}

.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
}

.flex-block, .flex-block-2, .flex-block-3 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.rt-heading-six-2 {
  color: var(--\<unknown\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-text-white {
  color: var(--\<unknown\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
}

.rt-component-container-3 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-3 {
  background-color: var(--\<unknown\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  color: var(--\<unknown\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-3.rt-component-v5 {
  background-color: var(--\<unknown\|variable-01f0ad22-fe74-083b-fbda-00c4a5b7ca7b\>);
  background-image: linear-gradient(0deg, #10284e, #fff0), url('../images/661f9d6fc97053d024aa1a53_Video-Image.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.rt-button-overlay {
  background-color: #1670f84d;
  border: 1px solid #1670f8;
  width: 54px;
  height: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.rt-home-one-video-button {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #1670f81c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 154px;
  display: flex;
  position: absolute;
  inset: 50% 0% 0% -75px;
}

.rt-home-one-video-text {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.rt-home-one-video-wrapper {
  justify-content: space-between;
  display: flex;
}

.rt-top-heading-text {
  color: #c99b8f;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.rt-top-heading-text.rt-text-white {
  color: var(--\<unknown\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
}

.rt-play-button {
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 154px;
  display: flex;
}

.rt-home-one-arrow-main {
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 60px;
  display: flex;
  position: relative;
}

.rt-main-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.rt-home-one-video-heading {
  max-width: 527px;
  padding-top: 20px;
}

.rt-change-padding-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.rt-change-padding-3.rt-change-color-white {
  color: #fff;
}

.rt-home-one-video-line {
  background-color: #585858;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 782px;
  margin-left: 77px;
  display: flex;
  position: relative;
}

.rt-home-one-top-heading-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-home-one-top-heading-line {
  background-color: var(--\<unknown\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  width: 62px;
  height: 1px;
}

.rt-home-one-banner-arrow-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.image-2 {
  width: 90%;
}

.image-3 {
  width: 70%;
}

.link {
  font-weight: 700;
}

.link-2 {
  color: var(--puprle);
  text-align: right;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
}

.navbar {
  mix-blend-mode: normal;
  padding-bottom: 197px;
  overflow: auto;
}

.image-4 {
  width: 50%;
}

.image-5 {
  width: 30%;
}

.dropdown-link-2 {
  color: var(--puprle);
  background-color: #000;
  display: block;
}

.text-block-6 {
  border-radius: 6px;
  margin-right: -4px;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
  position: static;
}

.dropdown-toggle-2 {
  margin-left: 60px;
  margin-right: 23px;
  padding-right: 28px;
}

.dropdown-list {
  font-size: .875rem;
}

.image-6 {
  text-align: left;
  width: 50%;
  margin-left: 205px;
  padding-left: 0;
  display: block;
  position: static;
  overflow: clip;
}

.paragraph {
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .rt-footer-one-box-main {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    grid-auto-columns: 1fr;
  }
}

@media screen and (min-width: 1920px) {
  .text-size-medium.max-width-small {
    font-size: 2.5rem;
  }

  .tagline-pill {
    padding-top: 1.15rem;
    padding-bottom: 1.65rem;
    font-size: 100%;
  }

  .text-block-3 {
    font-size: 200%;
  }

  .rt-footer-one-box-main {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-footer-one-copyright-2 {
    border-top-style: none;
    border-bottom-style: none;
  }

  .rt-component-section-2 {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .rt-home-one-video-button {
    left: -75px;
  }

  .rt-home-one-video-line {
    background-color: #585858;
    margin-left: 77px;
  }

  .background-video {
    width: 100%;
    height: 1000px;
    padding-top: 16px;
    display: block;
    position: relative;
  }
}

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

  .text-size-medium {
    font-weight: 400;
  }

  .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 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    overflow: hidden;
  }

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

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

  .blog-image-wrapper {
    border-radius: 1rem;
  }

  .blog-image {
    aspect-ratio: 3 / 2;
  }

  .blog-title-wrapper {
    padding-top: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .container {
    max-width: 728px;
  }

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

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .menu-icon-line-bottom-2 {
    background-color: #171717;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-menu-2 {
    -webkit-text-fill-color: inherit;
    background-color: #f2f2f2;
    background-clip: border-box;
    border-radius: 2rem;
    justify-content: center;
    width: 100%;
    margin-top: 1rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar-link-2 {
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar-link-2:hover {
    background-color: #f2f2f2;
  }

  .menu-icon-line-middle-2 {
    background-color: #171717;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-top-2 {
    background-color: #171717;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-menu-link-wrapper-2 {
    background-color: #f8f8f8;
    border-style: none;
    border-width: 1px;
    flex-direction: column;
    width: 100%;
    padding: 2rem;
  }

  .service-description-wrapper-2 {
    border-radius: 2rem;
  }

  .cta-card-2 {
    border-radius: 2rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-left: 2rem;
  }

  .navbar-link-3 {
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar-link-3:hover {
    background-color: #f2f2f2;
  }

  .cta-card-3 {
    border-radius: 2rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-left: 2rem;
  }

  .navbar-menu-link-wrapper-3 {
    background-color: #f8f8f8;
    border-style: none;
    border-width: 1px;
    flex-direction: column;
    width: 100%;
    padding: 2rem;
  }

  .navbar-link-4 {
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar-link-4:hover {
    background-color: #f2f2f2;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .rt-designed-text {
    text-align: center;
  }

  .rt-footer-one-box-main {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 2.5fr;
    padding-bottom: 28px;
    display: grid;
  }

  .rt-email-field.rt-footer-email-field {
    background-position: 10px;
    padding-left: 45px;
  }

  .rt-footer-logo-box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .rt-footer-logo-box.rt-footer-column-width {
    max-width: 600px;
  }

  .rt-footer-one-logo-new {
    padding-top: 0;
  }

  .rt-no-margin-bottom.rt-home-three-service-description {
    max-width: none;
  }

  .rt-service-card-shape {
    height: auto;
  }

  .rt-home-three-service-heading {
    max-width: none;
  }

  .rt-service-card-text-wrapper {
    padding: 20px 20px 30px;
  }

  .rt-home-three-service-cards {
    grid-template-columns: 1fr 1fr;
  }

  .rt-tab-image-full-width {
    width: 100%;
    height: auto;
  }

  .rt-home-three-service-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    margin-bottom: 35px;
  }

  .image-3 {
    width: 20%;
    margin-left: 308px;
    padding-left: 0;
  }
}

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

  .gallery-scroll {
    padding: 60px 15px;
  }

  .rich-text-block {
    text-align: left;
  }

  .button-2 {
    padding: .25rem 1rem;
  }

  .navbar-menu-link-wrapper-2 {
    padding: 1.25rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .navbar-menu-link-wrapper-3 {
    padding: 1.25rem;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .rt-footer-one-box-main {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1.5fr 1fr;
  }

  .rt-form-3 {
    width: 100%;
  }

  .rt-form-3.rt-footer-three-form {
    justify-content: flex-start;
    align-items: stretch;
  }

  .rt-form-display-none {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .rt-email-field {
    background-position: 10px;
  }

  .rt-email-field.rt-footer-email-field {
    width: 100%;
    min-width: auto;
  }

  .rt-footer-row {
    flex-flow: column;
  }

  .rt-footer-logo-box {
    flex: 0 auto;
  }

  .rt-footer-logo-box.rt-footer-column-width {
    max-width: none;
    padding-bottom: 8px;
  }

  .rt-footer-link-heading {
    padding-bottom: 15px;
  }

  .rt-footer-container-2.rt-footer-three {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 29px;
  }

  .rt-social-media-box-3 {
    padding-bottom: 10px;
  }

  .rt-social-media-box-3.rt-margin-bottom-zero {
    padding-bottom: 0;
  }

  .rt-service-card-shape {
    width: 110%;
    max-width: none;
    left: auto;
    right: auto;
  }

  .rt-home-three-service-cards {
    grid-template-columns: 1fr;
  }

  .rt-service-card-image-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .rt-home-one-video-button {
    position: static;
  }

  .rt-home-one-video-text {
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
  }

  .rt-home-one-video-wrapper {
    flex-flow: column;
  }

  .rt-home-one-video-line {
    background-color: #58585800;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: 0;
  }

  .image-3 {
    margin-bottom: -8px;
    margin-left: 164px;
    padding-top: 0;
    padding-left: 0;
  }

  .link {
    text-align: left;
  }

  .background-video {
    width: 100%;
    display: block;
  }
}

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

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

  .heading-style-h2 {
    font-size: 1.5rem;
  }

  .styleguide-grid-colors {
    grid-template-columns: 1fr;
  }

  .heading-style-h6 {
    font-size: .875rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1, .heading-style-h1.weight-medium {
    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;
  }

  .button-group {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .padding-global {
    padding-left: 5%;
    padding-right: 5%;
  }

  .padding-global.is-2rem {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-padding-large.smaller-padding-mobile {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .button-secondary {
    padding: .5rem 1rem;
  }

  .max-width-large {
    padding-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-huge {
    padding-bottom: 4rem;
  }

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

  .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-logo {
    width: 8rem;
  }

  .navbar-button-wrapper {
    text-align: center;
    width: 100%;
  }

  .header-image-wrapper {
    border-radius: 1rem;
    height: 40vh;
  }

  .header-image {
    border-radius: 1rem;
  }

  .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, .service-accordion {
    border-radius: 1rem;
  }

  .service-description {
    padding-left: .75rem;
    padding-right: .75rem;
  }

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

  .faq-accordion {
    border-radius: 1rem;
  }

  .section-faq {
    margin-bottom: -39px;
  }

  .faq-component-wrapper {
    border-radius: 1rem;
  }

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

  .project-section-header {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .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;
    padding-left: 8px;
  }

  .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: 1.5rem;
  }

  .blog-image {
    aspect-ratio: 1;
  }

  .blog-title-wrapper {
    padding-top: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .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: 1rem;
  }

  .container {
    max-width: none;
  }

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

  .button-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .button-2.is-navbar {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .navbar-link-2:hover {
    background-color: #f2f2f2;
  }

  .footer-address-2 {
    padding-left: 0;
  }

  .service-description-wrapper-2 {
    border-radius: 1rem;
  }

  .footer-link-2 {
    padding-left: 0;
  }

  .footer-link-2:hover {
    background-color: #fff;
  }

  .cta-card-2 {
    border-radius: 1rem;
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .button-secondary-2 {
    padding: .5rem 1rem;
  }

  .footer-address-3, .footer-address-4, .footer-address-5, .footer-address-6 {
    padding-left: 0;
  }

  .navbar-link-3:hover {
    background-color: #f2f2f2;
  }

  .cta-card-3 {
    border-radius: 1rem;
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .footer-address-7 {
    padding-left: 0;
  }

  .navbar-link-4:hover {
    background-color: #f2f2f2;
  }

  .hero-heading-right {
    padding-top: 0;
    padding-bottom: 155px;
  }

  .container-2 {
    max-width: none;
  }

  .rt-footer-one-box-main {
    grid-template-columns: 1.5fr;
  }

  .rt-email-field, .rt-email-field.rt-footer-email-field {
    min-width: auto;
  }

  .rt-footer-link-heading {
    padding-bottom: 10px;
  }

  .rt-footer-container-2.rt-footer-three {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .rt-service-card-shape {
    width: 100.2%;
    max-width: none;
    left: auto;
    right: auto;
  }

  .rt-service-card-image-wrapper {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .rt-home-one-video-button {
    width: 100px;
    height: 100px;
  }

  .rt-home-one-video-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .rt-play-button {
    width: 100px;
    height: 100px;
    bottom: 20px;
    right: 20px;
  }

  .rt-change-padding-3.rt-change-color-white.rt-responsive-align-center {
    text-align: center;
  }

  .rt-home-one-top-heading-text.rt-responsive-center {
    justify-content: center;
    align-items: center;
  }

  .rt-home-one-top-heading-line {
    display: none;
  }

  .rt-home-one-banner-arrow-wrapper.rt-responsive-align-center {
    justify-content: center;
    align-items: center;
  }

  .image-3 {
    width: 50%;
    margin-left: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .background-video {
    box-sizing: border-box;
    aspect-ratio: auto;
    mix-blend-mode: normal;
    object-fit: fill;
    display: block;
    overflow: visible;
  }
}

#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-bc29c989 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-bc29c98a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-bc29c98a {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86220-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86225-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86234-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623a-bc29c98a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86244-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86249-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86253-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86258-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86294-bc29c98a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d7-bc29c98a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86310-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86315-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86320-bc29c98a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86350-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8636a-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86389-bc29c98a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86393-bc29c98a, #w-node-f1cc2e50-bb6e-19b0-b619-db69598c4a08-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-bc29c98a, #w-node-_69697395-c964-230e-7019-6949a42c6a9a-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863da-bc29c98a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86407-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86415-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86420-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86438-bc29c98a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864d0-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea71-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea73-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea74-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea76-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea78-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea79-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea7b-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea7d-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea7e-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea80-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea82-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea83-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea85-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea87-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea88-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea8a-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea8c-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea8d-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea8f-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea91-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea92-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea94-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea95-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea97-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea98-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea9a-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea9b-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea9d-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea9e-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaa0-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaa1-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaa3-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaa4-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaa6-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaac-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaae-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaaf-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feab1-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feab3-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feab4-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feab6-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feab8-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feab9-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feabb-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feabd-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feabe-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feac0-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feac2-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feac3-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feac5-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaca-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feacd-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feacf-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fead2-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4fead7-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feadc-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feae1-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feae6-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaeb-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaed-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaee-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaf0-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaf1-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaf3-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaf4-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaf6-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaf7-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaf9-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feafa-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feafc-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feafd-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaff-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb00-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb02-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb03-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb05-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb06-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb08-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb09-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb0b-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb0c-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb0e-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb0f-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb11-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb12-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb14-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb15-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb17-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb18-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb1a-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb1b-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb1d-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb1e-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb20-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb21-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb23-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb24-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb26-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb27-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb29-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb2a-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb2c-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb2d-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb32-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb35-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb37-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb3a-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb3f-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb44-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb49-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb4e-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb53-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb55-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb56-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb58-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb59-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb5b-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb5c-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb5e-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb5f-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb61-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb62-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb64-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb65-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb67-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb68-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb6a-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb6b-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb6d-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb6e-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb70-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb71-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb73-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb74-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb76-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb77-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb79-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb7a-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb7c-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb7d-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb7f-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb80-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb82-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb83-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb85-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb86-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb88-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb89-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb8b-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb8c-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb8e-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb8f-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb91-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb92-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb94-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb95-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb9a-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb9c-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb9d-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feba1-bc29c98a, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feba3-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feba4-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feba8-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feba9-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4febad-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4febae-bc29c98a {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4febb2-bc29c98a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4febb3-bc29c98a {
  justify-self: start;
}

#w-node-_199e01f0-e9d4-83a6-68ae-f919f514cbd1-bc29c98c, #w-node-_07b304bf-b03b-074e-59aa-1a451efb6187-bc29c98c, #w-node-_9a09751f-2db9-3d64-1319-0fa4a27e6e4a-bc29c98c, #w-node-ffb105b8-229b-3b08-682c-81ac1497a6cc-bc29c98c, #w-node-_33c4e206-b576-47b6-4720-d53c51f36d03-bc29c98c, #w-node-ea535a53-93cb-f12d-69e6-4570f0a51307-bc29c98c, #w-node-d32b95cc-fe8c-8998-36e7-fe07bb00efe3-bc29c98c, #w-node-_180cb7ff-022e-fea6-841c-023229416ea3-bc29c990, #w-node-_180cb7ff-022e-fea6-841c-023229416ea4-bc29c990 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_180cb7ff-022e-fea6-841c-023229416eb4-bc29c990 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_180cb7ff-022e-fea6-841c-023229416ec1-bc29c990, #w-node-_180cb7ff-022e-fea6-841c-023229416ec7-bc29c990, #w-node-_83cee6c6-a079-22b6-3077-bc05845099f7-bc29c992, #w-node-_83cee6c6-a079-22b6-3077-bc05845099f8-bc29c992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8930b698-8f15-f7ff-509b-7f97c664ec42-965b4b0a {
  justify-self: center;
}

#w-node-_8930b698-8f15-f7ff-509b-7f97c664ec48-965b4b0a {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_041745dc-c465-d6ab-08ba-ba5e4b4e4556-bc29c98e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Nunito Variablefont Wght';
  src: url('../fonts/Nunito-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}