:root {
  --theme--background: #fafafb;
  --text-main--font-family: var(--font--primary-family);
  --theme--text: var(--button--text);
  --text-main--font-size: var(--size--1rem);
  --text-main--line-height: var(--line-height--1-5em);
  --text-main--letter-spacing: var(--letter-spacing--0em);
  --display--font-family: var(--all-headings--heading-font-family);
  --display--font-size: var(--size--7rem);
  --display--line-height: var(--line-height--1-1em);
  --display--letter-spacing: var(--all-headings--heading-letter-spacing);
  --h1--font-family: var(--all-headings--heading-font-family);
  --h1--font-size: var(--size--5rem);
  --h1--line-height: var(--all-headings--heading-line-height);
  --h1--letter-spacing: var(--all-headings--heading-letter-spacing);
  --h2--font-family: var(--all-headings--heading-font-family);
  --h2--font-size: var(--size--4rem);
  --h2--line-height: var(--h1--line-height);
  --h2--letter-spacing: var(--all-headings--heading-letter-spacing);
  --h3--font-family: var(--all-headings--heading-font-family);
  --h3--font-size: var(--size--3rem);
  --h3--line-height: var(--line-height--1-1em);
  --h3--letter-spacing: var(--all-headings--heading-letter-spacing);
  --h4--font-family: var(--all-headings--heading-font-family);
  --h4--font-size: var(--size--2-5rem);
  --h4--line-height: var(--line-height--1-3em);
  --h4--letter-spacing: var(--letter-spacing--0em);
  --h5--font-size: var(--size--2rem);
  --h5--line-height: var(--line-height--1-3em);
  --h6--font-family: var(--all-headings--heading-font-family);
  --h6--font-size: var(--size--1rem);
  --h6--line-height: var(--line-height--1-3em);
  --h6--letter-spacing: var(--letter-spacing--0em);
  --space--small: var(--size--1-5rem);
  --border-width--main: 1px;
  --theme--border: white;
  --radius--main: 1rem;
  --size--0-5rem: .5rem;
  --size--0-75rem: .75rem;
  --radius--small: .5rem;
  --line-height--1em: 1em;
  --space--extra-small: var(--size--0-75rem);
  --swatch--transparent: #fff0;
  --size--1-5rem: 1.5rem;
  --swatch--brand: #0056e0;
  --radius--round: 100vw;
  --size--3rem: 3rem;
  --text-large--line-height: var(--line-height--1-3em);
  --h5--font-family: var(--all-headings--heading-font-family);
  --h5--letter-spacing: var(--letter-spacing--0em);
  --size--1-25rem: 1.25rem;
  --size--0-25rem: .25rem;
  --size--2rem: 2rem;
  --size--1rem: 1rem;
  --text-large--font-family: var(--font--primary-family);
  --text-large--font-size: var(--size--1-25rem);
  --text-large--letter-spacing: var(--letter-spacing--0em);
  --button--border: white;
  --button--background: white;
  --button--border-hover: white;
  --button--background-hover: white;
  --button--text-hover: white;
  --size--5rem: 5rem;
  --button--text: white;
  --max-width--main: 90rem;
  --padding-vertical--none: var(--size--0rem);
  --padding-horizontal--main: 3rem;
  --text-small--font-family: var(--font--primary-family);
  --text-small--font-size: .875rem;
  --text-small--line-height: var(--line-height--1-5em);
  --text-small--letter-spacing: var(--letter-spacing--0em);
  --padding-vertical--small: var(--size--5rem);
  --space--medium: var(--size--3rem);
  --size--4rem: 4rem;
  --size--8rem: 8rem;
  --swatch--light-secondary: #eeeff1;
  --grid-gap--main: var(--size--1rem);
  --size--0rem: 0rem;
  --space--large: var(--size--4rem);
  --size--2-5rem: 2.5rem;
  --swatch--light: #fafafb;
  --swatch--dark: #0d1324;
  --swatch--red: red;
  --swatch--green: #088d2e;
  --size--6rem: 6rem;
  --size--16rem: 16rem;
  --size--0-125rem: .125rem;
  --size--3-5rem: 3.5rem;
  --size--11rem: 11rem;
  --size--30rem: 45rem;
  --swatch--dark-secondary: #72728a;
  --swatch--brand-text: var(--swatch--light);
  --swatch--yelow: #fdd300;
  --max-width--none: 100vw;
  --padding-vertical--main: var(--size--7rem);
  --padding-vertical--large: var(--size--10rem);
  --padding-vertical--big: var(--size--16rem);
  --svg-stroke-width--main: 1.5px;
  --all-headings--heading-font-family: var(--font--primary-family);
  --all-headings--heading-font-weight: var(--font--primary-medium);
  --all-headings--heading-line-height: var(--line-height--1em);
  --all-headings--heading-letter-spacing: var(--letter-spacing--0-03em);
  --all-headings--heading-text-transform: var(--text-transform--inherit);
  --display--font-weight: var(--all-headings--heading-font-weight);
  --display--text-transform: var(--all-headings--heading-text-transform);
  --h1--font-weight: var(--all-headings--heading-font-weight);
  --h1--text-transform: var(--all-headings--heading-text-transform);
  --h2--font-weight: var(--all-headings--heading-font-weight);
  --h2--text-transform: var(--all-headings--heading-text-transform);
  --h3--font-weight: var(--all-headings--heading-font-weight);
  --h3--text-transform: var(--all-headings--heading-text-transform);
  --h4--font-weight: var(--all-headings--heading-font-weight);
  --h4--text-transform: var(--all-headings--heading-text-transform);
  --h5--font-weight: var(--all-headings--heading-font-weight);
  --h5--text-transform: var(--all-headings--heading-text-transform);
  --h6--font-weight: var(--all-headings--heading-font-weight);
  --h6--text-transform: var(--all-headings--heading-text-transform);
  --text-large--font-weight: var(--font--primary-regular);
  --text-large--text-transform: var(--text-transform--inherit);
  --text-main--font-weight: var(--font--primary-regular);
  --text-main--text-transform: var(--text-transform--none);
  --text-small--font-weight: var(--font--primary-regular);
  --text-small--text-transform: var(--text-transform--inherit);
  --font--primary-family: "Plus Jakarta Sans", sans-serif;
  --font--primary-regular: var(--font-weight--500);
  --font--primary-medium: var(--font-weight--600);
  --font--primary-bold: var(--font-weight--700);
  --font-weight--inherit: 0px;
  --font-weight--100: 0px;
  --font-weight--200: 0px;
  --font-weight--300: 0px;
  --font-weight--400: 0px;
  --font-weight--500: 0px;
  --font-weight--600: 0px;
  --font-weight--700: 0px;
  --font-weight--800: 0px;
  --font-weight--900: 0px;
  --letter-spacing--0em: 0em;
  --letter-spacing--0-03em: -.03em;
  --line-height--1-5em: 1.5em;
  --line-height--1-3em: 1.3em;
  --line-height--1-1em: 1.1em;
  --size--4-5rem: 4.5rem;
  --size--5-5rem: 5.5rem;
  --size--6-5rem: 6.5rem;
  --size--7rem: 7rem;
  --size--7-5rem: 7.5rem;
  --size--8-5rem: 8.5rem;
  --size--9rem: 9rem;
  --size--9-5rem: 9.5rem;
  --size--10rem: 10rem;
  --size--12rem: 12rem;
  --size--13rem: 13rem;
  --size--14rem: 14rem;
  --size--15rem: 15rem;
  --text-transform--inherit: 0px;
  --text-transform--none: 0px;
  --text-transform--uppercase: 0px;
  --text-transform--capitalize: 0px;
  --text-transform--lowercase: 0px;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--theme--background);
  font-family: var(--text-main--font-family);
  color: var(--theme--text);
  font-size: var(--text-main--font-size);
  line-height: var(--text-main--line-height);
  letter-spacing: var(--text-main--letter-spacing);
  overscroll-behavior: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  margin: unset;
  padding: unset;
  list-style-type: none;
}

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

blockquote {
  padding: unset;
  border-width: 0;
}

figure {
  margin: 0;
}

.u-text-display {
  font-family: var(--display--font-family);
  font-size: var(--display--font-size);
  line-height: var(--display--line-height);
  letter-spacing: var(--display--letter-spacing);
  font-weight: var(--display--font-weight);
  text-transform: var(--display--text-transform);
}

.u-text-h1 {
  font-family: var(--h1--font-family);
  font-size: var(--h1--font-size);
  line-height: var(--h1--line-height);
  letter-spacing: var(--h1--letter-spacing);
  font-weight: var(--h1--font-weight);
  text-transform: var(--h1--text-transform);
}

.u-text-h2 {
  font-family: var(--h2--font-family);
  font-size: var(--h2--font-size);
  line-height: var(--h2--line-height);
  letter-spacing: var(--h2--letter-spacing);
  font-weight: var(--h2--font-weight);
  text-transform: var(--h2--text-transform);
}

.u-text-h2.text-wrap-balance.u-max-width-small {
  max-width: 10ch;
}

.u-text-h3 {
  font-family: var(--h3--font-family);
  font-size: var(--h3--font-size);
  line-height: var(--h3--line-height);
  letter-spacing: var(--h3--letter-spacing);
  font-weight: var(--h3--font-weight);
  text-transform: var(--h3--text-transform);
}

.u-text-h4 {
  font-family: var(--h4--font-family);
  font-size: var(--h4--font-size);
  line-height: var(--h4--line-height);
  letter-spacing: var(--h4--letter-spacing);
  font-weight: var(--h4--font-weight);
  text-transform: var(--h4--text-transform);
  max-width: 45ch;
}

.u-text-h4.hero-heading.text-wrap-balance {
  text-wrap: balance;
}

.u-text-h5 {
  font-size: var(--h5--font-size);
  line-height: var(--h5--line-height);
  font-weight: var(--h5--font-weight);
  text-transform: var(--h5--text-transform);
}

.u-text-h5.display-m-absolute {
  position: absolute;
}

.u-text-h6 {
  font-family: var(--h6--font-family);
  font-size: var(--h6--font-size);
  line-height: var(--h6--line-height);
  letter-spacing: var(--h6--letter-spacing);
  font-weight: var(--h6--font-weight);
  text-transform: var(--h6--text-transform);
}

.u-text-main {
  opacity: .6;
  font-family: var(--text-main--font-family);
  font-size: var(--text-main--font-size);
  line-height: var(--text-main--line-height);
  letter-spacing: var(--text-main--letter-spacing);
  font-weight: var(--text-main--font-weight);
  text-transform: var(--text-main--text-transform);
  max-width: 50ch;
}

.u-text-main.max {
  max-width: 22ch;
}

.u-text-main.max.text-wrap-balance, .u-text-main.hero-heading.text-wrap-balance {
  text-wrap: balance;
}

.u-text-main.opaciti_full {
  opacity: 1;
}

.u-text-main.opaciti_full.text-wrap {
  text-wrap: balance;
}

.styleguide_card {
  padding: var(--space--small);
  border: var(--border-width--main) solid var(--theme--border);
  border-radius: var(--radius--main);
  position: relative;
  overflow: hidden;
}

.styleguide_card.u-gap-medium.u-vflex-left-between {
  flex: 0 auto;
}

.styleguide_footer {
  border-top: var(--border-width--main) solid var(--theme--border);
  text-align: center;
}

.g_tag_wrap {
  min-width: 4rem;
  padding: var(--size--0-5rem) var(--size--0-75rem);
  border-radius: var(--radius--small);
  background-color: var(--theme--text);
  color: var(--theme--background);
  line-height: var(--line-height--1em);
  text-align: center;
  display: inline-block;
}

.styleguide_font_item {
  border-bottom: var(--border-width--main) solid var(--theme--border);
}

.styleguide_font_item.u-grid-column-2 {
  padding-top: var(--space--small);
  padding-bottom: var(--space--small);
  grid-row-gap: var(--space--extra-small);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 24rem), 1fr));
  align-items: center;
}

.form_main_list {
  width: 100%;
}

.form_main_field_wrap {
  text-align: left;
  width: 100%;
}

.form_main_wrap {
  width: 100%;
  margin-bottom: 0;
}

.form_main_wrap.u-column-4.start_col {
  grid-column-start: 9;
}

.form_main_wrap.start_col {
  grid-column-start: 3;
}

.form_main_success_wrap {
  border: var(--border-width--main) solid var(--theme--border);
  border-radius: var(--radius--main);
  background-color: var(--swatch--transparent);
  padding: 1.2rem;
}

.form_main_option_item {
  margin-bottom: 0;
  padding-left: 0;
}

.form_main_error_wrap {
  border: var(--border-width--main) solid var(--theme--border);
  border-radius: var(--radius--main);
  background-color: #0000;
  margin-top: 1.3rem;
  padding: .8rem 1.4rem;
}

.form_main_option_link {
  width: var(--size--1-5rem);
  height: var(--size--1-5rem);
  margin: 0px var(--space--extra-small) 0px 0px;
  border-width: var(--border-width--main);
  border-color: var(--theme--border);
  border-radius: var(--radius--small);
}

.form_main_option_link.w--redirected-checked {
  border-color: var(--swatch--brand);
  border-radius: var(--radius--small);
  background-color: var(--swatch--brand);
  background-size: 60%;
}

.form_main_option_link.w--redirected-focus {
  box-shadow: none;
}

.form_main_option_link.radio {
  border-radius: var(--radius--round);
}

.form_main_field_input {
  width: 100%;
  height: var(--size--3rem);
  border-top: 0 solid #000;
  border-bottom-style: solid;
  border-right: 0 solid #000;
  border-bottom-width: var(--border-width--main);
  border-bottom-color: var(--theme--border);
  font-size: var(--h6--font-size);
  line-height: var(--text-large--line-height);
  color: inherit;
  background-color: #0000;
  border-left: 0 solid #000;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}

.form_main_field_input:focus {
  border-bottom-color: var(--theme--text);
}

.form_main_field_input::placeholder {
  color: color-mix(in srgb, var(--theme--text) 60%, transparent);
}

.form_main_field_input.is-message {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 5rem;
  max-height: 10rem;
  padding-top: var(--size--0-5rem);
}

.u-rich-text h1 {
  margin-top: var(--space--small);
  margin-bottom: var(--space--extra-small);
  font-family: var(--h2--font-family);
  font-size: var(--h2--font-size);
  line-height: var(--h2--line-height);
  letter-spacing: var(--h2--letter-spacing);
  font-weight: var(--h2--font-weight);
  text-transform: var(--h2--text-transform);
}

.u-rich-text p {
  margin-top: var(--space--extra-small);
  margin-bottom: var(--space--extra-small);
}

.u-rich-text h2 {
  margin-top: var(--space--small);
  margin-bottom: var(--space--extra-small);
  font-family: var(--h2--font-family);
  font-size: var(--h2--font-size);
  line-height: var(--h2--line-height);
  letter-spacing: var(--h2--letter-spacing);
  font-weight: var(--h2--font-weight);
  text-transform: var(--h2--text-transform);
}

.u-rich-text h3 {
  margin-top: var(--space--small);
  margin-bottom: var(--space--extra-small);
  font-family: var(--h3--font-family);
  font-size: var(--h3--font-size);
  line-height: var(--h3--line-height);
  letter-spacing: var(--h3--letter-spacing);
  font-weight: var(--h3--font-weight);
  text-transform: var(--h3--text-transform);
}

.u-rich-text h4 {
  margin-top: var(--space--small);
  margin-bottom: var(--space--extra-small);
  font-family: var(--h4--font-family);
  font-size: var(--h4--font-size);
  line-height: var(--h4--line-height);
  letter-spacing: var(--h4--letter-spacing);
  font-weight: var(--h4--font-weight);
  text-transform: var(--h4--text-transform);
}

.u-rich-text h5 {
  margin-top: var(--space--small);
  margin-bottom: var(--space--extra-small);
  font-family: var(--h5--font-family);
  font-size: var(--h5--font-size);
  line-height: var(--h5--line-height);
  letter-spacing: var(--h5--letter-spacing);
  font-weight: var(--h5--font-weight);
  text-transform: var(--h5--text-transform);
}

.u-rich-text h6 {
  margin-top: var(--space--small);
  margin-bottom: var(--space--extra-small);
  font-family: var(--h6--font-family);
  font-size: var(--h6--font-size);
  line-height: var(--h6--line-height);
  letter-spacing: var(--h6--letter-spacing);
  font-weight: var(--h6--font-weight);
  text-transform: var(--h6--text-transform);
}

.u-rich-text figure {
  margin-top: var(--space--small);
  margin-bottom: var(--space--small);
}

.u-rich-text ul {
  margin-top: var(--size--0-75rem);
  margin-bottom: var(--size--0-75rem);
  padding-left: var(--size--1-25rem);
  list-style-type: disc;
}

.u-rich-text li {
  margin-top: var(--size--0-25rem);
  margin-bottom: var(--size--0-25rem);
}

.u-rich-text blockquote {
  margin-top: var(--size--2rem);
  margin-bottom: var(--size--2rem);
  padding-top: var(--size--0-5rem);
  padding-bottom: var(--size--0-5rem);
  padding-left: var(--size--1rem);
  font-family: var(--text-large--font-family);
  font-size: var(--text-large--font-size);
  line-height: var(--text-large--line-height);
  letter-spacing: var(--text-large--letter-spacing);
  font-weight: var(--text-large--font-weight);
  text-transform: var(--text-large--text-transform);
  border-left-style: solid;
  border-left-width: .2rem;
}

.u-rich-text ol {
  padding-left: var(--size--1-25rem);
  list-style-type: decimal;
}

.btn_main_wrap {
  padding: var(--size--0-75rem) var(--size--1-5rem);
  border: var(--border-width--main) solid var(--button--border);
  border-radius: var(--radius--small);
  background-color: var(--button--background);
  line-height: 1;
  transition: border-color .2s, color .2s, background-color .2s;
  display: inline-block;
  box-shadow: 0 2px 2px #0000001a, 0 1px 1px #0e0e0e0a;
}

.btn_main_wrap:hover {
  border-color: var(--button--border-hover);
  background-color: var(--button--background-hover);
  color: var(--button--text-hover);
}

.btn_main_wrap.max {
  display: block;
}

.btn_main_icon {
  width: var(--size--1-5rem);
  height: var(--size--1-5rem);
  flex: none;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.btn_main_list {
  margin-left: auto;
  margin-right: auto;
}

.btn_main_text {
  flex: none;
}

.btn_play_wrap {
  width: var(--size--5rem);
  aspect-ratio: 1;
  border: var(--border-width--main) solid var(--button--border);
  border-radius: var(--radius--round);
  background-color: var(--button--background);
  color: var(--button--text);
  transition: border-color .2s, color .2s, background-color .2s;
  position: relative;
}

.btn_play_wrap:hover {
  border-color: var(--button--border-hover);
  background-color: var(--button--background-hover);
  color: var(--button--text-hover);
}

.btn_play_icon {
  width: 36%;
  height: 36%;
  margin-right: -7%;
}

.page_wrap {
  overflow: clip;
}

.page_main {
  z-index: 2;
  border-bottom-left-radius: var(--size--2rem);
  border-bottom-right-radius: var(--size--2rem);
  position: relative;
}

.page_code_wrap {
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.styleguide_visual {
  width: 100%;
  max-height: 7rem;
  padding: var(--space--extra-small);
  aspect-ratio: 3 / 1.5;
  border: var(--border-width--main) solid var(--theme--border);
  border-radius: var(--radius--small);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.u-cover {
  width: 100%;
  height: 100%;
}

.styleguide_icon {
  width: var(--size--3rem);
  height: var(--size--3rem);
}

.u-container {
  width: 100%;
  max-width: var(--max-width--main);
  padding: var(--padding-vertical--none) var(--padding-horizontal--main);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.u-text-large {
  opacity: .6;
  font-family: var(--text-large--font-family);
  font-size: var(--text-large--font-size);
  line-height: var(--text-large--line-height);
  letter-spacing: var(--text-large--letter-spacing);
  font-weight: var(--text-large--font-weight);
  text-transform: var(--text-large--text-transform);
}

.u-text-large.text-wrap-balance {
  text-wrap: balance;
}

.u-text-small {
  opacity: .6;
  font-family: var(--text-small--font-family);
  font-size: var(--text-small--font-size);
  line-height: var(--text-small--line-height);
  letter-spacing: var(--text-small--letter-spacing);
  font-weight: var(--text-small--font-weight);
  text-transform: var(--text-small--text-transform);
}

.u-text-small.opaciti-100 {
  opacity: 1;
}

.u-text-small.max_wihit_small {
  max-width: 22ch;
}

.u-text-small.max_wihit_small.text-center {
  text-align: center;
}

.hero_utility-page_contain.u-container {
  min-height: 100vh;
}

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

.styleguide_contain.u-container {
  padding-top: var(--padding-vertical--small);
  padding-bottom: var(--padding-vertical--small);
}

.styleguide_guide_wrap {
  z-index: 2000;
  pointer-events: none;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.styleguide_guide_layout.u-grid-custom {
  grid-template-columns: var(--grid-main);
}

.styleguide_guide_column {
  color: #8a8a8a80;
  background-color: #9292920f;
  height: 100vh;
  padding-top: .6rem;
  padding-bottom: .6rem;
}

.layout_split_layout.u-grid-custom {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.layout_split_layout.u-grid-custom.u-gap-large {
  grid-auto-flow: row dense;
}

.g_eyebrow_wrap.u-gap-xsmall.u-hflex-left-stretch {
  text-transform: none;
}

.g_eyebrow_marker {
  width: var(--border-width--main);
  background-color: currentColor;
  padding-bottom: 0;
  padding-right: 0;
}

.g_eyebrow_text.u-text-main {
  align-self: center;
}

.layout_split_visual_wrap {
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.layout_split_visual_wrap.is-reversed {
  order: -1;
  justify-content: flex-end;
}

.layout_split_content {
  padding-top: var(--space--medium);
  padding-bottom: var(--space--medium);
}

.g_visual_wrap, .g_visual_wrap.u-grid-column-4 {
  z-index: 2;
}

.g_visual_wrap.padding_2 {
  padding: var(--size--4rem) var(--size--8rem) var(--size--2rem);
  border-radius: var(--radius--main);
}

.g_visual_background {
  opacity: .1;
  background-color: currentColor;
  padding-bottom: 0;
  padding-right: 0;
}

.g_visual_background.u-cover-absolute.white {
  border-radius: var(--radius--main);
  background-color: var(--swatch--light-secondary);
  opacity: 1;
}

.g_visual_img {
  border-radius: var(--radius--main);
  position: relative;
}

.g_visual_img.u-cover-absolute {
  overflow: clip;
}

.g_visual_img.one_image, .g_visual_img.image_two {
  border-top-left-radius: var(--radius--main);
  border-top-right-radius: var(--radius--main);
  border-bottom-left-radius: var(--radius--main);
  border-bottom-right-radius: var(--radius--main);
  grid-row: 2 / span 2;
}

.g_visual_img.three_image {
  border-radius: var(--radius--main);
}

.g_visual_img.ratio_1-1 {
  aspect-ratio: 1;
  border-radius: var(--radius--main);
}

.g_visual_img.size {
  border-radius: var(--padding-vertical--none);
}

.g_visual_video {
  border-radius: var(--radius--main);
}

.g_visual_overlay {
  background-color: #000;
}

.layout_full_contain {
  z-index: 4;
}

.layout_card_wrap.u-vflex-left-between.top_padding {
  padding-top: var(--space--small);
}

.u-grid-custom {
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: var(--grid-3);
  display: grid;
}

.styleguide_card_visual {
  border-top-left-radius: var(--radius--round);
  border-top-right-radius: var(--radius--round);
  border-bottom-left-radius: var(--radius--round);
  border-bottom-right-radius: var(--radius--round);
  opacity: .1;
  pointer-events: none;
  background-color: currentColor;
  min-width: 3rem;
  min-height: 3rem;
}

.u-grid-autofit {
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr));
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.u-column-custom {
  grid-column: auto / span 1;
}

.u-cover-absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.u-grid-subgrid {
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: subgrid;
  grid-column-gap: inherit;
  grid-row-gap: inherit;
  grid-column: auto / span 1;
  display: grid;
}

.u-column-full {
  grid-column: 1 / -1;
}

.styleguide_flex_wrap {
  aspect-ratio: 1;
  background-image: url('../images/dots.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 88%;
  flex-flow: column;
  width: 100%;
  display: flex;
  container-type: inline-size;
}

.u-hflex-left-top {
  flex-flow: row;
  place-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.styleguide_flex_dot {
  opacity: .1;
  pointer-events: none;
  background-color: currentColor;
  border-radius: 100vw;
  min-width: 16cqw;
  min-height: 16cqw;
}

.u-hflex-left-center {
  flex-flow: row;
  place-content: center flex-start;
  align-items: center;
  display: flex;
}

.u-hflex-left-bottom {
  flex-flow: row;
  place-content: flex-end flex-start;
  align-items: flex-end;
  display: flex;
}

.u-hflex-left-stretch {
  flex-flow: row;
  place-content: stretch flex-start;
  align-items: stretch;
  display: flex;
}

.u-hflex-center-top {
  flex-flow: row;
  place-content: flex-start center;
  align-items: flex-start;
  display: flex;
}

.u-hflex-center-center {
  flex-flow: row;
  place-content: center;
  align-items: center;
  display: flex;
}

.u-hflex-center-bottom {
  flex-flow: row;
  place-content: flex-end center;
  align-items: flex-end;
  display: flex;
}

.u-hflex-center-stretch {
  flex-flow: row;
  place-content: stretch center;
  align-items: stretch;
  display: flex;
}

.u-hflex-right-top {
  flex-flow: row;
  place-content: flex-start flex-end;
  align-items: flex-start;
  display: flex;
}

.u-hflex-right-center {
  flex-flow: row;
  place-content: center flex-end;
  align-items: center;
  display: flex;
}

.u-hflex-right-bottom {
  flex-flow: row;
  place-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.u-hflex-right-stretch {
  flex-flow: row;
  place-content: stretch flex-end;
  align-items: stretch;
  display: flex;
}

.u-hflex-between-top {
  flex-flow: row;
  place-content: flex-start space-between;
  align-items: flex-start;
  display: flex;
}

.u-hflex-between-center {
  flex-flow: row;
  place-content: center space-between;
  align-items: center;
  display: flex;
}

.u-hflex-between-bottom {
  flex-flow: row;
  place-content: flex-end space-between;
  align-items: flex-end;
  display: flex;
}

.u-hflex-between-stretch {
  flex-flow: row;
  place-content: stretch space-between;
  align-items: stretch;
  display: flex;
}

.u-vflex-left-top {
  flex-flow: column;
  place-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.u-vflex-left-center {
  flex-flow: column;
  place-content: flex-start center;
  align-items: flex-start;
  display: flex;
}

.u-vflex-left-bottom {
  flex-flow: column;
  place-content: flex-start flex-end;
  align-items: flex-start;
  display: flex;
}

.u-vflex-left-between {
  flex-flow: column;
  place-content: flex-start space-between;
  align-items: flex-start;
  display: flex;
}

.u-vflex-center-top {
  flex-flow: column;
  place-content: center flex-start;
  align-items: center;
  display: flex;
}

.u-vflex-center-center {
  flex-flow: column;
  place-content: center;
  align-items: center;
  display: flex;
}

.u-vflex-center-bottom {
  flex-flow: column;
  place-content: center flex-end;
  align-items: center;
  display: flex;
}

.u-vflex-center-between {
  flex-flow: column;
  place-content: center space-between;
  align-items: center;
  display: flex;
}

.u-vflex-right-top {
  flex-flow: column;
  place-content: flex-end flex-start;
  align-items: flex-end;
  display: flex;
}

.u-vflex-right-center {
  flex-flow: column;
  place-content: flex-end center;
  align-items: flex-end;
  display: flex;
}

.u-vflex-right-bottom {
  flex-flow: column;
  place-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.u-vflex-right-between {
  flex-flow: column;
  place-content: flex-end space-between;
  align-items: flex-end;
  display: flex;
}

.u-vflex-stretch-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.u-vflex-stretch-center {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.u-vflex-stretch-bottom {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.u-vflex-stretch-between {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.u-hflex-wrap {
  flex-flow: wrap;
}

.u-vflex-wrap {
  flex-flow: column wrap;
}

.u-gap-none {
  grid-column-gap: var(--size--0rem);
  grid-row-gap: var(--size--0rem);
}

.u-gap-main {
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
}

.u-gap-xsmall {
  grid-column-gap: var(--space--extra-small);
  grid-row-gap: var(--space--extra-small);
}

.u-gap-small {
  grid-column-gap: var(--space--small);
  grid-row-gap: var(--space--small);
}

.u-gap-medium {
  grid-column-gap: var(--space--medium);
  grid-row-gap: var(--space--medium);
}

.u-gap-large {
  grid-column-gap: var(--space--large);
  grid-row-gap: var(--space--large);
}

.u-grid-column-4 {
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: var(--grid-4);
  display: grid;
}

.u-grid-column-2 {
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: var(--grid-2);
  display: grid;
}

.u-color-inherit {
  color: inherit;
}

.u-color-faded {
  color: color-mix(in srgb, var(--theme--text) 60%, transparent);
}

.u-weight-regular {
  font-weight: var(--font--primary-regular);
}

.u-weight-medium {
  font-weight: var(--font--primary-medium);
}

.u-weight-bold {
  font-weight: var(--font--primary-bold);
}

.u-column-indent {
  grid-column: 2 / -2;
}

.styleguide_scroll {
  padding-right: var(--padding-horizontal--main);
  padding-left: var(--padding-horizontal--main);
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
  margin-left: calc(var(--padding-horizontal--main) * -1);
  margin-right: calc(var(--padding-horizontal--main) * -1);
  scrollbar-color: var(--theme--text) transparent;
  grid-template-rows: auto;
  grid-template-columns: minmax(16rem, 1fr);
  grid-auto-columns: minmax(16rem, 1fr);
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
  overflow: auto;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 3% 97%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 3% 97%, #0000 100%);
}

.u-flex-noshrink {
  flex: none;
}

.u-flex-grow {
  flex: 1;
}

.u-flex-shrink {
  flex: 0 auto;
}

.g_content_wrap {
  z-index: 2;
  position: relative;
}

.g_content_wrap.u-gap-medium.u-vflex-center-center {
  text-align: center;
}

.g_content_wrap.u-gap-medium.u-vflex-center-center.is-left-aligned {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

.g_content_wrap.u-gap-medium.u-vflex-center-center.u-column-5 {
  grid-column-start: 8;
}

.g_content_wrap.u-grid-landscape.padding_bottom {
  padding-bottom: var(--size--1rem);
  border-bottom: 1px solid var(--theme--border);
}

.g_content_wrap.z-idex2 {
  z-index: 2;
  position: relative;
}

.g_content_wrap.u-grid-column-12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.g_content_wrap.wihit_100 {
  width: 100%;
}

.g_content_wrap.u-column-6.u-vflex-stretch-top.u-gap-medium.start {
  grid-column-start: 1;
}

.g_content_btn_wrap.u-gap-xsmall.u-hflex-center-center {
  flex-flow: wrap;
}

.g_content_btn_wrap.u-gap-xsmall.u-hflex-center-center.is-left-aligned {
  justify-content: flex-start;
  align-items: center;
}

.g_content_btn_wrap.u-vflex-left-center.margin-top3 {
  margin-top: var(--space--medium);
}

.g_content_btn_wrap.paddin_top {
  padding-top: var(--space--medium);
}

.g_content_btn_wrap.paddin_top.u-hflex-left-bottom.u-gap-main.u-hflex-wrap.z-index2 {
  z-index: 2;
  position: relative;
}

.g_content_btn_wrap.u-column-3 {
  grid-column-start: 10;
}

.g_content_header.u-gap-small.u-vflex-center-center.is-left-aligned {
  justify-content: center;
  align-items: flex-start;
}

.u-visual-wrap {
  aspect-ratio: 1;
  border-radius: var(--radius--main);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.u-height-screen {
  min-height: 100svh;
}

.u-grid-column-3 {
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: var(--grid-3);
  display: grid;
}

.u-column-1 {
  grid-column: auto / span 1;
}

.u-column-2 {
  grid-column: auto / span 2;
}

.u-column-3 {
  grid-column: auto / span 3;
}

.u-column-4 {
  grid-column: auto / span 4;
}

.u-column-5 {
  grid-column: auto / span 5;
}

.u-column-6 {
  grid-column: auto / span 6;
}

.u-column-7 {
  grid-column: auto / span 7;
}

.u-column-8 {
  grid-column: auto / span 8;
}

.u-column-9 {
  grid-column: auto / span 9;
}

.u-column-10 {
  grid-column: auto / span 10;
}

.u-column-11 {
  grid-column: auto / span 11;
}

.u-column-12 {
  grid-column: auto / span 12;
}

.u-order-first, .u-order-first-desktop, .u-order-first-tablet {
  order: -1;
}

.u-order-last, .u-order-last-desktop, .u-order-last-tablet {
  order: 1;
}

.u-grid-desktop, .u-grid-tablet, .u-grid-landscape {
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: var(--grid-main);
  display: grid;
}

.g_card-link_wrap {
  z-index: 3;
  opacity: 0;
}

.u-grid-breakout {
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: var(--grid-breakout);
  display: grid;
}

.layout_split_visual_inner {
  aspect-ratio: 1;
  object-fit: cover;
  flex: none;
  width: 50vw;
  max-width: 100%;
  height: 100%;
}

.layout_split_visual_inner.auto {
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.u-max-width-none {
  max-width: none;
}

.g_content_title {
  grid-column-start: 1;
  position: static;
}

.g_content_title.title_row {
  grid-row: 1 / span 1;
}

.g_content_text.u-column-6 {
  grid-column-start: 6;
}

.g_content_text.u-column-6.z-index2 {
  z-index: 2;
  position: relative;
}

.g_content_text.u-column-9 {
  grid-column-start: 4;
}

.g_content_text.u-column-9.u-grid-autofit {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
}

.nav_btn_wrap {
  z-index: 3;
  display: none;
  position: relative;
}

.card-button-icon-inner-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
}

.card-image {
  z-index: 2;
  border-radius: var(--radius--main);
  object-fit: cover;
  background-color: #fff;
  background-image: url('../images/62e3cb09b48aac02f6b8f830_u3_162e3cb09b48aac02f6b8f830_u3.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.card-image.u-vflex-center-between {
  background-image: none;
}

.card {
  border-radius: var(--radius--main);
  object-fit: cover;
  align-items: flex-end;
  width: 100%;
  height: 30rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card.padding_botom {
  margin-bottom: var(--space--extra-small);
}

.card-button-icon {
  width: 1rem;
}

.card-content {
  border-radius: var(--radius--main);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 10%;
  display: flex;
}

.card-button {
  z-index: 99;
  width: var(--size--4rem);
  height: var(--size--4rem);
  background-color: #fff;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.card-button-icon-absolute {
  width: 1rem;
  position: absolute;
  top: 100%;
}

.card-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-button-icon-outer-wrapper {
  overflow: hidden;
}

.card_list {
  z-index: 2;
  position: relative;
}

.card_list.u-grid-custom {
  grid-template-columns: var(--grid-3);
}

.card_list.u-grid-custom.padding {
  padding-top: var(--size--2rem);
}

.card_list.u-grid-autofit.margin_top {
  margin-top: var(--size--0-75rem);
  padding-right: var(--size--1rem);
  padding-bottom: var(--size--1rem);
  padding-left: var(--size--1rem);
}

.menu-link {
  overflow: hidden;
}

.ico_card {
  width: var(--size--1-25rem);
}

.ico_card.big {
  width: var(--size--2-5rem);
}

.ico_card.xl {
  width: var(--size--4rem);
  flex: 0 auto;
}

.card_ico_wrap, .card_ico_wrap.u-hflex-center-center {
  border-radius: var(--radius--main);
}

.card_ico_wrap.card_icon {
  height: 20rem;
  padding: var(--size--2rem);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  box-shadow: 0 4px 4px #0000001a, 0 1px 1px #0e0e0e0a;
}

.card_ico_wrap.card_icon.u-vflex-left-between.proce {
  height: 15rem;
}

.headin_wrap {
  padding-top: var(--size--0-5rem);
  border-radius: var(--radius--main);
}

.svg-2 {
  width: var(--size--1-25rem);
  height: var(--size--1-25rem);
}

.spaces-card-top {
  z-index: 20;
  width: 100%;
  padding: var(--radius--main) var(--size--1rem) var(--space--small);
  position: relative;
}

.spaces-card-top.absolute_tag {
  justify-content: flex-start;
  position: absolute;
}

.spaces-card-top.u-max-width-90 {
  max-width: var(--max-width--main);
  padding-right: var(--space--medium);
  padding-left: var(--space--medium);
  margin-left: auto;
  margin-right: auto;
}

.tag {
  z-index: 2;
  padding: var(--size--0-5rem) var(--size--1rem);
  grid-column-gap: var(--size--0-5rem);
  grid-row-gap: var(--size--0-5rem);
  border-radius: var(--radius--small);
  background-color: var(--swatch--light);
  color: var(--swatch--dark);
  border-style: solid;
  border-width: 1px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.tag.red {
  border-color: var(--swatch--red);
  background-color: var(--swatch--red);
  color: var(--swatch--light);
}

.tag.green {
  border-color: var(--swatch--green);
  background-color: var(--swatch--green);
  color: var(--swatch--light);
}

.tag.white {
  border-style: solid;
  border-color: var(--swatch--light);
}

.tag.absolute {
  padding-top: var(--size--0-75rem);
  padding-bottom: var(--size--0-75rem);
  border-color: var(--swatch--light-secondary);
  background-color: var(--swatch--light-secondary);
  position: absolute;
  box-shadow: 0 1px 1px #0e0e0e0a, 0 4px 4px #0000001a;
}

.tag.absolute.left {
  inset: 8rem auto auto -2rem;
}

.tag.absolute.left.green {
  border-color: var(--swatch--green);
  background-color: var(--swatch--green);
}

.tag.absolute.right_down {
  inset: 2rem -2rem auto auto;
}

.tag.absolute.left_down {
  inset: auto auto 4rem 2rem;
}

.tag.absolute.right {
  inset: auto 4rem 8rem auto;
}

.tag.absolute.left_top {
  inset: 2rem auto auto -2rem;
}

.svg-3 {
  width: 1rem;
  height: 1rem;
}

.svg-3.big.blu {
  color: var(--swatch--brand);
}

.svg-3.ring {
  width: var(--size--2rem);
  height: var(--size--2rem);
  padding-top: var(--radius--small);
  padding-bottom: var(--radius--small);
  border-radius: var(--radius--round);
  background-color: var(--swatch--dark);
  color: var(--swatch--light);
}

.spaces-card-overlay {
  z-index: 3;
  border-radius: var(--radius--main);
  background-image: linear-gradient(#0000 70%, #101014bf);
  position: absolute;
  inset: 0%;
}

.spaces-card-overlay.hearo {
  background-image: linear-gradient(#0000 13%, #101014bf);
}

.spaces-card-bottom {
  z-index: 3;
  width: 100%;
  padding-right: var(--size--1rem);
  padding-bottom: var(--radius--main);
  padding-left: var(--size--1rem);
  color: var(--swatch--light);
  justify-content: space-between;
  align-items: center;
  position: relative;
}

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

.progress-bar {
  z-index: 998;
  background-color: var(--swatch--brand);
  width: 50%;
  height: .625rem;
  position: fixed;
  inset: auto auto 0% 0%;
}

.transition_wrap {
  z-index: 1200;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.transition_column {
  background-color: var(--swatch--brand);
  width: 100%;
}

.accordion-item {
  cursor: pointer;
}

.accordion-item:has(button.accordion-item-title) {
  cursor: default;
}

.accordion-item-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.accordion-item-title {
  width: 100%;
  padding-bottom: var(--size--2rem);
  border-bottom: 1px solid var(--theme--border);
  justify-content: space-between;
  align-items: center;
  display: flex;
  transition: border-bottom-color 0.22s ease;
}

button.accordion-item-title {
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
  background: transparent;
  margin: 0;
  appearance: none;
}

.accordion-item-title:hover,
.accordion-item-title:focus-visible {
  border-bottom-color: color-mix(in srgb, var(--swatch--dark) 72%, var(--theme--border));
}

.accordion-item.is-open > .accordion-item-title {
  border-bottom-color: color-mix(in srgb, var(--swatch--dark) 72%, var(--theme--border));
}

.accordion-item-content-details {
  padding-top: var(--size--2rem);
  padding-bottom: var(--size--2rem);
  grid-column-gap: var(--size--1rem);
  grid-row-gap: var(--size--1rem);
  border-bottom: 1px solid var(--theme--border);
  transition: border-bottom-color 0.22s ease;
}

.accordion-item.is-open .accordion-item-content-details {
  border-bottom-color: color-mix(in srgb, var(--swatch--dark) 72%, var(--theme--border));
}

.accordion-item-icon {
  width: var(--size--1-5rem);
  max-height: var(--size--2rem);
  flex-shrink: 0;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-wrapper:has(button.accordion-item-title) .accordion-item-icon {
  transform: rotate(0deg);
}

.accordion-wrapper:has(button.accordion-item-title) .accordion-item.is-open .accordion-item-icon {
  transform: rotate(45deg);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-item-title,
  .accordion-item-content-details,
  .accordion-item-icon {
    transition: none;
  }
}

.accordion-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.card-2 {
  border-radius: var(--radius--main);
  color: #fff;
  width: 50%;
  position: relative;
  overflow: hidden;
}

.card-shade {
  z-index: 2;
  background-image: linear-gradient(to top, #00000040, #0000 25%);
  position: absolute;
  inset: 0%;
}

.card-image-2 {
  aspect-ratio: 1;
  object-fit: cover;
  height: 100%;
}

.card-content-2 {
  z-index: 4;
  padding: 1.5rem;
  position: absolute;
  inset: auto 0% 0%;
}

.card-content-text-outer-wrapper {
  overflow: hidden;
}

.card-content-text-inner-wrapper {
  position: relative;
}

.tag-2 {
  z-index: 2;
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #101014;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.spaces-cta-card-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  max-width: 45ch;
  display: flex;
}

.spaces-cta-card-details {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.template-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #fff;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.fixed-footer-visibility-block {
  z-index: -1;
  height: 100vh;
  position: relative;
}

.blu {
  color: var(--swatch--brand);
}

.horizontal-line {
  width: 100%;
  height: .5px;
  margin-top: var(--space--large);
  margin-bottom: var(--space--large);
  background-color: var(--swatch--light-secondary);
  overflow: hidden;
}

.spacer {
  background-color: var(--swatch--brand);
  height: 100vh;
}

.footer_wrapper {
  margin-top: -100vh;
}

.horizontal-line-2 {
  background-color: #dadada;
  width: 100%;
  height: .5px;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1350px;
  min-height: .5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

.container.nav-container {
  height: var(--size--6rem);
  max-width: var(--max-width--main);
  padding-left: 0;
  padding-right: 0;
}

.nav {
  z-index: 200;
  height: var(--size--6rem);
  background-color: var(--swatch--transparent);
  position: sticky;
  inset: 0 0% auto;
}

.nav-link {
  height: 100%;
  padding: 0px var(--size--1-5rem);
  cursor: pointer;
  text-decoration: none;
  transition: opacity .35s cubic-bezier(.165, .84, .44, 1);
}

.nav-link:hover {
  opacity: .64;
}

.nav-menu-button {
  display: none;
}

.video {
  z-index: 1;
  aspect-ratio: auto;
  object-fit: fill;
  position: absolute;
  inset: 0%;
}

.ico_filter {
  width: var(--size--1-5rem);
  height: var(--size--1-5rem);
}

.text-size-h3 {
  text-wrap: balance;
  max-width: 17ch;
}

.home-cta_span {
  width: .8em;
  height: .7em;
  margin-left: .2em;
  margin-right: .2em;
  padding-bottom: 0;
  display: inline-block;
  position: relative;
}

.home-cta_span2 {
  width: 2em;
  height: .7em;
  margin-left: .2em;
  margin-right: .2em;
  display: inline-block;
  position: relative;
}

.home-cta_img {
  object-fit: cover;
  border-radius: 100vw;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.span-element.is-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hide-this {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: relative;
}

.home-cta_link {
  border: 1px solid var(--swatch--light-secondary);
  background-color: var(--swatch--transparent);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: .8em;
  height: .8em;
  transition: transform .15s, background-color .15s;
  display: flex;
}

.home-cta_link:hover {
  border-color: var(--swatch--dark);
  color: var(--swatch--brand);
  transform: scale(.92);
}

.home-cta_link-icon {
  width: 30%;
}

.toggle-button-m {
  border-radius: var(--radius--round);
  background-color: var(--swatch--light-secondary);
  justify-content: flex-start;
  align-items: center;
  width: 44px;
  height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.wrapper-2xs {
  padding-top: 16px;
  padding-bottom: 16px;
}

.toggle-button-fill-m {
  border-radius: var(--radius--round);
  opacity: 0;
  width: 44px;
  height: 24px;
  position: absolute;
}

.button-toggle-m {
  z-index: 2;
  width: var(--size--1-25rem);
  height: var(--size--1-25rem);
  margin-right: var(--size--0-25rem);
  margin-left: var(--size--0-25rem);
  padding-top: var(--size--0-25rem);
  padding-bottom: var(--size--0-25rem);
  border-radius: var(--radius--round);
  background-color: var(--swatch--light);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #1018280f, 0 1px 3px #1018281a;
}

.toggle-button-text {
  display: flex;
}

.cms-list-wrapper_locations {
  height: 0;
  overflow: hidden;
}

.location {
  overflow: visible;
}

.map-wrapper {
  aspect-ratio: 16 / 9;
  border-radius: var(--radius--main);
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.adres-card-wrap {
  height: 100%;
}

.marker {
  width: var(--size--2-5rem);
  height: var(--size--2-5rem);
  background-image: url('../images/mappin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.location-card {
  width: 100%;
  height: 100%;
  padding: var(--size--1-5rem);
  border: 1px solid var(--theme--border);
  border-radius: var(--radius--main);
  cursor: pointer;
}

.location-card:hover {
  background-color: var(--swatch--light-secondary);
  color: var(--swatch--dark);
}

.nav-list {
  position: relative;
}

.nav-menu {
  width: 100%;
  height: 100%;
  padding-right: var(--padding-horizontal--main);
  padding-left: var(--padding-horizontal--main);
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
}

.nav-container {
  z-index: 2;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
}

.logo-link-wrap {
  z-index: 5;
  width: 100%;
  max-width: 20ch;
  height: 100%;
  padding-top: var(--size--1rem);
  padding-bottom: var(--size--1rem);
  padding-left: var(--padding-horizontal--main);
  align-items: center;
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav-sigup-wrapper {
  z-index: 5;
  padding-right: var(--padding-horizontal--main);
  align-items: center;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-position {
  height: 100%;
  max-width: var(--max-width--main);
  border-radius: var(--radius--main);
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.svg-4 {
  flex: none;
}

.stacking-card__wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  width: 100%;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.stacking-card {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  border-radius: var(--radius--main);
  background-color: var(--theme--background);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: sticky;
  top: 6rem;
}

.heading-small-2 {
  color: var(--swatch--dark);
  font-size: var(--h6--font-size);
  font-weight: 500;
  line-height: 1.4;
}

.work-role_wrapper {
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
}

.work-role_dot-outer {
  width: var(--size--5rem);
  height: var(--size--5rem);
  border: 2px solid var(--swatch--dark);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.work-role_dot {
  z-index: 1;
  background-color: var(--swatch--light-secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 9em;
  height: 7em;
  display: flex;
  position: relative;
  top: 0;
}

.work-role_line {
  height: var(--size--0-125rem);
  position: absolute;
  inset: 5px 30px auto;
}

.work-role_dot-center {
  z-index: 1;
  width: var(--size--1-5rem);
  height: var(--size--1-5rem);
  border-radius: var(--radius--round);
  background-color: var(--swatch--brand);
  flex: none;
}

.work-role_list {
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.work-role_line-progress {
  background-color: var(--swatch--dark);
  transform-origin: 0%;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.work-role_name {
  color: var(--swatch--dark);
  font-weight: 400;
  line-height: 1;
}

.work-role_name.inactive {
  opacity: .6;
  font-size: var(--text-small--font-size);
  text-align: center;
  margin-bottom: .5em;
  line-height: 1.5;
}

.work-role_name.inactive.show-mobile-landscape {
  display: none;
}

.icon-dark {
  width: var(--size--1rem);
  height: var(--size--1rem);
}

.icon-light {
  width: var(--size--1rem);
  height: var(--size--1rem);
  color: var(--swatch--dark);
}

.headin-description {
  max-width: 12ch;
}

.hearo-image-wrap {
  border-radius: var(--radius--main);
  width: 100%;
}

.hearo-image-wrap.z-index2 {
  z-index: 2;
  position: relative;
}

.hearo-image-wrap.z-index2.hearo_image-wrap {
  aspect-ratio: 16 / 9;
  border-radius: var(--radius--main);
  object-fit: cover;
  overflow: visible;
}

.wrap-a {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-home {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1rem;
  display: block;
  position: relative;
}

.link-home:hover {
  opacity: .62;
}

.link-home.e {
  top: -2%;
  right: 3%;
}

.link-home.d {
  top: -14%;
  left: 2%;
}

.link-home.b {
  top: -12%;
  left: -4%;
}

.link-home.a {
  width: auto;
  left: -3.5%;
}

.link-home.c {
  top: -20%;
  left: -2%;
}

.link-home.f {
  top: 10%;
  left: -12%;
}

.home-text {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  display: inline;
  position: absolute;
  inset: -4% auto auto -89%;
}

.ring {
  background-color: #fff;
  border-radius: 8rem;
  width: .6rem;
  height: .6rem;
}

.work-top-img {
  z-index: 20;
  opacity: 1;
  background-color: #0d6cb0d9;
  border: 2px solid #0d6cb0;
  border-radius: 100vh;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding-left: .3em;
  display: flex;
  position: relative;
}

.work-top-img.pulsing-outline {
  background-color: #0d6cb0;
  border-style: none;
  padding-left: 0;
  position: static;
}

.wrapp-naumber {
  z-index: 1;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius--main);
  object-fit: cover;
  background-image: url('../images/62e3cb09b9c88df6890c5bb8_u6_162e3cb09b9c88df6890c5bb8_u6.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.card-button-2 {
  z-index: 99;
  background-color: #fff;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: absolute;
}

.card-3 {
  object-fit: cover;
  border-radius: 1rem;
  align-items: flex-end;
  width: 100%;
  height: 30rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-4 {
  border-radius: var(--radius--small);
  background-color: var(--theme--background);
  cursor: pointer;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.card-4.w--current {
  grid-template-rows: 0fr;
}

.card-4.location-card {
  padding: var(--size--0rem);
  background-color: var(--swatch--transparent);
  border-style: none;
}

.card-4.location-card:hover {
  color: var(--theme--text);
}

.card-image-4 {
  aspect-ratio: 1;
  border-radius: var(--radius--small);
}

.card-image-4.location-card {
  padding: var(--size--0rem);
}

.card-tag {
  border-radius: var(--radius--small);
  background-color: var(--theme--background);
  font-size: .8rem;
  display: flex;
  position: absolute;
  inset: auto auto 1rem 1rem;
}

.card-tag-content {
  white-space: nowrap;
  flex-direction: row;
  align-items: center;
  line-height: 1.2em;
  display: flex;
  overflow: hidden;
}

.card-tag-inner-content {
  padding-right: 1rem;
}

.card-tag-title {
  font-weight: 500;
}

.icon_card {
  width: var(--size--3-5rem);
  height: var(--size--3-5rem);
  border-radius: var(--radius--round);
}

.svg-5 {
  width: var(--size--2rem);
  height: var(--size--2rem);
  padding-bottom: var(--size--0-125rem);
}

.layer {
  z-index: 1;
  color: var(--swatch--brand);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.canvas_airplane-wrapper {
  aspect-ratio: 1440 / 642;
  pointer-events: none;
  flex: none;
  width: 100vw;
  position: absolute;
  top: 100%;
}

.canvas_airplane-wrapper.is-invert {
  min-width: 150rem;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.canvas_airplane {
  object-fit: fill;
  flex: none;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.image_wrap.u-vflex-stretch-center.u-gap-main.grid_row {
  grid-row: 1 / span 3;
}

.image_wrap.u-vflex-stretch-center.u-gap-main.grid_row_two {
  grid-area: 1 / 3 / 3 san / span 1;
}

.footer_5_bottom_line {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  width: 100%;
}

.footer_5_bottom_layout {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.footer_5_wrap {
  background-color: var(--swatch--brand);
  position: sticky;
  bottom: 0;
}

.footer_5_logo_wrap {
  width: 13.2rem;
}

.footer_5_bottom_contain {
  padding-top: 0;
  padding-bottom: 0;
}

.icon_wrap {
  width: var(--size--2rem);
  height: var(--size--2rem);
}

.home-about-content {
  padding: var(--size--2rem);
  aspect-ratio: 2;
  border-radius: var(--radius--main);
  background-color: var(--swatch--brand);
  color: var(--swatch--light);
  object-fit: cover;
  align-self: stretch;
  position: relative;
  overflow: hidden;
}

.home-about-grid {
  grid-column-gap: var(--radius--main);
  grid-row-gap: var(--radius--main);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: flex;
}

.home-about-img {
  width: 22vw;
  height: 22vw;
  padding: var(--size--2rem);
  border-radius: var(--radius--main);
  flex: none;
  position: relative;
  overflow: hidden;
}

.card-whipe-right {
  width: 0%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.card-whipe-left {
  z-index: 5;
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.overflow-hiden {
  overflow: hidden;
}

.pater_line {
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.nav_btn_wrap-2 {
  padding: 0;
}

.nav_btn_wrap-2.w--open {
  color: inherit;
  background-color: #c8c8c800;
}

.nav_contain {
  z-index: 1000;
  position: relative;
  inset: 0% 0% auto;
}

.nav_contain.u-container {
  min-height: 5rem;
  padding-top: 0;
  padding-bottom: 0;
}

.nav_logo_wrap {
  width: var(--size--11rem);
}

.nav_wrap {
  background-color: var(--swatch--transparent);
  position: sticky;
  top: 0;
}

.nav_menu_link {
  border-bottom-style: solid;
  border-bottom-width: 1.5px;
  border-bottom-color: var(--theme--border);
  text-align: left;
  width: 100%;
  color: inherit;
  padding: 3rem;
  display: block;
}

.nav_menu_wrap {
  z-index: 999;
  border-left: 1.5px solid var(--theme--border);
  background-color: var(--theme--background);
  width: 26rem;
  max-width: 100%;
  height: 100vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: fixed;
  inset: 0% 0% auto auto;
  overflow: auto;
}

.nav_btn_icon {
  width: var(--size--2rem);
}

.text-hearo_wrap {
  height: 22rem;
}

.text-hearo_wrap.u-hflex-center-center.big, .text-hearo_wrap.u-vflex-center-center.big {
  height: 100%;
  width: fit-content;
  gap: 48px;
}

.hearo_animation_wrap {
  padding-top: var(--size--3-5rem);
  padding-bottom: var(--size--3-5rem);
  border-radius: var(--radius--main);
  background-color: var(--swatch--light-secondary);
}

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

.svg-code {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.process_icon-wrap {
  width: var(--size--2-5rem);
  height: var(--size--2-5rem);
  padding: var(--size--0-5rem) var(--size--0-25rem);
  border-radius: var(--radius--round);
  background-color: var(--swatch--dark);
  color: var(--swatch--light);
  display: block;
}

.process_icon-wrap.u-hflex-center-center {
  display: flex;
}

.is-brand {
  color: var(--swatch--brand);
}

.icon_small {
  width: var(--size--2rem);
}

.text-span {
  color: var(--swatch--brand);
  font-size: var(--h2--font-size);
}

.text-span.small {
  font-size: var(--h4--font-size);
}

.table_cell {
  padding-left: var(--size--2rem);
}

.table_row {
  height: var(--size--5rem);
  border-bottom: 1px solid var(--theme--border);
}

.dropdown_toggle {
  padding-top: var(--size--2rem);
  padding-bottom: var(--size--2rem);
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown_arrow {
  width: 1rem;
  transition: transform .2s;
}

.dropdown_content {
  position: relative;
  left: -100%;
}

.dropdown_height {
  width: var(--size--30rem);
  border-top-left-radius: var(--radius--main);
  border-top-right-radius: var(--radius--main);
  border-bottom-left-radius: var(--radius--main);
  border-bottom-right-radius: var(--radius--main);
  background-color: var(--swatch--transparent);
  grid-template-rows: 0fr;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  padding-left: 0;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: grid;
  position: absolute;
  inset: 0 auto auto 0;
}

.dropdown_list {
  border-top-left-radius: var(--radius--main);
  border-top-right-radius: var(--radius--main);
  border-bottom-left-radius: var(--radius--main);
  border-bottom-right-radius: var(--radius--main);
  background-color: var(--theme--background);
  grid-template-rows: 0fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 10rem;
  list-style-type: none;
  display: grid;
  overflow: hidden;
}

.dropdown_item {
  border-top-left-radius: var(--radius--main);
  border-top-right-radius: var(--radius--main);
  border-bottom-left-radius: var(--radius--main);
  border-bottom-right-radius: var(--radius--main);
  grid-template-rows: 0fr;
}

.dropdown_link {
  padding: .6rem;
  display: block;
}

.collection-list-wrapper {
  width: var(--size--30rem);
}

.collection-item {
  padding-top: var(--size--1rem);
  padding-right: var(--size--1rem);
  padding-left: var(--size--1rem);
}

.info {
  width: var(--size--2rem);
}

.icon-wrap {
  width: var(--size--2rem);
  height: var(--size--2rem);
  color: var(--swatch--brand);
}

.map_wrap {
  border-radius: var(--radius--main);
  width: 100%;
  position: relative;
}

.map_img {
  aspect-ratio: 16 / 9;
  border-radius: var(--radius--main);
  object-fit: cover;
}

.absolute-full {
  position: absolute;
  inset: 0%;
}

.map_dot {
  z-index: 2;
  width: var(--size--1-5rem);
  height: var(--size--1-5rem);
  border-top-style: solid;
  border-top-width: var(--size--0-125rem);
  border-top-color: var(--swatch--light);
  border-right-style: solid;
  border-right-width: var(--size--0-125rem);
  border-right-color: var(--swatch--light);
  border-bottom-style: solid;
  border-bottom-width: var(--size--0-125rem);
  border-bottom-color: var(--swatch--light);
  border-left-style: solid;
  border-left-width: var(--size--0-125rem);
  border-left-color: var(--swatch--light);
  border-top-left-radius: var(--radius--round);
  border-top-right-radius: var(--radius--round);
  border-bottom-left-radius: var(--radius--round);
  border-bottom-right-radius: var(--radius--round);
  background-color: var(--swatch--brand);
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  font-size: 0;
  line-height: 0;
  transition-property: font-size;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-50%, -50%);
}

.map_dot:hover {
  font-size: 1rem;
}

.map_dot.pulsing-outline {
  justify-content: flex-end;
  align-items: center;
}

.map_dot.pulsing-outline:hover {
  padding-right: var(--size--0rem);
  padding-left: var(--size--0rem);
}

.map_dot.map_dot_static_1 {
  top: 49%;
  left: 33%;
}

.map_dot.map_dot_static_2 {
  top: 38%;
  left: 38%;
}

.map_dot.map_dot_static_3 {
  top: 30%;
  left: 46%;
}

.map_dot.map_dot_static_4 {
  top: 35%;
  left: 53%;
}

.map_dot.map_dot_static_5 {
  top: 49%;
  left: 54%;
}

.map_dot.map_dot_static_6 {
  top: 60%;
  left: 51%;
}

.map_tag {
  margin-right: var(--size--2rem);
  border-radius: var(--radius--small);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  color: var(--swatch--light);
  text-align: center;
  text-transform: none;
  background-color: #0000001a;
  flex: none;
  padding: .6em 1.25em .75em;
  line-height: 1.3;
  overflow: hidden;
}

.link_cms_map {
  z-index: 3;
  width: 140%;
  height: 140%;
  color: var(--button--text);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.light-bar {
  opacity: .4;
  width: 100%;
  height: 400px;
  margin-bottom: -400px;
  transition: transform .96s, opacity .96s;
}

.dot_center {
  width: var(--size--0-5rem);
  height: var(--size--0-5rem);
  border-radius: var(--radius--round);
  background-color: var(--button--text);
  flex: none;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
  inset: 29% 0% 0% 29%;
}

.image {
  margin-right: var(--size--2rem);
  margin-bottom: var(--size--2rem);
}

.image_tag {
  width: 20%;
}

.plus_icon {
  width: var(--size--1rem);
  height: var(--size--1rem);
}

.image_card {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.transition_column-2 {
  background-color: #0056e0;
  width: 100%;
}

.hidden-cms {
  display: none;
}

.info-2 {
  width: 2rem;
}

@media screen and (max-width: 991px) {
  .form_main_wrap.u-column-4.start_col.u-vflex-stretch-top.u-gap-main {
    grid-column: auto / span 12;
  }

  .layout_split_layout.u-grid-custom {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .layout_split_visual_wrap.is-reversed {
    order: 0;
  }

  .layout_split_content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .g_visual_img.one_image {
    grid-column: 3 / span 2;
  }

  .g_visual_img.image_two {
    grid-column: 7 / span 2;
  }

  .u-grid-column-4 {
    grid-template-columns: var(--grid-2);
  }

  .g_content_wrap.u-column-6.u-vflex-stretch-top.u-gap-medium {
    grid-column-end: span 12;
  }

  .u-order-first-desktop, .u-order-last-desktop {
    order: 0;
  }

  .u-grid-desktop {
    flex-flow: column;
    display: flex;
  }

  .layout_split_visual_inner {
    width: 100%;
  }

  .layout_split_visual_inner.u-visual-wrap.mobile {
    aspect-ratio: 2.39;
  }

  .g_content_title.u-column-3 {
    grid-column-end: span 12;
  }

  .nav_btn_wrap {
    display: block;
  }

  .card {
    height: 25rem;
  }

  .card_list.u-grid-custom {
    grid-template-columns: var(--grid-2);
  }

  .tag {
    font-size: .9rem;
  }

  .card-2 {
    width: 100%;
  }

  .tag-2 {
    font-size: .9rem;
  }

  .fixed-footer-visibility-block {
    display: none;
  }

  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav {
    padding-right: var(--radius--small);
    padding-left: var(--radius--small);
    color: inherit;
  }

  .nav-link {
    font-size: var(--h4--font-size);
  }

  .nav-menu-button {
    cursor: pointer;
    width: 1.5rem;
    display: flex;
  }

  .wrapper-2xs {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-list.u-hflex-left-center.mobile {
    height: var(--size--16rem);
    padding-top: var(--size--5rem);
    grid-column-gap: var(--grid-gap--main);
    grid-row-gap: var(--grid-gap--main);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .nav-menu {
    border-radius: var(--radius--main);
    background-color: var(--theme--background);
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: block;
    position: relative;
    top: 5rem;
  }

  .menu-button {
    padding: var(--radius--main) var(--size--1rem) var(--size--1rem);
    border-radius: var(--radius--round);
  }

  .menu-button.w--open {
    background-color: var(--theme--background);
    color: var(--swatch--dark);
  }

  .stacking-card {
    top: 3rem;
  }

  .link-home {
    padding: 0;
  }

  .link-home.e {
    right: 7%;
  }

  .link-home.e.hide-mobile-landscape {
    right: 0%;
  }

  .link-home.d {
    left: -1%;
  }

  .link-home.d.hide-mobile-landscape {
    top: -11%;
    left: 2%;
  }

  .link-home.b {
    top: -15%;
    left: 1%;
  }

  .link-home.b.hide-mobile-landscape {
    top: -14%;
    left: -5%;
  }

  .link-home.a.hide-mobile-landscape {
    left: -7.5%;
  }

  .link-home.c {
    left: 0%;
  }

  .link-home.c.hide-mobile-landscape {
    left: -3%;
  }

  .link-home.f {
    left: -19%;
  }

  .link-home.f.hide-mobile-landscape {
    left: -8%;
  }

  .home-text {
    top: -23%;
    left: -227%;
  }

  .card-3 {
    height: 25rem;
  }

  .image_wrap.u-vflex-stretch-center.u-gap-main.grid_row {
    grid-area: 1 / 1 / span 3 / span 2;
  }

  .image_wrap.u-vflex-stretch-center.u-gap-main.grid_row_two {
    grid-column: 5 / span 2;
  }

  .home-about-content {
    min-height: 45vw;
  }

  .home-about-grid {
    transform: translate(-20%);
  }

  .home-about-img {
    width: 20rem;
    height: 45vw;
  }

  .dropdown_wrap {
    width: 100%;
  }

  .dropdown_toggle {
    padding-top: var(--size--1rem);
    padding-bottom: var(--size--1rem);
  }

  .dropdown_content {
    left: 0%;
  }

  .dropdown_height {
    position: relative;
  }

  .dropdown_list {
    min-width: auto;
  }

  .light-bar {
    width: 300%;
    position: relative;
    left: -100%;
  }
}

@media screen and (max-width: 767px) {
  .styleguide_font_item {
    grid-template-columns: 100%;
  }

  .u-grid-column-4, .u-grid-column-2 {
    grid-template-columns: var(--grid-1);
  }

  .g_content_btn_wrap.u-column-3.u-hflex-right-bottom.u-gap-main {
    grid-column-end: span 12;
  }

  .u-grid-column-3 {
    grid-auto-flow: column;
    grid-template-columns: var(--grid-1);
    justify-items: stretch;
  }

  .u-order-first-tablet, .u-order-last-tablet {
    order: 0;
  }

  .u-grid-tablet {
    flex-flow: column;
    display: flex;
  }

  .card-button {
    width: 3rem;
    height: 3rem;
  }

  .card_list.u-grid-custom.padding {
    grid-template-columns: var(--grid-1);
  }

  .tag.absolute.left {
    top: 2rem;
  }

  .tag.absolute.left_down {
    bottom: 2rem;
  }

  .tag.absolute.right {
    right: 1rem;
  }

  .spaces-cta-card-info {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    max-width: 100%;
  }

  .spaces-cta-card-details {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .template-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .wrapper-2xs {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .logo-link-wrap.w--current {
    max-width: 15ch;
  }

  .stacking-card {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .heading-small-2 {
    font-size: 1.25rem;
  }

  .span {
    font-size: 1.2em;
    font-weight: 700;
  }

  .link-home.e {
    right: 9%;
  }

  .link-home.b {
    left: 4%;
  }

  .link-home.a {
    left: 7.5%;
  }

  .link-home.c {
    top: -18%;
    left: 2%;
  }

  .link-home.f {
    left: -24%;
  }

  .work-top-img {
    width: 1.6em;
    height: 1.6em;
  }

  .card-button-2 {
    width: 3rem;
    height: 3rem;
  }

  .card-image-4 {
    aspect-ratio: 2.39;
  }

  .image_wrap.u-vflex-stretch-center.u-gap-main.grid_row {
    grid-column: 1 / span 4;
  }

  .image_wrap.u-vflex-stretch-center.u-gap-main.grid_row_two {
    grid-column: 5 / span 4;
  }

  .home-about-content {
    width: 100%;
    min-height: 25.3rem;
  }

  .home-about-grid {
    padding-left: 2.5%;
    padding-right: 2.5%;
    transform: translate(0%);
  }

  .home-about-img {
    height: 50vw;
    display: none;
  }

  .pater_line {
    height: 100%;
  }

  .nav_btn_icon {
    width: var(--size--1-5rem);
  }

  .dropdown_height {
    width: 100%;
  }

  .dropdown_list {
    grid-template-columns: 1fr;
  }

  .collection-list-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .form_main_wrap.u-column-4.start_col.u-vflex-stretch-top.u-gap-large {
    grid-column: auto / span 12;
  }

  .u-grid-landscape {
    flex-flow: column;
    display: flex;
  }

  .u-grid-breakout {
    grid-template-columns: var(--grid-breakout-single);
  }

  .card-image {
    height: 75%;
  }

  .card-content {
    height: 25%;
  }

  .card_list.u-grid-custom {
    grid-template-columns: var(--grid-1);
  }

  .ico_card {
    flex: none;
  }

  .tag {
    padding: .4rem .75rem;
    font-size: .8rem;
  }

  .tag.absolute.right_down {
    top: 8rem;
  }

  .link-block.hide-mobile {
    display: none;
  }

  .accordion-wrapper {
    margin-top: var(--space--medium);
  }

  .card-content-2 {
    padding: 1rem;
  }

  .tag-2 {
    padding: .4rem .75rem;
    font-size: .8rem;
  }

  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-menu-button {
    width: 1.25rem;
  }

  .logo-link-wrap.w--current {
    max-width: 13ch;
  }

  .logo-link-wrap.u-hflex-left-center.w--current {
    padding-left: var(--size--0rem);
  }

  .nav-sigup-wrapper.u-hflex-left-center.u-gap-main {
    padding-right: var(--size--0rem);
  }

  .stacking-card {
    top: 1rem;
  }

  .heading-small-2.hide-mobile-landscape {
    display: none;
  }

  .work-role_wrapper {
    margin-bottom: 0%;
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 0;
    padding-right: 0;
  }

  .work-role_dot-outer {
    width: 3rem;
    height: 3rem;
  }

  .work-role_dot {
    width: 6em;
    top: -2em;
  }

  .work-role_line {
    top: 10px;
    left: 20px;
    right: 20px;
  }

  .work-role_dot-center {
    width: 10px;
    height: 10px;
  }

  .work-role_name {
    position: absolute;
    inset: auto 0% -48px;
    transform: rotate(90deg);
  }

  .work-role_name.inactive.hide-mobile-landscape {
    display: none;
  }

  .work-role_name.inactive.show-mobile-landscape {
    display: block;
  }

  .hearo-image-wrap.z-index2.hearo_image-wrap {
    aspect-ratio: 2 / 3;
  }

  .link-home {
    padding: .2rem;
  }

  .home-about-content {
    min-height: 30.8rem;
  }

  .home-about-img {
    height: 80vw;
  }

  .dropdown_height {
    width: 100%;
  }

  .dropdown_list {
    grid-template-columns: 1fr;
  }

  .light-bar {
    width: 200%;
    margin-bottom: -420px;
    left: -50%;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_45929fe9-2777-e3f4-37a9-516dc406bb96-46c5fda4 {
    grid-area: span 3 / span 4 / span 3 / span 4;
  }

  #w-node-_45929fe9-2777-e3f4-37a9-516dc406bb9c-46c5fda4 {
    grid-area: span 12 / span 2 / span 12 / span 2;
  }

  #w-node-_62fbb914-af20-e84f-a6ae-94a3a3fa7892-ee5e460a {
    grid-area: span 3 / span 4 / span 3 / span 4;
  }

  #w-node-_62fbb914-af20-e84f-a6ae-94a3a3fa7895-ee5e460a {
    grid-area: span 12 / span 2 / span 12 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_45929fe9-2777-e3f4-37a9-516dc406bb96-46c5fda4 {
    grid-area: span 3 / span 5 / span 3 / span 5;
  }

  #w-node-_45929fe9-2777-e3f4-37a9-516dc406bb9c-46c5fda4 {
    grid-area: span 13 / span 3 / span 13 / span 3;
  }

  #w-node-_45929fe9-2777-e3f4-37a9-516dc406bb9d-46c5fda4 {
    grid-area: span 4 / span 4 / span 4 / span 4;
  }

  #w-node-_45929fe9-2777-e3f4-37a9-516dc406bb9f-46c5fda4 {
    grid-area: span 10 / span 3 / span 10 / span 3;
  }

  #w-node-_45929fe9-2777-e3f4-37a9-516dc406bba1-46c5fda4 {
    grid-area: span 4 / span 4 / span 4 / span 4;
  }

  #w-node-_62fbb914-af20-e84f-a6ae-94a3a3fa7892-ee5e460a {
    grid-area: span 3 / span 5 / span 3 / span 5;
  }

  #w-node-_62fbb914-af20-e84f-a6ae-94a3a3fa7895-ee5e460a {
    grid-area: span 13 / span 3 / span 13 / span 3;
  }

  #w-node-_62fbb914-af20-e84f-a6ae-94a3a3fa7896-ee5e460a {
    grid-area: span 4 / span 4 / span 4 / span 4;
  }

  #w-node-_62fbb914-af20-e84f-a6ae-94a3a3fa7898-ee5e460a {
    grid-area: span 10 / span 3 / span 10 / span 3;
  }

  #w-node-_62fbb914-af20-e84f-a6ae-94a3a3fa789a-ee5e460a {
    grid-area: span 4 / span 4 / span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_45929fe9-2777-e3f4-37a9-516dc406bb96-46c5fda4 {
    grid-area: span 3 / span 8 / span 3 / span 8;
  }

  #w-node-_45929fe9-2777-e3f4-37a9-516dc406bb9c-46c5fda4 {
    grid-area: span 14 / span 3 / span 14 / span 3;
  }

  #w-node-_45929fe9-2777-e3f4-37a9-516dc406bb9f-46c5fda4 {
    grid-area: span 11 / span 3 / span 11 / span 3;
  }

  #w-node-_98ad67bf-ceb6-9f87-47c7-f63ded807304-ee5e4607, #w-node-_98ad67bf-ceb6-9f87-47c7-f63ded80730a-ee5e4607, #w-node-_98ad67bf-ceb6-9f87-47c7-f63ded807310-ee5e4607, #w-node-_98ad67bf-ceb6-9f87-47c7-f63ded807318-ee5e4607 {
    justify-self: start;
  }

  #w-node-_62fbb914-af20-e84f-a6ae-94a3a3fa7892-ee5e460a {
    grid-area: span 3 / span 8 / span 3 / span 8;
  }

  #w-node-_62fbb914-af20-e84f-a6ae-94a3a3fa7895-ee5e460a {
    grid-area: span 14 / span 3 / span 14 / span 3;
  }

  #w-node-_62fbb914-af20-e84f-a6ae-94a3a3fa7898-ee5e460a {
    grid-area: span 11 / span 3 / span 11 / span 3;
  }

  #w-node-_8df78b09-6bc8-6c4c-e0d3-692ab1a80891-ee5e460b, #w-node-_8df78b09-6bc8-6c4c-e0d3-692ab1a80897-ee5e460b, #w-node-_8df78b09-6bc8-6c4c-e0d3-692ab1a8089d-ee5e460b, #w-node-ba4c33a3-61f8-0da6-c08d-78ee70ba30f5-3e287e73, #w-node-ba4c33a3-61f8-0da6-c08d-78ee70ba30fb-3e287e73, #w-node-ba4c33a3-61f8-0da6-c08d-78ee70ba3101-3e287e73, #w-node-ba4c33a3-61f8-0da6-c08d-78ee70ba3107-3e287e73, #w-node-ba4c33a3-61f8-0da6-c08d-78ee70ba30f5-8e2fc278, #w-node-ba4c33a3-61f8-0da6-c08d-78ee70ba30fb-8e2fc278, #w-node-ba4c33a3-61f8-0da6-c08d-78ee70ba3101-8e2fc278, #w-node-ba4c33a3-61f8-0da6-c08d-78ee70ba3107-8e2fc278 {
    justify-self: start;
  }
}


