@font-face {
  font-family: Katales Broken Copy;
  src: url('../fonts/Katales-Broken-copy.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral--00: #fff;
  --neutral--900: #121212;
  --text--default--black-light\<deleted\|variable-d0a14a92-7a44-f3ea-b193-78db9efe5f12\>: #666;
  --brand--neutrals--grey-dark\<deleted\|variable-2aec626f\>: #6f6c67;
  --neutral--350: #a6a6a6;
  --neutral--1000: #000;
  --text--default--black\<deleted\|variable-4dbee244\>: #333;
  --opacity--dark--5: #0000000d;
  --green--400\<deleted\|variable-2bd29bbe-eda5-9c07-9180-1612fb407294\>: #61d444;
  --neutral--700: #303030;
  --brand--neutrals--card-grey\<deleted\|variable-54c4ff5b\>: #f1f1f1;
  --brand--neutrals--stroke-grey\<deleted\|variable-932d4ace\>: #d4d4d4;
  --brand--neutrals--white\<deleted\|variable-660d6856\>: #fff;
  --neutral--30: #f7f7f7;
  --neutral--100: #e5e5e5;
  --green--800\<deleted\|variable-ac4e07fe-e2c0-b3b2-2a44-90ca60c1011e\>: #167000;
  --blue--700\<deleted\|variable-a9438ffb-40af-7ae6-adc6-0facef2507bf\>: #004d80;
  --neutral--600: #464646;
  --ai-image-row-desktop: 26vw;
  --neutral--400: #595959;
  --neutral--650: #3b3b3b;
  --neutral--800: #1a1a1a;
  --neutral--750: #212121;
  --neutral--500: #414141;
  --untitled-ui--primary600\<deleted\|variable-c514c1b4\>: #162b4c;
  --untitled-ui--white\<deleted\|variable-e3beb9c1\>: white;
  --untitled-ui--primary700\<deleted\|variable-da4f7fa3\>: #0d2344;
  --untitled-ui--primary100\<deleted\|variable-35a3c723\>: #f4ebff;
  --untitled-ui--gray300\<deleted\|variable-51e0117e\>: #d0d5dd;
  --untitled-ui--gray700\<deleted\|variable-d4f37b50\>: #344054;
  --untitled-ui--gray50\<deleted\|variable-8a511359\>: #f9fafb;
  --untitled-ui--gray800\<deleted\|variable-0a1a9f61\>: #1d2939;
  --untitled-ui--gray100\<deleted\|variable-4a47ec41\>: #f2f4f7;
  --untitled-ui--gray600\<deleted\|variable-10a0cd12\>: #475467;
  --untitled-ui--gray900\<deleted\|variable-f63dbb51\>: #101828;
  --untitled-ui--warning300\<deleted\|variable-15a81cb3\>: #fec84b;
  --untitled-ui--gray200\<deleted\|variable-bad2ea62\>: #eaecf0;
  --untitled-ui--gray400\<deleted\|variable-b339bef7\>: #98a2b3;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--linear-color-two: #eff2ff;
  --radiant-ui-components-library-marketplace--linear-color-three: #e0ecff;
  --radiant-ui-components-library-marketplace--light-grey: #5a5a5a;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--primary-dark: #2d0896;
  --primary: #fff083;
  --beige--50: #f8f7f4;
  --2: .125rem;
  --4: .25rem;
  --8: .5rem;
  --12: .75rem;
  --16: 1rem;
  --20: 1.25rem;
  --24: 1.5rem;
  --28: 1.75rem;
  --32: 2rem;
  --36: 2.25rem;
  --40: 2.5rem;
  --48: 3rem;
  --56: 3.5rem;
  --64: 4rem;
  --72: 4.5rem;
  --80: 5rem;
  --88: 5.5rem;
  --104: 6.5rem;
  --120: 7.5rem;
  --144: 9rem;
  --160: 10rem;
  --beige--100: #ebe8e0;
  --neutral--200: #c7c7c7;
  --opacity--dark--3: #00000008;
  --opacity--dark--10: #0000001a;
  --opacity--dark--15: #05336126;
  --opacity--dark--20: #0003;
  --opacity--dark--40: #0006;
  --opacity--dark--80: #000c;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

body {
  background-color: var(--neutral--00);
  color: var(--neutral--900);
  flex-direction: column;
  min-height: 100%;
  font-family: neulis-sans;
  font-size: 1rem;
  line-height: 1.5em;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: freight-display-pro;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1.07em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1.05em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.1em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.125rem;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--neutral--900);
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  transition: color .3s;
}

ul {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

ol {
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 2.5rem;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

label {
  margin-bottom: 0;
  font-weight: 400;
  display: block;
}

blockquote {
  border-left: .3125rem solid #e2e2e2;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

figure {
  margin-bottom: 10px;
}

.heading-h1 {
  font-family: Tiro Kannada;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.125em;
}

.heading-h2 {
  font-family: Oswald, sans-serif;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: .9em;
}

.heading-h3 {
  font-family: freight-display-pro;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1em;
}

.heading-h3.position-absolute {
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  font-weight: 300;
}

.heading-h3.txt-white {
  font-family: Oswald, sans-serif;
}

.heading-h4 {
  letter-spacing: -.02em;
  font-family: freight-display-pro;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2em;
}

.heading-h5 {
  letter-spacing: -.01em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.35em;
  transition: color .2s;
}

.paragraph-20 {
  font-size: 1.25rem;
  line-height: 1.4em;
}

.paragraph-20.txt-white {
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
}

.paragraph-18 {
  font-size: 1.125rem;
  line-height: 1.5em;
}

.paragraph-18.txt-white.mb-32 {
  font-family: Exo, sans-serif;
}

.paragraph-16 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.paragraph-16.light-text {
  color: var(--text--default--black-light\<deleted\|variable-d0a14a92-7a44-f3ea-b193-78db9efe5f12\>);
}

.paragraph-16.txt-white {
  font-family: Varela Round, sans-serif;
}

.paragraph-14 {
  font-size: .875rem;
  line-height: 1.4em;
}

.paragraph-12 {
  font-size: .75rem;
  line-height: 1.125rem;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container.container--ai-desn-header {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.container.container--listen {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.container.container--listen-intro {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.container.container--ai-agents {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.container.container--ar {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.btn-primary {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--neutral--900);
  cursor: pointer;
  background-color: #f80000;
  border-radius: 400px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 8.25rem;
  padding: 1rem 2.25rem;
  font-family: Exo, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5em;
  transition: box-shadow .2s, color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.btn-primary:hover {
  background-color: #8d0000;
  text-decoration: line-through;
  box-shadow: 0 2px 8px #ffffff42, 0 4px 40px #ffffff29;
}

.btn-primary.btn-primary--small {
  min-width: auto;
  min-height: 2.25rem;
  padding: .5rem 1rem .5rem 1.5rem;
  font-size: .875rem;
}

.btn-primary.btn-primary--second {
  z-index: 1;
  position: absolute;
}

.btn-primary.btn-primary--second.btn-primary--inactive {
  z-index: 2;
  background-color: var(--neutral--350);
  pointer-events: none;
}

.btn-primary.btn-primary--fade {
  pointer-events: none;
}

.btn-primary.btn-primary--inactive2 {
  background-color: var(--neutral--350);
  pointer-events: none;
}

.btn-primary.mtop {
  z-index: 10;
  margin-top: 90px;
}

.btn-primary.mtop.width {
  width: 260px;
  margin-left: auto;
  margin-right: auto;
}

.btn-primary.red {
  color: var(--neutral--00);
  background-color: red;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.section.section--ai-images {
  flex: 0 auto;
}

.section.section--ai-designer {
  background-color: var(--neutral--1000);
  background-image: none;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  min-height: 500vh;
  display: none;
}

.section.section--agent {
  background-color: var(--neutral--1000);
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  min-height: 800vh;
  display: none;
}

.section.section--listen {
  background-color: var(--neutral--1000);
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  min-height: 400vh;
  display: none;
}

.section.section--listen-intro {
  background-color: var(--neutral--1000);
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: none;
}

.section.section--ai-agents-top {
  background-color: var(--neutral--1000);
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  padding-top: 10rem;
  padding-bottom: 1rem;
  display: none;
}

.section.section--ar {
  background-color: var(--neutral--1000);
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  min-height: 500vh;
  display: flex;
}

.section.section--footer {
  background-color: var(--neutral--1000);
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  padding-top: 10rem;
  padding-bottom: 4rem;
  display: flex;
}

.section.section--ar-top {
  background-color: var(--neutral--1000);
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  padding-top: 10rem;
  padding-bottom: 0;
  display: flex;
}

.metrics-heading {
  color: var(--text--default--black\<deleted\|variable-4dbee244\>);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
}

.metrics-value {
  color: var(--text--default--black\<deleted\|variable-4dbee244\>);
  text-align: center;
  word-break: break-all;
  margin-bottom: .5rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2em;
}

.text-field {
  border: 1px solid var(--opacity--dark--5);
  background-color: var(--neutral--00);
  border-radius: 3rem;
  max-width: 100%;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem .75rem .5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5em;
  transition: border .3s;
  display: block;
}

.text-field::placeholder {
  color: #8a8a8a;
}

.display-heading-2 {
  text-transform: uppercase;
  font-family: freight-display-pro;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1em;
}

.nav-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--neutral--00);
  cursor: pointer;
  border-bottom: 2px solid #61d44400;
  align-items: center;
  height: 100%;
  padding: .75rem 1.25rem .625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5em;
  transition: font-variation-settings .15s, font-size .15s, border .15s;
  display: none;
}

.nav-link:hover {
  border-bottom-color: var(--green--400\<deleted\|variable-2bd29bbe-eda5-9c07-9180-1612fb407294\>);
  color: var(--neutral--700);
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  font-weight: 700;
}

.nav-link.nav-link-dropdown {
  padding-left: 0;
  padding-right: 18px;
}

.display-heading-1 {
  z-index: 6;
  text-transform: uppercase;
  font-family: freight-display-pro;
  font-size: 7.5rem;
  font-weight: 400;
  line-height: 1em;
}

.display-heading-1.txt-white {
  font-family: Katales Broken Copy, Verdana, sans-serif;
  font-size: 7rem;
  font-style: italic;
}

.display-heading-1.txt-white.mb-24 {
  font-family: Katales Broken Copy, Verdana, sans-serif;
  font-size: 5rem;
}

.label-heading {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.35em;
}

.styles-contents {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.rich-text-block {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.6em;
}

.rich-text-block p {
  margin-top: 8px;
  margin-bottom: 8px;
}

.rich-text-block h1 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 2.5rem;
}

.rich-text-block h2 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-family: Work Sans;
  font-size: 2rem;
}

.rich-text-block h3 {
  margin-top: 24px;
  margin-bottom: 8px;
  font-family: Work Sans;
  font-size: 1.5rem;
}

.rich-text-block h4 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 1.25rem;
  font-weight: 400;
}

.rich-text-block h5, .rich-text-block figure, .rich-text-block blockquote {
  margin-top: 16px;
  margin-bottom: 16px;
}

.grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-bottom: 1px solid var(--brand--neutrals--card-grey\<deleted\|variable-54c4ff5b\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}

.styles-text-wrap {
  flex-flow: column;
  height: 100%;
  display: flex;
  position: relative;
}

.styles-sticky-wrap {
  position: sticky;
  top: 6.5rem;
}

.styles-line {
  background-color: var(--brand--neutrals--card-grey\<deleted\|variable-54c4ff5b\>);
  width: 100%;
  height: 2px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.style-button {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.utility-page-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

._404-image {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}

.nav_grid-dropdown-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.nav-dropdown {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav_dropdown-title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

.nav-arrow {
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  font-size: .85rem;
  display: flex;
}

.nav_dropdown-list.w--open {
  background-color: var(--brand--neutrals--stroke-grey\<deleted\|variable-932d4ace\>);
  border-radius: 2px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 88px;
  padding: 24px;
  display: flex;
  box-shadow: 0 0 15px #0000001a;
}

.nav_dropdown-card {
  border: 1px solid var(--brand--neutrals--card-grey\<deleted\|variable-54c4ff5b\>);
  background-color: var(--brand--neutrals--white\<deleted\|variable-660d6856\>);
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 280px;
  padding: 32px 24px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.nav_dropdown-card:hover {
  border-color: var(--brand--neutrals--grey-dark\<deleted\|variable-2aec626f\>);
}

.form-block {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.style_contents {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.txt-600 {
  font-weight: 600;
}

.txt-500 {
  font-weight: 500;
}

.txt-neutral-900 {
  color: var(--neutral--900);
}

.style_margins-container {
  background-color: #f3f3f3;
}

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

.txt-white {
  color: var(--neutral--00);
}

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

.label-heading-3 {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2em;
}

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

.txt-nowrap {
  white-space: nowrap;
}

.txt-300 {
  font-weight: 300;
}

.txt-subdued {
  color: #767676;
}

.txt-upcase {
  text-transform: uppercase;
}

.txt-nodecoration {
  text-decoration: none;
}

.txt-50-white {
  color: #ffffff80;
}

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

.txt-strike {
  text-decoration: line-through;
}

.txt-right {
  text-align: right;
}

.txt-italic {
  font-style: italic;
  font-weight: 400;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.btn-secondary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--opacity--dark--5);
  background-color: var(--neutral--00);
  color: var(--neutral--900);
  border-radius: 4rem;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 8.25rem;
  min-height: 3.5rem;
  padding: 1rem 2.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5em;
  transition: box-shadow .2s, color .2s, border-color .2s, background-color .2s;
  display: flex;
  box-shadow: 0 2px 4px #00000003, 0 4px 12px #00000005;
}

.btn-secondary:hover {
  background-color: var(--neutral--30);
  box-shadow: 0 2px 6px #0000000a, 0 4px 10px #00000014;
}

.btn-secondary:active {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 4px #00000003, 0 4px 10px #00000014;
}

.btn-secondary:focus {
  background-color: var(--neutral--100);
  color: var(--green--800\<deleted\|variable-ac4e07fe-e2c0-b3b2-2a44-90ca60c1011e\>);
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.mb-16 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: .25rem;
}

.mb-48 {
  margin-bottom: 3rem;
}

.mb-64 {
  margin-bottom: 4rem;
}

.style-margins-container-2 {
  background-color: #d4d4d4;
  max-width: 8rem;
}

.mb-24 {
  margin-bottom: 1.5rem;
}

.mb-56 {
  margin-bottom: 3.5rem;
}

.label-heading-4 {
  color: #666;
  letter-spacing: .04em;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4em;
}

.mb-8 {
  margin-bottom: .5rem;
}

.mb-72 {
  margin-bottom: 4.5rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-32 {
  margin-bottom: 2rem;
}

.mb-80 {
  margin-bottom: 5rem;
}

.txt-inherit {
  color: inherit;
}

.learn_card-gradient {
  border-radius: 1.3rem;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
}

.txt-blue-700 {
  color: var(--blue--700\<deleted\|variable-a9438ffb-40af-7ae6-adc6-0facef2507bf\>);
}

.txt-neutral-600 {
  color: var(--neutral--600);
}

.section-hero {
  z-index: 3;
  width: 100%;
  height: 200vh;
  display: none;
  position: static;
}

.container-hero {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero_portal-wrapper {
  z-index: 0;
  justify-content: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero_spline-scene {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero_heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  font-family: Anton, sans-serif;
  font-size: 66px;
  font-weight: 500;
  line-height: 1em;
  position: relative;
}

.hero_bottom-text-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: relative;
}

.hero_sub-heading-container {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.hero-text {
  width: 100%;
  max-width: 17rem;
}

.row-1 {
  height: var(--ai-image-row-desktop);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: -1%;
  display: flex;
}

.ai-image {
  z-index: 2;
  object-fit: contain;
  border-radius: .25em;
  position: relative;
}

.row-2 {
  height: var(--ai-image-row-desktop);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 66%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ai-image-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 12vw;
  display: block;
  position: relative;
}

.ai-img_text-block {
  z-index: auto;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 32rem;
  min-height: auto;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.ai-img_text-block.ai-img_text-block--inactive {
  box-shadow: none;
  background-color: #fff0;
}

.ai-img_text-wrapper {
  z-index: 5;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  display: flex;
  position: sticky;
  top: 0;
}

.ai-img_artwork-wrapper {
  z-index: 4;
  will-change: transform;
  width: 100%;
  margin-bottom: -26rem;
  position: relative;
}

.ai-img_blank-wrapper {
  z-index: 1;
  will-change: transform;
  width: 100%;
  position: absolute;
  inset: 100vw 0% 0%;
}

.blank-wrapper {
  aspect-ratio: 3 / 4;
  background-color: #f7f7f7d1;
  border-radius: .5rem;
  width: 100%;
  max-width: 8vw;
}

.blank-wrapper.balnk-wrapper--center {
  position: relative;
  top: -13vw;
}

.blank-row-1 {
  height: var(--ai-image-row-desktop);
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blank-row-2 {
  height: var(--ai-image-row-desktop);
  justify-content: space-between;
  align-items: center;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ai-img_art-blank-wrapper {
  z-index: 4;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.ai-img_blank-work-wrapper {
  width: 100%;
  position: relative;
}

.ai-img_artwork-inner-wrapper {
  width: 100%;
}

.ai-img_desc-wrapper {
  z-index: 1;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #fff;
  border: 1px solid #bababa;
  border-radius: .25rem;
  flex-flow: column;
  width: 124%;
  margin-top: .25rem;
  margin-left: -12%;
  padding: .5rem;
  display: none;
  position: absolute;
}

.ai-img_desc {
  text-align: center;
  font-size: .7rem;
  line-height: 1.3em;
}

.ai-desn-wrapper {
  z-index: 2;
  perspective: 1000px;
  border-radius: 1rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem 2rem;
  display: flex;
  position: relative;
  transform: perspective(10001px);
}

.ai-desn-wrapper.ai-desn-wrapper--2 {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.ai-desn-wrapper.ai-desn-wrapper--3 {
  z-index: 4;
  position: absolute;
  inset: 0%;
}

.ai-desn-wrapper.ai-desn-wrapper--1 {
  z-index: 6;
}

.ai-desn_btn {
  border: 1px solid var(--neutral--00);
  color: #fff;
  background-color: #fff0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  transition: box-shadow .3s, border .3s, background-color .3s;
  display: flex;
}

.display-heading-3 {
  z-index: 6;
  color: var(--neutral--00);
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 5.75rem;
  font-weight: 400;
  line-height: .95em;
}

.ai-desn_img-3 {
  z-index: -1;
  background-color: #000;
  border-radius: 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.ai-desn_hero {
  border: 1.5px solid var(--neutral--400);
  perspective: 1000px;
  background-color: #000;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 32vw;
  max-height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: perspective(1000px)rotate(0);
}

.ai-desn-container {
  z-index: 4;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 64%;
  min-height: 100vh;
  margin-top: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: sticky;
  top: 0;
}

.agent_contianer-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: 47.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.agent-input-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--neutral--650);
  background-color: var(--neutral--800);
  border-radius: 2.25rem;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1.5rem;
  display: flex;
}

.agent-input-box.agent-input-box--ai-desn {
  min-height: 4rem;
  position: absolute;
  top: 2rem;
  bottom: auto;
}

.agent_input-icon {
  background-color: var(--neutral--00);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding-left: .25rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.agent_wrapper {
  background-color: var(--neutral--1000);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 33rem;
  padding: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.agent_background {
  border-radius: 1.25rem;
  position: absolute;
  inset: 0%;
}

.agent_browser-wrapper {
  background-color: var(--neutral--700);
  border-radius: .5rem;
  flex-flow: column;
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.agent_tab-row {
  background-color: var(--neutral--600);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: .375rem;
  padding-left: .5rem;
  display: flex;
}

.agent_tab {
  background-color: var(--neutral--700);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  min-width: 4rem;
  min-height: 2rem;
  padding: .5rem .75rem;
}

.agent_callout-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.agent_browser-content {
  background-color: var(--neutral--800);
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.agent_callout-card {
  z-index: 1;
  border: 1px solid var(--neutral--600);
  background-color: var(--neutral--900);
  border-radius: .5rem;
  width: 80%;
  max-width: 20rem;
  min-height: 2rem;
  padding: .75rem;
  position: absolute;
  box-shadow: 0 .5rem 2rem #0000000d, 0 .5rem 1.5rem #0000001a, 0 .5rem 1rem #0000000d;
}

.cursor-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: absolute;
  inset: -1.5rem auto auto -1.5rem;
}

.agent-card-header {
  background-color: var(--neutral--750);
  width: 100%;
  padding: 1rem;
  box-shadow: 0 .5rem 1rem #00000026;
}

.agent_card {
  background-color: var(--neutral--750);
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  flex-flow: column;
  flex: 1;
  width: 100%;
  max-width: 34.625rem;
  height: 100%;
  max-height: 100%;
  margin-top: 2.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.agent-card_content {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.ai-agent_mock-text {
  background-image: url('../images/Agent-webpage.svg');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 100%;
  flex: none;
  width: calc(100% - 2rem);
  height: 400%;
  margin: 1rem;
  position: absolute;
}

.ai-agent_results {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--neutral--500);
  background-color: var(--neutral--900);
  border-radius: 1rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 50%);
}

.listen {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--neutral--750);
  background-color: var(--neutral--900);
  border-radius: 1.25rem;
  flex-flow: column;
  width: 100%;
  max-width: 69rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-glass-filter {
  display: none;
}

.navbar-glass-effect {
  filter: url('../images/');
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: inherit;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.navbar-glass-tint {
  border-radius: inherit;
  background-color: #ffffff1a;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.navbar-glass-shine {
  border-radius: inherit;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: inset -1px -1px 1px 1px #ffffff0d, inset 1px 1px 1px #ffffff24;
}

.navbar-glass-shine.pic1 {
  background-image: url('../images/Screen-Shot-2025-11-29-at-1.20.09-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar-glass-shine.pic2 {
  background-image: url('../images/Screen-Shot-2025-11-28-at-10.02.13-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar-glass-shine.picmid {
  background-image: url('../images/Screen-Shot-2025-11-27-at-12.13.42-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar-glass-shine.pic-tall {
  background-image: url('../images/Screen-Shot-2025-11-29-at-1.19.52-AM.png');
  background-position: 50%;
  background-size: cover;
}

.listen_glass {
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  min-height: 3rem;
  position: relative;
  box-shadow: 0 0 20px #0000001a, 0 6px 6px #0003;
}

.listen_glass.listen_glass--changers {
  width: 32.33%;
  height: 49%;
  position: absolute;
}

.listen_glass.listen_glass--changers.listen_glass--changers--dumby._2 {
  left: 33.83%;
}

.listen_glass.listen_glass--changers.listen_glass--changers--dumby._4 {
  inset: auto auto 0% 0%;
}

.listen_glass.listen_glass--changers.listen_glass--changers--dumby._5 {
  bottom: 0;
  left: 33.83%;
}

.listen_glass.listen_glass--changers.listen_glass--changers--dumby._6 {
  inset: auto 0% 0% auto;
}

.listen_glass.listen_glass--changers._3 {
  right: 0;
}

.position-absolute {
  position: absolute;
}

.section-collage.section {
  background-color: #fff;
  min-height: 200vh;
  display: none;
}

.collage_wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.collage_img {
  mix-blend-mode: exclusion;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.ai-desn_wrapper-1 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.ai-desn__heading-wrapper-1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.ai-desn_title {
  z-index: 2;
  color: #f5eee3;
  text-transform: uppercase;
  will-change: transform;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  max-width: 100%;
  margin-top: -.225em;
  margin-bottom: -.25em;
  font-family: freight-display-pro;
  font-size: 7vw;
  font-style: italic;
  font-weight: 500;
  line-height: 120%;
}

.ai-desn_title.second-line {
  text-align: right;
  font-family: neulis-sans;
  font-style: normal;
  font-weight: 300;
}

.ai-desn_title.ai-desn_title--3 {
  margin-bottom: -.2em;
  font-family: neulis-sans;
  font-size: 7.5rem;
  font-style: normal;
  font-weight: 400;
}

.ai-desn_title.ai-desn_title--2 {
  margin-bottom: -.2em;
  font-family: neulis-sans;
  font-style: normal;
  font-weight: 500;
}

.ai-desn_second-line-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ai-desn_tagline-wrapper {
  text-align: left;
  max-width: 9rem;
}

.ai-desn_nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.ai-desn_wrapper-img-1 {
  border-top-left-radius: 10rem;
  border-top-right-radius: 10rem;
  width: 8.75rem;
  position: absolute;
  inset: auto 3.5rem 0% auto;
  overflow: hidden;
}

.ai-desn_bottom-wrapper-3 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.ai-desn_bottom-wrapper-3.align-top {
  justify-content: space-between;
  align-items: flex-start;
}

.ai-desn_wrapper-3 {
  z-index: 2;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 1.5rem;
  display: flex;
  position: relative;
}

.ai-desn_max-width-13rem {
  text-align: left;
  width: 100%;
  max-width: 12.875rem;
}

.ai-desn_bottom-wrapper-2 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-left: 10%;
  display: flex;
}

.ai-desn_top-wrapper-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 7%;
  display: flex;
}

.ai-desn_middle-wrapper-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ai-desn_img-2 {
  object-fit: contain;
}

.ai-desn_wrapper-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 1.5rem;
  display: flex;
  position: relative;
}

.ai-desn_btn-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ai-desn_img-1 {
  border-top-left-radius: 10rem;
  border-top-right-radius: 10rem;
}

.ai-desn_wrapper-img-2 {
  width: 34%;
  height: 100%;
  overflow: hidden;
}

.ai-design_button-credits {
  position: absolute;
}

.display-heading-4 {
  font-family: freight-display-pro;
  font-size: 5rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1em;
}

.ai-desn_grid-background {
  z-index: 2;
  background-image: url('../images/Black-Grid.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.ai-desn_grid-color {
  z-index: 1;
  background-color: var(--neutral--900);
  border-radius: 100%;
  width: max(150vh, 150vw);
  height: max(150vh, 150vw);
  position: absolute;
}

.ai-agent_top-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.listen_background-img {
  position: absolute;
  inset: 0%;
}

.listem_grid {
  z-index: 1;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  position: relative;
}

.listem_grid.grid-2-tall {
  height: 100%;
}

.listen_flex-wrapper {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.listem_text-wrapper {
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  margin-top: 2rem;
  display: flex;
}

.listen-top-text-wrapper {
  text-align: center;
  width: 100%;
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
}

.listen_sliding-glass-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.listen_sliding-glass-row {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.listen_sliding-glass {
  aspect-ratio: 3 / 4;
  border-radius: .5rem;
  width: 18%;
  height: 100%;
  min-height: 3rem;
  position: relative;
  box-shadow: 0 0 20px #0000001a, 0 6px 6px #0003;
}

.listen_sliding-glass.listen_glass-copy--middle {
  transform: translate(0, 75%);
}

.ai-agent_ticket {
  border: 1px solid var(--neutral--400);
  border-radius: .5rem;
  height: auto;
}

.ar_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 160vh;
  height: 100%;
  max-height: 80vw;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.ar_forground {
  z-index: 40;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.ar_background {
  z-index: 1;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-bottom: -1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ar_man {
  width: 9%;
  margin-top: -15%;
  position: absolute;
}

.ar_portal {
  aspect-ratio: 3 / 4.3;
  background-color: var(--neutral--00);
  border-top-left-radius: 30rem;
  border-top-right-radius: 30rem;
  width: 20%;
  position: absolute;
}

.ar_platform {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}

.ar_man-shdow-img {
  z-index: 1;
  max-width: none;
  margin-top: -42%;
  position: relative;
}

.ar_man-img {
  z-index: 2;
  position: relative;
}

.ar_chair-1 {
  width: 9.5%;
  position: absolute;
  bottom: 46%;
  left: 16%;
}

.ar_chair-2 {
  width: 9.5%;
  position: absolute;
  bottom: 46%;
  right: 16%;
}

.ar_table-1 {
  width: 20%;
  position: absolute;
  bottom: 69%;
  left: 19%;
}

.ar_table-2 {
  width: 18%;
  position: absolute;
  bottom: 57%;
  right: 22%;
}

.ar_side-table-1 {
  width: 6%;
  position: absolute;
  bottom: 89%;
  right: 13.5%;
}

.ar_light {
  width: 68%;
  max-width: 170vh;
  margin-left: auto;
  margin-right: auto;
}

.ar_img-1 {
  width: 10.4%;
  position: absolute;
  left: 10%;
}

.ar_img-2 {
  width: 12.1%;
  position: absolute;
  left: 20%;
}

.ar_img-3 {
  width: 4.9%;
  position: absolute;
  left: 36%;
}

.ar_img-4 {
  width: 3.2%;
  position: absolute;
  bottom: 73%;
  left: 54%;
}

.ar_img-5 {
  width: 11.5%;
  position: absolute;
  bottom: 34%;
  left: 61%;
}

.ar_img-6 {
  width: 9.2%;
  position: absolute;
  left: 74%;
}

.ar_img-7 {
  width: 4.3%;
  position: absolute;
  left: 9%;
}

.ar_img-8 {
  width: 8.3%;
  position: absolute;
  left: 14.5%;
}

.ar_img-9 {
  width: 8.3%;
  position: absolute;
  bottom: 50%;
  left: 22%;
}

.ar_img-10 {
  width: 4.9%;
  position: absolute;
  bottom: 45%;
  left: 33.5%;
}

.ar_img-11 {
  width: 13.7%;
  position: absolute;
  left: 59.5%;
}

.ar_img-12 {
  width: 10.4%;
  position: absolute;
  left: 82%;
}

.ar_img-13 {
  width: 10.4%;
  position: absolute;
  bottom: 29%;
  left: 77%;
}

.ar_orb {
  width: 44%;
  position: absolute;
  bottom: -8%;
}

.ar_top-wrapper {
  z-index: 2;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 59rem;
  height: 100%;
  display: flex;
  position: relative;
}

.footer_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.footer_paragraph-wrapper {
  width: 100%;
  max-width: 32rem;
}

.footer_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
}

.footer_wrapper-text {
  z-index: 2;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero_heading-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: .5rem;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.hero_sun-text-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.word-wrap {
  flex-direction: column;
  align-items: flex-start;
  height: 7vw;
  display: flex;
  overflow: visible;
}

.loader {
  z-index: 1600;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100.1%;
  display: none;
  position: fixed;
  inset: 0%;
}

.main-heading {
  font-family: freight-display-pro;
  font-size: 5vw;
  font-style: italic;
  line-height: 1.4em;
  display: none;
}

.loader_heading {
  font-family: freight-display-pro;
  font-size: 5vw;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4em;
}

.loader_heading.is-moving {
  color: #2b2b2b;
}

.loader_column {
  background-color: #fff;
  border-right: 1px solid #e0e0e0;
  width: 25%;
  height: 100%;
}

.loader_column.is-2 {
  justify-content: flex-end;
  align-items: center;
  min-width: 300px;
  padding-right: 1em;
  display: flex;
}

.loader_column.is-4 {
  border-right-style: none;
  height: 100%;
}

.loader_column.is-3 {
  justify-content: flex-start;
  align-items: center;
  min-width: 300px;
  padding-left: 1em;
  display: flex;
}

.black-section-fade {
  background-image: linear-gradient(180deg, #0000, var(--neutral--1000));
  width: 100%;
  height: 6rem;
  position: absolute;
  inset: auto 0% 0%;
}

.black-section-fade.is-top {
  background-image: linear-gradient(180deg, var(--neutral--1000), #0000);
  inset: 0% 0% auto;
}

.black-section-fade.black-section-fade--ai-imgs {
  z-index: 5;
  pointer-events: none;
}

.ai-img_white-shadow {
  filter: blur(30px);
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
}

.ar_subheading-wrapper {
  width: 100%;
}

.button_left {
  z-index: 5;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.button_left.secondary-2 {
  background-color: #2562ff;
  border-style: none;
  border-color: #2562ff;
}

.hero_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.padding-global {
  z-index: 3;
  padding-bottom: 50px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.spacer-mobile {
  display: none;
}

.block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #ffffff1f;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5rem;
  font-size: 1.25rem;
  display: flex;
}

.hero_img {
  z-index: 1;
  pointer-events: none;
  background-image: url('../images/EGF_7132.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60rem;
  position: absolute;
  inset: 0% 0% auto;
}

.text-2xl {
  color: var(--neutral--00);
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.25;
}

.button_text {
  font-weight: 500;
  line-height: 1;
}

.spacer {
  opacity: 0;
}

.h1 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-size: 12.5rem;
  font-weight: 400;
  line-height: 1;
}

.h1.text-align-right {
  color: var(--neutral--00);
  font-family: Anton, sans-serif;
  font-size: 6rem;
}

.button_banner-text.is-bottom {
  position: absolute;
  bottom: -100%;
}

.hero_title {
  grid-column-gap: 1.81rem;
  grid-row-gap: 1.81rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  display: grid;
}

.button {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  font-family: Exo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: all .45s;
  display: flex;
  position: relative;
  overflow: clip;
}

.spacer-tablet {
  display: none;
}

.icon-1x1-medium {
  width: 1.5rem;
  height: 1.5rem;
  display: none;
}

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

.container-large._1200px {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.button_cover {
  background-color: #ff2525;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.button_cover.secondary-8 {
  background-color: #df6c08;
}

.hero_left {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 28rem;
  display: flex;
}

.slide-left {
  color: var(--neutral--00);
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.spacer-desktop {
  padding-bottom: 20px;
  line-height: 0;
}

.section_hero {
  flex-flow: column;
  padding-bottom: 3.2rem;
  display: none;
  position: relative;
}

.clip_intro {
  z-index: 10;
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: clip;
}

.hero_gradient {
  z-index: 2;
  pointer-events: none;
  perspective-origin: 50% 100%;
  background-image: linear-gradient(#2562ff00, #1b218d 50%);
  height: 70%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.spacer-large {
  width: 100%;
  padding-top: 1.25rem;
}

.text-color-secondary {
  color: #ffffffb8;
  font-family: Exo, sans-serif;
}

.text-color-secondary.slide-left {
  font-family: Exo, sans-serif;
}

.hero_layout {
  flex-flow: column;
  display: flex;
}

.hero_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  font-weight: 200;
  line-height: 1.3em;
  position: static;
}

.text-block {
  color: var(--neutral--00);
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.text-block-2 {
  color: var(--neutral--30);
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.impact_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.impact_layout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  display: grid;
}

.impact_img {
  padding-top: 51%;
  position: relative;
}

.data {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-section-medium {
  padding-top: 7.5rem;
}

.h2 {
  letter-spacing: 0;
  font-family: Anton, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.data_number {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.5rem;
  line-height: 1.2;
  display: flex;
}

.img {
  z-index: 1;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.impact_left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.slide-right {
  width: auto;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.button-2 {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #2562ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: all .45s;
  display: flex;
  position: relative;
  overflow: clip;
}

.button-2.secondary {
  color: #fff;
}

.data_item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.text-sm {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1.42;
}

.text-sm.slide-left {
  font-family: Exo, sans-serif;
}

.button_text-2 {
  line-height: 1;
}

.button_text-2.secondary-5 {
  font-family: Exo, sans-serif;
}

.button_text-2.text-color-primary.secondary-7 {
  color: #2562ff;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-small {
  width: 100%;
  max-width: 30rem;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700\<deleted\|variable-da4f7fa3\>);
  background-color: var(--untitled-ui--primary700\<deleted\|variable-da4f7fa3\>);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100\<deleted\|variable-35a3c723\>);
}

.uui-button.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-heading-xlarge {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1.2;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-text-size-xlarge {
  color: #000;
  font-family: Exo, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}

.uui-section_heroheader09 {
  background-color: #fffcee;
  overflow: hidden;
}

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

.uui-heroheader09_content {
  width: 390px;
}

.uui-heroheader09_image-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.uui-heroheader09_image {
  width: 100%;
  height: 100%;
}

.uui-heroheader09_image._01 {
  border-top-right-radius: 7rem;
}

.uui-heroheader09_image._02 {
  border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image._03 {
  border-top-left-radius: 7rem;
}

.uui-heroheader09_image._04 {
  border-radius: 50%;
}

.uui-heroheader09_image._05 {
  border-top-left-radius: 7rem;
  border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image._06 {
  border-top-right-radius: 7rem;
  border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image._07 {
  border-bottom-right-radius: 7rem;
  border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image._08 {
  border-top-right-radius: 7rem;
  border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image._09 {
  border-top-right-radius: 7rem;
}

.uui-heroheader09_image._10 {
  border-radius: 50%;
}

.uui-heroheader09_image._11 {
  border-top-left-radius: 7rem;
  border-bottom-right-radius: 7rem;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300\<deleted\|variable-51e0117e\>);
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50\<deleted\|variable-8a511359\>);
  color: var(--untitled-ui--gray800\<deleted\|variable-0a1a9f61\>);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100\<deleted\|variable-4a47ec41\>);
}

.uui-button-secondary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.paragraph-21 {
  color: var(--neutral--00);
  font-family: Exo, sans-serif;
}

.text-span {
  color: #ffef83;
}

.section-journey {
  background-color: #000;
  display: none;
}

.timeline_item {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.timeline {
  flex-flow: column;
  margin-bottom: -50svh;
  display: flex;
  position: relative;
  overflow: clip;
}

.text-2xl-2 {
  color: var(--neutral--00);
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.25;
}

.text-xl {
  color: var(--neutral--00);
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.bar {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.spacer-small {
  width: 100%;
  padding-top: .75rem;
}

.button-3 {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #2562ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: all .45s;
  display: flex;
  position: relative;
  overflow: clip;
}

.button-3.secondary {
  color: #fff;
}

.button_cover-2 {
  background-color: #2562ff;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.button_cover-2.secondary-8 {
  background-color: #fff;
}

.max-description.is-30rem {
  max-width: 30rem;
}

.gradient {
  z-index: 3;
  pointer-events: none;
  background-image: linear-gradient(#0000, #000 50%);
  height: 50svh;
  display: flex;
  position: sticky;
  inset: auto 0% 0%;
}

.time_header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 20svh;
}

.line {
  background-image: url('../images/line.svg');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: auto;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.timeline_content {
  grid-column-gap: 3.25rem;
  grid-row-gap: 3.25rem;
  flex-flow: column;
  flex: 1;
  padding-bottom: 4.5rem;
  display: flex;
}

.timeline_content.is-last {
  padding-bottom: 0;
}

.bar_number {
  z-index: 2;
  color: var(--neutral--1000);
  text-align: center;
  background-color: #ffef83;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  font-family: Oswald, sans-serif;
  font-size: 1.25rem;
  display: flex;
  position: relative;
}

.time_layout {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
  position: relative;
  overflow: clip;
}

.header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.button_cover-3 {
  background-color: #2562ff;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.button_cover-3.secondary-8 {
  background-color: #fff;
}

.text-xl-2 {
  color: var(--neutral--00);
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.button-4 {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #2562ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: all .45s;
  display: flex;
  position: relative;
  overflow: clip;
}

.button-4.secondary {
  color: #fff;
}

.event_grid {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gap-section-small {
  padding-top: 4rem;
}

.event_top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slide-left-2 {
  color: var(--neutral--00);
  font-family: Katales Broken Copy, Verdana, sans-serif;
  font-weight: 300;
}

.section_event {
  background-color: #000;
}

.text-color-secondary-2 {
  color: #ffffffb8;
  font-family: Exo, sans-serif;
}

.text-color-secondary-2.slide-right-2 {
  font-family: Exo, sans-serif;
}

.event_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #ffffff1f;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

.section-event {
  padding-bottom: 0;
}

.section-testi {
  background-color: #fffcee;
  padding-top: 100px;
}

.testi_card {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #ffffff1f;
  flex: none;
  width: 68%;
  margin-right: 1.5rem;
  padding: 1.5rem;
  display: flex;
}

.testi_card.swiper-slide {
  border: 1px solid #000;
}

.slide_down {
  font-family: Katales Broken Copy, Verdana, sans-serif;
  font-weight: 300;
}

.testi_profile {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testi_icon {
  width: 4rem;
  height: 4rem;
}

.text-xl-3 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.icon-1x1-medium-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.vertical-center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testi_wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testi_img {
  width: 4.25rem;
  height: 4.25rem;
  position: relative;
}

.testi_layout {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper {
  width: 100%;
}

.testi_details {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.testi_left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.testi_testi {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #ffffff1f;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

.text-color-secondary-3 {
  color: #ffffffb8;
}

.testi_text {
  font-family: Exo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.arrow {
  cursor: pointer;
  background-color: #2562ff;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 0;
  margin-right: 0;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.arrow:active {
  transform: scale(.93);
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  letter-spacing: normal;
  font-family: Exo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
}

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

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-medium.text-weight-medium {
  width: 400px;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.uui-heading-medium.faq {
  color: #101828;
  font-family: Katales Broken Copy, Verdana, sans-serif;
  font-size: 4rem;
  font-weight: 200;
}

.uui-lightbox_play-icon {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.lightbox_video-overlay-layer {
  z-index: 1;
  background-color: #1d29391a;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.uui-testimonial10_lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 35rem;
}

.uui-testimonial10_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem;
  display: flex;
}

.uui-testimonial10_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--untitled-ui--gray50\<deleted\|variable-8a511359\>);
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.uui-testimonial10_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.uui-testimonial10_rating-wrapper {
  align-items: center;
  display: flex;
}

.uui-testimonial10_rating-icon {
  color: var(--untitled-ui--warning300\<deleted\|variable-15a81cb3\>);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial10_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-testimonial10_divider {
  background-color: var(--untitled-ui--gray200\<deleted\|variable-bad2ea62\>);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.uui-testimonial10_logo {
  max-height: 3rem;
}

.uui-heading-tiny {
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-text-size-large {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  letter-spacing: normal;
  font-family: Exo, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui--primary700\<deleted\|variable-da4f7fa3\>);
  background-color: var(--untitled-ui--primary700\<deleted\|variable-da4f7fa3\>);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100\<deleted\|variable-35a3c723\>);
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-faq02_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-faq02_list-grid {
  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;
}

.uui-faq02_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.uui-faq02_answer {
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.uui-faq02_accordion {
  background-color: #0000;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq02_icon-wrapper {
  color: var(--untitled-ui--gray400\<deleted\|variable-b339bef7\>);
}

.accordion-icon_component {
  border: 2px solid var(--untitled-ui--gray400\<deleted\|variable-b339bef7\>);
  color: var(--untitled-ui--gray400\<deleted\|variable-b339bef7\>);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.accordion-icon_vertical-line {
  background-color: var(--untitled-ui--gray400\<deleted\|variable-b339bef7\>);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line {
  background-color: var(--untitled-ui--gray400\<deleted\|variable-b339bef7\>);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  margin-bottom: .75rem;
  font-family: Exo, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-faq02_heading {
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 120%;
}

.text-block-3 {
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.light-span {
  font-weight: 400;
}

.menu-grid {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.navigation-button {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px solid #ffffff4d;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  min-height: 40px;
  padding: 0;
  font-size: 10px;
  line-height: 1.3em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.solid-button-outline {
  border: 1px solid #cfdae2;
  border-radius: 100px;
  width: 100px;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.solid-button-outline.right {
  inset: 0% auto 0% -74px;
}

.solid-button-outline.nav-outline {
  border-color: #fff;
}

.solid-button-outline.middle {
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  width: 100%;
}

.solid-button-outline.middle.nav-outline {
  font-family: Exo, sans-serif;
}

.solid-button-outline.light {
  border-color: #fff;
}

.social-hover-wrapper {
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  min-height: 34px;
  margin: -1px;
  display: flex;
  position: absolute;
  inset: 0% 0 0% 0%;
  overflow: hidden;
}

.navigation {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-bottom: 1px #ffffff4d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.navigation-bar {
  border-bottom: 1px #ffffff4d;
  justify-content: center;
  display: flex;
  position: relative;
}

.navbar {
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-color: #0000;
  border-bottom: 1px solid #ffffff4d;
  justify-content: center;
  height: 80px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.social-outline {
  border: 1px solid #fff;
  border-radius: 100px;
  min-width: 34px;
  min-height: 34px;
  position: absolute;
  inset: 0%;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.social-icon {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  padding: 8px;
  display: flex;
  position: relative;
}

.brand {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  letter-spacing: -.03em;
  text-transform: uppercase;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 150px;
  height: auto;
  margin-top: 6px;
  padding-left: 0;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.nav-cover {
  background-color: #fff;
  border-bottom: 1px solid #eff3f6;
  height: 100%;
  display: flex;
  position: absolute;
  inset: -100% 0% auto;
}

.icon {
  z-index: 10;
  position: relative;
}

.nav-separator {
  background-color: #ffffff4d;
  width: 1px;
  height: 24px;
}

.button-hover-outline {
  border-radius: 0;
  justify-content: flex-end;
  margin: -1px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-hover-outline.middle {
  font-family: Exo, sans-serif;
}

.button-hover-outline.right {
  width: 110%;
  inset: 0% auto 0% 0%;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 1px solid #d6dde200;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  font-family: Exo, sans-serif;
  font-size: 12px;
  transition: border-color .4s;
  display: flex;
}

.nav-link-2.w--current {
  color: #fff;
  border-bottom-color: #d6dde2;
}

.nav-link-2.contact-link {
  display: none;
}

.nav-left {
  z-index: 10;
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.nav-menu {
  display: flex;
}

.nav-right {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: grid;
  position: relative;
}

.social-icon-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.arrow-2 {
  border-top: 1px #fff;
  border-right: 1px #fff;
  width: 12px;
  min-width: 12px;
  display: flex;
}

.circle-hover-clip {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.circle-hover-clip.left {
  justify-content: flex-start;
  inset: auto auto auto 0%;
}

.circle-hover-clip.two {
  top: auto;
}

.slide-nav {
  display: none;
}

.hero-content {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  color: #fff;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr .65fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 36px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.body-display {
  color: #445663;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.body-display.light {
  color: #ffffffe6;
  width: 360px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 140%;
}

.slider-background-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 650px;
  padding-left: 85px;
  display: grid;
}

.verticle-line {
  background-color: #fff3;
  width: 1px;
  height: 100%;
}

.verticle-line.bottom {
  height: 120px;
}

.medium-width {
  max-width: 500px;
}

.verticle-hero-line {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 100px 24px 100px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  place-items: end center;
  width: 1px;
  margin-left: 0;
  display: grid;
  position: absolute;
  inset: 0% 15% 0% auto;
}

.button-text {
  z-index: 10;
  padding-left: 4px;
  font-family: Exo, sans-serif;
  position: relative;
}

.hero-slider {
  background-color: #fff0;
  height: 100%;
}

.xxl-heading {
  font-size: 52px;
}

.xxl-heading.two {
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.xxl-heading.one {
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 700;
}

.outline-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #eff3f6;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 46px;
  padding: 0;
  font-size: 10px;
  line-height: 1.3em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.outline-button.light {
  color: #fff;
  border-color: #ffffff4d;
}

.hero-section {
  justify-content: center;
  min-height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-slide-arrow {
  z-index: 20;
  border: 1px #ffffff4d;
  width: 100px;
  height: 100px;
  margin-right: -50px;
  inset: auto 15% 120px auto;
  overflow: visible;
}

.hero-slide-arrow.right {
  margin-bottom: 124px;
}

.clip {
  font-size: 1rem;
  overflow: hidden;
}

.circle-outline-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.circle-outline-bottom {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.circle-link-text {
  z-index: 10;
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: center stretch;
  height: 100%;
  padding-left: 0;
  padding-right: 44px;
  line-height: 1.2em;
  display: grid;
  position: relative;
}

.circle-link-text.left {
  justify-content: start;
  padding-left: 44px;
  padding-right: 0;
}

.slider-background {
  background-image: url('../images/freepik__a-photorealistic-cinematic-vertical-portrait-of-a-__79668-1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0%;
  width: 105vw;
  height: 105vh;
  min-height: 800px;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.slider-background.two {
  background-image: url('../images/freepik__a-photorealistic-cinematic-vertical-portrait-of-an__79670-1.jpeg');
}

.slider-background.three {
  background-image: url('../images/2151507262.jpg');
  background-position: 50%;
}

.circle-outline-top {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.circle-outline {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.circle-outline.right {
  inset: auto 0 auto auto;
}

.circle-outline.light {
  border-color: #fff;
}

.circle-outline.left {
  top: auto;
}

.circle-outline.bottom {
  inset: auto 0% 0% auto;
}

.circle-outline.bottom-left {
  inset: auto auto 0% 0%;
}

.circle-outline.top {
  inset: 0% 0% auto auto;
}

.slider-link-text {
  font-family: Exo, sans-serif;
}

.overlay {
  background-color: #0a111880;
  position: absolute;
  inset: 0%;
}

.overlay.light {
  background-color: #0e192226;
}

.hero-bottom {
  z-index: 10;
  background-color: #fff;
  min-height: 70px;
  margin-bottom: -10px;
  margin-right: -10px;
  display: flex;
  position: relative;
}

.hero-bottom.right {
  width: 85%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.mask {
  overflow: visible;
}

.circle-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: auto 36px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  max-height: 100px;
  font-size: 10px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.slider-background-circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150vw;
  height: 150vw;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.div-block {
  font-family: Oswald, sans-serif;
}

.text-block-4 {
  font-family: Exo, sans-serif;
}

.brand-logo {
  width: 100%;
  height: 40px;
}

.stacked-info {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacked-paragraphs {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-title {
  grid-column-gap: 28px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 56px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 140px;
  padding-right: 80px;
  display: grid;
}

.section-title.extra-top-padding {
  padding-top: 140px;
}

.about-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.scroll-cover {
  z-index: 25;
  background-color: #fff;
  height: 100%;
  position: absolute;
  inset: -100% 0% 0%;
}

.banner-wrapper {
  height: 45vw;
  min-height: 100%;
  max-height: 600px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.background {
  background-image: url('../images/001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background.portrait-background {
  background-image: url('../images/freepik__talk__30697-1.png');
  background-position: 50% 0;
}

.about-content {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  padding-top: 36px;
  padding-bottom: 36px;
  display: grid;
}

.subtitle {
  color: #6e7f8b;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.35em;
  position: relative;
}

.banner-background-wrapper {
  margin: 2px;
  position: absolute;
  inset: 0%;
}

.section-about {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-about.bottom-border {
  border-bottom: 1px solid #eff3f6;
}

.section-about.hide {
  display: none;
}

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

.background-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 15%;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-2 {
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  font-weight: 300;
}

.heading-2.abth2 {
  width: 300px;
}

.uui-container-large-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-small-2 {
  width: 100%;
  max-width: 30rem;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-3:hover {
  border-color: var(--untitled-ui--primary700\<deleted\|variable-da4f7fa3\>);
  background-color: var(--untitled-ui--primary700\<deleted\|variable-da4f7fa3\>);
}

.uui-button-3:focus {
  background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100\<deleted\|variable-35a3c723\>);
}

.uui-button-3.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-heading-xlarge-2 {
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

.uui-button-row-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-2.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-text-size-xlarge-2 {
  color: #475467;
  width: 450px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.section-3 {
  background-color: #fffaf3;
  overflow: hidden;
}

.section-3.hide {
  display: none;
}

.uui-heroheader09_component-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-heroheader09_image-wrapper-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.uui-heroheader09_image-2 {
  width: 100%;
  height: 100%;
}

.uui-heroheader09_image-2._01 {
  border-top-right-radius: 7rem;
}

.uui-heroheader09_image-2._02 {
  border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image-2._03 {
  border-top-left-radius: 7rem;
}

.uui-heroheader09_image-2._04 {
  border-radius: 50%;
}

.uui-heroheader09_image-2._05 {
  border-top-left-radius: 7rem;
  border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image-2._06 {
  border-top-right-radius: 7rem;
  border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image-2._07 {
  border-bottom-right-radius: 7rem;
  border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image-2._08 {
  border-top-right-radius: 7rem;
  border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image-2._09 {
  border-top-right-radius: 7rem;
}

.uui-heroheader09_image-2._10 {
  border-radius: 50%;
}

.uui-heroheader09_image-2._11 {
  border-top-left-radius: 7rem;
  border-bottom-right-radius: 7rem;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300\<deleted\|variable-51e0117e\>);
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--untitled-ui--gray50\<deleted\|variable-8a511359\>);
  color: var(--untitled-ui--gray800\<deleted\|variable-0a1a9f61\>);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100\<deleted\|variable-4a47ec41\>);
}

.uui-button-secondary-gray-2.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-large-2 {
  width: 100%;
  min-height: 3rem;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.section-4 {
  background-color: #f6efff;
}

.section-4.hide {
  display: none;
}

.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

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

.rt-component-container.rt-radious-ten {
  border-radius: 10px;
}

.rt-component-container.rt-container-full {
  max-width: none;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-full-width {
  border-radius: 10px;
  width: 100%;
}

.rt-hero-button-image {
  filter: invert();
}

.rt-hero-button-icon-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  position: absolute;
  right: 5px;
}

.rt-hero-button-text {
  z-index: 2;
  margin-right: 10px;
  position: relative;
}

.rt-button-five {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--radiant-ui-components-library-marketplace--color--white);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 58px;
  padding: 8px 50px 8px 25px;
  display: flex;
  position: relative;
}

.rt-button-five.rt-banner-one-button {
  height: 58px;
}

.rt-hero-button-icon-two {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 43px;
  height: 43px;
  margin-left: 10px;
  padding-right: 17px;
  display: flex;
}

.rt-display-off {
  display: none;
}

.rt-circle-outline-bottom {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.rt-about-slider-text-main-wrapper {
  height: 100%;
  padding-left: 40px;
  padding-right: 15px;
  position: relative;
}

.rt-circle-outline-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  display: flex;
  position: absolute;
  right: 0%;
  overflow: hidden;
}

.rt-about-one-slider-details {
  max-width: 620px;
}

.rt-circle-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  max-height: 100px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.rt-about-slider-item {
  width: 100%;
}

.rt-circle-outline {
  border: 1px solid #ffffff40;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.rt-circle-outline.rt-left {
  top: auto;
}

.rt-circle-outline.rt-left-light {
  border-color: #fff;
  top: auto;
}

.rt-circle-outline.rt-bottom {
  top: auto;
  bottom: 0%;
  left: auto;
}

.rt-circle-outline.rt-top-light {
  border-color: #fff;
  left: auto;
}

.rt-circle-outline.rt-light {
  border-color: #fff;
}

.rt-circle-outline.rt-right {
  top: auto;
  left: auto;
  right: 0;
}

.rt-circle-outline.rt-bottom-right-light {
  border-color: #fff;
  top: auto;
  bottom: 0;
  left: auto;
}

.rt-circle-outline.rt-right-light {
  border-color: #fff;
  top: auto;
  left: auto;
}

.rt-circle-outline.rt-bottom-left-right {
  border-color: #fff;
  top: auto;
  bottom: 0%;
  right: auto;
}

.rt-about-slider-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.rt-about-one-slider-container {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.rt-about-one-slider-container.rt-full-width {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.rt-circle-hover-clip {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.rt-circle-hover-clip.rt-two {
  top: auto;
}

.rt-circle-hover-clip.rt-two.rt-left {
  left: 0%;
  right: auto;
}

.rt-circle-hover-clip.rt-left.rt-one {
  right: auto;
}

.rt-circle-hover-clip.rt-left.rt-one.rt-new {
  justify-content: flex-start;
  align-items: center;
  left: 0%;
}

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

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

.rt-about-left-arrow {
  border: 1px solid #fff0;
  width: 100px;
  height: 100px;
  margin-right: -50px;
  inset: 0 16% 0% auto;
  overflow: visible;
}

.rt-about-left-arrow.rt-right {
  top: 300px;
}

.rt-about-one-slider-line {
  z-index: 11;
  flex-flow: column;
  justify-content: space-between;
  width: 1px;
  display: flex;
  position: absolute;
  inset: 0% 16% 0% auto;
}

.rt-small-text {
  font-size: 20px;
  font-weight: 500;
  line-height: .2em;
}

.rt-about-one-slider-image-overlay {
  background-image: linear-gradient(#000000b3, #000000b3);
  position: absolute;
  inset: 0%;
}

.rt-arrow {
  width: 14px;
  min-width: 14px;
  padding-top: 5px;
}

.rt-about-one-slider-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.rt-line-main {
  background-color: #fff;
  width: 1px;
  height: 374px;
}

.rt-line-main.rt-top {
  height: 325px;
}

.rt-line-main.rt-bottom {
  height: 172px;
}

.rt-line-main.rt-middle {
  height: 50px;
}

.rt-about-one-button {
  padding-top: 20px;
  display: flex;
}

.rt-about-one-image-main {
  border-radius: 0%;
  width: 105vw;
  height: 105vh;
  min-height: 745px;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.rt-slider-background-circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120vw;
  height: 120vw;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.rt-circle-link-lext {
  z-index: 10;
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center end;
  place-items: center stretch;
  height: 100%;
  margin-left: -10px;
  padding-left: 0;
  padding-right: 44px;
  line-height: 1.2em;
  display: grid;
  position: relative;
}

.rt-circle-link-lext.rt-right {
  position: absolute;
}

.rt-circle-link-lext.rt-left {
  justify-content: start;
  margin-left: 0;
  padding-bottom: 5px;
  padding-left: 44px;
  padding-right: 0;
  position: absolute;
}

.rt-auto-fit-3 {
  height: auto;
}

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

.rt-about-slider {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
  position: relative;
}

.rt-about-one-slider-main {
  z-index: 100;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-about-one-slider-heading {
  max-width: 400px;
  padding-bottom: 20px;
}

.rt-circle-outline-top {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.rt-about-slider-main {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  width: 100%;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

.rt-text-blue {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-heading-three {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.rt-heading-three.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

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

.rt-overflow-hidden.rt-radious-ten {
  border-radius: 10px;
}

.rt-no-margin {
  margin: 0;
}

.rt-about-two-cta-main-wrapper {
  z-index: 9;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 60px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.rt-get-now {
  background-color: #1670f84d;
  border-radius: 40px;
  padding: 5px 17px;
}

.rt-home-one-cta-bottom-section {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  max-width: 520px;
  margin-top: 200px;
  padding-top: 25px;
  display: flex;
}

.rt-home-one-cta-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 355px;
  display: flex;
}

.rt-home-one-cta {
  background-image: url('../images/CTA-bg-.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 130%;
  position: absolute;
  inset: auto 0%;
}

.rt-about-two-cta-banner {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.rt-home-one-cta-paragraph {
  max-width: 390px;
  padding-right: 10px;
}

.rt-home-one-cta-paragraph.rt-body-dark-font {
  color: var(--radiant-ui-components-library-marketplace--color--linear-color-two);
}

.rt-cta-box {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-top-left-radius: 6px;
  max-width: 260px;
  padding: 15px 40px 12px;
}

.rt-cta-box.rt-cta-box-two {
  background-color: #14151a;
  background-image: none;
  border-top-left-radius: 0;
  border-top-right-radius: 6px;
}

.rt-box-top-text {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-box-top-text.rt-margin-bottom-five {
  margin-bottom: 5px;
}

.rt-home-one-cta-top-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 172px;
  display: flex;
}

.rt-body-dark-font {
  color: var(--radiant-ui-components-library-marketplace--linear-color-three);
}

.rt-radious-ten {
  border-radius: 10px;
}

.rt-radious-ten.rt-overflow-hidden, .rt-background-dark {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
}

.rt-heading-five-6 {
  color: #060606;
  text-align: left;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.rt-heading-five-6.rt-about-one-hero-pop-text {
  max-width: 165px;
}

.rt-right-arrow {
  border-left: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
}

.rt-display-none {
  display: none;
}

.rt-about-one-hero-pop-box {
  z-index: 80;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 37px 40px 40px 43px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.rt-home-one-hero-container {
  z-index: 40;
  justify-content: flex-start;
  align-items: center;
  padding: 205px 15px 220px;
  display: flex;
  position: relative;
}

.rt-home-one-hero-container.rt-home-two-hero-container.rt-about-one-hero-container {
  padding-top: 174px;
  padding-left: 15px;
}

.rt-home-one-hero-image-wrapper {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.rt-home-one-hero-image-wrapper.rt-about-one-hero-image-wrapper {
  z-index: 60;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 50%;
  display: flex;
  right: -28%;
}

.rt-home-one-hero-text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-sub-heading {
  color: #060606;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.rt-sub-heading.rt-text-blue {
  color: #384bf8;
}

.rt-about-one-hero-pop-flex {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 104px;
  display: flex;
}

.rt-home-one-hero-heading {
  background-color: #e8f2ff;
  background-image: url('../images/Home-One-Hero-Bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
  overflow: hidden;
}

.rt-home-one-hero-heading.rt-home-two-hero-banner {
  background-image: url('../images/Home-One-Hero-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rt-home-one-hero-heading.rt-home-two-hero-banner.rt-about-one-hero-section {
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.rt-home-one-hero-heading.rt-home-two-hero-banner.rt-about-one-hero-section.rt-display {
  border-radius: 10px;
  display: block;
}

.rt-home-one-hero-description {
  color: var(--radiant-ui-components-library-marketplace--light-grey);
  max-width: 410px;
  padding-bottom: 33px;
}

.rt-home-one-heading {
  max-width: 648px;
  padding-bottom: 14px;
}

.rt-home-one-heading.rt-about-one-hero-heading {
  max-width: 489px;
  padding-top: 7px;
}

.rt-home-one-heading.rt-about-one-hero-heading.rt-text-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.rt-about-one-slider-arrow {
  flex: none;
}

.rt-about-one-slider-arrow.rt-right-arrow {
  transform: rotate(180deg);
}

.rt-about-one-slider-right-arrow {
  background-color: #060606;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 6%;
}

.rt-button-new-text {
  z-index: 1;
  color: #27272e;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: color .5s linear;
  position: relative;
}

.rt-button-new-text.rt-button-text-color-white {
  color: #fff;
}

.rt-button-overlay-2 {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 100% auto auto 50%;
  transform: translate(-50%);
}

.rt-button-overlay-2.rt-background-color-white {
  background-color: #fff;
  display: none;
}

.rt-button-new {
  justify-content: center;
  align-items: center;
  padding: 17px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-button-new.rt-background-color-blue {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-about-one-slider-left-arrow {
  z-index: 10;
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.rt-about-one-hero-slider-musk {
  min-width: 835px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.rt-about-one-hero-slider {
  background-color: #0000;
  height: 100%;
  padding-left: 117px;
  position: relative;
}

.rt-about-one-hero-slide-image {
  height: 100%;
}

.rt-about-one-hero-slide-image.rt-image-two-absolute {
  z-index: 2;
  position: absolute;
}

.rt-about-one-hero-slide-image.rt-image-three-absolute {
  z-index: 1;
  position: absolute;
}

.rt-about-one-hero-slide-image.rt-image-one-absolute {
  z-index: 3;
  position: absolute;
}

.rt-text-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.rt-auto-fit-two {
  object-fit: cover;
}

.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-change-style-two {
  color: var(--radiant-ui-components-library-marketplace--linear-color-three);
  letter-spacing: 0;
  font-size: 13px;
}

.rt-top-heading-text.rt-text-blue {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.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-offer-image {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.rt-home-one-offer-item {
  cursor: pointer;
  border-left: 1px solid #e1d6d3;
  border-right: 1px solid #e1d6d3;
  flex: none;
  padding-left: 40px;
  padding-right: 40px;
}

.rt-home-one-offer-left-arrow {
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  display: flex;
  inset: 5% auto auto 80%;
}

.rt-home-one-offer {
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.rt-home-one-offer-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.rt-home-one-offer-right-arrow {
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  display: flex;
  inset: 5% 5% auto auto;
}

.rt-heading-five-10 {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.rt-heading-five-10.rt-change-color-white {
  color: #fff;
}

.rt-home-one-offer-mask {
  max-width: 744px;
  overflow: visible;
}

.rt-home-one-offer-text {
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-home-one-offer-slider {
  background-color: #ddd0;
  height: auto;
  position: static;
}

.rt-home-one-offer-heading {
  max-width: 540px;
}

.rt-home-one-offer-heading.rt-overflow-hidden {
  overflow: hidden;
}

.rt-inner-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.rt-inner-container.rt-position-relative {
  position: relative;
}

.rt-home-one-top-heading-line-2 {
  background-color: #c99b8f;
  width: 62px;
  height: 1px;
}

.rt-home-one-top-heading-line-2.rt-colour-blue {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-home-one-offer-wrapper {
  flex: none;
  margin-right: -30vw;
  padding-top: 40px;
  overflow: hidden;
}

.rt-home-one-offer-image-overlay {
  z-index: 2;
  background-image: linear-gradient(0deg, #1670f8, #fff0 58%);
  position: absolute;
  inset: 0%;
}

.rt-position-relative {
  position: relative;
}

.rt-testimonial-main-block-one {
  background-image: url('../images/Testimonial.svg');
  background-position: 4% 2%;
  background-repeat: no-repeat;
  background-size: 35px;
  width: 95%;
}

.rt-number-text-block {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-size: 5.625rem;
  line-height: 100%;
}

.rt-slider-span {
  font-size: 32px;
  line-height: 32px;
}

.rt-slider-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 11rem;
  padding-bottom: 3rem;
  display: flex;
}

.rt-slider-testimimonial {
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding-left: 10%;
}

.rt-left-arrow-box {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 6rem;
  height: 7rem;
  inset: auto auto 9% 2.5%;
}

.rt-right-arrow-box {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 6rem;
  height: 7rem;
  inset: auto -2% 9% auto;
}

.rt-comment-text-block {
  background-color: #f5f5fb;
  background-image: url('../images/quote-1-1_1quote (1) 1.png');
  background-position: 8% 23%;
  background-repeat: no-repeat;
  background-size: 57px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 2rem;
  margin-right: 10%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.rt-slider-block {
  background-color: #1670f880;
  width: 100%;
  height: 24%;
  margin-top: -2px;
}

.rt-slider-image {
  background-image: url('../images/Testimonial-Woman.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  width: 53%;
  padding-bottom: 3rem;
  display: flex;
  position: static;
}

.rt-slider-image.rt-slider-img-three {
  background-image: url('../images/Testiminial-Two.webp');
}

.rt-slider-image.rt-slider-img-two {
  background-image: url('../images/Testiminial-Three.webp');
}

.rt-name-text-block {
  margin-left: 10%;
}

.rt-slide-testimonial {
  width: 100%;
  margin-right: 10px;
}

.rt-name-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}

.rt-slide-nav-three {
  display: none;
}

.rt-sider-navigation {
  z-index: 1;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.rt-slider-main-box {
  display: flex;
}

.rt-comment-text {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding-left: 18%;
  padding-right: 12%;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 156%;
}

.rt-category-cards-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-change-font {
  font-weight: 300;
}

.rt-title-top {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: .01px;
  font-size: 14px;
  line-height: 28px;
}

.rt-title-top.rt-padding-bottom-twenty.rt-text-white, .rt-title-top.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-padding-bottom-twenty {
  padding-bottom: 20px;
}

.rt-home-two-service-card-four {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  background-image: url('../images/Digital-Solutions.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 15%;
  height: 611px;
  display: grid;
  overflow: hidden;
}

.rt-home-two-service {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.rt-home-two-service-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
  position: relative;
}

.rt-home-two-service-card-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  background-image: url('../images/Brand-Promotion.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 15%;
  height: 611px;
  display: grid;
  overflow: hidden;
}

.rt-home-two-service-text-main {
  padding-bottom: 40px;
  padding-left: 40px;
}

.rt-home-two-service-card-three {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  background-image: url('../images/Creative-Solutions.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 15%;
  height: 611px;
  display: grid;
  overflow: hidden;
}

.rt-home-two-service-overlay {
  background-image: linear-gradient(0deg, #282a2e, #282a2e00);
}

.rt-home-two-service-card-one {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  background-image: url('../images/Creative-Solution-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 15%;
  height: 611px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.rt-home-two-service-text {
  max-width: 311px;
}

.rt-portfolio-details-link {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.rt-portfolio-one-card-overlay {
  pointer-events: none;
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.rt-portfolio-two-name-block {
  background-color: #14151a;
  border-top-right-radius: 6px;
  padding: .2rem 1.5rem;
  text-decoration: none;
  display: block;
}

.rt-portfolio-one-card {
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.rt-portolio-images {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.rt-portfolio-two-category-block {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  border-bottom-right-radius: 6px;
  padding: .2rem 1.5rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.rt-portfolio-card-content-block {
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 475px;
  margin-bottom: 0;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-portfolio-hover-circle {
  z-index: 10;
  position: absolute;
}

.rt-service-two-portfolio-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-portfolio-name-category-block {
  z-index: 10;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto auto 60px 0%;
}

.rt-component-heading-five {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-heading-five.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-lightbox-link {
  width: 100%;
  height: 100%;
}

.rt-category-cards-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-2.rt-text-white-2, .rt-text-white-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

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

.rt-component-section-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-change-font-2 {
  font-weight: 300;
}

.rt-title-top-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: .01px;
  font-size: 14px;
  line-height: 28px;
}

.rt-title-top-2.rt-padding-bottom-twenty-2.rt-text-white-2, .rt-title-top-2.rt-text-white-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-padding-bottom-twenty-2 {
  padding-bottom: 20px;
}

.rt-home-two-service-card-four-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  background-image: url('../images/Digital-Solutions.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 15%;
  height: 611px;
  display: grid;
  overflow: hidden;
}

.rt-home-two-service-2 {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.rt-home-two-service-block-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
  position: relative;
}

.rt-home-two-service-card-two-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  background-image: url('../images/Brand-Promotion.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 15%;
  height: 611px;
  display: grid;
  overflow: hidden;
}

.rt-home-two-service-text-main-2 {
  padding-bottom: 40px;
  padding-left: 40px;
}

.rt-home-two-service-card-three-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  background-image: url('../images/Creative-Solutions.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 15%;
  height: 611px;
  display: grid;
  overflow: hidden;
}

.rt-home-two-service-overlay-2 {
  background-image: linear-gradient(0deg, #282a2e, #282a2e00);
}

.rt-home-two-service-card-one-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  background-image: url('../images/Creative-Solution-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 15%;
  height: 611px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.rt-home-two-service-text-2 {
  max-width: 311px;
}

.heading-3 {
  color: #131218;
  text-align: center;
  margin-bottom: 3rem;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  font-weight: 300;
}

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

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

.rt-underline-off {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.rt-marquee-left-text {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-marquee-left-text.rt-component-heading-two.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-marquee-left-text.rt-component-heading-two.rt-text-white.rt-no-wrap {
  white-space: nowrap;
  font-family: Oswald, sans-serif;
  font-weight: 200;
}

.rt-home-two-portfolio-image-wrapper {
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.rt-home-two-portfolio-image-wrapper.rt-overflow-hidden-2 {
  position: relative;
}

.rt-home-two-portfolio-image-wrapper.rt-overflow-hidden-2.rt-underline-off {
  text-decoration: none;
}

.rt-home-two-portfolio-image-wrapper-three {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 100px;
  display: grid;
}

.rt-home-two-portfolio-image-wrapper-three.rt-overflow-hidden-2.rt-underline-off {
  text-decoration: none;
}

.rt-home-two-portfolio-image-wrapper-four {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-home-two-portfolio-image-wrapper-four.rt-overflow-hidden-2.rt-underline-off {
  text-decoration: none;
}

.rt-home-two-portfolio-image-wrapper-two {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  display: grid;
  position: relative;
}

.rt-home-two-portfolio-image-wrapper-two.rt-overflow-hidden-2.rt-underline-off {
  text-decoration: none;
}

.rt-home-two-portfolio-marquee {
  display: flex;
}

.rt-home-two-portfolio-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-areas: "Area Area-2"
                       "Area Area-2";
  max-width: 1220px;
  height: 1430px;
  margin-left: auto;
  margin-right: auto;
}

.rt-home-two-portfolio-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 563px;
  height: 631px;
}

.rt-home-two-portfolio-image.rt-responsive-full-width-2.rt-one {
  background-image: linear-gradient(#00000059, #00000059), url('../images/Mask-group-65_1Mask group (65).webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.rt-home-two-portfolio-image.rt-responsive-full-width-2.rt-two {
  background-image: linear-gradient(#0006, #0006), url('../images/Mask-group-66_1Mask group (66).webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.rt-home-two-portfolio-image.rt-responsive-full-width-2.rt-three {
  background-image: linear-gradient(#0006, #0006), url('../images/Mask-group-67_1Mask group (67).webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.rt-home-two-portfolio-image.rt-responsive-full-width-2.rt-four {
  background-image: linear-gradient(#0006, #0006), url('../images/Mask-group-68_1Mask group (68).webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.rt-home-two-portfolio-image-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.rt-component-heading-two {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}

.rt-background-dark-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
}

.rt-lightbox-link-2 {
  width: 100%;
  height: 100%;
}

.section-5 {
  overflow: hidden;
}

.blog3-articles-wrap {
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.btn {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.btn.btn-white {
  color: #111212;
  background-color: #fff;
  align-items: flex-end;
  display: inline-block;
}

.btn.btn-white.blog2-card-cta {
  font-family: Exo, sans-serif;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.card-headline {
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
}

.card-headline._6col-card {
  color: #fff;
  width: 50%;
  font-family: Oswald, sans-serif;
}

.card-headline.msi {
  color: #fff;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.tagline {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.headline-6-col {
  width: 460px;
  margin-bottom: 50px;
}

.headline-6-col.width-out {
  width: auto;
}

.blog3-card {
  color: #fff;
  background-image: linear-gradient(#000, #000);
  border-radius: 8px;
  height: 340px;
  padding: 30px;
  transition: box-shadow .4s;
  position: relative;
}

.blog3-card.blog3-card3-content {
  color: #111212;
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.blog3-card.blog3-card1-content {
  color: #fff;
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.blog3-card.blog3-card6-content {
  color: #fff;
}

.blog3-card.blog3-card4-content {
  color: #111212;
  background-image: url('../images/low-angle-view-silhouette-couple-holding-hands-against-clear-blue-sky-night-1.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Exo, sans-serif;
}

.blog3-card.blog3-card2-content {
  color: #fff;
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.blog3-card.blog3-card5-content {
  color: #111212;
  background-image: url('../images/freepik__a-photorealistic-cinematic-image-of-a-youthful-afr__89927-1.png');
  background-position: 100%;
  background-size: cover;
}

._6-col {
  width: 460px;
  margin-right: 20px;
  display: inline-block;
}

._6-col._6-col-last {
  margin-right: 0;
}

._3-col {
  width: 220px;
  margin-right: 20px;
  display: inline-block;
}

._3-col._3-col-last {
  margin-right: 0;
}

.heading-4 {
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  font-weight: 200;
}

.heading-4.white {
  color: var(--neutral--00);
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.home-features_h2 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.home-features_h2.scrolls {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 24px;
}

.home-features_image2 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
}

.section_home-features {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.home-features_logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.home-features_logo.is-2 {
  color: #259dff;
}

.home-features_logo.is-1 {
  color: #00da3a;
}

.home-features_logo.is-3 {
  color: #f8c324;
}

.home-features_image {
  object-fit: cover;
  border-radius: 18px;
  width: 100%;
  height: auto;
  margin-top: 30px;
  display: block;
}

.home-features_image.hide {
  display: none;
}

.button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: .125rem;
  margin-left: .5rem;
  display: flex;
}

.button-icon.is-small {
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
}

.button-icon.is-department {
  opacity: 0;
  color: #fff;
  transition: all .2s;
}

.passing-section-zero {
  padding-top: 0;
  padding-bottom: 0;
}

.home-features_logo-wrapper {
  border: 1px solid #ecebeb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: .75rem;
  padding: .25rem;
  display: flex;
  overflow: hidden;
}

.home-features_subheading {
  color: #000;
  align-items: center;
  font-size: 1.35rem;
  font-weight: 500;
  display: none;
}

.home-features_image-wrapper {
  aspect-ratio: 1;
  border-radius: 20px;
  width: 40vw;
  max-width: 30rem;
  overflow: hidden;
}

.home-features_image-wrapper.widthadst {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: none;
  display: block;
}

.home-features_list {
  z-index: 0;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.home-features_description {
  color: #707070;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.home-features_description.scrolls {
  color: #ffffffba;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
}

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

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

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #4144ff;
  border-radius: 4px;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-5.is-icon {
  color: #000;
  background-color: #fff0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
}

.button-5.is-icon.white {
  color: #fff;
}

.home-features_item-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  max-width: 30rem;
  margin-right: 2rem;
  display: grid;
}

.home-features_item-content-wrapper.is-right {
  grid-template-rows: auto;
  margin-left: 2rem;
  margin-right: 0;
}

.home-features_item-content-wrapper.width-adjust {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  max-width: none;
  display: block;
}

.home-features_item-wrapper {
  background-color: #fff;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 4rem;
  display: flex;
  position: sticky;
  bottom: 3rem;
  overflow: hidden;
}

.home-features_item-wrapper.is-3 {
  z-index: 1;
  bottom: 3rem;
}

.home-features_item-wrapper.is-1 {
  z-index: 3;
  position: relative;
  bottom: 0;
}

.home-features_item-wrapper.is-1.block {
  background-color: #050505;
  display: block;
}

.home-features_item-wrapper.is-1.block.hide {
  display: none;
}

.home-features_item-wrapper.is-2 {
  z-index: 2;
  flex-direction: row-reverse;
  bottom: 6rem;
}

.home-features_item-wrapper.is-2.black {
  display: block;
}

.text-block-5 {
  font-family: Exo, sans-serif;
  font-size: 18px;
}

.text-block-5.scrolls {
  font-size: 14px;
}

.text-block-6, .text-block-7 {
  font-family: Exo, sans-serif;
}

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

.pricing-block_heading-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  width: 100%;
  display: grid;
}

.pricing-block_plan-name {
  color: #000;
  font-size: 1.5rem;
}

.home-pricing_form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-pricing_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slider_figure-text-heading {
  margin-bottom: .25rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1;
}

.home-pricing_item-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: 4rem 2rem;
  display: grid;
  overflow: hidden;
}

.home-slider_image-wrapper {
  z-index: -1;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-bottom: 60px;
  position: static;
  inset: 0%;
}

.home-pricing_block-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 54rem;
  display: grid;
}

.home-slider_slide-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.1;
  transition: all .2s;
}

.home-slider_slide-heading.show-tablet {
  display: none;
}

.home-products_category-title {
  font-size: 1.5rem;
  font-weight: 500;
}

.home-products_item-link {
  color: #868686;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.home-products_item-link:hover {
  color: #fff;
}

.home-slider_image {
  filter: brightness(50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-slider_image.is-1 {
  filter: none;
}

.home-slider_image.is-color.is-2, .home-slider_image.is-color.is-3 {
  z-index: 2;
  inset: 0% auto 0% 0%;
}

.home-slider_image.is-color.is-1 {
  z-index: 2;
  filter: brightness(51%);
  inset: 0% auto 0% 0%;
}

.home-slider_image.is-bnw {
  filter: brightness(50%) grayscale();
  display: none;
}

.home-slider_image.is-bnw.is-1 {
  z-index: 0;
  filter: brightness(50%) grayscale();
  display: none;
  inset: 0% auto 0% 0%;
}

.home-slider_image.is-bnw.is-3, .home-slider_image.is-bnw.is-2 {
  z-index: 0;
  display: inline-block;
  inset: 0% auto 0% 0%;
}

.mouse-scale {
  z-index: 0;
  pointer-events: auto;
  position: relative;
}

.slider-progress-bar {
  background-color: #585858;
  width: 100%;
  height: 2px;
  margin-top: 2.5rem;
  display: flex;
  position: relative;
  top: 105px;
}

.section_home-products {
  background-color: #000;
}

.home-integrations_bg-wrapper {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.padding-section-zero {
  padding-top: 0;
  padding-bottom: 0;
}

.home-products_icon-wrapper {
  color: #fff;
  background-color: #ff2929;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  padding: .4rem;
  display: flex;
}

.home-products_icon-wrapper.is-6 {
  background-color: #a3d439;
}

.home-products_icon-wrapper.is-9 {
  background-color: #8d29ff;
}

.home-products_icon-wrapper.is-8 {
  background-color: #3ba042;
}

.home-products_icon-wrapper.is-10 {
  background-color: #2957ff;
}

.home-products_icon-wrapper.is-11 {
  background-color: #29c2ff;
}

.home-products_icon-wrapper.is-4 {
  background-color: #ffbb29;
}

.home-products_icon-wrapper.is-2 {
  background-color: #ff6229;
}

.home-products_icon-wrapper.is-5 {
  background-color: #4fd45d;
}

.home-products_icon-wrapper.is-3 {
  background-color: #ff8d29;
}

.home-products_icon-wrapper.is-7 {
  background-color: #d4c739;
}

.home-products_icon-wrapper.is-12 {
  background-color: #f829ff;
}

.home-products_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-integrations_overlay {
  background-image: radial-gradient(circle, #0000, #000);
  position: absolute;
  inset: 0%;
}

.slider-button-prev {
  color: #7f7f7f;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .5rem;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.slider-button-prev.click-1 {
  color: #fff;
  display: none;
}

.slider-button-prev.click-back-2 {
  z-index: 1;
  color: #fff;
  display: none;
}

.home-slider_slider-wrapper {
  width: 100%;
}

.form-submit-button {
  color: #fff;
  text-align: center;
  background-color: #4144ff;
  border-radius: 4px;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.swiper-slide {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  flex: none;
  grid-template-rows: max-content 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.home-integrations_title-wrapper {
  text-align: center;
  max-width: 45rem;
}

.padding-section-home-pricing {
  padding-top: 6rem;
  padding-bottom: 8rem;
}

.swiper-pagination {
  padding-top: 2rem;
  position: relative;
  top: 4rem;
}

.text-size-18 {
  font-size: 1.125rem;
}

.slider_overlay-content-wrapper {
  z-index: 1;
  background-color: #2b2b2b82;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 3rem 2rem;
  display: flex;
  position: relative;
}

.home-slider_component {
  width: 100%;
}

.home-slider_item-wrapper {
  z-index: 0;
  border-radius: 20px;
  align-items: flex-end;
  width: 52.8125rem;
  max-width: 52.8125rem;
  height: 29.0625rem;
  max-height: 29.0625rem;
  margin-right: 1.25rem;
  padding: 2.75rem 2.125rem 2.75rem 1.75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-slider_item-wrapper.is-3 {
  cursor: pointer;
  width: 42rem;
}

.home-slider_item-wrapper.is-2 {
  cursor: pointer;
  width: 42rem;
  margin-bottom: 20px;
}

.home-slider_item-wrapper.is-1 {
  z-index: 0;
  cursor: pointer;
  width: 52.8125rem;
  display: block;
  overflow: visible;
}

.home-slider_list-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  max-height: 29.0625rem;
  display: grid;
}

.padding-section-products {
  padding-top: 8rem;
}

.form_message-error {
  color: #000;
  margin-top: .75rem;
  padding: .75rem;
}

.home-pricing_form-wrapper {
  width: 100%;
  max-width: 40rem;
}

.home-pricing_h2 {
  color: #000;
  font-size: 3rem;
}

.form-input {
  outline-offset: 0px;
  color: #000;
  background-color: #fff;
  border: 1px solid #cac8c8;
  border-radius: 6px;
  outline: 3px #000;
  height: 3rem;
  margin-bottom: 0;
  padding: .75rem 1rem;
  font-size: 1.075rem;
}

.home-integrations_content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 43rem;
  display: grid;
}

.sldier_figures-list {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  width: 100%;
  max-width: 26rem;
  display: flex;
}

.home-products_item-link-content {
  align-items: center;
  display: flex;
}

.home-products_icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider_figure {
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.1;
}

.slider_cta-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.slider-button-next {
  color: #0d0d0d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  display: flex;
}

.slider-button-next.click-2 {
  color: #fff;
  position: absolute;
  inset: 0% auto 0% 2rem;
}

.slider-button-next.is-inactive {
  color: #7f7f7f;
  display: none;
  position: absolute;
  inset: 0% auto 0% 2rem;
}

.slider-button-next.click-3 {
  color: #fff;
  display: none;
  position: absolute;
  inset: 0% auto 0% 2rem;
}

.span-inline {
  display: inline-block;
}

.home-integrations_logo-wrapper {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 10vw;
  min-width: 5rem;
  max-width: 9rem;
  height: 10vw;
  min-height: 5rem;
  max-height: 9rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.home-integrations_logo-wrapper.is-9 {
  inset: auto auto 10% 35%;
}

.home-integrations_logo-wrapper.is-3 {
  inset: auto auto 24% 0%;
}

.home-integrations_logo-wrapper.is-12 {
  inset: 10% 35% auto auto;
}

.home-integrations_logo-wrapper.is-5 {
  inset: 13% auto auto 15%;
}

.home-integrations_logo-wrapper.is-4 {
  inset: auto 0% 24% auto;
}

.home-integrations_logo-wrapper.is-6 {
  inset: 13% 15% auto auto;
}

.home-integrations_logo-wrapper.is-7 {
  inset: auto 15% 13% auto;
}

.home-integrations_logo-wrapper.is-1 {
  top: 24%;
}

.home-integrations_logo-wrapper.is-8 {
  inset: auto auto 13% 15%;
}

.home-integrations_logo-wrapper.is-2 {
  inset: 24% 0% auto auto;
}

.home-integrations_logo-wrapper.is-10 {
  inset: auto 35% 10% auto;
}

.home-integrations_logo-wrapper.is-11 {
  inset: 10% auto auto 35%;
}

.text-color-grey {
  color: gray;
}

.home-slider_slide-heading-wrapper {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.slider-buttons {
  justify-content: center;
  width: 3.5rem;
  height: 1.5rem;
  margin-top: 2rem;
  margin-left: auto;
  display: flex;
  position: relative;
}

.home-products_heading-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.padding-global-3 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.swiper-slide_content {
  z-index: 0;
  border-radius: 20px;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-integrations_logo {
  width: 100%;
  height: 100%;
}

.home-integrations_overlay-top {
  background-image: linear-gradient(#000, #0000);
  height: 14rem;
  position: absolute;
  inset: 0% 0% auto;
}

.slider_figures_item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  margin-right: 2rem;
  display: grid;
}

.slider-arrow-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form_message-success {
  background-color: #aae49f;
  border-radius: 4px;
  padding: 1.25rem;
}

.padding-section-slider {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.home-products_h2 {
  font-size: 2.75rem;
}

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

.home-products_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.swiper-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.slider-progress-bar-fill {
  background-color: #fff;
  width: 30%;
  height: 2px;
}

.home-integrations_component {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 110vh;
  min-height: 40rem;
  display: flex;
  position: relative;
}

.button-6 {
  color: #fff;
  text-align: center;
  background-color: #4144ff;
  border-radius: 4px;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-6.is-icon-small {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #868686;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: .925rem;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
}

.button-6.is-icon {
  color: #000;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
}

.button-6.is-outline {
  background-color: #4144ff00;
  border: 1px solid #949393;
  border-radius: 6px;
  font-size: 1.25rem;
  font-weight: 500;
  transition: all .2s;
}

.button-6.is-outline:hover {
  background-color: #fcfcff26;
}

.slider_overlay-wrapper {
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all .5s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-products_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 500;
  display: grid;
}

.form-2-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.slider_p {
  font-size: 1.25rem;
  font-weight: 500;
}

.home-integrations_overlay-bottom {
  background-image: linear-gradient(#0000, #000);
  height: 14rem;
  position: absolute;
  inset: auto 0% 0%;
}

.section_home-integrations {
  z-index: 0;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.section_home-integrations.hide {
  display: none;
}

.section_home-slider {
  z-index: -61;
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
  overflow: hidden;
}

.home-products_item-heading {
  border-bottom: 1px solid #868686;
  padding-bottom: 1rem;
}

.swiper-2 {
  cursor: pointer;
  width: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.home-pricing_heading-wrapper {
  color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  max-width: 11rem;
  height: 100%;
  padding-bottom: .5rem;
  display: flex;
}

.home-pricing_heading-wrapper.is-demo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  max-width: 25rem;
  display: grid;
}

.text-size-14 {
  font-size: .875rem;
}

.text-size-14.text-color-grey-86 {
  color: #868686;
}

.home-pricing_pricing-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1.5px solid #cac8c8;
  border-radius: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  padding: 1rem;
  display: grid;
}

.home-pricing_pricing-block.is-outline-black {
  border-color: #000;
}

.section_home-pricing {
  background-color: #000;
}

.event-details {
  color: #fff;
  font-family: Exo, sans-serif;
}

.section-for-you {
  padding-top: 100px;
  padding-bottom: 100px;
}

.btn-join__bg-wrap {
  z-index: 0;
  border-radius: 6.25rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: translate(0);
}

.btn-join__text {
  z-index: 1;
  position: relative;
}

.img-2.mod--arrow-join {
  width: .875rem;
  transition: all .3s;
  display: block;
}

.img-2.mod--heading {
  flex: none;
  width: 9rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.img-2.mod--heading-shop {
  z-index: 0;
  display: block;
  position: relative;
}

.img-2.mod--heading-shop.mod--absolute {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.btn-join {
  color: #fff;
  background-color: #cde9dd;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  width: 9rem;
  height: 5rem;
  margin-left: 1.5rem;
  padding-top: .2rem;
  font-size: 1.125rem;
  font-weight: 700;
  transition: color .3s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
}

.btn-join:hover {
  color: #242a2e;
}

.heading-wrap {
  justify-content: center;
  align-items: center;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  display: flex;
}

.content {
  z-index: 2;
  width: 100%;
  max-width: 87rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.overflow-hidden {
  z-index: 2;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.btn-join__arrow {
  z-index: 2;
  background-color: #fff;
  border: .0625rem solid #1e2327;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 1.75rem;
  right: -.625rem;
}

.img-wrap {
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.img-wrap.mod--heading-shop {
  width: 9rem;
  margin-right: 1.5rem;
}

.heading-xlarge {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
}

.heading-xlarge.right {
  margin-right: 10px;
}

.btn-join__bg {
  background-color: #242a2e;
  border-radius: 6.25rem;
  width: 100%;
  height: 100%;
  transition: all .3s ease-out;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.f-button-neutral {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 70px;
}

.f-section-regular {
  padding: 72px 5%;
  position: relative;
}

.f-content-image-wrapper {
  border-radius: 12px;
  width: 100%;
  max-width: none;
  height: auto;
  overflow: hidden;
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.app-reschedule-options-wrapper {
  width: 80%;
  padding-bottom: 71%;
  position: absolute;
  bottom: 0;
  left: 10%;
}

.app-delimiter {
  width: 7%;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%);
}

.nav-item-link {
  color: #131617;
  text-align: right;
  text-decoration: none;
  position: relative;
}

.nav-item-link.text-big {
  color: #131617b3;
  padding-bottom: .2em;
  font-size: 1.2rem;
  transition: color .2s ease-in-out;
  overflow: hidden;
}

.nav-item-link.text-big.w--current {
  color: #131617;
}

.app-event-types {
  z-index: 6;
  width: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(100%);
}

.sticky-wrapper-2x {
  min-height: 200vh;
  position: relative;
}

.grid-3-cols {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-6 {
  padding: 5em 2.5em;
}

.text-large {
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.3;
}

.app-trigger {
  z-index: 1;
  width: 20%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.app-home {
  z-index: 1;
  width: 101%;
  max-width: none;
  display: block;
  position: absolute;
  inset: 0%;
}

.app-event-types-options {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: flex;
  position: absolute;
  bottom: 6%;
  left: 10%;
}

.app-reschedule-option-2-selected {
  z-index: 2;
  opacity: 0;
  width: 100%;
  max-width: none;
  position: absolute;
  top: 30.2%;
}

.app-events-option {
  margin-top: 6%;
}

.app-reschedule-option-1-selected {
  z-index: 2;
  opacity: 0;
  width: 100%;
  max-width: none;
  position: absolute;
  left: 0;
  right: 0;
}

.app-free-time-total-02 {
  opacity: 0;
  width: 50%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%);
}

.sticky-container {
  position: relative;
}

.sticky-container.section-links {
  font-family: Exo, sans-serif;
}

.app-free-time {
  z-index: 3;
  width: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(100%);
}

.app-menu-wrapper {
  z-index: 2;
  width: 100%;
  position: absolute;
  bottom: 0;
  transform: translate(0, 88%);
}

.sticky {
  position: sticky;
  top: 0;
}

.sticky.full-height {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.sticky.headlines {
  flex-direction: column;
  width: 100%;
  display: flex;
  top: 9vw;
  overflow: hidden;
}

.app-reschedule {
  z-index: 5;
  width: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(100%);
}

.app-circle-drag {
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 50%);
}

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

.app-menu {
  opacity: 0;
  width: 100%;
  max-width: none;
  display: block;
  position: relative;
}

.phone-body {
  border: 3px solid #131617;
  border-radius: 24px;
  width: 270px;
  padding-bottom: 36em;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  box-shadow: 17px 17px #fcff7580;
}

.app-event {
  z-index: 4;
  width: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(100%);
}

.app-reschedule-options {
  z-index: 1;
  width: 100%;
  max-width: none;
  position: absolute;
  top: 0;
}

.nav-list-item-border {
  z-index: -1;
  background-color: #fcff7580;
  height: 16px;
  position: absolute;
  inset: auto 0% 0;
  transform: translate(-100%);
}

.nav-list-item {
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 30px;
  display: flex;
}

.app-free-time-total-01 {
  width: 50%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%);
}

.app-backdrop {
  z-index: 1;
  opacity: 0;
  background-color: #131617;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.nav-list {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: block;
}

.rt-text-white-3 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-text-blue-2 {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

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

.rt-component-container-4.rt-radious-ten-2 {
  border-radius: 10px;
}

.rt-component-section-3 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-heading-three-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.rt-heading-three-2.rt-text-white-3 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

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

.rt-overflow-hidden-3.rt-radious-ten-2 {
  border-radius: 10px;
}

.rt-no-margin-2 {
  margin: 0;
}

.rt-about-two-cta-main-wrapper-2 {
  z-index: 9;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 60px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.rt-get-now-2 {
  background-color: #1670f84d;
  border-radius: 40px;
  padding: 5px 17px;
}

.rt-home-one-cta-bottom-section-2 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  max-width: 520px;
  margin-top: 200px;
  padding-top: 25px;
  display: flex;
}

.rt-home-one-cta-text-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 355px;
  display: flex;
}

.rt-home-one-cta-2 {
  background-image: url('../images/CTA-bg-.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 130%;
  position: absolute;
  inset: auto 0%;
}

.rt-about-two-cta-banner-2 {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.rt-home-one-cta-paragraph-2 {
  max-width: 390px;
  padding-right: 10px;
}

.rt-home-one-cta-paragraph-2.rt-body-dark-font-2 {
  color: var(--radiant-ui-components-library-marketplace--color--linear-color-two);
}

.rt-cta-box-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-top-left-radius: 6px;
  max-width: 260px;
  padding: 15px 40px 12px;
}

.rt-cta-box-2.rt-cta-box-two {
  background-color: #14151a;
  background-image: none;
  border-top-left-radius: 0;
  border-top-right-radius: 6px;
}

.rt-box-top-text-2 {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-box-top-text-2.rt-margin-bottom-five {
  margin-bottom: 5px;
}

.rt-home-one-cta-top-section-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 172px;
  display: flex;
}

.rt-body-dark-font-2 {
  color: var(--radiant-ui-components-library-marketplace--linear-color-three);
}

.rt-radious-ten-2 {
  border-radius: 10px;
}

.rt-radious-ten-2.rt-overflow-hidden-3, .rt-background-dark-3 {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
}

.f-banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-detail {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}

.f-banner-badge {
  background-color: var(--flowui-component-library--primary-base);
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-banner-container-between {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-banner-wrapper-block {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.f-banner-icon-button {
  color: var(--flowui-component-library--white);
  border-radius: 100px;
  transition: background-color .3s;
}

.f-banner-icon-button:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-h2-heading {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

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

.f-success-message {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-cta-form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-input-outlined {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.f-input-outlined:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-input-outlined::placeholder {
  color: var(--flowui-component-library--gray-400);
}

.f-cta-text-wrapper-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-section-regular-2 {
  background-image: url('../images/BG-Desktop-2-1.png');
  background-position: 0 0;
  background-size: cover;
  padding: 100px 5%;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.f-form-button {
  background-color: var(--flowui-component-library--gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-form-button:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-form-button:active {
  background-color: var(--flowui-component-library--gray-900);
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-cta-form-block {
  max-width: 460px;
  margin-bottom: 8px;
}

.paragraph-22 {
  color: var(--neutral--00);
}

.experience-section {
  padding: 5em 2.5em;
}

.experience-section.headlines {
  flex-direction: column;
  min-height: 200vh;
  padding-left: 0;
  padding-right: 0;
}

.experience-section.download {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.headline-group-heading {
  white-space: nowrap;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1;
}

.headlines-group-image {
  width: auto;
  max-width: none;
  height: 11vw;
  display: block;
}

.headlines-group-image.right {
  margin-left: 1.3vw;
}

.headlines-group-headline-grow {
  flex: none;
  width: 50vw;
  overflow: hidden;
}

.headlines-group {
  justify-content: center;
  margin-top: .6vw;
  margin-bottom: .6vw;
  display: flex;
}

.headlines-group._03 {
  transform: translate(0);
}

.headlines-group._01 {
  margin-top: .6vw;
  margin-bottom: .6vw;
  transform: translate(-8vw);
}

.headlines-group._02 {
  transform: translate(5vw);
}

.headlines-group-headline-container {
  background-color: #fff;
  border: .25vw dashed #000;
  border-radius: 1vw;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  height: 11vw;
  margin-left: 1.3vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: flex;
  overflow: hidden;
}

.headline-group-heading-2 {
  white-space: nowrap;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 5vw;
  font-weight: 800;
  line-height: 1;
}

.rt-heading-six {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-heading-six.rt-margine-bottom-thirty-five {
  margin-bottom: 35px;
}

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

.rt-component-section-4 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-4.rtfooter-v-nine {
  padding-bottom: 40px;
}

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

.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-button-three-underline-wrap {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.rt-button-three-icon-one {
  position: absolute;
}

.rt-button-three-text-wrap {
  grid-column-gap: 15px;
  display: flex;
  overflow: hidden;
}

.rt-button-three-icon-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.rt-text-black-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

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

.rt-about-option {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  letter-spacing: .32px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
}

.rt-about-option:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

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

.rt-designed-text {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  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-text-decoration-none {
  text-decoration: none;
}

.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(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-text-small-two {
  max-width: 200px;
  font-size: 1rem;
  line-height: 1.625rem;
}

.rt-text-small-two.rt-margin-top-five {
  margin-top: 5px;
}

.rt-footer-one-bottom-contain-two {
  justify-content: space-between;
  padding-top: 43px;
  display: flex;
}

.rt-footer-four-link-block {
  grid-row-gap: 7px;
  flex-direction: column;
  display: flex;
}

.rt-footer-one-link-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
}

.rt-container-small {
  max-width: 1290px;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-follow-us {
  padding-left: 15px;
  padding-right: 15px;
}

.rt-follow-us-marquee-box-one {
  grid-column-gap: 30px;
  flex: none;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.rt-default-container {
  max-width: 1290px;
}

.rt-button-three-3 {
  flex-direction: column;
  display: flex;
  position: relative;
}

.rt-button-three-3.rt-text-decoration-none.rt-margin-top-twenty {
  margin-top: 20px;
}

.rt-follow-us-marquee-box {
  cursor: pointer;
  border-radius: 6px;
}

.rt-follow-us-marquee-box.rt-position-relative-2.rt-overflow-hidden-4 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-follow-us-marquee-block {
  flex: 0 70%;
}

.rt-button-underline-2 {
  background-color: #0f1d33;
  width: 100%;
  height: 2px;
}

.rt-button-underline-2.rt-home-one-button-three-line-two {
  position: absolute;
  bottom: 0;
}

.rt-footer-social-media-link-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-size: 1rem;
  font-weight: 600;
}

.rt-footer-social-media-link-2.rt-margin-top-sixty {
  margin-top: 60px;
}

.rt-footer-one-link-box {
  max-width: 226px;
}

.rt-footer-one-top-contain-two {
  border-bottom: 1px solid #b8b8b833;
  justify-content: space-between;
  padding-bottom: 60px;
  display: flex;
}

.rt-follow-marquee-icon-wrap {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
}

.rt-follow-us-text-block {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.rt-follow-us-marquee-wrap {
  display: flex;
}

.rt-footer-four {
  margin-top: 100px;
}

.rt-follow-us-wrap {
  grid-column-gap: 70px;
  align-items: center;
  display: flex;
}

.rt-margin-top-sixty {
  margin-top: 60px;
}

.rt-position-relative-2 {
  position: relative;
}

.rt-margin-top-five {
  margin-top: 5px;
}

.rt-margin-top-twenty {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
}

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

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

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

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.footer-subscribe-2 {
  background-color: red;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

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

.footer-form-two-2 {
  background-color: #f5f7fa45;
  border-radius: 11px;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title-2 {
  color: var(--neutral--00);
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input-2 {
  border: 1px #000;
  border-radius: 39px;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 20px 180px 20px 20px;
}

.footer-form-input-2::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-2.footer-form-button {
  border-radius: 20px;
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three-2 {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three-2:hover {
  color: #c2c2c2bf;
}

.footer-social-block-three-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three-2 {
  margin-left: 32px;
}

.footer-divider-two-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: #ffffff8a;
}

.footer-legal-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link-2 {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link-2:hover {
  color: #3a4554;
}

.image-2 {
  color: var(--neutral--00);
}

.f-banner-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.f-icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.f-banner-text-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.f-banner-text-span {
  color: var(--flowui-component-library--primary-base);
}

.f-banner-dropdown-toggle {
  grid-column-gap: 4px;
  color: var(--flowui-component-library--white);
  align-items: center;
  padding: 4px;
  transition: all .2s;
  display: flex;
}

.f-banner-caption {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.f-banner-dropdown-link {
  color: #000;
  border-radius: 4px;
}

.f-banner-dropdown-link:hover {
  background-color: #dedfe3;
}

.f-banner-dropdown-list {
  background-color: #947777;
}

.f-banner-dropdown-list.w--open {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 20px #0000000d;
}

.f-banner-icon {
  background-color: var(--flowui-component-library--gray-700);
  color: var(--flowui-component-library--white);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  display: flex;
}

.f-banner-button {
  background-color: var(--flowui-component-library--primary-base);
  color: #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  transition: background-color .3s;
  display: flex;
}

.f-banner-button:hover {
  background-color: var(--flowui-component-library--primary-dark);
}

.f-banner-container-center {
  z-index: 5;
  justify-content: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-banner-language-wrapper-absolute {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.f-banner-3 {
  z-index: 50;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--flowui-component-library--white);
  background-color: #ff1414;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.f-icon-regular-3 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-paragraph-regular-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.f-banner-container-between-2 {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-banner-text-span-2 {
  color: var(--radiant-ui-components-library-marketplace--linear-color-three);
}

.f-banner-icon-button-2 {
  color: var(--flowui-component-library--white);
  border-radius: 100px;
  transition: background-color .3s;
  display: none;
}

.f-banner-icon-button-2:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-banner-block {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-banner-button-divider {
  background-color: var(--flowui-component-library--gray-700);
  border-radius: 4px;
  width: 1px;
  height: 14px;
}

.f-banner-button-2 {
  background-color: var(--primary);
  color: #000;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 16px;
  transition: background-color .3s;
  display: flex;
}

.f-banner-button-2:hover {
  background-color: var(--beige--50);
}

.f-banner-button-2.button-top {
  display: none;
}

.rt-heading-six-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-heading-six-2.rt-margine-bottom-thirty-five {
  margin-bottom: 35px;
}

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

.rt-component-section-5 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-5.rtfooter-v-nine {
  padding-bottom: 40px;
}

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

.rt-body-font-color-2 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-button-three-underline-wrap-2 {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.rt-button-three-icon-one-2 {
  position: absolute;
}

.rt-button-three-text-wrap-2 {
  grid-column-gap: 15px;
  display: flex;
  overflow: hidden;
}

.rt-button-three-icon-wrap-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.rt-text-black-3 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

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

.rt-about-option-2 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  letter-spacing: .32px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
}

.rt-about-option-2:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

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

.rt-designed-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

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

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

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

.rt-text-decoration-none-2 {
  text-decoration: none;
}

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

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

.rt-footer-links-text-2.rt-color-dark.rt-hover:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-text-small-two-2 {
  max-width: 200px;
  font-size: 1rem;
  line-height: 1.625rem;
}

.rt-text-small-two-2.rt-margin-top-five-2 {
  margin-top: 5px;
}

.rt-footer-one-bottom-contain-two-2 {
  justify-content: space-between;
  padding-top: 43px;
  display: flex;
}

.rt-footer-four-link-block-2 {
  grid-row-gap: 7px;
  flex-direction: column;
  display: flex;
}

.rt-footer-one-link-wrap-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
}

.rt-container-small-2 {
  max-width: 1290px;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-follow-us-2 {
  padding-left: 15px;
  padding-right: 15px;
}

.rt-follow-us-marquee-box-one-2 {
  grid-column-gap: 30px;
  flex: none;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.rt-default-container-2 {
  max-width: 1290px;
}

.rt-button-three-4 {
  flex-direction: column;
  display: flex;
  position: relative;
}

.rt-button-three-4.rt-text-decoration-none-2.rt-margin-top-twenty-2 {
  margin-top: 20px;
}

.rt-follow-us-marquee-box-2 {
  cursor: pointer;
  border-radius: 6px;
}

.rt-follow-us-marquee-box-2.rt-position-relative-3.rt-overflow-hidden-5 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-follow-us-marquee-block-2 {
  flex: 0 70%;
}

.rt-button-underline-3 {
  background-color: #0f1d33;
  width: 100%;
  height: 2px;
}

.rt-button-underline-3.rt-home-one-button-three-line-two {
  position: absolute;
  bottom: 0;
}

.rt-footer-social-media-link-3 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-size: 1rem;
  font-weight: 600;
}

.rt-footer-social-media-link-3.rt-margin-top-sixty-2 {
  margin-top: 60px;
}

.rt-footer-one-link-box-2 {
  max-width: 226px;
}

.rt-footer-one-top-contain-two-2 {
  border-bottom: 1px solid #b8b8b833;
  justify-content: space-between;
  padding-bottom: 60px;
  display: flex;
}

.rt-follow-marquee-icon-wrap-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
}

.rt-follow-us-text-block-2 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.rt-follow-us-marquee-wrap-2 {
  display: flex;
}

.rt-footer-four-2 {
  margin-top: 100px;
}

.rt-follow-us-wrap-2 {
  grid-column-gap: 70px;
  align-items: center;
  display: flex;
}

.rt-margin-top-sixty-2 {
  margin-top: 60px;
}

.rt-position-relative-3 {
  position: relative;
}

.rt-margin-top-five-2 {
  margin-top: 5px;
}

.rt-margin-top-twenty-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
}

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

.heading-5 {
  font-size: 40px;
}

.download-container-bg {
  z-index: -1;
  background-color: #fcff7540;
  border-bottom-right-radius: 100%;
  width: 100%;
  padding-bottom: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.text-large-2 {
  font-size: 2.5em;
  line-height: 1.3;
}

.download-badges {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 2em;
  display: grid;
}

.download-bg-image-wrapper {
  flex: none;
  width: 50vw;
  max-width: none;
  height: 10em;
  overflow: hidden;
}

.download-bg-image-wrapper.right {
  left: 0;
}

.download-bg-image-wrapper.left {
  justify-content: flex-end;
  display: flex;
}

.download-container {
  z-index: 2;
  background-color: #fcfbf3;
  border: 3px solid #131617;
  border-bottom-style: none;
  border-radius: 3em 3em 0 0;
  width: 100%;
  max-width: 24em;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 2.5em;
  position: relative;
  overflow: hidden;
}

.download-bg-image {
  max-width: none;
  height: 10em;
}

.download-bg-image.right {
  margin-right: 1em;
  left: 0;
}

.download-bg-image.left {
  margin-left: 1em;
  right: 0;
}

.dowload-bg-image-container {
  justify-content: flex-end;
  width: 50vw;
  height: 10em;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.dowload-bg-image-container.left {
  left: -7em;
}

.dowload-bg-image-container.right {
  justify-content: flex-start;
  margin-left: -5em;
  display: flex;
  right: -7em;
}

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

.section-7 {
  padding: 5em 2.5em;
}

.section-7.download {
  padding-bottom: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.text-large-3 {
  font-size: 2.5em;
  line-height: 1.3;
}

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

.paragraph-small {
  color: var(--radiant-ui-components-library-marketplace--color--linear-color-two);
  font-size: .75em;
  line-height: 1.5;
}

.footer-logo {
  width: 130px;
  margin-bottom: 2em;
}

.button-7 {
  color: #131617;
  background-color: #0000;
  border-radius: .25em;
  padding: 1em 1.5em;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  position: relative;
  box-shadow: inset 0 0 0 2px #131617;
}

.button-7.form {
  color: #fff;
  background-color: #5f97c3;
  border-radius: 1000px;
}

.text-big {
  color: var(--neutral--00);
  margin-bottom: 11px;
  font-size: 1.5em;
  line-height: 1.3;
}

.footer-link {
  opacity: .8;
  color: #fff;
  margin-bottom: .5em;
  font-size: 14px;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
}

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

.section-8 {
  padding: 5em 2.5em;
}

.section-8.footer {
  background-color: #000;
  padding: 7.5em 2.5em 10em;
  font-family: Exo, sans-serif;
}

.subscribe-form-flex {
  flex: 1;
  align-items: stretch;
  display: flex;
}

.grid-2-cols {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  align-items: center;
}

.grid-2-cols.align-top {
  align-items: start;
}

.form-input-2 {
  color: #131617;
  background-color: #fcfbf3;
  border: 2px solid #131617;
  border-radius: 70px;
  height: 3.5em;
  margin-bottom: 0;
  margin-right: 1em;
  padding: 1em;
  font-size: 1em;
}

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

.footer-links {
  flex-direction: column;
  display: flex;
}

.paragraph-23 {
  color: var(--neutral--00);
  margin-bottom: 20px;
  font-size: 14px;
}

.day-span {
  font-size: 21px;
}

.days, .hours, .mins, .secs {
  font-family: Exo, sans-serif;
}

.countdown-wrap {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  display: flex;
}

.hour-span, .min-span, .sec-span {
  font-size: 21px;
}

.image-wrapper-center {
  width: 13.625rem;
  height: 12rem;
  position: absolute;
  inset: auto -25% -2% auto;
}

.navbar-grid {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-text-wrapper-down {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-top: -2%;
  display: flex;
  position: relative;
}

.image-logo {
  width: 7.84519rem;
  height: 3.75rem;
}

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

.text-wrapper.other {
  padding-bottom: 1.5rem;
}

.text-wrapper.other.expect {
  padding-top: 60px;
  padding-bottom: 60px;
}

.celebrate-text-wrapper {
  width: 100%;
}

.text-section {
  z-index: 1;
  background-color: #ba98f7;
  background-image: url('../images/LINE-BG.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 4.5rem;
  padding-bottom: 6rem;
  position: relative;
}

.text-section.orange {
  z-index: 2;
  background-color: #ff8d23;
  background-image: url('../images/LINE-BG-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  position: relative;
}

.celebrate-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.hero-wrapper {
  background-color: #18181800;
  width: 100%;
  padding-bottom: 6rem;
}

.container-9 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.padding-global-4 {
  width: 100%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

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

.bg-image-wrapper {
  width: 13.75rem;
  height: 12.1875rem;
  position: absolute;
  inset: -2% auto auto 15%;
}

.bg-image-wrapper.hero-right {
  z-index: 3;
  width: 26rem;
  height: 29rem;
  inset: 21% -3% auto auto;
}

.nav-button-text {
  color: #fff;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
  text-decoration: none;
}

.logo-link {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.hero-image-wrapper {
  overflow: hidden;
}

.hero-image-wrapper.procent {
  width: 33%;
}

.button-touch {
  color: #fff;
  background-color: red;
  border-radius: 150px;
  padding: 1rem 2rem;
  font-family: Exo, sans-serif;
  text-decoration: none;
}

.hero {
  background-color: #fc0909;
  background-image: url('../images/WOTHSMFLXBg.png');
  background-position: 100% 100%;
  background-size: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.navbar-2 {
  z-index: 0;
  background-color: #68003100;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 6rem;
  display: flex;
  position: sticky;
}

.group {
  width: 35%;
  position: relative;
}

.celebrate {
  background-color: #f04227;
  background-image: none;
  background-size: auto;
  width: 100%;
  padding-bottom: 2rem;
  position: relative;
}

.image-wrapper-celebrate {
  width: 35.3125rem;
  height: 39.5625rem;
  margin-left: -5%;
}

.orange {
  color: #680031;
}

.orange.cansel {
  text-transform: none;
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.orange.right-orange {
  text-align: right;
}

.orange-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.hero-text-wrapper {
  z-index: 4;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  padding-top: 3.25rem;
  display: flex;
  position: relative;
}

.hero-image.parallax-slow {
  width: 495px;
}

.logo-text {
  color: #cdff3f;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.orange-grid {
  background-color: #ff8d23;
}

.grid-hero {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template: "Area"
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: -5%;
  display: flex;
  position: relative;
}

.hero-grid-text-wrapper.procent {
  width: 33%;
}

.z-index-section {
  background-color: #680031;
  width: 100%;
  padding-bottom: 0;
}

.bg-image {
  width: 450px;
  height: 100%;
}

.bg-image.purple {
  border-radius: 20px;
  width: 480px;
  display: block;
}

.image-orange {
  justify-content: center;
  align-items: center;
  width: 28.375rem;
  height: auto;
  margin-bottom: 4.75rem;
  padding-bottom: 0;
}

.image-orange.purple {
  width: 30rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.second-image-celebrate {
  align-self: flex-end;
  width: auto;
  height: auto;
  overflow: visible;
}

.heading-6 {
  color: var(--neutral--00);
  font-family: Katales Broken Copy, Verdana, sans-serif;
  font-size: 10rem;
}

.heading-7 {
  color: var(--neutral--00);
  text-align: center;
  margin-top: 4rem;
  font-family: Katales Broken Copy, Verdana, sans-serif;
  font-size: 7rem;
}

.heading-7.why-camp {
  text-align: left;
  font-size: 5rem;
}

.herotxt-span {
  color: var(--primary);
  font-size: 9rem;
}

.heading-8 {
  color: #ffffffe6;
  margin-bottom: 2rem;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}

.heading-9 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Katales Broken Copy, Verdana, sans-serif;
  font-size: 6rem;
}

.heading-9.next {
  color: #1f0536;
  font-size: 7rem;
}

.heading-9.expect {
  color: var(--neutral--00);
}

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

.uui-page-padding-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium-2 {
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-button-4 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-4:hover {
  border-color: var(--untitled-ui--primary700\<deleted\|variable-da4f7fa3\>);
  background-color: var(--untitled-ui--primary700\<deleted\|variable-da4f7fa3\>);
}

.uui-button-4:focus {
  background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100\<deleted\|variable-35a3c723\>);
}

.uui-lightbox_play-icon-2 {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.lightbox_video-overlay-layer-2 {
  z-index: 1;
  background-color: #1d29391a;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.uui-button-row-4 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-layout31_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.uui-layout31_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-layout31_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  display: flex;
  position: relative;
}

.uui-layout31_lightbox-image {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 32.25rem;
}

.uui-button-secondary-gray-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300\<deleted\|variable-51e0117e\>);
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-3:hover {
  background-color: var(--untitled-ui--gray50\<deleted\|variable-8a511359\>);
  color: var(--untitled-ui--gray800\<deleted\|variable-0a1a9f61\>);
}

.uui-button-secondary-gray-3:focus {
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100\<deleted\|variable-4a47ec41\>);
}

.uui-padding-vertical-xhuge-4 {
  padding-top: 3rem;
  padding-bottom: 7rem;
}

.uui-heading-subheading-2 {
  color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout31_number {
  color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-layout31_number-text {
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.margin-40px {
  margin-top: 40px;
  display: none;
  position: relative;
  overflow: hidden;
}

.button-face {
  background-color: #2b20ff;
  padding: 1rem 1.75rem;
}

.button-face.hover {
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-color: #2018bf;
  position: absolute;
  top: 100%;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0);
}

.services-left-content {
  color: #fff;
  background-color: #111;
  flex-flow: column;
  justify-content: space-between;
  height: 80vh;
  padding: 74px 10% 74px 65px;
  display: flex;
}

.margin-50px {
  margin-top: 50px;
  display: none;
}

.button-3d {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: transform .2s;
}

.button-3d:active {
  transform: scale(.975);
}

.service-content {
  color: #d8dfe0;
  background-color: #222;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.service-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.service-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Katales Broken Copy, Verdana, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 120%;
}

.button-inner {
  position: relative;
}

.subhead-main {
  opacity: 1;
  text-align: center;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.4;
}

.subhead-main.left {
  text-align: left;
  margin-top: 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.subhead-main._80 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.paralax-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  overflow: visible;
}

.image-wrap {
  z-index: 1;
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.image-wrap.square {
  width: 29vw;
  height: auto;
  margin-left: 20px;
  top: 11px;
  overflow: visible;
}

.section-9 {
  z-index: 200;
  background-color: #000;
  padding: 150px 3%;
  position: relative;
}

.section-9.for-work {
  padding-top: 3%;
  padding-bottom: 3%;
}

.home-services-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
  position: relative;
  overflow: hidden;
}

.home-services-item.sticky {
  position: sticky;
  top: 0;
}

.container-10 {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.margin-100px {
  margin-top: 100px;
}

.button-flex {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.fade-in-wrapper {
  position: relative;
  overflow: hidden;
}

.fade-gradient {
  z-index: 0;
  pointer-events: none;
  cursor: none;
  background-image: linear-gradient(90deg, #fff0, #000 25%);
  width: 200%;
  position: absolute;
  inset: 0%;
}

.flex-center {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.big-text {
  color: var(--neutral--00);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Katales Broken Copy, Verdana, sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 70%;
}

.big-text.dpirit {
  font-size: 9.1rem;
}

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

.section-10 {
  z-index: 200;
  background-color: #000;
  background-image: url('../images/WOTHSMFLXBg.png');
  background-position: 100% 100%;
  background-size: cover;
  padding: 150px 3%;
  position: relative;
}

.flex-big {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -30px;
  display: flex;
  overflow: visible;
}

.margin-250px {
  margin-top: 250px;
}

.countdown-wrapper---brix {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff0;
  background-color: #fff0;
  border: 1px #eff0f6;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding: 74px 60px;
  display: flex;
  position: static;
  box-shadow: 0 5px 14px #080f340a;
}

.countdown-wrapper---brix.hide {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 0;
}

.countdown-number-container---brix {
  text-align: center;
  min-width: auto;
  padding-left: 0;
  padding-right: 0;
}

.countdown-number---brix {
  color: #170f49;
  font-size: 90px;
  font-weight: 700;
  line-height: 94px;
}

.countdown-number---brix.number {
  color: #fff;
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 23px;
  line-height: 120%;
  display: inline-block;
}

.countdown-number-title---brix {
  color: #ffb485;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 4px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.two-points---brix {
  color: #a0a3bd;
  font-size: 90px;
  line-height: 100px;
  display: none;
}

.p-img {
  position: relative;
  top: 250px;
}

.paragraph-24 {
  color: var(--neutral--00);
}

@media screen and (min-width: 1280px) {
  .rt-home-one-hero-image-wrapper.rt-about-one-hero-image-wrapper {
    right: -22%;
  }

  .rt-home-one-hero-heading.rt-home-two-hero-banner {
    background-position: 57% 360%, 117% -80%, 0 0;
  }

  .rt-home-one-hero-description {
    max-width: 555px;
  }

  .rt-home-one-heading.rt-about-one-hero-heading {
    max-width: 648px;
    font-size: 52px;
    line-height: 60px;
  }

  .rt-home-one-offer-left-arrow {
    left: 82%;
  }

  .rt-heading-five-10 {
    font-size: 25px;
    line-height: 35px;
  }

  .countdown-wrapper---brix.hide {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .display-heading-1.txt-white.mb-24 {
    font-size: 5rem;
  }

  .slider-background.two {
    background-image: url('../images/freepik__a-photorealistic-cinematic-vertical-portrait-of-an__79670-1.jpeg');
  }

  .image {
    display: block;
  }

  .rt-home-one-hero-container {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-home-one-hero-image-wrapper.rt-about-one-hero-image-wrapper {
    min-width: 956px;
    right: -15%;
  }

  .rt-home-one-hero-heading.rt-home-two-hero-banner {
    background-position: 62% 411%, 117% -80%, 0 0;
  }

  .rt-right-arrow-box {
    right: -1.5%;
  }

  .service-title {
    font-size: 60px;
  }

  .home-services-item {
    position: relative;
  }
}

@media screen and (min-width: 1920px) {
  .rt-about-slider-text-main-wrapper {
    padding-left: 100px;
  }

  .rt-home-one-hero-container.rt-home-two-hero-container.rt-about-one-hero-container {
    padding-left: 15%;
  }

  .rt-home-one-hero-image-wrapper.rt-about-one-hero-image-wrapper {
    right: 0%;
  }

  .rt-home-one-hero-heading.rt-home-two-hero-banner {
    background-image: url('../images/Home-One-Hero-Bg.webp'), linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0, 0 0;
  }

  .rt-home-one-hero-heading.rt-home-two-hero-banner.rt-about-one-hero-section.rt-display {
    padding-right: 0;
  }

  .rt-slider-block {
    height: 23%;
  }

  .rt-slider-image {
    justify-content: center;
    align-items: flex-end;
    display: flex;
    position: relative;
  }

  .rt-portfolio-details-link {
    border-radius: 6px;
  }

  .big-text {
    font-size: 23vw;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2.5rem;
  }

  .heading-h1 {
    font-size: 3rem;
  }

  .heading-h2 {
    font-size: 3.5rem;
  }

  .heading-h3 {
    font-size: 2.5rem;
  }

  .heading-h4 {
    font-size: 1.75rem;
  }

  .paragraph-20 {
    font-size: 1.25rem;
  }

  .paragraph-12 {
    color: var(--brand--neutrals--grey-dark\<deleted\|variable-2aec626f\>);
  }

  .container {
    max-width: none;
  }

  .section.section--footer {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .display-heading-2 {
    font-size: 3.5rem;
  }

  .nav-link {
    border-top: 1px solid var(--brand--neutrals--card-grey\<deleted\|variable-54c4ff5b\>);
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 16px 32px 16px 2rem;
    font-size: 18px;
    display: flex;
  }

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

  .nav-link.nav-link-dropdown {
    padding-left: 32px;
  }

  .display-heading-1 {
    font-size: 6rem;
  }

  .grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 2.5fr;
  }

  .nav_grid-dropdown-grid {
    padding: 1rem;
  }

  .nav-dropdown {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .nav-arrow {
    margin-right: 2rem;
  }

  .nav_dropdown-list.w--open {
    box-shadow: none;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding: 0;
    position: relative;
  }

  .mb-56 {
    margin-bottom: 3rem;
  }

  .container-hero {
    padding-bottom: 2.5rem;
  }

  .hero_bottom-text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .row-1, .row-2 {
    height: 55vw;
  }

  .ai-image-wrapper {
    width: 20vw;
  }

  .ai-img_text-block {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .ai-img_artwork-wrapper {
    margin-bottom: -55rem;
  }

  .blank-wrapper {
    max-width: 12vw;
  }

  .blank-row-1 {
    height: 55vw;
  }

  .ai-desn-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ai-desn-wrapper.ai-desn-wrapper--3 {
    display: flex;
  }

  .display-heading-3 {
    font-size: 3.5rem;
  }

  .ai-desn_img-3 {
    background-position: 50% 100%;
    background-size: 125%;
  }

  .ai-desn_hero {
    aspect-ratio: auto;
    min-height: 66vh;
    max-height: none;
  }

  .ai-desn-container {
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .agent-input-box {
    border-radius: 1.6rem;
    padding-left: 1rem;
  }

  .agent_wrapper {
    height: auto;
    min-height: 75vh;
  }

  .listen {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    aspect-ratio: auto;
    width: 100%;
    height: calc(90% - 10rem);
  }

  .listen_glass.listen_glass--changers {
    height: 49.5%;
  }

  .ai-desn__heading-wrapper-1 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .ai-desn_title {
    font-size: 5rem;
  }

  .ai-desn_second-line-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .ai-desn_wrapper-img-1 {
    right: 2rem;
  }

  .ai-desn_middle-wrapper-2 {
    flex: 0 auto;
  }

  .ai-desn_wrapper-2 {
    justify-content: center;
    align-items: stretch;
  }

  .display-heading-4 {
    font-size: 3.5rem;
  }

  .ar_wrapper {
    max-height: 90vw;
  }

  .ar_light {
    width: 100%;
    max-width: none;
  }

  .footer_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .hero_heading-wrapper {
    padding-top: 2rem;
  }

  .word-wrap {
    height: 16.6vw;
  }

  .main-heading {
    font-size: 11vw;
  }

  .loader_heading.is-moving {
    font-size: 12vw;
  }

  .loader_column {
    display: none;
  }

  .loader_column.is-2 {
    width: 50%;
    min-width: auto;
  }

  .loader_column.is-4 {
    display: none;
  }

  .loader_column.is-3 {
    width: 50%;
    min-width: auto;
  }

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

  .block {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    white-space: nowrap;
    padding: 1.25rem;
  }

  .hero_img {
    background-position: 50% 0;
    background-size: 120%;
  }

  .hero_title {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .spacer-tablet {
    display: block;
  }

  .spacer-desktop {
    display: none;
  }

  .section_hero {
    padding-bottom: 3rem;
  }

  .hero_block {
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
  }

  .impact_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .impact_layout {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .data {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .impact_left {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .hide-tablet, .hide-tablet-2 {
    display: none;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader09_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .time_header {
    position: relative;
    top: auto;
  }

  .timeline_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .time_layout {
    flex-flow: column;
    display: flex;
  }

  .header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .gap-section-small {
    padding-top: 3rem;
  }

  .testi_card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .testi_icon {
    width: 3rem;
    height: 3rem;
  }

  .testi_testi {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .testi_text {
    font-size: 1rem;
    font-weight: 500;
  }

  .uui-testimonial10_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 35rem;
  }

  .uui-testimonial10_content {
    padding: 3rem;
  }

  .uui-testimonial10_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-faq02_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .menu-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .navigation-button {
    display: none;
  }

  .navigation {
    grid-template-columns: auto 1fr 1fr .5fr;
  }

  .navbar {
    position: absolute;
  }

  .menu-button {
    z-index: 10;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

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

  .brand {
    padding-left: 0;
  }

  .menu-icon {
    width: 32px;
  }

  .nav-link-2 {
    color: #000;
    border-bottom-color: #eff3f6;
    min-height: 48px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-2.w--current {
    color: #000;
  }

  .nav-link-2.contact-link {
    display: flex;
  }

  .nav-left {
    grid-template-columns: auto 1px;
  }

  .nav-menu {
    background-color: #fff;
    width: 100vw;
  }

  .nav-right {
    grid-template-columns: 1fr;
    padding-left: 28px;
  }

  .menu-link {
    justify-content: flex-end;
    align-items: center;
    width: 60px;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .hero-content {
    padding-top: 120px;
    padding-bottom: 222px;
    padding-right: 0;
    overflow: hidden;
  }

  .hero-intro {
    padding-left: 0;
  }

  .verticle-hero-line {
    right: 7%;
  }

  .hero-slider {
    width: 100%;
    max-width: 100%;
  }

  .xxl-heading {
    font-size: 48px;
  }

  .hero-slide-arrow {
    right: 7%;
  }

  .hero-slider-wrapper {
    max-width: 90vw;
  }

  .slider-background {
    min-width: 105vw;
  }

  .hero-bottom.right {
    width: 93%;
  }

  .section-title {
    grid-column-gap: 18px;
    grid-template-columns: 24px 1fr;
    padding-top: 60px;
    padding-bottom: 80px;
    padding-right: 60px;
  }

  .section-title.extra-top-padding {
    padding-top: 80px;
  }

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

  .banner-wrapper {
    width: 65%;
    min-height: 500px;
  }

  .content-wrapper {
    grid-template-columns: 1fr 1fr 1fr 7%;
  }

  .hide-tablet-3 {
    display: none;
  }

  .uui-heading-xlarge-2 {
    font-size: 3.25rem;
  }

  .uui-heroheader09_component-2 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-space-large-2 {
    min-height: 2.5rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rt-about-left-arrow, .rt-about-left-arrow.rt-right, .rt-about-one-slider-line {
    right: 10%;
  }

  .rt-slider-background-circle {
    border-radius: 0%;
  }

  .rt-heading-three {
    font-size: 27px;
    line-height: 37px;
  }

  .rt-about-two-cta-main-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .rt-home-one-cta-bottom-section {
    align-items: stretch;
  }

  .rt-home-one-cta-top-section {
    margin-right: 0;
  }

  .rt-right-arrow {
    border-left-width: 0;
    width: 50px;
    inset: auto 0% -50px 55px;
  }

  .rt-about-one-hero-pop-box {
    bottom: 80px;
  }

  .rt-home-one-hero-container {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .rt-home-one-hero-container.rt-home-two-hero-container {
    padding-top: 65px;
  }

  .rt-home-one-hero-container.rt-home-two-hero-container.rt-about-one-hero-container {
    padding-top: 77px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .rt-home-one-hero-image-wrapper {
    display: none;
  }

  .rt-home-one-hero-image-wrapper.rt-about-one-hero-image-wrapper {
    min-width: 100%;
    height: 600px;
    position: static;
  }

  .rt-home-one-hero-heading.rt-home-two-hero-banner {
    background-position: 50%;
  }

  .rt-home-one-hero-heading.rt-home-two-hero-banner.rt-about-one-hero-section {
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 80px;
    display: flex;
  }

  .rt-home-one-hero-description {
    max-width: 700px;
    padding-bottom: 23px;
  }

  .rt-home-one-heading {
    padding-bottom: 4px;
  }

  .rt-home-one-heading.rt-about-one-hero-heading {
    max-width: 770px;
  }

  .rt-about-one-slider-right-arrow {
    z-index: 22;
    left: 10%;
  }

  .rt-about-one-slider-left-arrow {
    left: 3%;
  }

  .rt-about-one-hero-slider-musk {
    min-width: 100%;
  }

  .rt-about-one-hero-slider {
    min-width: 100%;
    padding-left: 0;
  }

  .rt-about-one-hero-slide-image.rt-image-two-absolute, .rt-about-one-hero-slide-image.rt-image-three-absolute {
    width: 100%;
    height: 100%;
  }

  .rt-about-one-hero-slide-image.rt-image-one-absolute {
    width: 100%;
    height: auto;
  }

  .rt-home-one-offer-left-arrow {
    inset: auto auto 0% 35%;
  }

  .rt-home-one-offer {
    padding-top: 70px;
  }

  .rt-home-one-offer-right-arrow {
    inset: auto 35% 0% auto;
  }

  .rt-home-one-offer-text {
    align-items: center;
    padding-left: 20px;
    padding-right: 0;
  }

  .rt-home-one-offer-heading {
    max-width: 100%;
  }

  .rt-inner-container.rt-position-relative.rt-padding-bottom {
    padding-bottom: 90px;
  }

  .rt-home-one-offer-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-number-text-block {
    font-size: 3rem;
  }

  .rt-left-arrow-box, .rt-right-arrow-box {
    bottom: 9%;
  }

  .rt-slider-block {
    height: 22%;
  }

  .rt-comment-text {
    padding-left: 23%;
    font-size: 1rem;
  }

  .rt-category-cards-text.rt-text-white {
    max-width: none;
  }

  .rt-home-two-service-card-four {
    width: 100%;
  }

  .rt-home-two-service {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .rt-home-two-service-block {
    flex-flow: column;
  }

  .rt-home-two-service-card-two, .rt-home-two-service-card-three, .rt-home-two-service-card-one {
    width: 100%;
  }

  .rt-home-two-service-text {
    max-width: 100%;
  }

  .rt-portfolio-details-link, .rt-portfolio-card-content-block {
    width: 100%;
  }

  .rt-service-two-portfolio-main {
    grid-template-columns: 1fr 1fr;
  }

  .rt-portfolio-name-category-block {
    bottom: 30px;
  }

  .rt-category-cards-text-2.rt-text-white-2 {
    max-width: none;
  }

  .rt-home-two-service-card-four-2 {
    width: 100%;
  }

  .rt-home-two-service-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .rt-home-two-service-block-2 {
    flex-flow: column;
  }

  .rt-home-two-service-card-two-2, .rt-home-two-service-card-three-2, .rt-home-two-service-card-one-2 {
    width: 100%;
  }

  .rt-home-two-service-text-2 {
    max-width: 100%;
  }

  .rt-home-two-portfolio-image-wrapper-three {
    padding-bottom: 0;
  }

  .rt-home-two-portfolio-image-wrapper-three.rt-overflow-hidden-2.rt-underline-off.rt-responsive-full-width-2, .rt-home-two-portfolio-image-wrapper-four.rt-overflow-hidden-2.rt-underline-off.rt-responsive-full-width-2 {
    height: 100%;
  }

  .rt-home-two-portfolio-block {
    padding-top: 50px;
  }

  .rt-home-two-portfolio-image-wrapper-two {
    padding-top: 0;
  }

  .rt-home-two-portfolio-image-wrapper-two.rt-overflow-hidden-2.rt-underline-off.rt-responsive-full-width-2 {
    height: 100%;
  }

  .rt-home-two-portfolio-marquee {
    display: none;
  }

  .rt-home-two-portfolio-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    height: auto;
  }

  .rt-home-two-portfolio-image {
    height: 400px;
  }

  .rt-responsive-full-width-2 {
    width: 100%;
  }

  .blog3-articles-wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .btn.btn-white.blog2-card-cta {
    text-align: center;
    display: block;
    bottom: 20px;
    left: 30px;
  }

  .card-headline {
    width: 60%;
    max-width: 100%;
    display: block;
  }

  .card-headline._6col-card {
    width: 60%;
    display: block;
  }

  .wrap {
    width: 645px;
  }

  .headline-6-col {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .blog3-card.blog3-card1-content {
    width: auto;
  }

  ._6-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._6-col._6-col-last {
    width: 100%;
  }

  ._3-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .home-features_h2 {
    font-size: 2.5rem;
  }

  .home-features_item-content-wrapper {
    max-width: 24rem;
  }

  .home-features_item-wrapper {
    padding: 2rem;
  }

  .pricing-block_heading-wrapper {
    grid-row-gap: 0rem;
    flex-wrap: wrap;
    display: flex;
  }

  .pricing-block_plan-name {
    font-size: 1.25rem;
  }

  .home-pricing_form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .home-pricing_item-wrapper {
    grid-template-columns: auto 1fr;
  }

  .home-slider_slide-heading {
    display: none;
  }

  .home-slider_slide-heading.show-tablet {
    font-size: 2rem;
    display: flex;
  }

  .home-products_item {
    align-content: start;
    align-items: start;
  }

  .home-slider_slider-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: none;
  }

  .swiper-slide {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    height: 100%;
    margin-bottom: 20px;
  }

  .swiper-pagination {
    top: 0;
  }

  .slider_overlay-content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-slider_item-wrapper {
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-right: 0;
    padding: 0;
  }

  .home-slider_item-wrapper.is-3, .home-slider_item-wrapper.is-2 {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .home-slider_item-wrapper.is-1 {
    width: 100%;
    max-width: none;
    height: auto;
    margin-right: 0;
    padding: 0;
  }

  .home-slider_list-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-section-products {
    padding-top: 6rem;
  }

  .home-pricing_form-wrapper {
    min-width: 17rem;
  }

  .slider_cta-wrapper {
    flex-wrap: wrap;
    display: none;
  }

  .slider-button-next {
    position: absolute;
    inset: 0% auto 0% 2rem;
  }

  .home-slider_slide-heading-wrapper {
    display: none;
  }

  .swiper-slide_content {
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-right: 0;
    padding: 0;
  }

  .padding-section-slider {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .swiper-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .slider_overlay-wrapper {
    opacity: 1;
    width: 100%;
    height: 100%;
    position: static;
  }

  .form-2-col {
    flex-wrap: wrap;
    display: flex;
  }

  .slider_p {
    color: var(--neutral--00);
    font-family: Exo, sans-serif;
    font-size: 1rem;
    display: block;
  }

  .swiper-2 {
    display: block;
  }

  .heading-wrap.anim-scroll-up {
    overflow: visible;
  }

  .heading-xlarge {
    font-size: 3.5rem;
    display: block;
    overflow: visible;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .f-content-image-wrapper {
    max-width: 100%;
  }

  .sticky-container.section-links {
    display: none;
  }

  .rt-heading-three-2 {
    font-size: 27px;
    line-height: 37px;
  }

  .rt-about-two-cta-main-wrapper-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .rt-home-one-cta-bottom-section-2 {
    align-items: stretch;
  }

  .rt-home-one-cta-top-section-2 {
    margin-right: 0;
  }

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

  .rt-footer-one-bottom-contain-two {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .rt-footer-one-top-contain-two {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    padding-bottom: 50px;
  }

  .rt-footer-four {
    margin-top: 60px;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

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

  .footer-form-two-2 {
    padding: 40px;
  }

  .footer-form-title-2 {
    margin-right: 15px;
  }

  .footer-form-input-2 {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three-2 {
    margin-top: 40px;
  }

  .f-banner-language-wrapper-absolute {
    margin-left: 8px;
    position: static;
  }

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

  .rt-footer-one-bottom-contain-two-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .rt-footer-one-top-contain-two-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    padding-bottom: 50px;
  }

  .rt-footer-four-2 {
    margin-top: 60px;
  }

  .subscribe-form-flex {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-wrapper-center {
    inset: auto auto -300% 40px;
  }

  .celebrate-text-wrapper {
    margin-bottom: 2rem;
  }

  .celebrate-wrapper {
    flex-direction: column;
  }

  .bg-image-wrapper {
    display: none;
  }

  .hero-image-wrapper {
    align-self: center;
  }

  .hero-image-wrapper.procent, .group {
    width: 100%;
  }

  .orange {
    font-size: 1rem;
  }

  .orange.cansel {
    text-align: justify;
    font-size: 3rem;
  }

  .orange.right-orange {
    display: flex;
  }

  .grid-hero {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 2rem;
  }

  .hero-grid-text-wrapper {
    display: none;
  }

  .hero-grid-text-wrapper.procent.see {
    width: 100%;
    display: block;
  }

  .bg-image {
    object-fit: cover;
  }

  .second-image-celebrate {
    width: 80%;
  }

  .uui-layout31_component {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-layout31_number {
    font-size: 3.25rem;
  }

  .services-left-content {
    height: auto;
  }

  .service-title {
    font-size: 12vw;
  }

  .subhead-main {
    font-size: 29px;
  }

  .subhead-main._80 {
    max-width: 100%;
  }

  .image-wrap {
    height: 60vh;
  }

  .image-wrap.mobile-auto {
    aspect-ratio: 1;
    height: auto;
  }

  .image-wrap.square {
    width: 29vw;
    height: 150px;
    margin-left: 10px;
  }

  .home-services-item {
    display: flex;
  }

  .home-services-item.sticky {
    position: relative;
  }

  .home-services-item.sticky.reverse {
    flex-flow: column-reverse;
  }

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

  .countdown-wrapper---brix {
    padding: 56px 33px;
  }

  .countdown-number-container---brix {
    min-width: 134px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .countdown-number---brix.number {
    font-size: 70px;
    line-height: 74px;
  }

  .countdown-number-title---brix {
    font-size: 16px;
    line-height: 18px;
  }

  .two-points---brix {
    font-size: 68px;
    line-height: 72px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.9rem;
    line-height: 1.2em;
  }

  a {
    text-decoration: none;
  }

  .heading-h1 {
    font-size: 2.75rem;
  }

  .heading-h2 {
    font-size: 3rem;
    line-height: 1em;
  }

  .heading-h3 {
    font-size: 2.25rem;
  }

  .heading-h4 {
    font-size: 1.5rem;
  }

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

  .paragraph-20 {
    width: 100%;
  }

  .paragraph-18 {
    line-height: 1.5rem;
  }

  .paragraph-16 {
    line-height: 1.375rem;
  }

  .paragraph-14 {
    font-size: .75rem;
  }

  .paragraph-12 {
    font-size: .625rem;
    line-height: 1rem;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section.section--footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .metrics-value {
    font-size: 2.2rem;
  }

  .display-heading-2 {
    font-size: 2.5rem;
  }

  .nav-link {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-link.nav-link-dropdown {
    padding-left: 1.25rem;
  }

  .display-heading-1 {
    font-size: 4rem;
  }

  .rich-text-block h1 {
    font-size: 3.2rem;
  }

  .rich-text-block h2 {
    font-size: 2.5rem;
  }

  .rich-text-block h3 {
    font-size: 2rem;
  }

  .rich-text-block h4 {
    font-size: 1.75rem;
  }

  .grid, .nav_grid-dropdown-grid {
    grid-template-columns: 1fr;
  }

  .nav-arrow {
    margin-right: 1.25rem;
  }

  .nav_dropdown-card {
    padding: 16px;
  }

  .mb-56 {
    margin-bottom: 2.5rem;
  }

  .hero_portal-wrapper {
    position: absolute;
  }

  .hero_heading {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 10vw;
  }

  .row-1, .row-2 {
    height: 65vw;
  }

  .ai-image-wrapper {
    width: 24vw;
  }

  .ai-img_artwork-wrapper {
    margin-bottom: -65rem;
  }

  .blank-wrapper {
    max-width: 16vw;
  }

  .blank-row-1 {
    height: 65vw;
  }

  .display-heading-3 {
    font-size: 3rem;
  }

  .ai-desn-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .listen {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .listen_glass.listen_glass--sidebar {
    display: none;
  }

  .ai-desn__heading-wrapper-1 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .ai-desn_title {
    z-index: 2;
    font-size: 9vw;
    line-height: 115%;
  }

  .ai-desn_title.ai-desn_title--3 {
    font-size: 10vw;
  }

  .ai-desn_tagline-wrapper {
    width: 80%;
  }

  .ai-desn_bottom-wrapper-3.align-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .ai-desn_wrapper-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .display-heading-4 {
    font-size: 2.5rem;
  }

  .listem_grid {
    grid-template-columns: 1fr 2fr;
  }

  .listem_grid.grid-2-tall {
    grid-template-columns: 1fr;
  }

  .listen_sliding-glass {
    width: 26%;
  }

  .ar_light {
    max-width: none;
  }

  .ar_img-6 {
    left: 75%;
  }

  .ar_img-7 {
    display: none;
  }

  .ar_img-8 {
    left: 10%;
  }

  .ar_img-9 {
    display: none;
  }

  .ar_img-12 {
    left: 87%;
  }

  .ar_img-13 {
    display: none;
    left: 79%;
  }

  .footer_grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .footer_wrapper-text {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .main-heading {
    font-size: 10vw;
  }

  .loader_heading {
    font-size: 7vw;
  }

  .loader_column {
    width: 50%;
  }

  .loader_column.is-2 {
    border-left-style: none;
  }

  .loader_column.is-4, .loader_column.is-1 {
    display: none;
  }

  .loader_column.is-3 {
    border-right-style: none;
  }

  .black-section-fade {
    height: 4rem;
  }

  .hero_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

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

  .spacer-mobile {
    display: block;
  }

  .block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: .75rem 1rem;
    font-size: 1rem;
  }

  .hero_img {
    background-size: 150%;
  }

  .spacer-tablet {
    display: none;
  }

  .hero_left {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .hero_gradient {
    background-image: linear-gradient(#2562ff00, #2562ff 30%);
    height: auto;
    top: 15%;
  }

  .hero_block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .data {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
    background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  }

  .uui-button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .uui-button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
    color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
  }

  .uui-button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .timeline_item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .timeline_content {
    padding-bottom: 3rem;
  }

  .time_layout {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .gap-section-small {
    padding-top: 2rem;
  }

  .event_item {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    padding: 1.25rem;
  }

  .testi_card {
    flex-flow: column;
  }

  .testi_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .testi_left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    order: 9999;
  }

  .testi_testi {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-lightbox_play-icon {
    width: 4rem;
    height: 4rem;
  }

  .uui-testimonial10_lightbox-image {
    height: 22rem;
  }

  .uui-testimonial10_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 2.5rem 1.5rem;
  }

  .uui-testimonial10_component {
    border-radius: 1rem;
    grid-template-columns: 1fr;
  }

  .uui-testimonial10_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-testimonial10_divider {
    display: none;
  }

  .uui-testimonial10_logo-wrapper {
    margin-top: 1rem;
  }

  .uui-testimonial10_logo {
    max-height: 2.5rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-text-size-large, .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
    background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-faq02_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-faq02_question {
    padding: 1rem 1.25rem;
  }

  .uui-faq02_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .hero-content {
    padding-top: 120px;
    padding-bottom: 236px;
    padding-right: 0;
  }

  .hero-intro {
    padding-right: 0;
  }

  .verticle-line.bottom {
    display: none;
  }

  .verticle-hero-line {
    grid-template-rows: 80px 24px 80px auto;
    justify-content: end;
    display: none;
  }

  .xxl-heading {
    font-size: 40px;
  }

  .hero-slide-arrow {
    width: 80px;
    height: 80px;
    margin-right: 0;
    left: 0;
    right: auto;
  }

  .hero-slide-arrow.right {
    margin-bottom: 0;
    margin-right: 7%;
    left: auto;
    right: 0%;
  }

  .circle-link-text {
    padding-right: 40px;
  }

  .circle-link-text.left {
    grid-column-gap: 9px;
    padding-left: 40px;
  }

  .circle-outline {
    width: 80px;
    height: 80px;
  }

  .slider-link-text {
    display: block;
  }

  .circle-button {
    width: 80px;
    height: 80px;
  }

  .slider-background-circle {
    width: 300vw;
    height: 300vw;
  }

  .section-title {
    grid-column-gap: 12px;
    padding-right: 36px;
  }

  .banner-wrapper {
    width: 100%;
  }

  .hide-mobile-landscape-2 {
    display: none;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width-full-mobile-landscape-2 {
    width: 100%;
    max-width: none;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
    background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  }

  .uui-button-3.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-heading-xlarge-2 {
    font-size: 2.25rem;
  }

  .uui-button-row-3 {
    align-self: stretch;
  }

  .uui-button-row-3.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape-2 {
    width: 100%;
  }

  .uui-button-icon-2.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-text-size-xlarge-2 {
    font-size: 1.125rem;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
    color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
  }

  .uui-button-secondary-gray-2.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-space-large-2 {
    min-height: 2rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rt-about-one-slider-container.rt-full-width {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 70px;
  }

  .rt-about-left-arrow {
    top: 360px;
    left: 15px;
    right: auto;
  }

  .rt-about-left-arrow.rt-right {
    margin-right: 0;
    top: 360px;
    right: 15px;
  }

  .rt-about-one-slider-line {
    display: none;
  }

  .rt-slider-background-circle {
    height: 100%;
  }

  .rt-heading-three {
    font-size: 24px;
    line-height: 34px;
  }

  .rt-about-two-cta-main-wrapper {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-home-one-cta-bottom-section {
    margin-top: 0;
    padding-top: 0;
  }

  .rt-home-one-cta-top-section {
    align-items: flex-start;
  }

  .rt-about-one-hero-pop-box {
    display: none;
  }

  .rt-home-one-hero-text-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-sub-heading.rt-text-blue.rt-about-one-hero-about-title {
    text-align: center;
  }

  .rt-home-one-hero-description {
    text-align: center;
    max-width: 670px;
  }

  .rt-home-one-heading.rt-about-one-hero-heading {
    text-align: center;
  }

  .rt-about-one-slider-right-arrow {
    margin-bottom: 20px;
    left: auto;
    right: 3%;
  }

  .rt-about-one-slider-left-arrow {
    margin-bottom: 20px;
  }

  .rt-about-one-hero-slide-image.rt-image-one-absolute {
    height: 100%;
  }

  .rt-home-one-offer-item {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-home-one-offer-left-arrow {
    left: 30%;
  }

  .rt-home-one-offer-right-arrow {
    right: 30%;
  }

  .rt-home-one-offer-mask {
    width: 100%;
    max-width: none;
  }

  .rt-home-one-offer-wrapper {
    margin-right: 0;
  }

  .rt-testimonial-main-block-one {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .rt-slider-text {
    padding-top: 2rem;
  }

  .rt-left-arrow-box, .rt-right-arrow-box {
    width: 4rem;
    height: 4rem;
    bottom: 15%;
  }

  .rt-slider-image {
    background-position: 50% 0;
    width: 100%;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .rt-name-text-block {
    margin-left: 0%;
  }

  .rt-number-box {
    display: none;
  }

  .rt-slider-main-box {
    display: block;
  }

  .rt-comment-text {
    padding-left: 24%;
  }

  .rt-portfolio-two-name-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rt-portfolio-two-category-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-responsive-full-width {
    width: 100%;
  }

  .btn.btn-white.blog2-card-cta {
    bottom: 20px;
    left: 30px;
    right: auto;
  }

  .card-headline {
    width: 60%;
    display: block;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._6-col {
    margin-right: 0;
  }

  .heading-4.white {
    font-size: 2rem;
  }

  .home-features_image-wrapper {
    width: 100%;
    max-width: none;
  }

  .home-features_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .home-features_item-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 28rem;
    margin-right: 0;
  }

  .home-features_item-content-wrapper.is-right {
    margin-left: 0;
  }

  .home-features_item-wrapper.is-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .home-features_item-wrapper.is-1 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-features_item-wrapper.is-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .slider_figure-text-heading {
    font-size: 1.25rem;
  }

  .home-pricing_item-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .home-slider_slide-heading {
    font-size: 2.75rem;
    line-height: 50px;
  }

  .home-slider_slide-heading.show-tablet {
    font-size: 1.5rem;
    line-height: 120%;
  }

  .padding-section-home-pricing {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .slider_overlay-content-wrapper {
    padding-bottom: 2rem;
  }

  .home-slider_item-wrapper.is-1 {
    height: auto;
  }

  .padding-section-products {
    padding-top: 4rem;
  }

  .home-pricing_form-wrapper {
    min-width: auto;
    max-width: none;
  }

  .sldier_figures-list {
    margin-bottom: 1rem;
  }

  .slider_figure {
    font-size: 2rem;
  }

  .slider_cta-wrapper {
    flex-wrap: wrap;
  }

  .home-integrations_logo-wrapper {
    min-width: 4rem;
    min-height: 4rem;
  }

  .home-slider_slide-heading-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
  }

  .slider-buttons {
    justify-content: center;
    display: flex;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .slider_figures_item.is-last {
    margin-right: 0;
  }

  .padding-section-slider {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home-products_h2 {
    font-size: 2.5rem;
  }

  .home-products_list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .swiper-wrapper {
    display: flex;
  }

  .button-6.is-outline {
    margin-bottom: 1rem;
    font-size: 1.125rem;
  }

  .slider_overlay-wrapper {
    display: flex;
  }

  .section_home-slider {
    padding-top: 0;
  }

  .home-pricing_heading-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: start;
    max-width: 18rem;
    padding-bottom: 0;
    display: grid;
  }

  .img-2.mod--heading.anim-scroll-scale {
    width: 7.4rem;
  }

  .content.mod--heading-join {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .f-h3-heading {
    font-size: 27px;
    font-weight: 400;
  }

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

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-heading-three-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .rt-about-two-cta-main-wrapper-2 {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-home-one-cta-bottom-section-2 {
    margin-top: 0;
    padding-top: 0;
  }

  .rt-home-one-cta-top-section-2 {
    align-items: flex-start;
  }

  .f-banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .f-banner-badge {
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 0;
  }

  .f-banner-container-between {
    flex-direction: column;
    align-items: flex-start;
  }

  .f-h2-heading {
    font-size: 44px;
  }

  .f-section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .rt-footer-one-bottom-contain-two {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .rt-follow-us-wrap {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-subscribe-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title-2 {
    margin-right: 0;
  }

  .footer-form-block-two-2 {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input-2 {
    width: 100%;
  }

  .footer-block-three-2 {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three-2 {
    margin-bottom: 10px;
  }

  .footer-social-block-three-2 {
    margin-top: 10px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block-2 {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .f-banner-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .f-banner-icon {
    position: static;
  }

  .f-banner-container-center {
    flex-direction: column;
    align-items: flex-start;
  }

  .f-banner-3 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .f-banner-container-between-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .rt-footer-one-bottom-contain-two-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .rt-follow-us-wrap-2 {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width-full-mobile-landscape-3 {
    width: 100%;
    max-width: none;
  }

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

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button-4 {
    font-size: 1rem;
  }

  .uui-button-4:hover {
    border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
    background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  }

  .uui-lightbox_play-icon-2 {
    width: 4rem;
    height: 4rem;
  }

  .uui-button-row-4 {
    align-self: stretch;
  }

  .uui-button-row-4.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper-3.max-width-full-mobile-landscape-3 {
    width: 100%;
  }

  .uui-layout31_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .uui-layout31_component {
    grid-row-gap: 1rem;
  }

  .uui-layout31_lightbox {
    margin-top: 3rem;
  }

  .uui-layout31_lightbox-image {
    width: 100vw;
    min-width: 100vw;
    max-width: none;
    height: 22rem;
  }

  .uui-button-secondary-gray-3 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-3:hover {
    background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
    color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-layout31_number {
    font-size: 2.25rem;
  }

  .services-left-content {
    padding: 40px 35px;
  }

  .service-content {
    border-width: 1px;
  }

  .service-title {
    font-size: 16vw;
  }

  .subhead-main {
    font-size: 22px;
  }

  .image-wrap {
    height: 55vh;
  }

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

  .countdown-wrapper---brix {
    padding-left: 29px;
    padding-right: 29px;
  }

  .countdown-number-container---brix {
    min-width: 92px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .countdown-number---brix.number {
    font-size: 50px;
    line-height: 59px;
  }

  .countdown-number-title---brix {
    font-size: 14px;
    line-height: 16px;
  }

  .two-points---brix {
    font-size: 42px;
    line-height: 50px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.7rem;
  }

  .heading-h2 {
    font-size: 2.75rem;
  }

  .heading-h4 {
    font-size: 1.25rem;
  }

  .paragraph-16 {
    font-size: .9rem;
  }

  .paragraph-12 {
    font-size: .625rem;
    line-height: 1rem;
  }

  .container {
    flex-wrap: nowrap;
  }

  .metrics-value {
    font-size: 1.8rem;
  }

  .display-heading-1 {
    margin-bottom: 1rem;
    font-size: 14vw;
  }

  .rich-text-block h1 {
    font-size: 2.7rem;
  }

  .nav_grid-dropdown-grid {
    grid-template-columns: 1fr;
  }

  .nav_dropdown-card {
    flex-direction: column;
  }

  .form-block {
    width: 100%;
  }

  .mb-56 {
    margin-bottom: 2rem;
  }

  .container-hero {
    padding-bottom: 5rem;
  }

  .hero_heading {
    font-size: 12.5vw;
  }

  .hero_sub-heading-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .row-1 {
    width: 110%;
    height: 150vw;
    margin-left: -4%;
  }

  .row-2 {
    max-width: 90%;
  }

  .ai-image-wrapper {
    width: 30vw;
  }

  .ai-desn-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .display-heading-3 {
    margin-bottom: 1rem;
    font-size: calc(.75rem + 8.2vw);
  }

  .ai-desn_img-3 {
    background-size: 133%;
  }

  .ai-desn-container {
    flex-wrap: nowrap;
  }

  .ai-desn__heading-wrapper-1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .ai-desn_title.second-line {
    text-align: center;
  }

  .ai-desn_title.ai-desn_title--2 {
    font-size: 11vw;
  }

  .ai-desn_tagline-wrapper {
    width: 100%;
    display: none;
  }

  .ai-desn_nav {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .ai-desn_wrapper-img-1 {
    right: auto;
  }

  .ai-desn_bottom-wrapper-3 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .ai-desn_bottom-wrapper-3.align-top {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .ai-desn_max-width-13rem {
    text-align: center;
    display: none;
  }

  .ai-desn_bottom-wrapper-2 {
    padding-left: 0%;
  }

  .ai-desn_top-wrapper-2 {
    padding-right: 0%;
  }

  .ai-desn_middle-wrapper-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .ai-desn_wrapper-2 {
    justify-content: space-around;
    align-items: stretch;
  }

  .ai-desn_wrapper-img-2 {
    width: 90%;
  }

  .listen_sliding-glass {
    width: 33%;
  }

  .listen_sliding-glass.listen_glass-copy--middle {
    display: none;
  }

  .ar_wrapper {
    flex: none;
    width: 130vw;
    max-height: none;
  }

  .ar_platform {
    width: 98%;
  }

  .ar_img-5 {
    width: 8%;
    left: 62%;
  }

  .footer_wrapper-text {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .hero_heading-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .main-heading {
    font-size: 10vw;
  }

  .loader_heading {
    font-size: 8vw;
  }

  .loader_column.is-2 {
    padding-right: .5em;
  }

  .loader_column.is-3 {
    padding-left: .5em;
  }

  .hero_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero_img {
    background-size: 200%;
  }

  .container-large {
    max-width: 100%;
  }

  .hero_left {
    justify-content: flex-start;
    align-items: stretch;
  }

  .max-title.is-25rem {
    max-width: 25rem;
  }

  .hero_block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

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

  .data_item {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .uui-heroheader09_component {
    grid-template-columns: 1fr;
  }

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

  .time_header {
    justify-content: flex-start;
    align-items: stretch;
  }

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

  .event_top {
    justify-content: flex-start;
    align-items: stretch;
  }

  .testi_card, .testi_testi {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  .uui-testimonial10_lightbox-image {
    height: 15rem;
  }

  .uui-testimonial10_component {
    grid-template-columns: 1fr;
  }

  .uui-testimonial10_divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .uui-faq02_component {
    grid-template-columns: 1fr;
  }

  .navigation {
    grid-template-columns: auto 1fr;
  }

  .menu-icon {
    width: 28px;
  }

  .nav-separator, .nav-right {
    display: none;
  }

  .hero-content {
    grid-template-columns: 1fr .65fr;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 180px;
    padding-right: 0;
  }

  .hero-intro {
    width: 100%;
    max-width: 90vw;
  }

  .xxl-heading {
    font-size: 8.5vw;
  }

  .xxl-heading.one {
    font-size: 42px;
    line-height: 100%;
  }

  .hero-section {
    min-height: 93vh;
  }

  .hero-slide-arrow {
    bottom: 100px;
  }

  .hero-slide-arrow.right {
    margin-right: 2%;
  }

  .circle-link-text {
    grid-auto-flow: column;
    padding-right: 35px;
  }

  .circle-link-text.left {
    grid-column-gap: 18px;
    grid-template-columns: 1fr;
    grid-auto-columns: auto;
    padding-left: 35px;
  }

  .slider-link-text {
    display: block;
  }

  .hero-bottom {
    min-height: 58px;
  }

  .hero-bottom.right {
    width: 98%;
  }

  .section-title {
    grid-template-columns: 1fr;
    padding-top: 24px;
    padding-bottom: 48px;
    padding-right: 18px;
  }

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

  .about-wrapper {
    grid-row-gap: 36px;
  }

  .banner-wrapper {
    min-height: 375px;
  }

  .about-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-wrapper {
    grid-template-columns: 1fr 1fr 1fr 2%;
  }

  .hide-mobile-portrait-2 {
    display: none;
  }

  .uui-heroheader09_component-2 {
    grid-template-columns: 1fr;
  }

  .uui-heroheader09_image-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .rt-about-left-arrow, .rt-about-left-arrow.rt-right {
    top: 400px;
  }

  .rt-about-two-cta-main-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-home-one-cta-bottom-section {
    flex-direction: column;
    align-items: stretch;
  }

  .rt-cta-box {
    max-width: none;
  }

  .rt-home-one-hero-text-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-home-one-hero-heading.rt-home-two-hero-banner {
    background-image: url('../images/Home-One-Hero-Bg.webp');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .rt-home-one-hero-description, .rt-home-one-heading {
    text-align: center;
  }

  .rt-button-new-text {
    font-size: .875rem;
    line-height: 1.5rem;
  }

  .rt-button-new {
    padding-top: 13.5px;
    padding-bottom: 15.5px;
  }

  .rt-home-one-offer-left-arrow {
    left: 15%;
  }

  .rt-home-one-offer-right-arrow {
    right: 15%;
  }

  .rt-heading-five-10 {
    font-size: 18px;
    line-height: 22px;
  }

  .rt-home-one-offer-text {
    padding-bottom: 20px;
    padding-right: 0;
  }

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

  .rt-comment-text-block {
    background-position: 5% 25%;
  }

  .rt-slider-image {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .rt-comment-text {
    padding-left: 26%;
  }

  .rt-home-two-service-card-four, .rt-home-two-service-card-two {
    height: 411px;
  }

  .rt-home-two-service-text-main {
    padding: 20px;
  }

  .rt-home-two-service-card-three, .rt-home-two-service-card-one {
    height: 411px;
  }

  .rt-service-two-portfolio-main {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-home-two-service-card-four-2, .rt-home-two-service-card-two-2 {
    height: 411px;
  }

  .rt-home-two-service-text-main-2 {
    padding: 20px;
  }

  .rt-home-two-service-card-three-2, .rt-home-two-service-card-one-2 {
    height: 411px;
  }

  .btn {
    text-align: center;
    display: block;
  }

  .btn.btn-white {
    display: block;
  }

  .heading-4.white {
    font-size: 22px;
  }

  .home-features_h2 {
    font-size: 1.5rem;
  }

  .section_home-features {
    padding-bottom: 70px;
  }

  .home-features_description {
    font-size: 14px;
  }

  .home-features_item-content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    max-width: 28rem;
    padding-bottom: 20px;
  }

  .home-features_item-content-wrapper.is-right {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
  }

  .home-features_item-wrapper {
    border-radius: 20px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-features_item-wrapper.is-1 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
  }

  .home-features_item-wrapper.is-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-block-5, .text-block-6, .text-block-7 {
    font-size: 16px;
  }

  .slider_figure-text {
    font-size: .875rem;
  }

  .slider_figure-text-heading {
    font-size: 1rem;
  }

  .home-pricing_item-wrapper {
    grid-template-columns: 1fr;
    padding: 2rem 1.5rem;
  }

  .home-pricing_block-list {
    grid-template-columns: 1fr;
  }

  .home-slider_slide-heading {
    font-size: 2.5rem;
    line-height: 52px;
  }

  .home-slider_slide-heading.show-tablet {
    font-size: 1.1rem;
  }

  .swiper-slide {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .slider_overlay-content-wrapper {
    grid-template-rows: auto;
    padding: 3rem 1rem;
  }

  .home-pricing_h2 {
    font-size: 2.5rem;
  }

  .sldier_figures-list {
    margin-bottom: 0;
  }

  .slider_figure {
    font-size: 1.5rem;
  }

  .slider_cta-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .span-inline {
    display: inline-block;
  }

  .home-integrations_logo-wrapper {
    width: 12vw;
    min-width: 3rem;
    height: 12vw;
    min-height: 3rem;
  }

  .swiper-slide_content {
    flex: 1;
  }

  .slider_figures_item {
    width: auto;
    margin-right: 1rem;
  }

  .padding-section-slider {
    padding-top: 0;
  }

  .home-products_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .button-6.is-outline {
    margin-bottom: 0;
  }

  .home-pricing_heading-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: grid;
  }

  .section-for-you {
    padding-top: 40px;
  }

  .heading-wrap.anim-scroll-up {
    flex-flow: column;
  }

  .sticky-wrapper-2x {
    min-height: 100vh;
  }

  .sticky-wrapper-2x.calendar {
    flex: 1;
    width: auto;
  }

  .grid-3-cols {
    grid-template-columns: 1fr;
  }

  .section-6 {
    padding: 40px 32px;
  }

  .sticky-container {
    display: flex;
  }

  .sticky-container.section-links {
    display: none;
  }

  .sticky-container.description {
    max-width: 100%;
    display: block;
  }

  .sticky-container.mockup {
    position: sticky;
    top: 5em;
  }

  .sticky.full-height {
    min-height: auto;
    margin-left: -2.5em;
    margin-right: -2.5em;
    top: 32em;
    overflow: hidden;
  }

  .sticky.full-height.padding-x {
    flex: 1;
  }

  .sticky.headlines {
    top: 25vh;
  }

  .phone-body {
    border-width: 2px;
    border-radius: 2.5em;
    font-size: 7px;
    box-shadow: 11px 11px #fcff7580;
  }

  .sticky-content {
    padding-left: 2.5em;
    padding-right: 2.5em;
    font-size: 14px;
  }

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

  .rt-about-two-cta-main-wrapper-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-home-one-cta-bottom-section-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .rt-cta-box-2 {
    max-width: none;
  }

  .f-banner-container-between, .f-banner-wrapper-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .f-cta-form-wrapper {
    flex-direction: column;
  }

  .f-form-button, .f-cta-form-block {
    width: 100%;
  }

  .experience-section {
    padding: 40px 32px;
  }

  .headline-group-heading {
    font-size: 10vw;
  }

  .headlines-group-image {
    height: 20vw;
  }

  .headlines-group-headline-grow {
    width: 80vw;
  }

  .headlines-group-headline-container {
    align-items: center;
    height: 20vw;
  }

  .headline-group-heading-2 {
    font-size: 10vw;
  }

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

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .footer-form-two-2 {
    padding: 20px;
  }

  .footer-form-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input-2 {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .f-banner-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .f-paragraph-regular-3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
  }

  .f-banner-container-between-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .f-banner-block {
    display: none;
  }

  .f-banner-button-2, .f-banner-button-2.button-top {
    display: block;
  }

  .download-badges {
    grid-template-columns: 1fr;
  }

  .section-7 {
    padding: 40px 32px;
  }

  .button-7 {
    text-align: center;
    font-size: 1.5em;
  }

  .section-8 {
    padding: 40px 32px;
  }

  .section-8.footer {
    padding-top: 4em;
    padding-bottom: 4em;
    font-size: 14px;
  }

  .subscribe-form-flex {
    font-size: 12px;
  }

  .grid-2-cols {
    grid-template-columns: 1fr;
  }

  .form-input-2 {
    width: 100%;
    font-size: 1.5em;
  }

  .day-span {
    font-size: 20px;
  }

  .image-wrapper-center {
    width: 45%;
    height: auto;
    bottom: -200%;
    left: 7%;
  }

  .image-wrapper {
    width: 25%;
  }

  .text-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-section.orange {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-button-text {
    font-size: .5rem;
  }

  .logo-link {
    display: none;
  }

  .hero-image-wrapper {
    width: 80%;
  }

  .button-touch {
    justify-content: center;
    align-items: center;
    width: 30%;
    padding-top: .25rem;
    padding-bottom: .25rem;
    display: flex;
  }

  .image-wrapper-celebrate {
    width: 80%;
    height: auto;
  }

  .orange {
    font-size: .5rem;
  }

  .orange.cansel {
    font-size: 1rem;
  }

  .logo-text {
    font-size: .5rem;
    display: none;
  }

  .grid-hero {
    margin-bottom: 0;
    padding-bottom: 2rem;
  }

  .image-orange {
    width: 80%;
    height: auto;
  }

  .second-image-celebrate {
    height: auto;
  }

  .uui-layout31_item-list {
    grid-template-columns: 1fr;
  }

  .uui-layout31_lightbox-image {
    height: 15rem;
  }

  .services-left-content {
    padding-left: 6%;
    padding-right: 6%;
  }

  .service-content {
    font-size: 16px;
  }

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

  .subhead-main {
    font-size: 20px;
  }

  .image-wrap {
    height: auto;
    min-height: 450px;
  }

  .image-wrap.mobile-auto {
    aspect-ratio: 1;
    min-height: auto;
  }

  .image-wrap.square {
    height: 80px;
    min-height: 80px;
    margin-left: -6px;
  }

  .section-9 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .big-text {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .section-10 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .margin-250px {
    margin-top: 150px;
  }

  .countdown-wrapper---brix {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 0;
    margin-top: 28px;
    padding: 32px 0 48px;
    display: flex;
    position: relative;
    bottom: -72px;
  }

  .countdown-number-container---brix {
    min-width: 80px;
    padding: 10px 0;
  }

  .countdown-number---brix.number {
    font-size: 40px;
    line-height: 60px;
  }

  .countdown-number-title---brix {
    font-size: 16px;
    line-height: 17px;
  }

  .two-points---brix {
    color: #fff;
    font-size: 52px;
    line-height: 67px;
    display: none;
  }

  .two-points---brix.none {
    opacity: 0;
  }
}

#w-node-_0ec45e7a-18cd-281b-3279-69bd241725fa-eaf6bbe4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0ec45e7a-18cd-281b-3279-69bd241725fc-eaf6bbe4 {
  align-self: auto;
}

#w-node-_0ec45e7a-18cd-281b-3279-69bd241725fd-eaf6bbe4 {
  place-self: center;
}

#w-node-_0ec45e7a-18cd-281b-3279-69bd24172602-eaf6bbe4 {
  align-self: center;
}

#w-node-_0ec45e7a-18cd-281b-3279-69bd2417260d-eaf6bbe4 {
  grid-area: 1 / 2 / 2 / 5;
  place-self: center end;
}

#w-node-_0ec45e7a-18cd-281b-3279-69bd2417260e-eaf6bbe4 {
  place-self: center end;
}

#w-node-_0ec45e7a-18cd-281b-3279-69bd2417261c-eaf6bbe4 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_0ec45e7a-18cd-281b-3279-69bd2417261e-eaf6bbe4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0ec45e7a-18cd-281b-3279-69bd24172620-eaf6bbe4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0ec45e7a-18cd-281b-3279-69bd24172622-eaf6bbe4 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_0ec45e7a-18cd-281b-3279-69bd24172627-eaf6bbe4 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_7cc2b7cb-b752-8592-bd57-034422384d68-eaf6bbe4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7cc2b7cb-b752-8592-bd57-034422384d6c-eaf6bbe4 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_7cc2b7cb-b752-8592-bd57-034422384d6d-eaf6bbe4 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7cc2b7cb-b752-8592-bd57-034422384d75-eaf6bbe4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center start;
}

#w-node-_7cc2b7cb-b752-8592-bd57-034422384d82-eaf6bbe4 {
  justify-self: start;
}

#w-node-_7cc2b7cb-b752-8592-bd57-034422384d84-eaf6bbe4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7cc2b7cb-b752-8592-bd57-034422384d86-eaf6bbe4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7cc2b7cb-b752-8592-bd57-034422384d88-eaf6bbe4 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_7cc2b7cb-b752-8592-bd57-034422384d8a-eaf6bbe4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7cc2b7cb-b752-8592-bd57-034422384d92-eaf6bbe4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center start;
}

#w-node-_7cc2b7cb-b752-8592-bd57-034422384d9f-eaf6bbe4 {
  justify-self: start;
}

#w-node-_7cc2b7cb-b752-8592-bd57-034422384da1-eaf6bbe4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7cc2b7cb-b752-8592-bd57-034422384da3-eaf6bbe4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7cc2b7cb-b752-8592-bd57-034422384da5-eaf6bbe4 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_7cc2b7cb-b752-8592-bd57-034422384da7-eaf6bbe4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7cc2b7cb-b752-8592-bd57-034422384daf-eaf6bbe4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center start;
}

#w-node-_7cc2b7cb-b752-8592-bd57-034422384dbc-eaf6bbe4 {
  justify-self: start;
}

#w-node-_7cc2b7cb-b752-8592-bd57-034422384dbe-eaf6bbe4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7cc2b7cb-b752-8592-bd57-034422384dc0-eaf6bbe4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7cc2b7cb-b752-8592-bd57-034422384dc2-eaf6bbe4 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_7cc2b7cb-b752-8592-bd57-034422384dc4-eaf6bbe4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7cc2b7cb-b752-8592-bd57-034422384dc8-eaf6bbe4 {
  grid-area: 1 / 1 / 4 / 2;
  place-self: center;
}

#w-node-_7cc2b7cb-b752-8592-bd57-034422384dcc-eaf6bbe4 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7cc2b7cb-b752-8592-bd57-034422384dd0-eaf6bbe4 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_7cc2b7cb-b752-8592-bd57-034422384dd4-eaf6bbe4 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: start;
}

#w-node-_7cc2b7cb-b752-8592-bd57-034422384dda-eaf6bbe4 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_7cc2b7cb-b752-8592-bd57-034422384dde-eaf6bbe4 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7cc2b7cb-b752-8592-bd57-034422384de2-eaf6bbe4 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_7cc2b7cb-b752-8592-bd57-034422384de6-eaf6bbe4 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-_7cc2b7cb-b752-8592-bd57-034422384de9-eaf6bbe4 {
  justify-self: end;
}

#w-node-_27e9db6c-5711-03a4-b0fe-da62b5adb6e0-eaf6bbe4, #w-node-_27e9db6c-5711-03a4-b0fe-da62b5adb6e4-eaf6bbe4, #w-node-_27e9db6c-5711-03a4-b0fe-da62b5adb6f1-eaf6bbe4, #w-node-_27e9db6c-5711-03a4-b0fe-da62b5adb702-eaf6bbe4, #w-node-_06ff86b1-3e95-6002-161e-6f08f5bf7d10-eaf6bbe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1edd8600-f430-6efb-95b4-8e75f2f25f97-eaf6bbe4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1edd8600-f430-6efb-95b4-8e75f2f25f99-eaf6bbe4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1edd8600-f430-6efb-95b4-8e75f2f25f9b-eaf6bbe4 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_1edd8600-f430-6efb-95b4-8e75f2f25f9d-eaf6bbe4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_07e993f3-4d76-96ad-cf4f-b0ed1fde63b1-eaf6bbe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07e993f3-4d76-96ad-cf4f-b0ed1fde63b9-eaf6bbe4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_07e993f3-4d76-96ad-cf4f-b0ed1fde63bb-eaf6bbe4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_07e993f3-4d76-96ad-cf4f-b0ed1fde63bd-eaf6bbe4 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_07e993f3-4d76-96ad-cf4f-b0ed1fde63bf-eaf6bbe4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dfbb4477-0dbb-00a2-d086-ce7850d5b7a2-eaf6bbe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfbb4477-0dbb-00a2-d086-ce7850d5b7aa-eaf6bbe4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dfbb4477-0dbb-00a2-d086-ce7850d5b7ac-eaf6bbe4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dfbb4477-0dbb-00a2-d086-ce7850d5b7ae-eaf6bbe4 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-dfbb4477-0dbb-00a2-d086-ce7850d5b7b0-eaf6bbe4, #w-node-c1aea64e-4cc4-2ff8-fd5c-7c6b23f0c336-eaf6bbe4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c1aea64e-4cc4-2ff8-fd5c-7c6b23f0c337-eaf6bbe4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c1aea64e-4cc4-2ff8-fd5c-7c6b23f0c338-eaf6bbe4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c1aea64e-4cc4-2ff8-fd5c-7c6b23f0c33f-eaf6bbe4 {
  align-self: center;
}

#w-node-c1aea64e-4cc4-2ff8-fd5c-7c6b23f0c342-eaf6bbe4 {
  align-self: end;
}

#w-node-_266af08e-e3db-282c-7dfc-63eb2cc21dbf-eaf6bbe4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_754dfc20-f663-8a4b-d5ea-c0bbd7a63479-eaf6bbe4, #w-node-a2c9016a-f4aa-585d-ec2e-d58551ca7afc-eaf6bbe4, #w-node-ff4538c2-20d9-2046-e53f-0d0cb3d7a6d2-eaf6bbe4, #w-node-eb231d8f-e4f4-21c8-5713-301f5bc48758-eaf6bbe4, #w-node-_4c8dd5e4-facf-7d11-66fe-eecebc3ad312-eaf6bbe4, #w-node-e5ee0729-855d-96ab-963b-573b1b6bb5af-eaf6bbe4 {
  justify-self: end;
}

#w-node-_1ea5ff45-6fcf-2537-1825-bc13f28eceaa-eaf6bbe4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1ea5ff45-6fcf-2537-1825-bc13f28eceac-eaf6bbe4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1ea5ff45-6fcf-2537-1825-bc13f28eceae-eaf6bbe4 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_1ea5ff45-6fcf-2537-1825-bc13f28eceb0-eaf6bbe4 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (min-width: 1440px) {
  #w-node-c1aea64e-4cc4-2ff8-fd5c-7c6b23f0c337-eaf6bbe4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ff5bf402-1f8c-b255-b0fc-56795be3dfca-46cc8961 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0ec45e7a-18cd-281b-3279-69bd241725fc-eaf6bbe4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0ec45e7a-18cd-281b-3279-69bd2417260d-eaf6bbe4 {
    grid-area: 1 / 2 / 2 / 4;
    place-self: center start;
  }

  #w-node-_0ec45e7a-18cd-281b-3279-69bd24172624-eaf6bbe4 {
    justify-self: end;
  }

  #w-node-_27e9db6c-5711-03a4-b0fe-da62b5adb6e2-eaf6bbe4, #w-node-_27e9db6c-5711-03a4-b0fe-da62b5adb6f3-eaf6bbe4, #w-node-_27e9db6c-5711-03a4-b0fe-da62b5adb704-eaf6bbe4, #w-node-_06ff86b1-3e95-6002-161e-6f08f5bf7d12-eaf6bbe4, #w-node-_07e993f3-4d76-96ad-cf4f-b0ed1fde63b5-eaf6bbe4, #w-node-dfbb4477-0dbb-00a2-d086-ce7850d5b7a6-eaf6bbe4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_754dfc20-f663-8a4b-d5ea-c0bbd7a63468-eaf6bbe4, #w-node-a2c9016a-f4aa-585d-ec2e-d58551ca7af5-eaf6bbe4, #w-node-ff4538c2-20d9-2046-e53f-0d0cb3d7a6cb-eaf6bbe4, #w-node-eb231d8f-e4f4-21c8-5713-301f5bc4875a-eaf6bbe4, #w-node-_4c8dd5e4-facf-7d11-66fe-eecebc3ad30b-eaf6bbe4, #w-node-e5ee0729-855d-96ab-963b-573b1b6bb5b1-eaf6bbe4, #w-node-c640d2f7-0174-17b8-1f54-8aeacc0753d0-46cc88d9 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7cc2b7cb-b752-8592-bd57-034422384d6c-eaf6bbe4 {
    grid-column: 3 / 4;
    justify-self: end;
  }

  #w-node-_7cc2b7cb-b752-8592-bd57-034422384d6d-eaf6bbe4 {
    grid-area: 3 / 2 / 4 / 3;
    place-self: center stretch;
  }

  #w-node-_7cc2b7cb-b752-8592-bd57-034422384d75-eaf6bbe4, #w-node-_7cc2b7cb-b752-8592-bd57-034422384d92-eaf6bbe4, #w-node-_7cc2b7cb-b752-8592-bd57-034422384daf-eaf6bbe4 {
    grid-column: span 4 / span 4;
  }

  #w-node-c640d2f7-0174-17b8-1f54-8aeacc0753d0-46cc88d9 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0ec45e7a-18cd-281b-3279-69bd24172624-eaf6bbe4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7cc2b7cb-b752-8592-bd57-034422384d75-eaf6bbe4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center start;
  }

  #w-node-_7cc2b7cb-b752-8592-bd57-034422384de9-eaf6bbe4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c1aea64e-4cc4-2ff8-fd5c-7c6b23f0c338-eaf6bbe4 {
    grid-column: 1 / 2;
  }
}


@font-face {
  font-family: 'Katales Broken Copy';
  src: url('../fonts/Katales-Broken-copy.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}