:root {
  --white: #fff;
  --uplift-blurple\<deleted\|variable-fe2a9c9e\>: #4968be;
  --blue: #49a3f8;
  --black: #000;
  --yellow: #ffcc48;
  --purple: #bd7fee;
  --gray: #c7c7c7;
  --black-opacity: #0009;
  --pink: #df4065;
  --white-opacity: #ffffff80;
  --untitled-ui--gray300\<deleted\|variable-51e0117e\>: #d0d5dd;
  --untitled-ui--white\<deleted\|variable-e3beb9c1\>: white;
  --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--primary600\<deleted\|variable-c514c1b4\>: #1f1f1f;
  --untitled-ui--primary700\<deleted\|variable-da4f7fa3\>: #6941c6;
  --untitled-ui--primary100\<deleted\|variable-35a3c723\>: #f4ebff;
  --untitled-ui--gray600\<deleted\|variable-10a0cd12\>: #475467;
  --untitled-ui--gray900\<deleted\|variable-f63dbb51\>: #101828;
  --untitled-ui--gray200\<deleted\|variable-bad2ea62\>: #eaecf0;
  --untitled-ui--gray500\<deleted\|variable-68f29e84\>: #667085;
  --color: white;
  --colors--gray2: #262626;
  --colors--gray3: #1c1c1c;
  --size--headline: 60px;
  --colors--color-2: #b3b3b3;
  --colors--main-yellow: #d9b346;
  --colors--medium-gray: #262626;
  --font-family--heading: Inter, sans-serif;
  --colors--white: white;
  --colors--gray1: #1a1a1a;
  --colors--color\<deleted\|variable-27b266c3-0c98-33c5-511e-e647da32ffab\>: #806600;
  --colors--light-gray: #cfcfcf;
  --colors--dark-yellow: #312d22;
  --colors--black: black;
  --untitled-ui--primary50: #f9f5ff;
  --relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>: black;
  --white-0-opacity: #fff0;
  --colors--gray: #14141400;
  --font-family--sub-heading: Inter, sans-serif;
  --font-family--paragraph-title: Inter, sans-serif;
  --font-family--font-family: Inter, sans-serif;
  --size--sub-heading: 24px;
  --size--size-2: 14px;
  --size--paragraph-title: 20px;
  --walsh--light-goldenrod-yellow: #d3f6c1;
}

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

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

.body {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  padding: 50px 80px;
  line-height: 24px;
  display: flex;
}

.nav-bar {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.uplift-logo {
  height: 40px;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.navigation-menu-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.clone-button {
  color: #000;
  background-color: #ffffffe6;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.clone-button:hover {
  background-color: #fff;
}

.clone-button.mobile {
  display: none;
}

.clone-button-icon {
  width: 17px;
  height: 17px;
}

.clone-button-text {
  margin-right: 10px;
}

.nav-link {
  color: #ffffffd9;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.nav-link:hover {
  color: #fff;
  background-color: #ffffff1a;
}

.nav-menu {
  display: flex;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.main-media-player {
  z-index: 999;
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
  background-color: #050505e6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.play-button-icon {
  width: 11px;
  height: 11px;
}

.media-player-volume-wrapper {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.genre {
  color: #ffffffb3;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.media-player-exit-icon {
  cursor: pointer;
  width: 14px;
  height: 14px;
}

.previous-song-icon {
  cursor: pointer;
  width: 12px;
  height: 12px;
}

.media-player-content-wrapper {
  flex: 1;
  align-items: center;
  display: flex;
}

.volume-toggle {
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.true-progress-head {
  background-color: #fff;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: -3px 0% auto auto;
}

.volume-bar {
  background-color: #fff;
  width: 50%;
  height: 3px;
}

.media-player-song {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.media-player-bar-wrapper {
  color: #ffffff73;
  flex: 1;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.title {
  color: #fff;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.title.truncate {
  color: #fffffff2;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.progress-bar-wrapper {
  cursor: pointer;
  flex: 1;
  height: 3px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.media-player-pause-button {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.media-player-control-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.next-song-icon {
  cursor: pointer;
  width: 12px;
  height: 12px;
}

.volume-bar-wrapper {
  background-color: #f0f0f00f;
  width: 100px;
  height: 3px;
}

.progress-bar {
  background-color: #fff;
  width: 50%;
  height: 3px;
  position: relative;
}

.media-player {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.pause-button-icon {
  width: 11px;
}

.media-player-controls-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.elapsed {
  flex-direction: row;
  display: flex;
}

.media-player-play-button {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 1px;
  padding-left: 2px;
  display: flex;
}

.media-player-wrapper {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.example-section {
  background-color: #000;
  background-image: radial-gradient(circle farthest-corner at 30% 50%, var(--uplift-blurple\<deleted\|variable-fe2a9c9e\>), transparent 6%);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.example-section._2 {
  border-radius: 40px 40px 0 0;
}

.example-section._3 {
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  flex-flow: column;
}

.burger-button-wrapper {
  cursor: pointer;
  padding: 10px;
}

.burger-line-top, .burger-line-middle {
  background-color: #fff;
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.burger-line-bottom {
  background-color: #fff;
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
}

.footer {
  background-color: #000;
  border-top: 1px solid #ffffff0d;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 50px;
  display: flex;
}

.footer-grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.footer-link-wrapper {
  color: #ffffffd9;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.footer-link {
  color: #ffffffd9;
  font-size: 1rem;
  text-decoration: none;
  transition: all .2s;
}

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

.footer-brand-link {
  align-items: center;
  display: flex;
}

.tracklist {
  background-color: #ffffff1a;
  border-top: 1px solid #ffffff1a;
  border-left: 1px solid #ffffff1a;
  border-right: 1px solid #ffffff1a;
  border-radius: 4px;
  flex: 1;
  width: 100%;
}

.tracklist._2 {
  order: 1;
}

.track {
  cursor: pointer;
  background-color: #0000000d;
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  transition: all .2s;
  display: flex;
}

.track:hover {
  background-color: #ffffff0d;
}

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

.track-thumbnail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 65px;
  height: 65px;
  margin-right: 15px;
}

.tracklist-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tracklist-content._3 {
  order: 1;
}

.section-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.5;
}

.social-media {
  justify-content: flex-end;
  align-items: center;
  height: 50px;
  display: flex;
}

.social-media-link {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.social-media-icon {
  width: 20px;
  height: 20px;
}

.track-details-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.track-title {
  color: #fff;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.track-genre {
  color: #ffffffd9;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
}

.example {
  -webkit-backdrop-filter: blur(120px);
  backdrop-filter: blur(120px);
  border-radius: 40px 40px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 50px;
  font-family: Inter, sans-serif;
  display: flex;
}

.example._3 {
  border-radius: 0 0 40px 40px;
  flex-direction: column;
}

.true-media-player-track {
  display: none;
}

.track-number {
  color: #ffffff80;
  margin-right: 20px;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  line-height: 1;
}

.thumbnail {
  border-radius: 4px;
  width: 55px;
  height: 55px;
  margin-right: 10px;
}

.section-paragraph {
  color: #ffffffbf;
  margin-bottom: 25px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 200;
  line-height: 26px;
}

.section-button {
  background-color: var(--uplift-blurple\<deleted\|variable-fe2a9c9e\>);
  box-shadow: 0 0 50px -20px var(--uplift-blurple\<deleted\|variable-fe2a9c9e\>);
  color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  height: 50px;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.section-button:hover {
  background-color: #4968becc;
}

.example-badge {
  background-color: var(--blue);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-right: 10px;
  padding: 7px 10px;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
}

.example-badge._4 {
  background-color: var(--black);
  color: var(--white);
  order: -1;
  font-weight: 700;
}

.example-badge._4._2 {
  color: var(--white);
}

.true-media-player-single-track {
  display: none;
}

.mp-single-track {
  cursor: pointer;
  background-color: #1a1a1c;
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  transition: all .2s ease-in-out;
  display: flex;
}

.mp-single-track:hover {
  background-color: #ffffff0d;
}

.mp-title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.mp-audio-bar {
  cursor: pointer;
  width: 15px;
  margin-right: 10px;
  display: none;
}

.mp-track-time-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.example-wrapper {
  grid-column-gap: 100px;
  display: flex;
}

.example-wrapper.example-one._2 {
  justify-content: center;
  align-items: center;
}

.example-wrapper.example-one._2._4 {
  width: 100%;
}

.track-time {
  color: #ffffff80;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
}

.tl-track-time-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.progress-bar-background {
  background-color: #f0f0f00f;
}

.mp-artist-name-2 {
  color: #ffffff80;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 300;
}

.mp-title-2 {
  color: #fff;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.mp-track-time-2 {
  color: #ffffff80;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
}

.title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  padding-top: 100px;
  display: flex;
  position: static;
  top: 15px;
}

.title-wrapper.base {
  justify-content: flex-end;
  padding-top: 70px;
}

.title-wrapper.margin {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
}

.title-wrapper.space-base-100 {
  align-self: flex-start;
  margin-bottom: 100px;
}

.title-wrapper.stickye {
  position: sticky;
}

.title-wrapper.space-5vw-right {
  order: -1;
  align-items: flex-end;
  padding-top: 10vh;
  padding-right: 0;
  position: static;
}

.title-wrapper.space-5vw-right._22 {
  justify-content: center;
  align-items: center;
  width: 80%;
  padding-top: 0;
}

.title-wrapper.space-5vw-left {
  z-index: 18;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  position: static;
}

.title-wrapper.testmonial.test {
  align-self: flex-start;
}

.btn-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  padding: 15px 25px;
  display: flex;
  position: absolute;
}

.btn-wrapper.bg-color-yellow {
  border-radius: 70px;
  order: -1;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 15px;
  text-decoration: none;
  position: relative;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.btn-wrapper.bg-color-yellow._1 {
  order: 1;
}

.btn-wrapper.bg-color-yellow.blue {
  background-color: #49a3f8;
  padding-top: 10px;
}

.btn-wrapper.bg-color-yellow.blue._1 {
  order: 1;
}

.btn-wrapper.bg-color-yellow.red {
  background-color: #df4065;
  order: 1;
  width: 35%;
  margin-top: 20px;
}

.btn-wrapper.bg-color-yellow.red.yellow {
  background-color: #ffcc48;
  order: 1;
}

.btn-wrapper.bg-color-yellow.red.yellow.blue {
  background-color: #49a3f8;
}

.image-btn {
  width: 13px;
}

.circle-arrow {
  z-index: 1;
  cursor: pointer;
  background-color: #0000001a;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
  position: relative;
}

.brand {
  text-decoration: none;
}

.brand.w--current {
  z-index: 15;
  position: relative;
}

.nav-menu-2 {
  z-index: 14;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  padding: 5vh 3vw;
  font-family: Inter, sans-serif;
  display: flex;
}

.circle-motion {
  background-color: #ffcc48;
  border-radius: 200px;
  position: absolute;
  inset: 0%;
}

.circle-motion.blue {
  background-color: #49a3f8;
}

.circle-motion.red {
  background-color: #df4065;
}

.circle-motion.red.yellow {
  background-color: #ffcc48;
}

.circle-motion.red.yellow.blue {
  background-color: #49a3f8;
}

.heading-btn {
  z-index: 8;
  color: #000;
  letter-spacing: -.06em;
  white-space: nowrap;
  padding: 8px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.heading-btn:hover {
  color: #000;
}

.heading-btn.red {
  font-family: Inter, sans-serif;
}

.pill {
  border-radius: 10px;
  width: 40px;
  height: 8px;
  margin-bottom: 22px;
}

.pill.bg-color-blue {
  color: #bd7fee;
  background-color: #bd7fee;
  align-self: flex-start;
}

.pill.bg-color-blue.purple {
  background-color: #49a3f8;
}

.pill.bg-color-blue.purple.testmonial {
  order: -1;
  align-self: flex-start;
}

.pill.bg-color-blue.blue {
  background-color: #49a3f8;
  align-self: flex-start;
}

.pill.bg-color-yellow.red {
  background-color: #df4065;
}

.pill.bg-color-yellow.red.yellow {
  background-color: #ffcc48;
}

.pill.bg-color-yellow.red.yellow.blue {
  background-color: #49a3f8;
}

.pill.bg-color-purple.yellow {
  background-color: #ffcc48;
  align-self: flex-start;
}

.pill.bg-color-yellow {
  background-color: #ffcc48;
}

.section-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  padding-right: 0;
}

.section-3.nav {
  inset: 0% 0% auto;
  width: 100%;
  height: 20%;
  margin-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-3._1 {
  color: #8a8a8a;
  margin-top: 220px;
  font-size: 1.125em;
}

.section-3.bg-color-gray {
  background-color: #ffffff80;
  background-image: linear-gradient(#f0f0f0, #f0f0f0);
  border-radius: 40px;
  margin-right: 0;
  padding-right: 0;
}

.section-3._22 {
  margin-top: 100px;
}

.text-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.text-wrapper._03 {
  z-index: 3;
}

.text-wrapper._04 {
  z-index: 4;
}

.text-wrapper._01 {
  z-index: 1;
}

.heading-regular {
  color: #000;
  letter-spacing: -.06em;
  font-family: Inter, sans-serif;
  font-size: 1.87em;
  font-weight: 500;
  line-height: 1;
}

.heading-regular.space {
  padding-bottom: 3px;
}

.topics-content {
  grid-column-gap: 12px;
  background-color: #fff;
  border-radius: 40px;
  align-items: center;
  padding: 12px 24px 12px 14px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 2px 2px 8px 2px #00000014;
}

.topics-content.hero-landing {
  z-index: 6;
  align-self: flex-start;
  position: relative;
  left: auto;
}

.topics-content.hero-landing._05 {
  margin-right: 0;
}

.topics-content.hero-landing._04 {
  align-self: flex-end;
}

.topics-content.hero-landing.level-02 {
  z-index: 2;
}

.topics-content.hero-landing.level-01 {
  z-index: 3;
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  z-index: 3;
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  z-index: 3;
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 0;
}

.text-span {
  color: var(--purple);
  font-family: Mangogrotesque, Verdana, sans-serif;
}

.main-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.main-grid-2.space-top {
  margin-top: 0;
}

.container-2 {
  max-width: 1640px;
  margin-top: 200px;
  padding-left: 3vw;
  padding-right: 3vw;
  position: relative;
}

.container-2.flex {
  background-color: #f0f0f0;
  background-image: url('../images/mobile-01.svg');
  background-position: 100%;
  background-size: cover;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 40px;
  padding: 100px 50px;
  display: flex;
}

.container-2.space-base {
  margin-bottom: 200px;
  padding-bottom: 100px;
}

.container-2.space-base.margin {
  margin-top: 100px;
}

.container-2.space-base.margin.no {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.container-2.space-base.margin.no._2 {
  align-items: center;
  padding-bottom: 100px;
}

.container-2.less-margin {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.container-2.faq {
  margin-top: 100px;
}

.paragraph-2 {
  color: var(--gray);
  text-align: center;
  padding: 0 50px 60px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.paragraph-2._2 {
  color: var(--black-opacity);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-style: italic;
  font-weight: 700;
}

.how-audiodd-works-steps {
  margin-top: 140px;
}

.step-1 {
  background-color: #bd7fee;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 26px;
  margin-right: 26px;
  padding: 100px 50px;
  display: flex;
}

.step-1.margin {
  color: var(--black-opacity);
  margin-left: 0;
  margin-right: 0;
  padding-top: 60px;
  padding-bottom: 100px;
}

.heading-4 {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  font-family: Inter, sans-serif;
  font-size: 80px;
  display: flex;
}

.heading-4.section-4 {
  margin-bottom: 140px;
}

.heading-5 {
  color: #00000038;
  order: -1;
  align-self: flex-start;
  margin-top: 60px;
  margin-bottom: 40px;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 130px;
  font-weight: 900;
}

.background-video {
  z-index: 10;
  border-radius: 10px;
  outline: 2px solid #0009;
  width: 950px;
  height: 600px;
  position: sticky;
}

.image-wrapper {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-span-5 {
  color: #bd7fee;
}

.thumbs-up {
  object-fit: cover;
}

.heading-6 {
  color: #00000038;
  align-self: flex-start;
  margin-top: 60px;
  margin-bottom: 70px;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 130px;
  font-weight: 900;
}

.heading-title-2 {
  color: #000;
  letter-spacing: -.06em;
  font-family: Inter, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 85px;
}

.heading-title-2.space-base {
  order: -1;
  margin-bottom: 60px;
}

.image-aspas {
  width: 62px;
}

.text-color-gray {
  color: #747474;
  font-style: italic;
  display: inline;
}

.image-man-face {
  border-radius: 40px;
  height: 52px;
}

.signature {
  grid-column-gap: 18px;
  align-items: center;
  display: flex;
}

.space-20 {
  height: 20px;
}

.signature-brand {
  justify-content: space-between;
  display: flex;
}

.depoiment-02 {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 525px;
  padding: 50px;
  display: grid;
}

.heading-small {
  color: #000;
  letter-spacing: -.06em;
  font-family: Inter, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4;
}

.bold-high-text-010 {
  color: #49a3f8;
}

.wrapper-depoiment {
  grid-column-gap: 100px;
  justify-content: center;
  margin-bottom: 60px;
  display: flex;
}

.main-paragraph {
  color: #636363;
  column-count: 2;
  column-gap: 70px;
  line-height: 1.4;
}

.main-paragraph._1-collumn {
  column-count: 1;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.main-paragraph.for-human-and-bot {
  column-count: 1;
  order: -2;
  width: 100%;
  margin-top: 15px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 20px;
}

.main-paragraph.for-human-and-bot.not-italic {
  order: 1;
  font-size: 17px;
  font-style: normal;
  line-height: 22px;
}

.main-paragraph.for-human-and-bot._2nd {
  order: 1;
}

.main-paragraph._1-collumn {
  column-count: 1;
}

.text-span-7, .text-span-8, .text-span-9, .text-span-10 {
  font-weight: 700;
}

.image-wrapper-section {
  object-fit: cover;
  display: flex;
  position: relative;
}

.topics {
  grid-column-gap: 12px;
  background-color: #fff;
  border-radius: 40px;
  align-items: center;
  padding: 12px 24px 12px 14px;
  display: flex;
  position: absolute;
  inset: 17% -10% auto auto;
  box-shadow: 2px 2px 8px 2px #00000014;
}

.topics.position {
  inset: auto auto 15% 0%;
}

.image-wrapper-section-in {
  object-fit: cover;
}

.image-highlight {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.text-span-11 {
  color: #df4065;
}

.heading-title-3 {
  color: #000;
  letter-spacing: -.06em;
  font-family: Inter, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 85px;
}

.text-span-12 {
  color: #ffcc48;
}

.heading-title-4 {
  color: #000;
  letter-spacing: -.06em;
  font-family: Inter, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 85px;
}

.text-span-13 {
  color: #49a3f8;
}

.heading-title-5 {
  color: #000;
  letter-spacing: -.06em;
  font-family: Inter, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 85px;
}

.emoji-big {
  opacity: 1;
  background-color: #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 15px 15px 12px 12px;
  display: flex;
}

.emoji-big._1 {
  opacity: 0;
}

.bold-text {
  padding-right: 6px;
  font-family: Inter, sans-serif;
  text-decoration: line-through;
}

.bold-text.not-striked {
  padding-left: 6px;
  text-decoration: none;
}

.vip {
  color: #000;
  text-align: center;
  margin-top: 30px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 600;
  line-height: 18px;
}

.vip._2 {
  opacity: 0;
}

.udesly-check-circle-container {
  background-color: var(--pink);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  padding: 4px;
  display: flex;
}

.udesly-check-circle-container.udesly-not-included {
  color: #6f39f8;
  background-color: #e6e6e6;
  margin-right: 10px;
}

.udesly-pricing-text {
  color: #3c3c3b;
  letter-spacing: -.03em;
  max-width: 560px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.btn-regular {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.btn-regular.bg-color-yellow {
  background-color: #c7c7c7;
  border-radius: 40px;
  width: 275px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

.btn-regular.bg-color-yellow.premium {
  background-color: #ffcc48;
  transition: all .2s;
}

.udesly-pricing-column {
  width: 100%;
  padding: 0;
}

.udesly-pricing-check-wrap {
  margin-bottom: 40px;
}

.terms {
  color: #000;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.space-51 {
  height: 20px;
}

.udesly-pricing-main-card {
  background-color: #fff;
  border: 2px #f1f1f1;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: auto;
  padding: 40px 20px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 3px #10182840, 0 1px 2px -1px #1018281a;
}

.space-52 {
  height: 50px;
}

.heading-medium {
  color: #000;
  letter-spacing: -.06em;
  font-size: 3.125em;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.heading-medium.align-right {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.heading-medium.align-right.space-15 {
  padding-bottom: 12px;
}

.heading-medium.align-right.space-15.email {
  font-size: 35px;
  font-weight: 600;
}

.heading-medium.align-right.space-15.email.margin {
  width: 100%;
  margin-top: 40px;
  font-size: 35px;
}

.heading-medium.align-right.space-15.email.margin._33 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.heading-medium.align-right.margin {
  margin-top: 10px;
}

.content-pricing {
  grid-column-gap: 20px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.terms-wrapper {
  align-self: stretch;
  width: 100%;
}

.paragraph-4 {
  color: #000;
  order: -1;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.paragraph-4._2 {
  opacity: 0;
}

.udesly-pricing-check {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: grid;
}

.limited-spots {
  background-color: #000;
  border-radius: 40px;
  order: -1;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 30px;
  display: flex;
}

.limited-spots._2 {
  opacity: 0;
}

.text-princing-wrapper {
  align-items: flex-end;
  display: flex;
}

.heading-btn-3 {
  z-index: 8;
  color: #000;
  letter-spacing: -.06em;
  white-space: nowrap;
  padding: 8px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.heading-btn-3:hover {
  color: #000;
}

.heading-btn-3.transition-eff {
  font-family: Inter, sans-serif;
  transition: all .2s;
}

.heading-btn-3.transition-eff:hover {
  color: #fff;
}

.wrapper-btn-princing {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.wrapper-btn-princing.sezi-big {
  justify-content: center;
  width: 100%;
}

.heading-title-7 {
  color: #000;
  letter-spacing: -.06em;
  font-family: Inter, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 85px;
}

.udesly-pricing-check-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: grid;
}

.bold-high-text-005 {
  color: #ffcc48;
}

.wrapper-pricing-mini {
  border-radius: 40px;
  width: 100%;
}

.wrapper-pricing-mini.bg-color-gray {
  flex-direction: column;
  align-items: center;
  padding-bottom: 3vw;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
}

.wrapper-pricing-mini.bg-color-gray.less-space {
  align-self: flex-end;
  padding-top: 0;
  padding-left: 1vw;
  padding-right: 1vw;
}

.faq-link {
  border: 1px #0003;
  border-radius: 1px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.faq-content {
  padding-top: 11px;
  padding-bottom: 11px;
}

.faq-wrapper {
  border-bottom: 1px solid #0003;
  border-radius: 1px;
}

.faq {
  flex-direction: column;
  align-items: stretch;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.title-sticky {
  position: relative;
}

.heading-main-semi-bold {
  color: #000;
  letter-spacing: normal;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 1.4;
}

.image-man-big {
  width: 20px;
  font-family: Inter, sans-serif;
}

.heading-title-8 {
  color: #000;
  letter-spacing: -.06em;
  font-family: Inter, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 85px;
}

.bold-text-2 {
  font-family: Inter, sans-serif;
  font-size: 1.4em;
}

.bold-text-3, .bold-text-4 {
  font-size: 1.4em;
}

.bold-text-5 {
  font-family: Inter, sans-serif;
  font-size: 1.4em;
}

.bold-text-7, .bold-text-8 {
  padding-right: 6px;
  font-family: Inter, sans-serif;
}

.heading-main-2 {
  color: #000;
  letter-spacing: normal;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.4;
}

.heading-main-2.customize {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #0003;
  border-radius: 0;
  margin-top: 26px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 19px;
  padding-left: 0;
  font-family: Inter, sans-serif;
}

.heading-main-2.customize:focus-visible, .heading-main-2.customize[data-wf-focus-visible] {
  border-style: none none solid;
  border-color: #000 #000 #0003;
  border-radius: 1px;
}

.heading-main-2.customize::placeholder {
  color: #6b6b6b;
}

.heading-main-2.customize.empathy-one {
  border-style: solid;
  border-color: var(--white-opacity);
  color: var(--white);
  background-color: #ffffff12;
  border-radius: 240px;
  width: 100%;
  margin-top: 0;
  padding: 30px;
  transition: all .35s cubic-bezier(.77, 0, .175, 1);
}

.heading-main-2.customize.empathy-one:hover {
  border-color: var(--white);
  background-color: #ffffff26;
}

.heading-main-2.customize.empathy-one:active, .heading-main-2.customize.empathy-one:focus {
  border-color: var(--white);
}

.thumbs-up-wrapper-2 {
  object-fit: cover;
  order: -1;
  width: 200px;
  height: auto;
  position: static;
}

.main-grid-3 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  position: relative;
}

.main-grid-3.footer-space {
  background-color: #ffcc48;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 3vw;
  display: flex;
}

.paragraph-5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.link-6 {
  color: #0009;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.paragraph-6 {
  color: #0009;
  text-align: center;
  width: 60%;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.text-wrapper-footer {
  justify-content: flex-start;
}

.last-line-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #0000001a;
  border-radius: 1px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 90%;
  margin-top: 4vh;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
  position: static;
  inset: auto 0% 0%;
}

.link-9 {
  color: #000;
  text-align: center;
  order: -1;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 37px;
  text-decoration: none;
}

.link-9._33 {
  font-size: 35px;
  font-weight: 600;
}

.heading-title-9 {
  color: #000;
  letter-spacing: -.06em;
  font-size: 80px;
  font-weight: 700;
  line-height: 85px;
}

.heading-title-9.space-base {
  text-align: center;
  order: -1;
  margin-top: 40px;
  margin-bottom: 2vh;
  font-family: Inter, sans-serif;
  font-size: 65px;
  line-height: 75px;
}

.form-3 {
  grid-column-gap: 15px;
  border-radius: 12px;
  align-items: flex-end;
  padding: 30px;
  display: flex;
}

.form-3.empathy-one-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
}

.form-3.empathy-one-copy.empathyone {
  width: 100%;
}

.heading-small-2 {
  color: #000;
  text-align: right;
  letter-spacing: -.06em;
  font-size: .875em;
  font-weight: 500;
  line-height: 1.4;
}

.submit-button {
  background-color: #fff;
  background-image: url('../images/black-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 60px;
  width: 3.2em;
  height: 3.2em;
  font-family: Inter, sans-serif;
}

.submit-button:hover {
  background-color: #0000001a;
}

.submit-button.empathy-one {
  width: 60px;
  height: 60px;
  padding: 15px;
  transition: all .5s cubic-bezier(.77, 0, .175, 1);
}

.submit-button.empathy-one:hover {
  background-color: #fff;
  transform: scale(1.1);
}

.main-richtext {
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.section-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 26px;
  padding-right: 26px;
}

.heading-title-11 {
  color: #000;
  letter-spacing: -.06em;
  font-family: Inter, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 85px;
}

.paragraph-8 {
  font-size: 18px;
  line-height: 24px;
}

.bold-text-10, .heading-7 {
  font-size: 30px;
}

.image {
  width: 150px;
}

.background-video-2 {
  opacity: 0;
  height: 0;
}

.heading-8 {
  order: -1;
}

.heading-8.heading-title-2._1 {
  text-align: center;
  margin-bottom: 60px;
}

.text-span-17, .text-span-20 {
  color: var(--white);
}

.paragraph-wrapper {
  margin-top: 40px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: 0 0 3px 0 var(--pink);
  border-radius: 10px;
  order: -1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 6.75fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding: 10px;
  display: grid;
}

.div-block-17._2 {
  box-shadow: 0 0 3px 0 var(--yellow);
}

.div-block-17._3 {
  box-shadow: 0 0 3px 0 var(--blue);
}

.image-2, .image-3, .image-4, .image-5, .image-6, .image-7, .image-8, .image-9, .image-10, .image-11, .image-12 {
  width: 50%;
}

.text-span-21 {
  color: var(--purple);
}

._3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, .75fr) minmax(109px, .25fr);
  grid-auto-columns: 1fr;
  width: 90%;
  margin-bottom: 0;
  display: grid;
}

.text-span-23 {
  color: var(--blue);
}

.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 {
  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-pricing07_bottom-row-content {
  grid-row-gap: .75rem;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.uui-pricing07_bottom-row {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  padding-top: 2rem;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-pricing07_row-content {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.uui-pricing07_row-lead-text {
  color: var(--black-opacity);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

.uui-pricing07_feature {
  padding: 1rem 1.5rem;
}

.uui-pricing07_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-items: stretch;
}

.background-color-gray50 {
  background-color: var(--untitled-ui--gray50\<deleted\|variable-8a511359\>);
}

.uui-pricing07_heading-row-text {
  color: var(--untitled-ui--primary700\<deleted\|variable-da4f7fa3\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-pricing07_heading-row {
  margin-top: 2.5rem;
  padding: 1rem 1.5rem;
}

.uui-text-size-medium {
  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: 1rem;
  line-height: 1.5;
}

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

.uui-text-size-small {
  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: .875rem;
  line-height: 1.5;
}

.uui-pricing07_price-text {
  color: var(--black);
  letter-spacing: normal;
  margin-left: .25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-pricing07_price {
  color: var(--black);
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.uui-heading-xxsmall {
  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.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall.text-color-primary700 {
  color: var(--black-opacity);
  font-family: Inter, sans-serif;
}

.uui-pricing07_top-row-content {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.uui-pricing07_top-row {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.uui-pricing07_plans, .uui-pricing07_tabs-content {
  width: 100%;
}

.uui-pricing07_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 2.5rem;
  display: flex;
}

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

.uui-heading-medium {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 85px;
}

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

.uui-max-width-large.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-align-center {
  text-align: center;
  margin-bottom: 100px;
}

.uui-padding-vertical-xhuge {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

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

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

.text-span-24 {
  color: var(--pink);
}

.text-span-26, .text-span-27, .text-span-28 {
  text-decoration: line-through;
}

.paragraph-11 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.div-block-24 {
  background-color: var(--black);
  text-align: center;
  border-radius: 10px;
  width: 85%;
  margin-top: 40px;
  padding: 10px 40px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.example-badge-2 {
  color: #000;
  text-transform: uppercase;
  background-color: #49a3f8;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-right: 10px;
  padding: 7px 10px;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
}

.example-badge-2._4 {
  color: #fff;
  background-color: #000;
  order: -1;
  align-self: center;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
}

.uui-space-xxlarge {
  width: 100%;
  min-height: 5rem;
}

.uui-logos01_logo {
  width: 100px;
}

.uui-logos01_logo._25 {
  width: 60px;
}

.uui-logos01_wrapper {
  justify-content: center;
  align-items: flex-start;
  padding: .75rem 4rem;
  display: flex;
}

.uui-logos01_component {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.uui-logos01_text {
  color: var(--black);
  letter-spacing: normal;
  font-family: Inter, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 85px;
}

.uui-section_logos01 {
  margin-top: 140px;
}

.walsh-background-darkgreen {
  background-color: var(--black);
  opacity: 1;
  border-radius: 40px;
  position: relative;
}

.walsh-heading-xlarge-white {
  color: #fff;
  letter-spacing: -.02em;
  width: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 85px;
}

.walsh-hero-center-wrapper {
  grid-row-gap: 2em;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6em 3em;
  display: flex;
}

.walsh-cover-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.walsh-hero-frame-image {
  border-radius: 12px;
  flex: none;
  width: 100%;
  max-width: 16em;
  height: 16em;
  overflow: hidden;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-hero-wrapper {
  padding: 2em 5em 5em;
}

.text-span-29 {
  color: var(--blue);
}

.image-22 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  order: -1;
  align-self: center;
  width: 20%;
}

.form-block {
  width: 39%;
}

.form-block._5 {
  margin-top: 20px;
}

.form-block._5.empathy-one {
  width: 100%;
}

.image-23 {
  order: -1;
  width: 48%;
}

.text-span-30 {
  color: var(--pink);
  font-size: 29px;
}

.div-block-25 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px;
  display: flex;
}

.uui-testimonial18_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.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-testimonial18_arrow {
  border: 1px solid var(--untitled-ui--gray200\<deleted\|variable-bad2ea62\>);
  color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-testimonial18_arrow:hover {
  background-color: var(--untitled-ui--gray50\<deleted\|variable-8a511359\>);
}

.uui-testimonial18_arrow.left {
  right: 4rem;
}

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

.uui-testimonial18_content {
  background-color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 32rem;
  padding: 1.5rem;
  display: flex;
}

.uui-testimonial18_content.background-color-orange600, .uui-testimonial18_content.background-color-lightblue600, .uui-testimonial18_content.background-color-indigo600, .uui-testimonial18_content.background-color-blue600 {
  background-color: var(--black);
  justify-content: space-between;
  align-items: center;
  height: 13rem;
}

.uui-testimonial18_content.background-color-primary600 {
  background-color: var(--black);
  align-items: center;
  height: 13rem;
}

.uui-testimonial18_slide {
  padding-right: 2rem;
}

.uui-testimonial18_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-testimonial18_component {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 5rem;
  position: relative;
}

.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: 20px;
  font-weight: 500;
  line-height: 25px;
}

.uui-heading-medium-2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 85px;
}

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

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

.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-section_testimonial17 {
  overflow: hidden;
}

.uui-testimonial18_slide-copy {
  padding-right: 2rem;
}

.walsh-form-error {
  color: #8a0a0a;
  background-color: #ffdada;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.walsh-form-success {
  background-color: var(--white);
  color: #313d17;
}

.walsh-button-circle-small {
  background-color: var(--blue);
  background-image: url('../images/icon-arrow-right-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.walsh-button-circle-small:hover {
  background-color: var(--black);
}

.walsh-button-circle-small._55 {
  background-color: var(--purple);
}

.walsh-button-circle-wrapper-white {
  background-color: #fff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  align-self: center;
  margin-left: -60px;
}

.walsh-text-field-single {
  border: 1px solid #fff;
  border-radius: 60px;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 65px;
  margin-bottom: 0;
  padding: 3px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  box-shadow: inset 1px 1px #fff;
}

.walsh-form-single {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.walsh-full-form {
  width: 100%;
  margin-bottom: 0;
}

.walsh-form-wrapper {
  width: 100%;
}

.walsh-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.walsh-content-wrapper._22 {
  grid-template-columns: .25fr 1fr;
}

.walsh-heading-medium-white {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 3.2em;
  font-weight: 800;
  line-height: 60px;
}

.walsh-main-grid-2 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  place-items: start center;
  width: 100%;
  display: block;
  position: relative;
}

.walsh-cta-block-dark-green {
  background-color: var(--blue);
  color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 3em 4em;
  position: relative;
  overflow: hidden;
}

.walsh-cta-block-dark-green._55 {
  background-color: var(--purple);
}

.walsh-cta-block-dark-green._55._555, .walsh-cta-block-dark-green._555 {
  padding-left: 3em;
  padding-right: 3em;
}

.walsh-container {
  z-index: 2;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1480px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.div-block-26 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  margin-top: 100px;
  margin-bottom: 60px;
  display: grid;
}

.paragraph-12 {
  text-align: left;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.paragraph-13 {
  text-align: right;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-27, .div-block-28 {
  width: 60%;
}

.text-block-4, .text-block-5 {
  text-align: center;
}

.main-grid-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  font-family: Inter, sans-serif;
  position: relative;
}

.heading-hero-3 {
  color: #000;
  letter-spacing: 1vh;
  font-family: Mangogrotesque, Verdana, sans-serif;
  font-size: 40vh;
  font-weight: 900;
  line-height: .8;
}

.heading-hero-3.blue.empathyone {
  margin-bottom: 60px;
}

.text-wrapper-hero-in-2 {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: relative;
}

.hero-2 {
  justify-content: center;
  align-items: center;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
}

.text-wrapper-hero-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-wrapper-hero-2._5858 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.heading-btn-6 {
  z-index: 8;
  color: #000;
  letter-spacing: -.06em;
  white-space: nowrap;
  padding: 8px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.heading-btn-6:hover {
  color: #000;
}

.walsh-form-error-2 {
  color: #8a0a0a;
  background-color: #ffcdcd;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.walsh-form-success-2 {
  background-color: var(--white);
  color: #313d17;
}

.walsh-button-circle-small-2 {
  background-color: var(--purple);
  background-image: url('../images/icon-arrow-right-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: -60px;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.walsh-button-circle-small-2:hover {
  background-color: var(--black);
}

.walsh-button-circle-wrapper-white-2 {
  background-color: #fff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.walsh-text-field-single-2 {
  border: 1px solid #fff;
  border-radius: 80px;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 65px;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  box-shadow: inset 1px 1px #fff;
}

.walsh-form-single-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.walsh-full-form-2 {
  width: 100%;
  margin-bottom: 0;
}

.walsh-form-wrapper-2 {
  width: 100%;
}

.walsh-content-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.walsh-heading-medium-white-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-main-grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.walsh-cta-block-dark-green-2 {
  background-color: var(--color);
  color: #fff;
  background-image: url('../images/121.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-container-2 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

.div-block-29 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: grid;
}

.image-40 {
  width: 100%;
}

.div-block-30 {
  width: 60%;
}

.paragraph-14, .paragraph-15 {
  color: var(--purple);
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.paragraph-16 {
  margin-top: 40px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.html-embed {
  width: 100%;
  overflow: hidden;
}

.fn-paragraph {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-paragraph.hide-on-mobile {
  text-align: center;
  color: #d6d6d6;
  text-align: center;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.fn-heading-5 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-heading-3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-heading-3.fn-heading-5 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
}

.fn-container-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  display: grid;
}

.fn-container-grid.assistente-de-voz {
  grid-template-columns: 1fr;
  display: block;
}

.fn-section {
  color: #ecf0ef;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-section.assistente-de-voz {
  background-image: url('../images/Frame-21.svg');
  background-position: 0 0;
  background-size: 413px;
  margin-top: 100px;
}

.fn-section.assistente-de-voz.labs {
  margin-top: 0;
  padding-bottom: 40px;
}

.uui-heroheader08_form {
  width: 60%;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.heading-13 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 38px;
}

.image-49 {
  order: -1;
  width: 30%;
  margin-bottom: 20px;
}

.image-49._22 {
  width: 30%;
}

.image-49._222 {
  border-top-style: none;
  width: 7%;
}

.image-49._11 {
  width: 100%;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1f1f1f;
  border: 1px solid #1f1f1f;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-3:hover {
  background-color: #ffffff80;
}

.uui-button-3:focus {
  background-color: #1f1f1f;
}

.fn-heading-6 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
}

.fn-paragraph-no-margin-2 {
  color: #d6d6d6;
  width: 70%;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.6em;
}

.fn-paragraph-no-margin-2.assistente-de-voz {
  color: #e4e4e7;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}

.div-block-35 {
  text-align: center;
  align-self: center;
}

.fn-column-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.fn-column-2.assistente-de-voz {
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.fn-features-card-column-2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 392.656px;
  padding: 24px;
  display: flex;
  position: relative;
  top: 0%;
}

.fn-features-card-column-2._25 {
  border: 1px solid var(--colors--gray2);
  background-color: var(--colors--gray3);
  border-radius: 12px;
  align-self: stretch;
  padding: 30px;
  transition: border-color .5s cubic-bezier(.645, .045, .355, 1), background-color .5s cubic-bezier(.77, 0, .175, 1);
}

.fn-features-card-column-2._25:hover {
  background-color: var(--colors--gray2);
  border-color: #747474;
}

.fn-features-card-column-2._25._33 {
  background-color: #191919;
  position: relative;
}

.heading-14 {
  color: #fff;
  font-size: var(--size--headline);
  text-align: center;
  margin-top: 0;
  margin-bottom: 80px;
  line-height: 70px;
}

.heading-14.labs {
  width: 840px;
}

.heading-14.labs.last {
  text-align: left;
  width: auto;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 42px;
}

.fn-heading-7 {
  width: 80%;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Mangogrotesque, Verdana, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 110px;
}

.fn-heading-7.assistente-de-voz {
  text-align: center;
  font-size: 114px;
  line-height: 130px;
}

.fn-heading-7.assistente-de-voz.labs {
  margin-bottom: 0;
}

.uui-form_input-2 {
  color: #101828;
  background-color: #fff0;
  border: .5px solid #ffffff80;
  border-radius: .5rem;
  height: 56px;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-2:focus {
  color: #fff;
  border-color: #fff;
  font-size: 14px;
}

.uui-form_input-2::placeholder {
  color: #ffffff80;
}

.uui-signup-form_wrapper-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

.fn-blog-slider-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
  position: relative;
}

.paragraph-18 {
  color: #d6d6d6;
  width: 70%;
  font-family: Inter, sans-serif;
}

.paragraph-18.assistente-de-voz {
  color: var(--colors--color-2);
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.fn-container {
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
}

.fn-cta-banner-dark {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #ecf0ef;
  border-radius: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.fn-banner-dark-column {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 0;
  display: flex;
}

.fn-heading-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-paragraph-2 {
  color: #d6d6d6;
  margin-bottom: 32px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.fn-button {
  color: #0f1213;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-button.w--current {
  height: 90%;
}

.fn-button._12 {
  border: 1px solid var(--colors--main-yellow);
  background-color: var(--colors--gray2);
  color: #d6d6d6;
  width: 219px;
  font-weight: 300;
  transition: all .5s cubic-bezier(.77, 0, .175, 1), opacity .25s, border-color .25s;
}

.fn-button._12:hover {
  background-color: #ffffff1f;
  font-weight: 400;
}

.fn-button._12.w--current {
  border: 1px solid var(--colors--main-yellow);
  background-color: var(--colors--medium-gray);
  color: #d6d6d6;
  align-self: stretch;
  width: 219.938px;
  height: 100%;
  font-weight: 400;
}

.fn-button._12.w--current:hover {
  background-color: #ffffff1f;
}

.fn-cta-banner-dark-image {
  object-fit: cover;
  width: 100%;
}

.div-block-36 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffffff03;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 2.5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 1130px;
  margin-top: 140px;
  padding: 30px 60px;
}

.div-block-36.mesina_labs {
  width: 1130px;
}

.paragraph-19 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.text-span-32 {
  font-family: Inter, sans-serif;
  font-size: 29px;
}

.image-51 {
  width: 120px;
}

.body-3 {
  background-color: #161616;
  padding: 50px 80px;
}

.players-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.body-4 {
  object-fit: contain;
  background-color: #161616;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 80px 50px;
  font-family: Inter, sans-serif;
  display: flex;
}

.fn-dorpdown-link {
  margin-left: 0;
  margin-right: 0;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.rl_navbar2_menu-button {
  padding: 0;
}

.rl_navbar2_button {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 6px;
  padding: 15px 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.rl_navbar2_button:hover {
  border-width: .25px;
  border-color: var(--white);
  color: var(--white);
  background-color: #ffffff45;
}

.rl_navbar2_button.body-content {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 19px;
  display: flex;
}

.rl_navbar2_button.body-content.special {
  width: auto;
  margin-top: 0;
  padding: 20px 30px;
}

.rl_navbar2_button.main-cta {
  width: 20%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 19px;
  transition: color .5s cubic-bezier(.77, 0, .175, 1), background-color .5s cubic-bezier(.77, 0, .175, 1);
}

.rl_navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.rl_navbar2_link {
  color: var(--white);
  font-size: 16px;
  transition: all .5s cubic-bezier(.77, 0, .175, 1);
}

.rl_navbar2_link:hover {
  color: var(--colors--main-yellow);
}

.rl_navbar2_link:active, .rl_navbar2_link:focus, .rl_navbar2_link:focus-visible, .rl_navbar2_link[data-wf-focus-visible], .rl_navbar2_link:visited, .rl_navbar2_link.w--current {
  color: var(--white);
}

.rl_navbar2_link._11 {
  margin-right: 140px;
}

.rl_navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.rl_navbar2_logo {
  width: 80%;
}

.rl_navbar2_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 2.75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.rl_navbar2_component {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-top: 3%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.section {
  margin-top: 80px;
}

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

.heading-15 {
  font-family: var(--font-family--heading);
  color: var(--colors--white);
  font-size: var(--size--headline);
  text-align: center;
  margin-top: 0;
  font-weight: 700;
  line-height: 70px;
}

.content {
  box-sizing: border-box;
  width: 100%;
  height: 720px;
  margin-top: 140px;
  margin-bottom: 140px;
  padding: 40px;
  display: none;
  position: relative;
}

.cta-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section3 {
  margin-top: 160px;
}

.walsh-paragraph-small {
  color: var(--colors--color-2);
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: flex;
}

.walsh-paragraph-small._4th {
  margin-bottom: 0;
  line-height: 30px;
}

.walsh-paragraph-small._4th._66666 {
  color: var(--colors--white);
  text-align: left;
  line-height: 27px;
}

.walsh-paragraph-small._4th._66666.labs {
  color: var(--colors--color-2);
  flex-flow: column;
  margin-bottom: 0;
}

.walsh-paragraph-small._01 {
  margin-bottom: 0;
}

.walsh-heading-small {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  line-height: 34px;
}

.walsh-heading-small._4th {
  text-align: center;
  font-size: 24px;
  line-height: 38px;
}

.walsh-inner-wrap {
  grid-row-gap: .35em;
  flex-direction: column;
  order: 1;
  display: flex;
}

.walsh-icon-small {
  width: 100%;
}

.walsh-icon-wrapper-circle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-right: 3px;
  display: flex;
}

.walsh-icon-wrapper-circle.add {
  width: 100%;
  height: 100%;
}

.walsh-icon-wrapper-circle.add.addd {
  border: 1px solid var(--colors--gray2);
  box-shadow: none;
  border-radius: 12px;
  flex-flow: row;
  height: auto;
  margin-right: 0;
  padding: 40px;
}

.walsh-icon-wrapper-circle._4th {
  box-shadow: none;
}

.walsh-icon-wrapper-circle._65 {
  width: 10%;
  box-shadow: 0 0 20px #4e4838;
}

.walsh-rounded-box-center {
  grid-row-gap: 1em;
  border: 1px solid var(--colors--medium-gray);
  background-color: var(--colors--gray1);
  text-align: center;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  height: 247.891px;
  padding: 40px;
  display: flex;
}

.walsh-rounded-box-center._2nd {
  background-color: #191919;
  flex: 0 auto;
  height: auto;
  position: relative;
}

.walsh-rounded-box-center._2nd._3rd {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.walsh-rounded-box-center._3rd {
  background-color: #191919;
  flex: 1;
  justify-content: center;
  align-items: center;
  position: relative;
}

.walsh-rounded-box-center._3rd._4th {
  grid-column-gap: 16px;
  grid-row-gap: 1em;
  background-color: #191919;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: grid;
}

.walsh-rounded-box-center._4th {
  flex: 1;
  height: auto;
}

.walsh-rounded-box-center._4th.highlited {
  border-style: solid;
  border-color: var(--colors--gray2);
  padding: 20px;
}

.walsh-main-grid-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-main-grid-4._22 {
  grid-template-columns: 1fr 1fr 1fr;
}

.walsh-main-grid-4._22._2nd {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.walsh-main-grid-4._3rd {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-main-grid-4._4th {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.walsh-container-3 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.walsh-container-3._2nd {
  display: none;
}

.c-mo-funciona {
  margin-top: 160px;
}

.c-mo-funciona._4th.labs {
  width: 1130px;
  max-width: 1260px;
}

._1-wrapper {
  background-color: #121212;
  border-radius: 12px;
  margin-bottom: 60px;
  padding: 40px;
}

._1-wrapper._2nd, ._1-wrapper._3rd {
  background-color: #121212;
}

._1-wrapper._4th {
  padding-bottom: 100px;
}

._1-wrapper._4th._5th {
  background-color: var(--colors--gray1);
  padding-bottom: 60px;
}

._1-wrapper._4th._5th._6th {
  background-image: url('../images/Frame-21.svg');
  background-position: 0 0;
  background-size: 360px;
  width: 1080px;
  padding-bottom: 40px;
}

._1-wrapper._4th._5th._6th.last._44 {
  background-image: none;
}

._1-wrapper._4th._55 {
  background-color: #1a1a1a;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.numbers {
  color: #312d22;
  text-align: center;
  margin-bottom: 60px;
  font-size: 100px;
  font-weight: 900;
}

.title_steps {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  font-size: 42px;
}

.title_steps._3rd {
  line-height: 52px;
}

.steps_title._4th._5th {
  margin-bottom: 60px;
}

.steps-paragraph {
  color: var(--colors--color-2);
  text-align: center;
  width: 70%;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.steps_paragraph {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.bigger-container {
  flex-flow: column;
  display: flex;
}

.bigger-container._2nd._3rd {
  display: none;
}

.paragraph-container {
  border: 1px dashed var(--colors--gray2);
  background-color: var(--colors--gray1);
  border-radius: 12px;
  margin-top: 20px;
  padding: 20px;
}

.paragraph-container._3rd {
  border-style: solid;
  height: auto;
  margin-top: 0;
}

.paragraph-content {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.paragraph-content._2nd {
  margin-bottom: 15px;
}

.button {
  border: 1px solid var(--colors--medium-gray);
  background-color: var(--colors--gray3);
  color: var(--colors--main-yellow);
  border-radius: 12px;
}

.button.w--current {
  background-color: var(--colors--gray3);
  color: var(--colors--main-yellow);
  padding-left: 15px;
  padding-right: 15px;
}

.button-copy {
  border: 1px solid var(--colors--medium-gray);
  background-color: var(--colors--gray3);
  border-radius: 12px;
}

.button-copy:focus {
  background-color: #141414;
}

.link-10 {
  color: var(--white);
  text-decoration: none;
}

.atenci-n-al-cliente-menu {
  border: 1px solid var(--colors--gray2);
  background-color: var(--colors--gray1);
  border-radius: 12px;
  padding: 9px 15px;
  position: absolute;
}

.atenci-n-al-cliente-menu.sub-category {
  background-color: #161616;
  margin-left: 60px;
}

.atenci-n-al-cliente-menu.sub-category._23 {
  margin-left: 0;
  inset: auto 30% 0%;
}

.atenci-n-al-cliente-menu._22 {
  bottom: 98.5%;
  left: 0%;
  right: 0%;
}

.atenci-n-al-cliente-menu._22._33 {
  inset: -25% 33% auto;
}

.atenci-n-al-cliente {
  color: var(--colors--main-yellow);
  margin-bottom: 0;
}

.catagory-and-sub-category-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

._1st {
  width: 100%;
  margin-top: 20px;
}

.prompt-del-sistema {
  color: var(--white);
  text-align: left;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.prompt-del-sistema._2nd {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 18px;
}

.form-block-2 {
  width: 100%;
}

.textarea {
  border: 1px solid var(--colors--gray2);
  background-color: #fff0;
  border-radius: 12px;
  padding: 15px;
  font-size: 16px;
  font-weight: 300;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.textarea:focus {
  border-color: var(--colors--main-yellow);
}

.prompt-del-sistema-wrapper {
  margin-top: 50px;
  margin-bottom: 20px;
}

.prompt-del-usuario {
  color: var(--colors--color-2);
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.text-span-34, .text-span-35 {
  color: var(--colors--main-yellow);
}

.liner {
  background-color: var(--colors--gray2);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-43 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.para-m-s-opciones {
  color: #616161;
  margin-bottom: 0;
  font-size: 13px;
  text-decoration: underline;
}

.configuraci-n-avanzada {
  color: var(--white);
}

.select-field {
  border: 1px solid var(--colors--gray2);
  background-color: var(--colors--gray1);
  border-radius: 12px;
}

.llm {
  color: var(--white);
  text-align: left;
  margin-bottom: 10px;
}

.llm.proveedor {
  color: var(--colors--color-2);
  text-align: left;
  font-size: 16px;
  font-weight: 300;
}

.llm.sub-category {
  color: #797979;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}

.advanced-system-wrapper {
  width: 100%;
}

.advanced-system-wrapper._1st {
  border: 1px solid var(--colors--gray2);
  border-radius: 12px;
  margin-top: 0;
  padding: 10px;
  box-shadow: 0 0 5px #00000014;
}

.fs-rangeslider_form {
  width: 100%;
  max-width: 720px;
}

.fs-rangeslider_wrapper {
  align-items: center;
  font-size: 1.5rem;
  display: block;
  position: relative;
}

.fs-rangeslider_track {
  background-color: #131313;
  border-radius: 999rem;
  height: 7px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fs-rangeslider_handle {
  z-index: 1;
  background-color: var(--colors--main-yellow);
  cursor: grab;
  border-radius: 100rem;
  flex: none;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 65%;
  transform: translate(-50%, -50%);
  box-shadow: 1px 1px 12px #0003;
}

.fs-rangeslider_handle:focus {
  background-color: #5c2aff;
}

.fs-rangeslider_handle.is-pink {
  background-color: var(--colors--main-yellow);
  color: var(--colors--color\<deleted\|variable-27b266c3-0c98-33c5-511e-e647da32ffab\>);
  width: 11px;
  height: 11px;
  left: 65%;
}

.fs-rangeslider_handle.is-pink.last, .fs-rangeslider_handle.last {
  left: 50%;
}

.fs-rangeslider_fill {
  background-color: var(--colors--color\<deleted\|variable-27b266c3-0c98-33c5-511e-e647da32ffab\>);
  border-radius: 999px;
  width: 65%;
  height: 100%;
  position: absolute;
}

.fs-rangeslider_fill.last {
  width: 50%;
}

.fs-rangeslider_input {
  display: none;
}

.fs-range_values {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-left: 60px;
  display: flex;
}

.fs-range_values.last {
  padding-left: 0;
}

.text-block-8 {
  color: var(--color);
  font-size: 16px;
}

.text-field {
  border: 1px solid var(--colors--gray2);
  background-color: var(--colors--gray3);
  border-radius: 12px;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.text-field:focus {
  border-color: var(--colors--white);
}

.link-block {
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.option1 {
  background-color: var(--colors--gray3);
  border-radius: 12px;
  align-self: flex-start;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
}

.option1._3rd {
  background-color: var(--colors--gray3);
  order: 1;
  width: 50%;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 20px;
}

.modelo_form, .pre-last {
  margin-bottom: 0;
}

.form-block-3 {
  width: 100%;
  margin-bottom: 0;
}

.input-wrap {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.label {
  color: var(--white);
  text-align: left;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.input {
  border: 1px solid var(--colors--gray2);
  background-color: var(--colors--gray1);
  border-radius: 12px;
  margin-top: 10px;
  padding: 30px 15px;
  transition: all .5s cubic-bezier(.77, 0, .175, 1);
  box-shadow: 0 2px 2px #0000001a;
}

.input:focus {
  border-color: var(--colors--white);
}

.hidden-errors {
  display: none;
}

.ms-code-validation-error {
  margin-top: 10px;
  font-weight: 700;
  list-style-type: none;
}

.text-span-36 {
  color: var(--colors--main-yellow);
}

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

.inbound {
  border: 1px solid var(--colors--gray2);
  background-color: var(--colors--gray1);
  border-radius: 12px;
  padding: 20px;
}

.paragraph-20 {
  color: var(--white);
  font-size: 16px;
}

.paragraph-21 {
  background-color: var(--colors--gray3);
  color: var(--colors--color-2);
  border-radius: 12px;
  margin-bottom: 0;
  padding: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.div-block-46 {
  border: 1px solid var(--colors--gray2);
  background-color: var(--colors--gray1);
  border-radius: 12px;
  padding: 10px;
}

.div-block-46.text1 {
  border-style: none;
}

.text-span-37 {
  color: var(--colors--main-yellow);
  font-family: Great Vibes, cursive;
  font-weight: 400;
}

.paragraph-wrapper {
  box-shadow: none;
  text-align: center;
  margin-top: 20px;
}

.paragraphf {
  color: var(--white);
  font-size: 42px;
  font-weight: 700;
  line-height: 36px;
}

.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-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-pricing07_bottom-row-content-2 {
  grid-row-gap: .75rem;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.uui-pricing07_bottom-row-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  padding-top: 2rem;
}

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

.uui-pricing07_row-content-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.uui-pricing07_row-lead-text-2 {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
}

.uui-pricing07_feature-2 {
  padding: 1rem 1.5rem;
}

.uui-pricing07_row-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  align-items: stretch;
  margin-bottom: 20px;
}

.uui-pricing07_row-2.background-color-gray50 {
  background-color: var(--colors--gray2);
  height: 128px;
  margin-bottom: 20px;
}

.uui-pricing07_row-2._300 {
  margin-bottom: 0;
}

.uui-pricing07_heading-row-text-2 {
  color: var(--untitled-ui--primary700\<deleted\|variable-da4f7fa3\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-pricing07_heading-row-2 {
  margin-top: 2.5rem;
  padding: 1rem 1.5rem;
}

.uui-text-size-medium-2 {
  color: var(--colors--color-2);
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

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

.uui-text-size-small-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: .875rem;
  line-height: 1.5;
}

.uui-pricing07_price-text-2 {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  letter-spacing: normal;
  margin-left: .25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-pricing07_price-2 {
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  margin-top: .5rem;
  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: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-xxsmall-2 {
  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.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-pricing07_top-row-content-2 {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.uui-pricing07_top-row-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.uui-pricing07_plans-2, .uui-pricing07_tabs-content-2 {
  width: 100%;
}

.uui-pricing07_component-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 2.5rem;
  display: flex;
}

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

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

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

.small-notes {
  color: var(--colors--light-gray);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.small-notes-wrapper {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--colors--gray2);
  margin-top: 40px;
  padding: 20px;
}

.walsh-logo-footer {
  width: 90px;
  margin-bottom: 0;
}

.walsh-footer-line-divider {
  background-color: var(--colors--gray2);
  width: 100%;
  height: 1px;
}

.walsh-heading-small-2 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 34px;
}

.walsh-heading-small-2.hidden {
  opacity: 0;
}

.walsh-footer-wrapper {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.walsh-footer-wrapper.wrapper2 {
  background-color: #1c1c1c;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 30px;
}

.walsh-footer-link {
  color: var(--white);
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom: 4px;
  font-size: 16px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.77, 0, .175, 1);
  display: inline-block;
}

.walsh-footer-link:hover {
  color: var(--colors--main-yellow);
}

.walsh-footer-list {
  grid-row-gap: .8em;
  flex-direction: column;
  display: flex;
}

.walsh-main-grid-5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.walsh-container-4 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-content-wrapper-white {
  border: 1px solid var(--colors--gray2);
  background-color: var(--colors--gray1);
  border-radius: 12px;
  padding: 60px 20px 20px;
  position: relative;
}

.div-block-47 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-47.privacypolicy {
  justify-content: center;
  align-items: center;
  width: 186.969px;
}

.div-block-47.made-with-love {
  width: 245.078px;
}

.div-block-47.logo {
  justify-content: flex-start;
  align-items: center;
}

.div-block-48 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-48._2nd-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr .75fr;
}

.div-block-49 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-49.llaabs {
  grid-template-columns: .5fr .25fr .75fr;
}

.paragraph-23 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
}

.paragraph-25 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--gray);
  text-align: right;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 100;
  display: flex;
}

.button-2 {
  background-color: var(--colors--medium-gray);
  border-radius: 12px;
  margin-top: 10px;
  padding: 15px 30px;
  font-weight: 500;
  transition: all .5s cubic-bezier(.77, 0, .175, 1);
}

.button-2:hover {
  background-color: var(--colors--white);
  color: var(--black);
}

.fn-error-message {
  text-align: center;
  background-color: #c33939;
  border-radius: 8px;
  margin-top: 24px;
}

.fn-success-message-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
}

.fn-success-message {
  background-color: var(--colors--gray3);
  color: var(--white);
  border-radius: 8px;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.fn-button-form {
  background-color: var(--white);
  color: var(--black);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 42px;
  padding: 30px 42px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-form:hover {
  background-color: var(--white-opacity);
  color: var(--white);
  border-style: solid;
}

.fn-form-wrapper {
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.fn-field {
  border: 1px solid var(--colors--gray2);
  background-color: var(--colors--gray1);
  color: #ecf0ef;
  border-radius: 12px;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  margin-bottom: 24px;
  padding: 30px 20px;
  font-size: 16px;
  line-height: 1em;
  transition: all .5s cubic-bezier(.77, 0, .175, 1);
}

.fn-field:hover {
  border-color: var(--color);
}

.fn-field:focus {
  border-color: var(--white);
  color: var(--white);
}

.fn-field::placeholder {
  color: var(--colors--light-gray);
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.fn-form-standard {
  flex-direction: column;
  display: flex;
}

.fn-form {
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.fn-heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 62px;
}

.fn-column-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.fn-section-2 {
  color: #ecf0ef;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 220px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.body-5 {
  background-color: #161616;
  background-image: radial-gradient(circle, #000, #1919194d), url('../images/image-29.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding: 50px 80px;
}

.div-block-52 {
  border: 1px solid var(--colors--gray2);
  background-color: var(--colors--gray1);
  border-radius: 12px;
  padding: 40px;
}

.paragraph-26 {
  color: var(--colors--light-gray);
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.text-field-3 {
  border: 1px solid var(--colors--gray2);
  background-color: var(--colors--gray1);
  border-radius: 12px;
  padding: 25px;
  transition: all .5s cubic-bezier(.77, 0, .175, 1);
}

.text-field-3:focus {
  border-color: var(--colors--white);
  color: var(--white);
}

.field-label-2 {
  color: var(--white);
  margin-bottom: 20px;
  font-weight: 500;
}

.submit-button-2 {
  background-color: var(--white);
  color: var(--black);
  border-radius: 12px;
  width: 100%;
  padding: 15px;
  font-weight: 500;
  transition: all .5s cubic-bezier(.77, 0, .175, 1);
}

.submit-button-2:hover, .submit-button-2:focus {
  background-color: var(--white-opacity);
}

.div-block-53 {
  border: 1px solid var(--colors--gray2);
  background-color: var(--colors--gray1);
  border-radius: 12px;
  width: 100%;
  padding: 20px;
}

.div-block-54 {
  border: 1px none var(--colors--gray2);
  background-color: var(--colors--medium-gray);
  border-radius: 12px;
}

.play-button-2 {
  z-index: 2;
  background-color: var(--white);
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 0 5px #999;
}

.play-image {
  flex: none;
  width: 28px;
  height: 28px;
}

.play-button-3 {
  z-index: 2;
  background-color: #fff;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 0 5px #999;
}

.section-5 {
  margin-top: 100px;
}

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

.example-badge-3 {
  color: #000;
  text-transform: uppercase;
  background-color: #49a3f8;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-right: 10px;
  padding: 7px 10px;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
}

.example-badge-3._4 {
  color: #fff;
  background-color: #000;
  order: -1;
  font-weight: 700;
}

.example-badge-3._4._2 {
  border: 1px none var(--colors--dark-yellow);
  color: var(--colors--main-yellow);
  text-align: center;
  -webkit-text-stroke-color: var(--colors--main-yellow);
  background-color: #312d22;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 7px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  box-shadow: 0 0 20px #312d22;
}

.example-badge-3._4._2._55 {
  width: 7%;
}

.example-badge-3._4._2._555 {
  width: 130%;
}

.div-block-58 {
  order: -1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._1-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._1-1 {
  margin-top: 60px;
}

._1-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._1-3._2nd {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--colors--gray2);
  border-radius: 12px;
  padding: 20px;
  display: flex;
}

._1-4 {
  border: 1px solid var(--colors--gray2);
  background-color: #191919;
  background-image: url('../images/Frame-23.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 12px;
  flex: 0 auto;
  padding: 20px;
}

._1-5 {
  border: 1px solid var(--colors--gray2);
  background-color: #191919;
  background-image: url('../images/Frame-23.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 12px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 20px;
}

.connector-1 {
  border-top: 1px solid var(--colors--main-yellow);
  border-bottom: 1px solid var(--colors--main-yellow);
  border-left: 1px solid var(--colors--main-yellow);
  border-radius: 1px;
  width: 5%;
  height: 190px;
}

.connector-1._2 {
  text-align: center;
  border-style: solid none none;
  border-bottom-width: 0;
  border-radius: 0;
  width: 5%;
  height: 0%;
}

.text-span-39 {
  color: var(--colors--main-yellow);
}

.div-block-59 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: 1.5fr auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.div-block-61 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.text-span-40, .text-span-41, .text-span-42 {
  color: var(--colors--main-yellow);
}

.accordion-item {
  border: 1px none var(--colors--gray2);
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0 14px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-trigger {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon.accordion-icon {
  cursor: pointer;
  cursor: pointer;
  border: 1px #000;
  width: 10%;
  position: absolute;
}

.icon.accordion-icon._44 {
  align-self: center;
  width: 20px;
  height: 30px;
  margin-left: 10px;
  position: static;
}

.accordion-item-content {
  color: #9ba1a6;
  margin-top: 10px;
  margin-right: 0;
  overflow: hidden;
}

.paragraph-27 {
  color: #b3b3b3;
  text-align: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.div-block-63 {
  border: 1px solid var(--colors--gray2);
  background-color: var(--colors--gray1);
  border-radius: 12px;
  margin-top: 30px;
  padding: 15px;
}

.paragraph-28 {
  color: var(--colors--color-2);
  font-size: 18px;
  font-weight: 300;
}

.image-55 {
  width: 80%;
}

.div-block-65 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-44, .text-span-45 {
  color: var(--colors--main-yellow);
}

.div-block-66 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.div-block-67 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-56 {
  width: 4%;
  position: absolute;
  inset: 20% auto auto 0%;
}

.image-56._22 {
  inset: 15% 5% auto auto;
}

.image-56._33 {
  width: 4%;
  inset: auto auto 40% 6%;
}

.image-56._44 {
  inset: auto 10% 25% auto;
}

.div-block-68 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-69 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.div-block-70 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr minmax(200px, .25fr) minmax(200px, .25fr) 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-span-46 {
  color: var(--colors--main-yellow);
}

.div-block-72 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--colors--gray2);
  background-color: #191919;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px;
  display: flex;
  box-shadow: 0 0 6px #00000030;
}

.text-span-47 {
  color: var(--colors--main-yellow);
}

.div-block-73 {
  flex-flow: column;
  align-self: flex-start;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.div-block-74 {
  order: -1;
  width: 40%;
  margin-bottom: 20px;
}

._111 {
  border-top: 1px solid var(--colors--main-yellow);
  border-bottom: 1px solid var(--colors--main-yellow);
  border-left: 1px solid var(--colors--main-yellow);
  width: 2.5%;
  height: 190px;
}

._222 {
  border-top: 1px solid var(--yellow);
  width: 2.5%;
}

.image-57 {
  width: 100%;
}

.text-span-48 {
  color: var(--colors--main-yellow);
}

.accordion-item-2 {
  background-color: #1a1d1e;
  border: 1px solid #2b2f31;
  border-radius: 10px;
  flex-flow: column;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  display: flex;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-2._22 {
  background-color: #1a1d1e00;
  border-style: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.accordion-item-2._22._32 {
  padding-top: 0;
}

.accordion-item-trigger-2 {
  border: 1px solid var(--colors--gray2);
  border-radius: 12px;
  flex-flow: row;
  order: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.accordion-item-content-2 {
  color: #9ba1a6;
  margin-right: 0;
  overflow: hidden;
}

.uui-text-size-medium-3 {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.paragraph-30 {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-span-49, .text-span-50 {
  color: var(--colors--main-yellow);
}

.heading-20, .heading-21 {
  color: var(--white);
}

.image-58 {
  width: 40%;
  position: fixed;
  inset: -7% auto auto -27%;
}

.form_section-2 {
  background-color: var(--colors--gray3);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.form_block {
  width: 100%;
}

.form_field-label {
  color: var(--white);
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.form_field-label.mg-bottom-8px {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 27px;
}

.form_field-label.form-q, .form_field-label._2121 {
  margin-top: 30px;
}

.button-4 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #ff0b60;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 18px 48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-4:hover {
  background-color: #f81b43;
}

.button-4.mg-top-36px {
  background-color: var(--colors--main-yellow);
  color: var(--colors--gray1);
  border: 1px #000;
  border-radius: 12px;
  width: 100%;
  margin-top: 36px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.button-4.mg-top-36px:hover {
  background-color: var(--white);
}

.information_section {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  padding: 40px;
  display: flex;
}

.information_section.background-color.neutral-200 {
  background-image: linear-gradient(#000, #0000001a);
  justify-content: center;
  align-items: center;
}

.form_radio-button-field {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.form_text-field {
  background-color: var(--colors--gray2);
  border: 1px #ededed;
  border-radius: 12px;
  height: auto;
  margin-bottom: 16px;
  padding: 20px;
  transition: border-color .5s cubic-bezier(.77, 0, .175, 1), background-color .5s cubic-bezier(.77, 0, .175, 1);
}

.form_text-field:hover {
  background-color: #2c2c2c;
}

.form_text-field:focus {
  border-style: solid;
  border-color: var(--colors--main-yellow);
}

.page-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/assistant-voce.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 140px;
  display: grid;
}

.form_error-message {
  color: #442f30;
  text-align: center;
  background-color: #ffc1c1;
  border-radius: 0;
  height: auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.form_success-message {
  background-color: var(--colors--gray1);
  border-radius: 6px;
}

.form_radio-button {
  border: 1px solid #ccc;
  border-radius: 100%;
  margin-top: 0;
  margin-right: 8px;
}

.form_radio-button.w--redirected-checked {
  border-color: #ff0b60;
}

.form_radio-button-label {
  color: var(--colors--color-2);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1;
}

.text-block-9 {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.heading-22 {
  color: var(--white);
  text-align: left;
  order: -1;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
}

.text-block-10 {
  color: var(--white);
  font-size: 16px;
}

.success-message-3 {
  background-color: #ddd0;
}

.llm-pop {
  border: 1px solid var(--colors--gray2);
  border-radius: 12px;
  width: 23%;
  position: absolute;
  inset: 11% auto auto 0%;
}

.image-59 {
  z-index: -1;
  width: 100%;
  position: relative;
}

.voz {
  border: 1px solid var(--colors--gray2);
  border-radius: 12px;
  width: 23%;
  position: absolute;
  inset: auto auto 20% 0%;
}

.image-60 {
  z-index: -1;
  width: 100%;
  position: relative;
}

.web-telefono {
  border: 1px solid var(--colors--gray2);
  border-radius: 12px;
  width: 25%;
  position: absolute;
  inset: 17% 0% 24% auto;
}

.image-61 {
  z-index: -1;
  width: 100%;
  position: absolute;
  inset: auto;
}

.mav-border {
  border: 1px solid var(--colors--gray2);
  border-radius: 12px;
  align-self: center;
  width: 38%;
  position: absolute;
  inset: 0% 0% 0% 30%;
}

.image-62 {
  z-index: -1;
  width: 100%;
  position: relative;
}

.mav-div {
  border: 1px solid var(--colors--gray2);
  border-radius: 12px;
  width: 12%;
  position: absolute;
  inset: 7% 57% auto 43%;
}

.text-span-52 {
  color: var(--colors--main-yellow);
}

.paragraph-31 {
  text-align: center;
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.text-span-53 {
  color: var(--yellow);
}

.div-block-79 {
  order: -1;
}

.llm-connector {
  width: 2.5%;
  position: absolute;
  top: 9%;
  left: -1%;
}

.voz-connector {
  width: 2.5%;
  position: absolute;
  top: 77%;
  left: -1%;
}

.mav-connector {
  width: 2.5%;
  position: absolute;
  top: 45.5%;
  left: 28.7%;
}

.mav-connector._2-2._1-2 {
  left: 66.7%;
}

.first-section-connector {
  z-index: -2;
  border-left: 1px solid var(--colors--main-yellow);
  width: 1%;
  height: 20%;
  position: absolute;
  top: 15%;
}

.image-63 {
  position: absolute;
  transform: scale(0);
}

.image-64 {
  transform: scale(0);
}

.voz-llm-connector {
  z-index: -2;
  border-top: 1px solid var(--colors--main-yellow);
  width: 30%;
  height: 0%;
  position: absolute;
  top: 47.5%;
}

.image-65 {
  position: absolute;
}

.mav-web-telefono-connector {
  width: 2.5%;
  height: 0;
  position: absolute;
  inset: 45.5% 0% 0% 73.8%;
}

.image-66 {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.mav-to-web-telefono-connector {
  z-index: -2;
  border: 1px solid var(--colors--main-yellow);
  width: 20%;
  height: 0%;
  position: absolute;
  inset: 47.4% 0% 0% 60%;
}

.image-67 {
  z-index: -1;
  position: relative;
}

.mav-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image2 {
  border: 1px #262626;
  border-radius: 12px;
  width: 90%;
}

.main_mav {
  border: 1px #262626;
  border-radius: 12px;
  position: relative;
}

.connector-a-line {
  z-index: -1;
  border-top: 1px #fff;
  border-bottom: 1px #d9b346;
  border-left: 1px solid #d9b346;
  border-right: 1px #fff;
  padding: 0;
}

.connector-a-line.b {
  border-top-style: solid;
  border-top-color: #d9b346;
  border-left-style: none;
  width: 300px;
  height: 0;
  top: 415px;
}

.connector-a-line.b._2nd {
  position: absolute;
  top: 50%;
  left: 50%;
}

.connector-a-line.b._2nd._3rd {
  left: 290%;
}

.mav_logo {
  width: 35%;
}

.image1 {
  border: 1px #262626;
  border-radius: 12px;
  width: 90%;
  position: static;
  inset: 200px auto auto;
}

.grid {
  grid-column-gap: 33px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1.25fr;
  height: 90vh;
}

.voz-2 {
  box-shadow: 0 1px 5px 0 var(--colors--gray2);
  border: 1px solid #262626;
  border-radius: 12px;
}

.llm-2, .image-68, .image-69, .image-70 {
  box-shadow: 0 0 5px 0 var(--colors--gray2);
  border: 1px solid #262626;
  border-radius: 12px;
}

._1st-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.connector-a-circle {
  width: 30px;
  display: none;
  position: absolute;
  top: 180px;
  left: -14px;
}

.connector-a-circle.c_mav {
  z-index: 12;
  inset: 401px 0 auto 263px;
}

.grid-wrapper {
  margin-top: 100px;
  padding: 40px;
}

.container-3 {
  padding-right: 0;
}

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

.link-block-2 {
  order: -1;
}

.space {
  border: 1px solid var(--colors--medium-gray);
  width: 100%;
}

.div-block-81 {
  width: 18%;
  position: absolute;
  top: 35%;
  right: 96%;
}

.div-block-81._22 {
  z-index: 10;
  inset: 35% 0% auto 96%;
}

.text-block-11, .text-block-12 {
  font-family: Inter, sans-serif;
}

.link-11 {
  color: var(--colors--light-gray);
  text-decoration: none;
}

.link-12 {
  color: var(--gray);
  text-decoration: none;
}

.div-block-82 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 1;
  display: flex;
}

.text-span-56 {
  color: var(--colors--main-yellow);
}

.process-v2-main-tap-contant-flex {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.process-tab-v2-pane._4 {
  z-index: 1;
  border-radius: 13.96px;
  width: 100%;
  position: absolute;
  overflow: hidden;
}

.process-tab-v2-pane._2 {
  z-index: 3;
  border-radius: 13.96px;
  width: 100%;
  position: absolute;
  overflow: hidden;
}

.process-tab-v2-pane._3 {
  z-index: 2;
  border-radius: 13.96px;
  width: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.process-tab-v2-pane._1 {
  z-index: 4;
  background-color: var(--white);
  border-radius: 13.96px;
  width: 100%;
  position: static;
}

.process-tab-v2-pane._1.labs {
  background-color: #fff0;
}

.process-v2-main-contant-tabs-contant-2 {
  width: 260px;
  overflow: hidden;
  box-shadow: -4px 6px 16px #1313130a;
}

.process-v2-main-contant-tabs-contant-2.labs {
  box-shadow: none;
  background-color: #fff0;
  width: 350px;
}

.process-v2-tab-contant-flex-2 {
  min-height: 70px;
  position: relative;
}

.process-v2-main-contant-tab-link-2 {
  border-radius: 0;
  padding: 24px 86px 24px 32px;
  overflow: hidden;
}

.process-v2-main-contant-tab-link-2.w--current {
  background-color: #c8c8c800;
}

.process-v2-ta-link-overly {
  background-image: url('../images/Process-tab-Shape.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.process-v2-ta-link-overly._4, .process-v2-ta-link-overly._3, .process-v2-ta-link-overly._2, .process-v2-ta-link-overly._1 {
  background-color: #ffffff4d;
  background-image: none;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 70px;
  display: flex;
}

.process-v2-main-contant-wrapper-2 {
  border: 1px solid var(--colors--medium-gray);
  background-image: linear-gradient(180deg, #2e2e2e3b, var(--colors--gray1)), url('../images/76822-Converted-02.png');
  background-position: 0 0, 60% -60%;
  background-size: auto, 1500px;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1130px;
  max-width: 1260px;
  margin-top: 0;
  padding: 20px 60px 60px;
  display: flex;
}

.process-v2-main-contant-wrapper-2._2nd {
  display: none;
}

.process-v2-main-contant-flex-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.process-v2-main-tap-contant-img-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.process-v2-main-tap-contant-img-wrapper-2.laps {
  opacity: 1;
  justify-content: flex-end;
  align-items: center;
}

.image-74, .image-75, .image-76, .image-77 {
  border-radius: 4px;
  width: 60px;
}

.flags-containr {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 42.5vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contentblock {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.contentblock._2222 {
  margin-top: 10px;
}

.div-block-85 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-85.last {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.image-82 {
  width: 23px;
}

.paragraph-33 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
}

.paragraph-33.last {
  width: 330px;
  font-size: 21px;
  font-weight: 400;
}

.div-block-86 {
  width: 100%;
  margin-bottom: 60px;
}

.heading-23 {
  color: #757575;
  text-align: center;
  font-size: 40px;
}

.text-span-58 {
  color: var(--colors--main-yellow);
}

.image-84 {
  margin-top: 100px;
}

.div-block-87 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.fn-paragraph-3 {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-heading-9 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-heading-9.numberr {
  opacity: .32;
  text-align: center;
  order: -1;
  font-size: 60px;
  font-weight: 900;
}

.fn-features-card-column {
  border: 1px solid var(--colors--medium-gray);
  background-color: var(--colors--gray1);
  flex-direction: column;
  flex: 1;
  order: -1;
  align-items: flex-start;
  width: 350px;
  height: 315.984px;
  padding: 24px;
  display: flex;
}

.fn-features-card-image {
  background-color: var(--colors--gray1);
  object-fit: contain;
  width: 351px;
  height: 225px;
}

.fn-features-card-with-image {
  color: #ecf0ef;
  background-color: #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.fn-features-card-with-image:hover {
  color: #ecf0ef;
}

.fn-solutions-card-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.fn-heading-10 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-column.laps {
  margin-bottom: 40px;
}

.fn-container-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1130px;
  max-width: 1260px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.fn-section-3 {
  color: #ecf0ef;
  flex-direction: column;
  align-items: center;
  width: 1130px;
  max-width: 1260px;
  padding-top: 140px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.bold-text-11 {
  color: var(--colors--white);
  font-family: Inter, sans-serif;
}

.section-why-we-built-mesina {
  border: 1px solid var(--colors--medium-gray);
  border-radius: 10px;
  width: 1130px;
  max-width: 1260px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.map {
  width: 100%;
  height: 624.172px;
  position: relative;
  overflow: hidden;
}

.text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 570px;
  padding: 40px;
  display: flex;
}

.image-85 {
  overflow: hidden;
}

.heading-24 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
}

.heading-24.labs {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 40px;
}

.heading-24._22222 {
  margin-bottom: 10px;
}

.containeroverrmap {
  border: 1px solid var(--colors--main-yellow);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #d9b34647;
  border-radius: 10px;
  width: 280px;
  padding: 5px;
  position: absolute;
  inset: 24% 26% auto auto;
}

.containeroverrmap._1 {
  width: 280px;
  top: 38%;
  right: 61%;
}

.containeroverrmap._33 {
  width: 260px;
  top: 61%;
  right: 41%;
}

.containeroverrmap._44 {
  width: 240px;
  top: 36%;
  right: 24%;
}

.containeroverrmap._55 {
  width: 290px;
  top: 46%;
  right: 4%;
}

.paragraph-35 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
}

.text-span-60 {
  color: #d5a4fc;
  font-weight: 600;
}

.text-span-61 {
  color: var(--yellow);
}

.section-6 {
  width: 1130px;
  max-width: 1260px;
  margin-top: 80px;
  margin-bottom: 0;
}

.text-span-62 {
  color: var(--colors--main-yellow);
}

.divider {
  background-color: #b3b3b33b;
  width: 270px;
  height: .4px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-span-64 {
  color: var(--colors--main-yellow);
  font-size: 32px;
}

.text-span-65, .text-span-66, .text-span-68 {
  color: var(--colors--main-yellow);
}

.mesina-labs {
  flex-flow: row;
  width: 1130px;
  max-width: 1260px;
  margin-top: 80px;
  display: flex;
}

.left {
  width: 50%;
}

.right {
  background-image: linear-gradient(180deg, #1c1c1c12, var(--colors--gray1)), url('../images/nasa-Q1p7bh3SHj8-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.image-86 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.div-block-88 {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 40px 60px;
  display: flex;
}

.button-5 {
  background-color: var(--colors--main-yellow);
  color: var(--colors--gray3);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 500;
  transition: all .25s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.button-5:hover, .button-5:focus {
  background-color: var(--colors--white);
}

.paragraph-36 {
  color: var(--gray);
  margin-top: 30px;
  font-size: 16px;
  font-style: italic;
}

.body-6 {
  background-color: var(--colors--gray2);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lightbox-link-5 {
  position: absolute;
  inset: auto 16px 4% 18px;
}

.image-88 {
  z-index: 10;
  width: 100px;
  position: absolute;
  inset: -25% auto auto 11%;
}

.image-88._2nd {
  display: none;
}

.div-block-89 {
  align-self: stretch;
}

.text-span-71 {
  color: var(--pink);
}

.div-block-92 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-2, .icon-3 {
  color: #1c1c1c;
  font-size: 30px;
  font-weight: 700;
}

.slide-nav {
  display: none;
  inset: auto 0% -2%;
}

.slide {
  width: 260px;
}

.slider {
  background-color: #ddd0;
  border-radius: 10px;
  height: 340px;
}

.slide-nav-2 {
  display: none;
}

.slider-2 {
  background-color: #ddd0;
  height: 380px;
}

.icon-4, .icon-5 {
  filter: drop-shadow(0 2px 5px #000000b3);
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.text-span-72 {
  font-size: 12px;
  font-style: italic;
}

.sub-featuers-main-contant-single-right-wrapper {
  max-width: 494px;
}

.sub-featuers-main-contant-single-right-wrapper._2 {
  flex-flow: column;
  justify-content: center;
  max-width: none;
  display: flex;
}

.featuers-main-title-contant {
  color: var(--colors--black);
  text-align: center;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 65px;
}

.featuers-main-title-contant.center {
  text-align: left;
  max-width: none;
  font-size: 50px;
}

.featuers-main-title-contant.center._3rd {
  text-align: center;
  margin-top: 0;
}

.featuers-main-title-contant.center._3rd._4th {
  color: var(--white);
  text-align: center;
  font-size: 35px;
  line-height: 45px;
}

.featuers-main-title-contant.center._3rd._4th._5th {
  color: var(--colors--black);
  text-align: center;
}

.featuers-main-title-contant.center._3rd._4th._5th._6th {
  margin-bottom: 0;
  font-weight: 400;
}

.featuers-main-title-contant.center._3rd._4th._5th._6th._7th {
  color: var(--white);
  text-align: center;
  border-radius: 12px;
  font-size: 35px;
  font-weight: 800;
  line-height: 45px;
}

.featuers-main-title-contant.center._3rd._4th._5th._6th._7th.alone {
  color: #725487;
  font-weight: 800;
}

.featuers-main-title-contant.center._3rd._4th._5th._6th._7th.paragraphme {
  width: 750px;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
}

.featuers-main-title-contant.center.numbers {
  color: #522a7261;
  order: 1;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
}

.featuers-main-title-contant._55555 {
  width: 700px;
  margin-top: 0;
}

.sub-featuers-main-contant-single-wrapper {
  background-color: #fff;
  border: 1px solid #e8e5f8;
  border-radius: 40px;
  padding: 32px 64px 32px 32px;
}

.sub-featuers-main-contant-single-wrapper._2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-style: none;
  flex-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.sub-featuers-main-contant-single-flex {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  width: 1164px;
  display: flex;
}

.featuers-main-right-contant-details {
  color: var(--colors--medium-gray);
  text-align: center;
  margin-bottom: 29px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

.featuers-main-right-contant-details.empathy-one {
  text-align: left;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 32px;
}

.featuers-main-right-contant-details.empathy-one._3rd {
  width: 680px;
}

.featuers-main-right-contant-details.empathy-one._3rd._4th {
  text-align: center;
}

.featuers-main-right-contant-details.empathy-one.empathy-form {
  color: var(--gray);
  padding-right: 70px;
  font-size: 18px;
  line-height: 28px;
}

.featuers-main-right-contant-details.empathy-one.empathy-form.phone-empathy {
  padding-right: 0;
}

.featuers-main-right-contant-details._343 {
  width: 700px;
  margin-bottom: 0;
}

.sub-featuers-main-contant-single-right-icon-wrapper {
  border: 1px solid var(--purple);
  background-color: #bd7fee73;
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100px;
  height: 30px;
  margin-bottom: 27px;
  padding: 20px 15px;
  display: flex;
}

.sub-featuers-main-contant-single-right-icon-wrapper.how-it-works {
  order: -1;
  width: 170px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sub-featuers-main-contant-single-right-icon-wrapper.how-it-works.why {
  width: 80px;
  padding-bottom: 20px;
}

.section-7 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  display: flex;
}

.section-7._25 {
  margin-top: 110px;
}

.section-7._5858 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.paragraph-37 {
  color: #522a72;
  margin-bottom: 0;
  font-family: Caveat, sans-serif;
  font-size: 27px;
}

.div-block-95 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1164px;
  display: flex;
}

.div-block-95.empathy {
  background-color: #725487;
  border-radius: 12px;
  padding: 40px;
}

.div-block-95.empathy._5th {
  background-color: var(--colors--black);
  justify-content: center;
  align-items: stretch;
  padding: 60px;
  position: relative;
}

.div-block-96 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  background-color: #7254871a;
  border: 1px #000;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  padding: 40px;
  display: flex;
}

.div-block-96._2nd {
  box-shadow: none;
  background-color: #14141400;
  border-style: none;
}

.div-block-96._2nd._3rd {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-96._2nd._3rd._5th {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  padding: 10px 0 0;
}

.image-89 {
  width: 490px;
}

.image-89._455 {
  margin-top: 40px;
}

.div-block-97 {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-97.first {
  order: -1;
}

.div-block-97._3rd {
  justify-content: center;
  align-items: stretch;
}

.div-block-98 {
  order: -1;
}

.div-block-99 {
  flex-flow: column;
  order: -1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-99._3rd._4th {
  justify-content: center;
  align-items: center;
}

.div-block-99._3rd._4th._5th {
  text-align: center;
}

.right-wrap-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  place-content: flex-end center;
  align-items: center;
  width: 70%;
  display: flex;
}

.category-items-white {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff26;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  display: flex;
}

.paragraph-39 {
  color: #fff;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.div-block-104 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.image-95 {
  width: 37px;
}

.div-block-105 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-40 {
  color: #522a72;
  font-family: Great Vibes, cursive;
  font-size: 50px;
  text-decoration: none;
}

.image-97 {
  width: 73px;
}

.image-97._5 {
  width: 60px;
}

.image-98 {
  border-radius: 12px;
}

.div-block-106 {
  position: relative;
}

.button-7 {
  background-color: var(--black);
  border-radius: 12px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 20px 50px;
  font-size: 22px;
  position: absolute;
  inset: auto auto 0% 0%;
  box-shadow: 0 0 5px #00000091;
}

.div-block-109 {
  grid-column-gap: 350px;
  grid-row-gap: 350px;
  order: -1;
  display: flex;
}

.core-featuers-v2-main-single-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid var(--purple);
  background-color: #f0edf2;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  width: 418.453px;
  padding: 40px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.core-featuers-v2-main-flex {
  grid-column-gap: 32px;
  width: 1164px;
  display: flex;
}

.div-block-110 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-110._5252 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.image-99 {
  width: 140px;
}

.image-99._5522 {
  width: 170px;
}

.image-100._52525 {
  width: 60px;
}

.image-100._52525._55544 {
  width: 160px;
}

.image-101, .image-102 {
  width: 110px;
}

.image-103 {
  width: 130px;
}

.image-104 {
  width: 140px;
}

.image-104._5522 {
  width: 160px;
}

.testimonial-text-02 {
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 33px;
}

.testimonial-image-02 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  border: 1px solid #dbdbdb;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.testimonial-image-02._2 {
  border-width: 0;
  border-top-style: none;
  border-top-color: var(--purple);
  background-image: linear-gradient(#0000, #0000);
  width: 70px;
  height: 70px;
}

.testimonial-author-02 {
  border-bottom: 1px #dbdbdb;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.author-subheading {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.author-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.blue {
  color: #3b2ae5;
}

.testimonial-info-inner-2 {
  background-color: #f5f5f5;
  border: 1px solid #dbdbdb;
  border-left: 5px solid #725688;
  border-radius: 0 12px 12px 0;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.image-105 {
  width: 70px;
  height: 70px;
}

.div-block-111 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1164px;
  display: grid;
}

.div-block-112 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  opacity: 1;
  background-image: url('../images/Dust.svg');
  background-position: 0 0;
  background-size: contain;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 1164px;
  padding: 80px 40px;
  display: flex;
}

.text-span-73 {
  font-weight: 800;
}

.image-107 {
  order: -1;
  margin-bottom: 20px;
}

.div-block-115 {
  background-color: #725487;
  border-radius: 12px;
  width: 1164px;
}

.div-block-116 {
  width: 100%;
  padding: 0;
}

.div-block-117 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.phone-number {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-self: stretch;
  width: 35%;
  display: flex;
}

.email {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.paragraph-9 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #afafaf;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  display: flex;
}

.paragraph-9.manifesto {
  color: var(--purple);
  font-size: 20px;
  font-weight: 700;
}

.link-block-5 {
  text-decoration: none;
}

.bottom-menu-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid #1a1a1a96;
  flex-flow: column;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.div-block-118 {
  display: flex;
}

.link-block-6 {
  text-decoration: none;
}

.paragraph-42 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #afafaf;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  display: flex;
}

.div-block-119 {
  align-self: center;
  margin-top: 100px;
  display: none;
}

.mesian-labs {
  color: var(--colors--light-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13.5px;
  font-weight: 300;
}

.link-block-7 {
  cursor: auto;
  text-decoration: none;
}

.link-block-7.mav {
  cursor: pointer;
}

.success-message-4 {
  border-radius: 12px;
}

.success-message-4.empathy0one {
  background-color: #dddddd1f;
}

.text-block-13 {
  color: var(--white);
  font-family: Inter, sans-serif;
}

.text-block-13.empathy-one {
  font-size: 16px;
}

._1st_section {
  background-color: #4886ea;
  padding: 15px;
}

.paragraph-44 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-span-74 {
  font-size: 16px;
  font-weight: 500;
}

.body-7 {
  color: #b4b4b4;
  background-color: #eff6ff;
}

.image-109 {
  width: 210px;
}

.section-8 {
  flex-flow: column;
  order: -1;
  width: 100%;
  padding: 40px 70px;
  display: flex;
}

.section-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-transform: capitalize;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 70px 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-120 {
  background-color: #dae8ff;
  border-radius: 500px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 374px;
  display: flex;
}

.paragraph-45 {
  color: #2f60ec;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 8px;
  font-family: Inter, sans-serif;
  display: flex;
}

.heading-25 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#2f60ec, #8e48df);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
}

.div-block-121 {
  text-align: center;
  width: 872px;
}

.div-block-122 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-46 {
  color: #4b5563;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.div-block-123 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  padding: 40px 20px;
  display: flex;
}

.div-block-123._1stst {
  width: 650px;
  padding-top: 20px;
}

.div-block-124 {
  background-color: var(--white);
  text-align: center;
  border-radius: 500px;
  width: 98.0313px;
  padding: 10px 15px;
  box-shadow: 0 2px 5px -3px #4b55639e;
}

.div-block-124._22222.tobe-hidden, .div-block-124.arabic.tobe-hidden, .div-block-124.hidden {
  display: none;
}

.paragraph-47 {
  color: #4b5563;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.div-block-125 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-bottom: 10px;
  display: inline-grid;
}

.div-block-125._5555 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 463.688px;
  margin-bottom: 0;
}

.div-block-125._5555.small-screen {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  display: flex;
}

.div-block-126 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-127 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.divdiv {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #dbe7ff52;
  border-radius: 500px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  box-shadow: 0 2px 5px #00000014;
}

.divdiv._11 {
  background-color: #eff6ff;
  border: 1px solid #deebff;
}

.divdiv._22 {
  background-color: #faf5fe;
  border: 1px solid #f1e0ff;
}

.divdiv._33 {
  background-color: #eefcf3;
  border: 1px solid #d2f1dd;
}

.paragraph-48 {
  color: #4b5563;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.image-110 {
  order: -1;
  width: 25px;
}

.uui-text-size-medium-4 {
  color: #4b5563;
  letter-spacing: normal;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xsmall {
  color: var(--colors--black);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.uui-layout47_content {
  background-color: var(--color);
  color: #f0f6ff;
  text-align: center;
  border: 1px solid #deebff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  padding: 40px;
  display: flex;
}

.uui-layout47_component {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

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

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

.section-10 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  margin-top: 140px;
  margin-bottom: 140px;
  display: flex;
}

.heading-26 {
  color: var(--colors--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 35px;
  line-height: 45px;
}

.div-block-129 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-self: center;
  max-width: 51rem;
  display: flex;
}

.paragraph-49 {
  color: #4b5563;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.div-block-130 {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  display: grid;
}

.text-span-75 {
  font-weight: 600;
}

.div-block-131 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #ddeafe;
  border: 1px solid #c8ddfd;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #00000014;
}

.image-112 {
  width: 40px;
}

.paragraph-50 {
  color: #4b5563;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.div-block-132 {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-133 {
  filter: blur(180px);
  background-color: #4669ea;
  border-radius: 300px;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: 33% -19% 0% auto;
}

.div-block-133._2222 {
  z-index: -10;
  filter: blur(200px);
  inset: 81% auto 0% -19%;
}

.image-113 {
  width: 50px;
}

.div-block-134 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.uui-button-row-2.button-row-center {
  justify-content: center;
}

.uui-text-size-medium-5 {
  color: #4b5563;
  text-align: center;
  letter-spacing: normal;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.uui-text-size-medium-5.laaaast {
  text-align: left;
}

.uui-text-size-medium-5.laaaast.form {
  text-align: center;
  width: 580px;
  font-size: 18px;
}

.uui-heading-xxsmall-3 {
  color: var(--colors--black);
  text-align: center;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

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

.uui-layout75_icon {
  border: 1px solid #386fec;
  border-radius: 12px;
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
  box-shadow: 0 2px 5px #00000026;
}

.uui-layout75_item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #deebff;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  padding: 0 1.5rem 2rem;
  display: flex;
}

.uui-layout75_list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.uui-heading-medium-3 {
  color: var(--colors--black);
  order: -1;
  align-self: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  position: sticky;
  top: 10vh;
}

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100\<deleted\|variable-4a47ec41\>);
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-primary {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700\<deleted\|variable-da4f7fa3\>);
}

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

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

.uui-layout75_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

.div-block-135, .div-block-136, .div-block-137 {
  align-self: stretch;
  width: 40px;
}

.walsh-stats-number-medium {
  color: var(--colors--black);
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

.walsh-stats-number-medium.lasst {
  text-align: left;
  font-size: 24px;
  line-height: 45px;
}

.walsh-stats-number-medium.blue_buxo {
  color: var(--white);
}

.walsh-content-wrapper-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #deebff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 330px;
  padding: 30px;
  display: flex;
  position: relative;
}

.walsh-main-grid-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

.walsh-container-5 {
  z-index: 2;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-11 {
  margin-top: 100px;
  margin-bottom: 140px;
}

.div-block-138 {
  order: -1;
}

.image-114, .image-115, .image-116, .image-117 {
  width: 35px;
}

.div-block-140 {
  align-self: flex-start;
}

.rl-text-style-regular {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.rl_pricing18_icon {
  color: #27c060;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22px;
  font-family: Inter, sans-serif;
  display: flex;
}

.rl_pricing18_icon-wrapper {
  color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
  flex: none;
  align-self: center;
}

.rl_pricing18_feature {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.rl_pricing18_feature-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.rl_pricing18_price-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rl_pricing18_plan-content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.rl_pricing18_plan {
  background-color: var(--white);
  border: 1px solid #deebff;
  border-radius: 12px;
  flex-direction: column;
  padding: 30px;
  display: flex;
}

.rl_pricing18_plans {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 4rem;
  display: grid;
}

.rl-heading-style-h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

.rl-heading-style-h2.bluebox {
  color: var(--white);
  width: 100%;
}

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

.rl_pricing18_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

.section-12 {
  margin-bottom: 140px;
}

.section-13 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 140px;
  display: flex;
}

.div-block-141 {
  max-width: 80rem;
}

.blue_box {
  padding-top: 60px;
}

.paragraph-51 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.div-block-142 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-52 {
  color: #27c060;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.div-block-143 {
  background-color: #d8fde5;
  border: 1px solid #27c060;
  border-radius: 500px;
  padding: 10px 30px;
}

.text-span-77 {
  font-size: 28px;
  text-decoration: line-through;
}

.error-text {
  color: #e23939;
  font-family: Inter, sans-serif;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-text {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.success-message {
  background-color: #386fec;
  border-radius: 12px;
  padding: 1.5rem;
}

.uui-button-6 {
  background-color: #386fec;
  border-radius: 12px;
  order: 1;
  padding: 25px 20px;
  font-family: Inter, sans-serif;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-6:hover {
  background-color: var(--colors--black);
}

.uui-button-6: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-form-button-wrapper {
  flex-direction: column;
  font-size: 18px;
  display: flex;
}

.uui-form_input {
  aspect-ratio: auto;
  color: #4b5563;
  background-color: #eff6ff;
  border: 1px solid #deebff;
  border-radius: 12px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 28px;
  transition: all .35s cubic-bezier(.77, 0, .175, 1);
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:hover {
  border-color: #386fec;
}

.uui-form_input:focus {
  color: #4b5563;
  border-color: #386fec;
  border-radius: 12px;
  box-shadow: 0 1px 2px #1018280d, 0 0 5px #c4d6ff;
}

.uui-form_input::placeholder {
  color: #4b5563a6;
  -webkit-text-stroke-color: #4b5563;
}

.uui-field-label {
  color: #4b5563;
  -webkit-text-stroke-color: #344054;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.uui-field-label.small-note {
  color: #63574b;
  margin-top: 3px;
  font-size: 13px;
  font-style: italic;
}

.uui-form-field-wrapper {
  position: relative;
}

.uui-contact05_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact05_form-wrapper {
  flex-direction: column;
  align-items: stretch;
  margin-top: 3rem;
  margin-bottom: 0;
}

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

.uui-heading-medium-4 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

.uui-contact05_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--colors--white);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 660px;
  padding: 60px 40px;
  display: grid;
  box-shadow: 0 2px 5px #00000014;
}

.uui-padding-vertical-xhuge-6 {
  justify-content: center;
  margin-bottom: 60px;
  display: flex;
}

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

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

.paragraph-53 {
  color: #7f6743;
  text-align: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.div-block-144 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-145 {
  background-color: #fdfce8;
  border: 1px solid #dbc581;
  border-radius: 12px;
  padding: 15px 25px;
  box-shadow: 0 0 8px 1px #dbc581ad;
}

.section-14 {
  margin-bottom: 100px;
}

.section-15 {
  justify-content: center;
  padding: 40px;
  display: flex;
}

.div-block-146 {
  background-color: var(--black);
  border-radius: 12px;
  width: 100%;
  max-width: 80rem;
  padding: 40px;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .75fr;
}

.paragraph-54 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-55 {
  color: var(--gray);
  text-align: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 11px;
}

.link-13, .link-14 {
  color: var(--gray);
  text-decoration: none;
}

.paragraph-56 {
  color: var(--white);
  margin-bottom: 0;
}

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

.link-15 {
  color: #8aaaf1;
  text-align: justify;
  text-decoration: none;
}

.div-block-148 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #386fec;
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 80rem;
  padding-bottom: 60px;
  display: flex;
}

.link-block-8 {
  align-self: center;
}

.text-span-78 {
  font-size: 60px;
}

.text-span-79 {
  font-size: 20px;
}

.checkbox-label {
  color: #4b5563;
  margin-left: 5px;
  padding-right: 5px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.check {
  border: 1px solid #4b5563;
  width: 15px;
  height: 15px;
  font-family: Inter, sans-serif;
}

.check.w--redirected-checked {
  background-color: #386fec;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .form_text-field:hover {
    background-color: #313030;
  }

  .form_text-field:focus, .form_text-field:focus-visible, .form_text-field[data-wf-focus-visible] {
    border-color: var(--colors--main-yellow);
  }

  .form_text-field.hight-changed:focus {
    color: var(--white);
    font-size: 14px;
  }

  .form_radio-button.w--redirected-checked {
    border-color: var(--colors--main-yellow);
  }

  .form_radio-button.w--redirected-focus {
    box-shadow: 0 0 3px 1px var(--colors--main-yellow);
  }
}

@media screen and (max-width: 991px) {
  .body {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-bar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    flex-direction: column;
    align-items: stretch;
  }

  .clone-button {
    display: none;
  }

  .clone-button.mobile {
    height: 50px;
    display: flex;
  }

  .nav-link {
    border-bottom: 1px solid #ffffff0d;
    justify-content: flex-start;
    height: 60px;
  }

  .nav-link:hover {
    background-color: #ffffff0d;
  }

  .nav-menu {
    -webkit-backdrop-filter: saturate(200%) blur(15px);
    backdrop-filter: saturate(200%) blur(15px);
    background-color: #000000e6;
    height: 100vh;
  }

  .main-media-player {
    padding-left: 20px;
    padding-right: 20px;
  }

  .media-player-volume-wrapper {
    display: none;
  }

  .media-player-bar-wrapper {
    position: absolute;
    inset: 0% 0% auto;
  }

  .duration {
    display: none;
  }

  .progress-bar-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .elapsed {
    display: none;
  }

  .example-section {
    background-image: radial-gradient(circle farthest-corner at 30% 50%, var(--uplift-blurple\<deleted\|variable-fe2a9c9e\>) 10%, transparent 10%);
    padding: 20px;
  }

  .example-section._2 {
    padding: 20px;
  }

  .mobile-button-wrapper {
    width: 100%;
    padding: 20px;
  }

  .menu-button {
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

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

  .burger-button-wrapper {
    padding: 0;
  }

  .burger-line-top, .burger-line-middle, .burger-line-bottom {
    width: 30px;
    height: 2px;
  }

  .footer {
    border-top-color: #ffffff1a;
    padding: 75px 20px;
  }

  .footer-grid {
    grid-column-gap: 0px;
  }

  .example {
    padding: 75px 20px;
  }

  .example-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .example-wrapper.example-one {
    flex-direction: column-reverse;
  }

  .example-wrapper.example-one._2, .example-wrapper.example-one._2._3 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .title-wrapper.base {
    padding: 10vh 5vw 5vh;
  }

  .title-wrapper.space-5vw-right {
    justify-content: center;
    align-items: center;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .title-wrapper.space-5vw-left {
    justify-content: center;
    align-items: center;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .btn-wrapper.bg-color-yellow {
    grid-column-gap: 20px;
    font-size: 20px;
    position: relative;
  }

  .btn-wrapper.bg-color-yellow.red {
    width: 32%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-2 {
    font-family: Inter, sans-serif;
    position: absolute;
    inset: 0% 0% auto;
  }

  .section-3.nav {
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    inset: 0% 0% auto;
  }

  .section-3.bg-color-gray {
    margin-right: 0;
  }

  .topics-content.hero-landing._05 {
    margin-right: 0;
  }

  .topics-content.hero-landing.level-01 {
    align-self: stretch;
    margin-left: 0;
  }

  .main-grid-2 {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .main-grid-2.absolut {
    flex-flow: column;
    grid-template-rows: auto auto;
    display: flex;
  }

  .container-2.flex {
    background-position: 50%;
  }

  .container-2.space-base.margin.no._2 {
    justify-content: center;
    align-items: center;
  }

  .heading-4 {
    font-size: 5em;
    line-height: 80px;
  }

  .background-video {
    width: 680px;
    height: 390px;
  }

  .image-wrapper {
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .thumbs-up {
    display: block;
  }

  .heading-title-2 {
    font-size: 5em;
    line-height: 80px;
  }

  .heading-title-2.space-base {
    margin-bottom: 5vh;
  }

  .image-screen {
    width: 100px;
    margin-top: 30px;
  }

  .signature-brand {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .image-nick {
    width: 100px;
  }

  .depoiment-02 {
    width: auto;
    margin-bottom: 5vh;
  }

  .heading-small {
    font-size: 1.3em;
  }

  .wrapper-depoiment {
    flex-direction: column;
    align-items: center;
  }

  .main-paragraph {
    column-count: 1;
    margin-bottom: 90px;
    font-size: .9em;
  }

  .main-paragraph.for-human-and-bot.not-italic, .main-paragraph.for-human-and-bot._4 {
    margin-bottom: 10px;
  }

  .main-paragraph._1-collumn {
    margin-bottom: 0;
  }

  .image-wrapper-section {
    justify-content: center;
    height: 50vh;
  }

  .topics {
    inset: 0% 0% auto auto;
  }

  .image-highlight {
    object-fit: cover;
  }

  .bold-text {
    font-size: 1.4em;
  }

  .vip, .udesly-pricing-text {
    font-size: 17px;
  }

  .udesly-pricing-column {
    width: 100%;
    max-width: 450px;
    padding: 0;
  }

  .udesly-pricing-check-wrap {
    width: 90%;
  }

  .terms {
    font-size: 17px;
  }

  .udesly-pricing-main-card {
    align-items: center;
  }

  .heading-medium.align-right {
    text-align: center;
  }

  .content-pricing {
    flex-direction: column;
  }

  .paragraph-4 {
    font-size: 17px;
  }

  .heading-title-7 {
    font-size: 5em;
  }

  .heading-title-7.less-height {
    font-size: 5.9em;
  }

  .wrapper-pricing-mini.bg-color-gray {
    margin-bottom: 5vh;
  }

  .heading-title-8 {
    font-size: 5em;
  }

  .bold-text-7, .bold-text-8 {
    font-size: 1.4em;
  }

  .thumbs-up-wrapper-2 {
    width: 20vw;
    height: auto;
    margin-top: 3vh;
  }

  .main-grid-3.footer-space {
    grid-template-columns: 1fr 1fr;
  }

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

  .text-wrapper-footer {
    font-size: .9em;
  }

  .last-line-wrapper-2 {
    grid-row-gap: 16px;
    flex-direction: column;
    flex: 1;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    align-items: center;
    height: auto;
    margin-top: 2vh;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .heading-title-9 {
    font-size: 4em;
  }

  .heading-title-9.space-base {
    margin-bottom: 5vh;
  }

  .form-3.empathy-one-copy.empathyone {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-small-2 {
    text-align: center;
  }

  .heading-title-11 {
    font-size: 4em;
  }

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

  .hide-tablet {
    display: none;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

  .walsh-heading-xlarge-white {
    font-size: 4em;
  }

  .walsh-hero-center-wrapper {
    grid-row-gap: 1.25em;
    text-align: center;
    align-items: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-hero-wrapper {
    padding-top: 7.2em;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-23 {
    width: 20%;
  }

  .div-block-25 {
    justify-content: center;
    align-items: center;
  }

  .uui-testimonial18_mask {
    width: 50%;
  }

  .uui-testimonial18_component {
    padding-left: 0;
    padding-right: 0;
  }

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

  .walsh-text-field-single {
    min-width: auto;
  }

  .walsh-main-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-cta-block-dark-green {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .div-block-26 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .main-grid-4 {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .heading-hero-3 {
    letter-spacing: 0;
    font-size: 25vh;
    line-height: .8;
  }

  .heading-hero-3.blue.empathyone {
    margin-bottom: 10px;
  }

  .walsh-text-field-single-2 {
    min-width: auto;
  }

  .walsh-main-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-cta-block-dark-green-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: auto;
  }

  .div-block-29 {
    width: 90%;
  }

  .div-block-30 {
    width: 45%;
  }

  .fn-heading-3 {
    font-size: 32px;
  }

  .fn-heading-3.fn-heading-5 {
    font-size: 24px;
    line-height: 34px;
  }

  .fn-container-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-section.assistente-de-voz {
    background-size: 413px;
  }

  .uui-heroheader08_form {
    width: 90%;
  }

  .heading-13 {
    line-height: 34px;
  }

  .image-49._222 {
    border-left-style: none;
    width: auto;
    height: auto;
  }

  .image-49._11 {
    width: auto;
  }

  .fn-heading-6 {
    line-height: 34px;
  }

  .fn-paragraph-no-margin-2 {
    width: 90%;
  }

  .fn-features-card-column-2 {
    width: 100%;
    min-height: 440px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .fn-features-card-column-2._25 {
    min-height: 400px;
  }

  .heading-14.labs {
    font-size: 40px;
    line-height: 50px;
  }

  .fn-heading-7 {
    width: 90%;
    margin-bottom: 12px;
  }

  .fn-blog-slider-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: grid;
  }

  .fn-cta-banner-dark {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .fn-banner-dark-column {
    justify-content: center;
    align-items: center;
    padding: 40px;
  }

  .fn-heading-8 {
    text-align: center;
    width: 100%;
    margin-bottom: 12px;
    font-size: 40px;
  }

  .div-block-36 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr;
    grid-auto-flow: column;
    place-items: center;
    display: flex;
  }

  .div-block-36.mesina_labs {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .image-51 {
    margin-bottom: 20px;
  }

  .body-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .fn-dorpdown-link {
    width: 100%;
  }

  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .rl_menu-icon2_line-bottom {
    background-color: var(--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon2_line-middle {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon2_line-top {
    background-color: var(--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar2_menu-button {
    padding: 0;
  }

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

  .rl_navbar2_button.body-content {
    width: 40%;
    margin-top: 0;
  }

  .rl_navbar2_button.body-content.special {
    width: 100%;
  }

  .rl_navbar2_button.main-cta {
    width: 40%;
  }

  .rl_navbar2_button-wrapper {
    align-items: center;
  }

  .rl_navbar2_link {
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .rl_navbar2_link._11 {
    margin-right: 0;
  }

  .rl_navbar2_menu {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar2_menu.is-page-height-tablet {
    background-color: #ffffff8f;
    background-image: linear-gradient(#000, #141414);
    border-top: 1px solid #0000;
    border-left: 1px solid #0000;
    width: 100%;
  }

  .rl_navbar2_logo {
    width: 50%;
  }

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

  .rl_navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .heading_container {
    flex-flow: column;
    margin-bottom: 40px;
  }

  .heading-15 {
    width: 90%;
  }

  .content {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .cta-wrapper {
    margin-top: 40px;
  }

  .walsh-heading-small._4th {
    text-align: center;
  }

  .walsh-icon-wrapper-circle {
    height: auto;
  }

  .walsh-icon-wrapper-circle.add.addd {
    border-style: solid;
    border-color: var(--colors--gray2);
  }

  .walsh-icon-wrapper-circle._65 {
    width: 17%;
  }

  .walsh-rounded-box-center {
    width: auto;
    height: auto;
  }

  .walsh-main-grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-main-grid-4._22._2nd {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1fr;
  }

  .walsh-main-grid-4._3rd {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
  }

  .walsh-main-grid-4._4th {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container-3 {
    flex: 0 auto;
    width: auto;
  }

  .c-mo-funciona._4th.labs {
    width: 100%;
    max-width: none;
  }

  ._1-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._1-wrapper._4th._5th {
    padding-bottom: 0;
  }

  .steps-paragraph {
    line-height: 27px;
  }

  .paragraph-container {
    height: auto;
  }

  .paragraph-content {
    text-align: center;
    margin-bottom: 0;
  }

  .textarea {
    padding-bottom: 30px;
    overflow: clip;
  }

  .fs-rangeslider_fill {
    width: 65%;
  }

  .paragraphf {
    line-height: 52px;
  }

  .uui-icon-1x1-xsmall-2 {
    width: auto;
    height: auto;
  }

  .uui-pricing07_row-content-2 {
    padding-top: 0;
  }

  .uui-pricing07_feature-2 {
    text-align: center;
    padding-top: 2rem;
  }

  .uui-pricing07_row-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .uui-pricing07_row-2.background-color-gray50 {
    height: auto;
  }

  .uui-text-size-medium-2 {
    font-size: 18px;
  }

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

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

  .uui-section_pricing07-2.hide-tablet {
    display: block;
  }

  .small-notes-wrapper {
    margin-top: 20px;
  }

  .walsh-logo-footer {
    width: 146px;
    overflow: hidden;
  }

  .walsh-footer-line-divider {
    margin-bottom: 20px;
  }

  .walsh-heading-small-2 {
    text-align: center;
  }

  .walsh-footer-wrapper {
    justify-content: center;
    align-items: center;
  }

  .walsh-footer-list {
    text-align: center;
  }

  .walsh-main-grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container-4 {
    flex: 0 auto;
    width: auto;
  }

  .walsh-content-wrapper-white {
    padding-bottom: 60px;
  }

  .div-block-47 {
    text-align: center;
  }

  .div-block-48 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-48._2nd-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-49 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-self: center;
    place-items: center;
  }

  .div-block-49.llaabs {
    flex-flow: column;
    display: flex;
  }

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

  .div-block-50 {
    width: 99.9997%;
  }

  .fn-heading-2 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-section-2 {
    padding: 60px 40px;
  }

  .body-5 {
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .example-badge-3._4._2._55 {
    width: 20%;
  }

  ._1-4 {
    background-size: cover;
    background-attachment: scroll;
  }

  .connector-1 {
    border-right: 1px solid var(--colors--main-yellow);
    border-bottom-style: none;
    width: 60%;
    height: 50px;
  }

  .connector-1._2 {
    border-top-style: none;
    border-left-style: solid;
    width: 1%;
    height: 4%;
  }

  .icon.accordion-icon {
    width: 15%;
    margin-top: 20px;
  }

  .icon.accordion-icon._44 {
    margin-top: 0;
  }

  .div-block-66 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .image-56 {
    width: 6%;
    top: auto;
    bottom: 105%;
    left: 8%;
  }

  .image-56._22 {
    width: 6%;
    top: -6%;
  }

  .image-56._33 {
    width: 6%;
    bottom: 48%;
    left: 12%;
  }

  .image-56._44 {
    bottom: 53%;
    left: 84%;
  }

  .div-block-70 {
    flex-flow: column;
    position: relative;
  }

  .div-block-74 {
    width: 15%;
  }

  ._111 {
    border-right: 1px solid var(--colors--main-yellow);
    border-bottom-style: none;
    width: 60%;
    height: 20px;
  }

  ._222 {
    border-right: 1px #000;
    border-left: 1px solid var(--colors--main-yellow);
    border-top-style: none;
    width: 1%;
    height: 20px;
  }

  .accordion-item-trigger-2 {
    order: -1;
    width: 50%;
    margin-bottom: 20px;
  }

  .form_section-2 {
    background-color: #1c1c1c;
    max-width: 100%;
    height: auto;
    padding: 60px;
  }

  .information_section {
    height: auto;
  }

  .information_section.background-color {
    min-height: auto;
  }

  .information_section.background-color.neutral-200 {
    background-image: none;
    max-width: 100%;
  }

  .page-wrapper {
    background-image: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 100%;
    height: auto;
  }

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

  .container-3 {
    display: none;
  }

  .div-block-80 {
    display: block;
  }

  .link-block-2 {
    order: -1;
  }

  .image-72 {
    width: 40%;
  }

  .image-73 {
    display: none;
  }

  .process-v2-main-tap-contant-flex {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: wrap;
  }

  .process-v2-main-contant-wrapper-2 {
    background-position: 0 0, 55% -10%;
    background-size: auto, 3296px;
    border-radius: 20px;
    width: 100%;
    padding: 30px;
  }

  .process-v2-main-contant-flex-2 {
    width: 100%;
  }

  .contentblock {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .paragraph-33.last {
    width: auto;
  }

  .heading-23 {
    font-size: 40px;
  }

  .fn-heading-9 {
    font-size: 32px;
  }

  .fn-solutions-card-wrapper {
    flex-flow: column;
    justify-content: center;
  }

  .fn-heading-10 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-container-grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-self: center;
    width: auto;
    max-width: none;
  }

  .fn-section-3 {
    width: auto;
    max-width: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-why-we-built-mesina {
    flex-flow: column;
    width: 100%;
    max-width: none;
  }

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

  .text {
    width: 83%;
  }

  .containeroverrmap._1 {
    top: 46%;
    right: 57%;
  }

  .containeroverrmap._33 {
    top: 59%;
    right: 43%;
  }

  .section-6 {
    width: 100%;
    max-width: none;
  }

  .mesina-labs {
    flex-flow: column;
    width: auto;
    max-width: none;
  }

  .left {
    width: auto;
  }

  .right {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0;
    order: -1;
    width: auto;
  }

  .image-86 {
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
  }

  .div-block-88 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .code-embed {
    flex-flow: column;
  }

  .image-88 {
    display: none;
    top: -11%;
    left: 5%;
  }

  .image-88._2nd {
    display: block;
    top: -2%;
    left: 5%;
  }

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

  .sub-featuers-main-contant-single-right-wrapper {
    max-width: 100%;
  }

  .featuers-main-title-contant {
    max-width: 100%;
    margin-bottom: 9px;
    font-size: 38px;
  }

  .featuers-main-title-contant.center {
    text-align: center;
  }

  .featuers-main-title-contant.center._3rd._4th._5th._6th._7th.paragraphme {
    width: auto;
  }

  .featuers-main-title-contant._55555 {
    width: 100%;
  }

  .sub-featuers-main-contant-single-wrapper {
    border-radius: 20px;
    padding: 25px;
  }

  .sub-featuers-main-contant-single-wrapper._2 {
    padding: 25px;
  }

  .sub-featuers-main-contant-single-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .featuers-main-right-contant-details {
    max-width: 430px;
    margin-bottom: 16px;
  }

  .featuers-main-right-contant-details.empathy-one {
    text-align: center;
    max-width: none;
  }

  .featuers-main-right-contant-details.empathy-one.empathy-form {
    padding-right: 0;
  }

  .featuers-main-right-contant-details._343 {
    width: 100%;
    max-width: none;
  }

  .sub-featuers-main-contant-single-right-icon-wrapper {
    width: 20%;
    margin-bottom: 20px;
  }

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

  .image-89 {
    align-self: center;
  }

  .div-block-98 {
    text-align: center;
  }

  .div-block-99 {
    justify-content: center;
    align-items: center;
  }

  .right-wrap-banner {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-104 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-105 {
    flex-flow: column;
    display: flex;
  }

  .div-block-107, .div-block-108 {
    text-align: center;
  }

  .div-block-109 {
    justify-content: center;
    overflow: hidden;
  }

  .core-featuers-v2-main-single-flex {
    border-radius: 20px;
    width: 100%;
  }

  .core-featuers-v2-main-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .div-block-110 {
    align-self: center;
    width: 60%;
  }

  .image-100 {
    width: 160px;
  }

  .div-block-111 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .div-block-112, .div-block-115, .phone-number, .email {
    width: 100%;
  }

  .grid-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .div-block-121 {
    width: auto;
  }

  .div-block-124 {
    width: 98.0313px;
  }

  .div-block-127 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .uui-layout47_component {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: auto;
  }

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

  .section-10 {
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-129 {
    max-width: none;
  }

  .div-block-130 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .image-112 {
    width: 50px;
  }

  .uui-layout75_list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .div-block-136, .div-block-137 {
    width: 40px;
  }

  .walsh-main-grid-6 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container-5 {
    flex: 0 auto;
    width: auto;
  }

  .section-11 {
    margin-top: 0;
  }

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

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

  .rl-padding-section-large {
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .section-13 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .uui-contact05_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .paragraph-53 {
    line-height: 28px;
  }

  .section-14 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-146 {
    flex-flow: column;
    display: flex;
  }

  .grid-5 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: center;
  }

  .paragraph-55 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-148 {
    max-width: none;
  }

  .div-block-149 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .body {
    padding-left: 30px;
    padding-right: 30px;
  }

  .media-info-wrapper {
    display: none;
  }

  .progress-bar-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .media-player-pause-button {
    margin-left: 15px;
    margin-right: 15px;
  }

  .media-player-control-wrapper {
    margin-bottom: 0;
  }

  .media-player-play-button {
    margin-left: 15px;
    margin-right: 15px;
  }

  .example-section {
    background-image: radial-gradient(circle farthest-corner at 50% 30%, var(--uplift-blurple\<deleted\|variable-fe2a9c9e\>) 6%, transparent 29%);
    padding: 45px;
  }

  .example-section._2 {
    padding: 45px;
  }

  .footer-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .footer-link-wrapper, .footer-brand-link.w--current {
    justify-content: center;
    align-items: center;
  }

  .track {
    padding-left: 12px;
    padding-right: 12px;
  }

  .tracklist-content._2 {
    order: 1;
  }

  .social-media {
    justify-content: center;
    align-items: center;
  }

  .example {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .example-badge._4 {
    align-self: flex-start;
  }

  .title-wrapper.margin {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .title-wrapper.space-base-100 {
    margin-bottom: 10px;
  }

  .title-wrapper.space-5vw-left {
    width: 100%;
  }

  .btn-wrapper.bg-color-yellow.red, .btn-wrapper.bg-color-yellow.red.yellow {
    width: 55%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-btn {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.1em;
  }

  .heading-btn.red {
    font-size: .8em;
  }

  .pill.bg-color-yellow.red {
    align-self: flex-start;
  }

  .section-3._1 {
    margin-top: 140px;
    margin-right: 0;
    padding-right: 0;
  }

  .section-3.bg-color-gray {
    margin-right: 0;
  }

  .main-grid-2 {
    width: 100%;
  }

  .main-grid-2.absolut {
    flex-flow: column;
    display: flex;
  }

  .container-2.flex {
    background-position: 50%;
  }

  .container-2.space-base.margin.no._2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-4.section-4._2 {
    flex-flow: column;
  }

  .background-video {
    opacity: 0;
    outline-offset: 0px;
    outline: 2px #0009;
    width: auto;
    height: auto;
  }

  .image-screen {
    width: 150px;
  }

  .signature-brand {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
  }

  .image-nick {
    width: 150px;
  }

  .depoiment-02 {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-paragraph.for-human-and-bot.not-italic, .main-paragraph.for-human-and-bot._2nd, .main-paragraph.for-human-and-bot._2nd._2, .main-paragraph.for-human-and-bot._2nd._2._3 {
    margin-bottom: 10px;
  }

  .main-paragraph.for-human-and-bot._2nd._2._3._4 {
    line-height: 29px;
  }

  .main-paragraph.for-human-and-bot._2._4, .main-paragraph.for-human-and-bot._4 {
    margin-bottom: 10px;
    line-height: 29px;
  }

  .image-highlight {
    height: 80%;
  }

  .udesly-pricing-column {
    width: 100%;
    margin-bottom: 0;
  }

  .udesly-pricing-main-card {
    min-height: auto;
  }

  .heading-medium.align-right.space-15.email.margin {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 22px;
  }

  .wrapper-pricing-mini.bg-color-gray {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .link-9 {
    width: 250px;
    line-height: 33px;
  }

  .heading-title-9 {
    font-size: 3em;
    line-height: 60px;
  }

  .heading-title-9.space-base {
    word-break: break-all;
    width: 100%;
    font-size: 50px;
    line-height: 50px;
  }

  .heading-title-11 {
    font-size: 3em;
    line-height: 60px;
  }

  .background-video-2 {
    border: 2px solid var(--black-opacity);
    opacity: 1;
    border-radius: 10px;
    width: 113%;
    height: 430px;
    position: sticky;
  }

  .image-2, .image-3, .image-4, .image-5, .image-6, .image-7, .image-8, .image-9, .image-10, .image-11, .image-12 {
    width: 70%;
  }

  .text-span-21 {
    color: var(--purple);
  }

  .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 {
    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-space-medium {
    min-height: 1.5rem;
  }

  .uui-pricing07_price {
    font-size: 2.25rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-pricing07_plans {
    display: none;
  }

  .uui-pricing07_component {
    margin-top: 2rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

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

  .example-badge-2._4 {
    align-self: flex-start;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .uui-logos01_wrapper {
    padding: .5rem 1rem;
  }

  .uui-logos01_text {
    word-break: break-all;
    font-size: 5em;
  }

  .walsh-heading-xlarge-white {
    font-size: 5em;
  }

  .walsh-hero-center-wrapper {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .image-23 {
    width: 40%;
  }

  .uui-testimonial18_arrow:hover {
    background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  }

  .uui-testimonial18_arrow.left {
    right: 3.5rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-testimonial18_content {
    padding: 1.5rem;
  }

  .uui-testimonial18_slide {
    padding-right: 1.5rem;
  }

  .uui-testimonial18_mask {
    width: 80%;
  }

  .uui-testimonial18_component {
    margin-top: 3rem;
  }

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

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

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

  .uui-testimonial18_slide-copy {
    padding-right: 1.5rem;
  }

  .walsh-text-field-single {
    text-align: left;
    margin-right: 0;
  }

  .walsh-form-single {
    flex-direction: row;
  }

  .walsh-content-wrapper, .walsh-content-wrapper._22 {
    grid-template-columns: 1fr;
  }

  .walsh-heading-medium-white {
    font-size: 50px;
    line-height: 55px;
  }

  .walsh-main-grid-2 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-cta-block-dark-green._55._555, .walsh-cta-block-dark-green._555 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-block-27, .div-block-28._22 {
    display: none;
  }

  .main-grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 29px;
    justify-content: center;
    width: 100%;
  }

  .heading-hero-3 {
    font-size: 34vw;
  }

  .text-wrapper-hero-2 {
    padding-bottom: 5vh;
  }

  .heading-btn-6 {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.1em;
  }

  .walsh-text-field-single-2 {
    text-align: left;
    margin-right: 0;
  }

  .walsh-form-single-2 {
    flex-direction: row;
  }

  .walsh-main-grid-3 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .div-block-29 {
    grid-template-columns: 1fr;
  }

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

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

  .fn-paragraph.hide-on-mobile {
    display: none;
  }

  .fn-heading-3 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .fn-heading-3.fn-heading-5 {
    font-size: 24px;
    line-height: 34px;
  }

  .fn-container-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .uui-heroheader08_form {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .heading-13 {
    line-height: 34px;
  }

  .image-49, .image-49._22 {
    width: 30%;
  }

  .image-49._222 {
    border-left-style: none;
    width: 60%;
    height: 110px;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    background-color: #1f1f1f;
    border-color: #1f1f1f;
  }

  .fn-heading-6 {
    line-height: 34px;
  }

  .fn-paragraph-no-margin-2 {
    width: 100%;
  }

  .heading-14 {
    font-size: 50px;
    line-height: 60px;
  }

  .fn-heading-7 {
    width: 100%;
    font-size: 80px;
    line-height: 85px;
  }

  .fn-heading-7.assistente-de-voz {
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 120px;
  }

  .fn-blog-slider-2 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .paragraph-18 {
    width: 100%;
  }

  .fn-cta-banner-dark {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding: 40px;
  }

  .fn-banner-dark-column {
    text-align: center;
    padding: 12px;
  }

  .fn-heading-8 {
    width: 100%;
    font-size: 34px;
  }

  .fn-paragraph-2 {
    margin-bottom: 24px;
  }

  .fn-button {
    width: 100%;
  }

  .fn-cta-banner-dark-image {
    display: none;
  }

  .body-3 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .rl_navbar2_button {
    border-width: 0;
    width: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rl_navbar2_button.body-content {
    width: 100%;
  }

  .rl_navbar2_button.main-cta {
    width: 60%;
  }

  .rl_navbar2_button-wrapper {
    justify-content: flex-end;
    align-items: center;
  }

  .rl_navbar2_component {
    margin-bottom: 40px;
  }

  .section {
    margin-top: 60px;
  }

  .heading_container {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .heading-15 {
    font-size: 50px;
    line-height: 60px;
  }

  .section3 {
    margin-top: 100px;
  }

  .walsh-paragraph-small, .walsh-paragraph-small._4th {
    line-height: 28px;
  }

  .walsh-paragraph-small._01 {
    font-size: 18px;
    line-height: 28px;
  }

  .walsh-icon-wrapper-circle._65 {
    width: 15%;
  }

  .walsh-rounded-box-center {
    grid-row-gap: 1.5em;
  }

  .walsh-rounded-box-center._3rd {
    position: static;
  }

  .walsh-rounded-box-center._3rd._4th {
    grid-template-rows: auto auto;
    grid-template-columns: .5fr;
    align-items: center;
  }

  .walsh-main-grid-4 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-main-grid-4._22._2nd {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .walsh-main-grid-4._3rd {
    grid-template-rows: auto auto;
    justify-items: center;
  }

  .walsh-main-grid-4._4th {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  ._1-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .title_steps {
    line-height: 52px;
  }

  .steps-paragraph {
    line-height: 26px;
  }

  .paragraphf {
    font-size: 38px;
    line-height: 48px;
  }

  .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-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-icon-1x1-xsmall-2 {
    width: auto;
    height: auto;
  }

  .uui-pricing07_row-lead-text-2 {
    line-height: 30px;
  }

  .uui-space-medium-2 {
    min-height: 1.5rem;
  }

  .uui-pricing07_price-2 {
    font-size: 2.25rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-pricing07_component-2 {
    margin-top: 2rem;
  }

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

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

  .walsh-logo-footer {
    width: 120%;
    max-height: 32px;
  }

  .walsh-main-grid-5 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .walsh-content-wrapper-white {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-47 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

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

  .fn-heading-2 {
    font-size: 34px;
  }

  .fn-section-2 {
    padding: 32px 20px;
    overflow: visible;
  }

  .body-5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .example-badge-3._4 {
    align-self: flex-start;
  }

  .example-badge-3._4._2._55 {
    width: 30%;
  }

  .example-badge-3._4._2._555 {
    width: 100%;
  }

  ._1-3._2nd {
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .div-block-65 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .image-56, .image-56._22 {
    width: 9%;
  }

  .image-56._33 {
    width: 9%;
    bottom: 103%;
    left: 47%;
  }

  .image-56._44 {
    bottom: 65%;
    left: 94%;
  }

  .accordion-item-trigger-2 {
    order: -1;
    width: 70%;
  }

  .accordion-item-content-2 {
    margin-right: 0;
  }

  .paragraph-30 {
    font-size: 20px;
  }

  .form_section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form_block {
    width: 100%;
  }

  .button-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .information_section.background-color.neutral-200 {
    padding-bottom: 16px;
  }

  .form_text-field {
    overflow: visible;
  }

  .form_text-field.hight-changed {
    min-height: 13vh;
  }

  .page-wrapper {
    grid-template-columns: minmax(200px, 1fr);
    width: 100%;
  }

  .div-block-79 {
    text-align: right;
    order: -1;
    width: 28.3203%;
  }

  .link-block-2 {
    order: -1;
  }

  .div-block-82 {
    flex-flow: column;
  }

  .process-v2-main-tap-contant-flex {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

  .process-v2-tab-contant-flex-2 {
    border-radius: 15px;
  }

  .process-v2-main-contant-tab-link-2 {
    border-radius: 15px;
    padding: 20px;
  }

  .process-v2-main-contant-wrapper-2 {
    width: 550px;
    padding: 20px;
  }

  .flags-containr {
    width: 20%;
  }

  .fn-paragraph-3 {
    margin-bottom: 24px;
  }

  .fn-heading-9 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .fn-features-card-column {
    width: 100%;
  }

  .fn-features-card-image {
    height: 170px;
  }

  .fn-heading-10 {
    font-size: 34px;
  }

  .fn-container-grid-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .fn-section-3 {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .map {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .text {
    width: 100%;
  }

  .image-85 {
    max-width: 487px;
  }

  .containeroverrmap {
    width: 190px;
    padding: 2px 0;
    top: 17%;
  }

  .containeroverrmap._1 {
    width: 150px;
    padding: 2px 0;
    top: 48%;
    right: 62%;
  }

  .containeroverrmap._33 {
    width: 150px;
    padding: 2px 0;
    top: 70%;
  }

  .containeroverrmap._44 {
    width: 160px;
    top: 33%;
    right: 34%;
  }

  .containeroverrmap._55 {
    width: 140px;
    padding: 2px 0;
    top: 45%;
    right: 4%;
  }

  .paragraph-35 {
    font-size: 10px;
  }

  .div-block-88 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-88._2nd {
    width: 70px;
    top: -7%;
    left: 0%;
  }

  .div-block-89, .div-block-90, .div-block-91 {
    background-color: var(--colors--gray1);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .featuers-main-title-contant {
    margin-bottom: 7px;
    font-size: 27px;
    line-height: 37px;
  }

  .featuers-main-title-contant.center {
    margin-top: 0;
    line-height: 60px;
  }

  .featuers-main-title-contant.center.numbers {
    order: -1;
    align-self: center;
  }

  .featuers-main-title-contant._55555 {
    font-size: 50px;
    line-height: 60px;
  }

  .sub-featuers-main-contant-single-wrapper {
    padding: 20px;
  }

  .featuers-main-right-contant-details {
    margin-bottom: 9px;
    font-size: 16px;
  }

  .featuers-main-right-contant-details.empathy-one._3rd._4th {
    width: 100%;
  }

  .featuers-main-right-contant-details._343 {
    font-size: 22px;
    line-height: 32px;
  }

  .featuers-main-contant-title-wrapperwrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .sub-featuers-main-contant-single-right-icon-wrapper {
    border-radius: 10px;
    width: 25%;
    height: 0;
    margin-bottom: 11px;
  }

  .sub-featuers-main-contant-single-right-icon-wrapper.how-it-works {
    margin-bottom: 40px;
  }

  .section-7, .section-7._25 {
    margin-top: 60px;
  }

  .div-block-95.empathy._5th {
    padding: 40px;
  }

  .div-block-98 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .div-block-99 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-97 {
    align-self: center;
  }

  .div-block-107 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .div-block-108 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-self: center;
    display: flex;
  }

  .div-block-109 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-self: center;
  }

  .core-featuers-v2-main-flex {
    grid-template-columns: 1fr;
  }

  .grid-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-123 {
    width: auto;
  }

  .div-block-123._1stst {
    width: 100%;
  }

  .div-block-124 {
    width: 100px;
  }

  .div-block-124.hiddne, .div-block-124.arabic.tobe-hidden {
    display: block;
  }

  .div-block-124.arabic.hiddden {
    display: none;
  }

  .div-block-125 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-125._5555 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    place-content: center;
  }

  .div-block-125._5555.small-screen {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
  }

  .div-block-126 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-layout47_content {
    width: auto;
  }

  .uui-layout47_component {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .uui-page-padding-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 100px;
  }

  .heading-26 {
    margin-bottom: 40px;
  }

  .div-block-129 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-130 {
    grid-template-columns: 1fr .25fr;
  }

  .div-block-131 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .image-112 {
    width: 80px;
  }

  .div-block-133 {
    right: -40%;
  }

  .div-block-133._2222 {
    left: -40%;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-text-size-medium-5.laaaast.form {
    width: auto;
  }

  .uui-heading-xxsmall-3 {
    font-size: 1.125rem;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-layout75_list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-layout75_component {
    align-items: stretch;
  }

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

  .uui-page-padding-5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-135, .div-block-136, .div-block-137 {
    width: 80px;
  }

  .walsh-content-wrapper-gap {
    width: auto;
  }

  .walsh-main-grid-6 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-11 {
    margin-bottom: 100px;
  }

  .rl_pricing18_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

  .rl-padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-12, .section-13 {
    margin-bottom: 100px;
  }

  .blue_box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .uui-button-6 {
    font-size: 1rem;
  }

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

  .uui-contact05_form-wrapper {
    margin-top: 2rem;
  }

  .uui-space-xsmall-4 {
    min-height: .75rem;
  }

  .uui-heading-medium-4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-contact05_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    width: auto;
  }

  .uui-padding-vertical-xhuge-6 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .uui-container-large-6 {
    max-width: none;
  }

  .uui-page-padding-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-15 {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    padding: 0 10px;
  }

  .uplift-logo {
    height: 30px;
  }

  .example-section {
    background-image: radial-gradient(circle farthest-corner at 50% 30%, var(--uplift-blurple\<deleted\|variable-fe2a9c9e\>) 6%, transparent 20%);
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .track-thumbnail {
    width: 55px;
    height: 55px;
  }

  .track-number {
    margin-right: 10px;
    display: none;
  }

  .section-paragraph {
    font-size: 1rem;
  }

  .section-button {
    height: 45px;
  }

  .example-badge {
    font-size: 10px;
  }

  .title-wrapper.space-5vw-right {
    justify-content: center;
    align-items: center;
  }

  .btn-wrapper.bg-color-yellow.red {
    width: 60%;
  }

  .nav-menu-2 {
    flex-flow: column;
    justify-content: flex-start;
    position: absolute;
    inset: 0% 0% auto;
  }

  .pill.bg-color-yellow.red, .pill.bg-color-yellow.red.yellow, .pill.bg-color-yellow.red.yellow.blue {
    align-self: flex-start;
  }

  .section-3.nav {
    justify-content: center;
    align-items: center;
    height: 15%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .section-3._1 {
    margin-top: 160px;
    margin-right: 0;
  }

  .section-3.bg-color-gray {
    margin-right: 0;
  }

  .text-wrapper._04 {
    justify-content: center;
    align-items: center;
  }

  .text-wrapper._01 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: block;
  }

  .topics-content.hero-landing._04 {
    padding-right: 14px;
  }

  .topics-content.hero-landing.level-01 {
    grid-row-gap: 0px;
    order: 1;
    justify-content: flex-start;
    margin-left: 5vw;
  }

  .topics-content.hero-landing._04 {
    order: -1;
  }

  .text-span {
    font-size: 120px;
    display: block;
  }

  .container-2.flex {
    background-position: 50%;
    background-size: cover;
  }

  .container-2.space-base {
    padding-right: 3vw;
  }

  .container-2.space-base.margin.no._2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-2.different-margin {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .heading-4 {
    font-size: 50px;
    line-height: 52px;
  }

  .heading-4.section-4._2 {
    flex-flow: column;
    margin-bottom: 100px;
  }

  .background-video {
    opacity: 0;
  }

  .heading-title-2, .heading-title-2.space-base {
    font-size: 50px;
    line-height: 52px;
  }

  .image-screen {
    width: 130px;
  }

  .image-man-face {
    height: 70px;
  }

  .signature {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .image-nick {
    width: 130px;
  }

  .depoiment-02 {
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-small {
    text-align: center;
    margin-top: 20px;
  }

  .wrapper-depoiment {
    grid-column-gap: 100px;
    align-items: center;
  }

  .main-paragraph._1-collumn {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .image-highlight {
    object-fit: contain;
  }

  .heading-title-3, .heading-title-4, .heading-title-5 {
    font-size: 50px;
    line-height: 52px;
  }

  .udesly-check-circle-container {
    width: 18px;
    max-width: 18px;
    height: 18px;
    max-height: 18px;
    padding: 2px;
  }

  .udesly-pricing-column {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .udesly-pricing-main-card {
    min-height: auto;
    padding: 30px 15px;
  }

  .heading-medium.align-right {
    text-align: center;
  }

  .heading-medium.align-right.space-15.email.margin {
    font-size: 15px;
  }

  .heading-medium.align-right.margin {
    text-align: center;
  }

  .limited-spots {
    margin-bottom: 40px;
  }

  .heading-title-7 {
    font-size: 50px;
    line-height: 52px;
  }

  .heading-title-8 {
    overflow-wrap: anywhere;
    font-size: 50px;
    line-height: 52px;
  }

  .link-9 {
    text-align: center;
    width: 100%;
  }

  .link-9._33 {
    line-height: 38px;
  }

  .heading-title-9.space-base {
    text-align: center;
    word-break: break-all;
  }

  .form-3.empathy-one-copy.empathyone {
    padding-bottom: 0;
  }

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

  .image-2, .image-3, .image-4, .image-5, .image-6, .image-7, .image-8, .image-9, .image-10, .image-11, .image-12 {
    width: 70%;
  }

  .text-span-21 {
    color: var(--purple);
  }

  ._3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
    grid-auto-flow: column;
    width: 100%;
  }

  .example-badge-2 {
    font-size: 10px;
  }

  .example-badge-2._4 {
    align-self: center;
  }

  .uui-logos01_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .uui-logos01_component {
    justify-content: center;
  }

  .uui-logos01_text {
    font-size: 50px;
    line-height: 52px;
  }

  .walsh-heading-xlarge-white {
    overflow-wrap: break-word;
    font-size: 50px;
    line-height: 52px;
  }

  .walsh-hero-center-wrapper {
    text-align: center;
    align-items: center;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .walsh-hero-frame-image {
    max-width: 8em;
    height: 8em;
  }

  .walsh-hero-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-block._5 {
    width: 80%;
  }

  .uui-testimonial18_mask {
    width: 95%;
  }

  .uui-text-size-large-2 {
    color: var(--black);
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 600;
  }

  .uui-heading-medium-2 {
    font-size: 58px;
    line-height: 59px;
  }

  .walsh-text-field-single {
    text-align: left;
    margin-bottom: 0;
    padding-left: 20px;
  }

  .walsh-text-field-single::placeholder {
    font-size: 14px;
  }

  .walsh-form-single {
    align-items: center;
  }

  .walsh-form-wrapper {
    width: 100%;
  }

  .walsh-heading-medium-white {
    font-size: 3em;
    line-height: 48px;
  }

  .walsh-cta-block-dark-green {
    padding: 3em 1em;
  }

  .walsh-cta-block-dark-green._55._555, .walsh-cta-block-dark-green._555 {
    padding-left: .5em;
    padding-right: .5em;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-26 {
    margin-top: 140px;
  }

  .main-grid-4 {
    grid-auto-columns: 1fr;
    place-items: start center;
  }

  .text-wrapper-hero-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 0;
  }

  .walsh-text-field-single-2 {
    text-align: left;
    margin-bottom: 0;
    padding-left: 20px;
  }

  .walsh-form-single-2 {
    align-items: center;
  }

  .walsh-form-wrapper-2 {
    width: 100%;
  }

  .walsh-heading-medium-white-2 {
    margin-bottom: 20px;
    line-height: 1.1;
  }

  .walsh-cta-block-dark-green-2 {
    padding: 3em 2em;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .image-49._222 {
    width: 60%;
  }

  .fn-paragraph-no-margin-2.assistente-de-voz {
    font-size: 20px;
    line-height: 30px;
  }

  .fn-features-card-column-2._25 {
    min-height: auto;
  }

  .heading-14 {
    word-break: break-all;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 40px;
    line-height: 50px;
  }

  .heading-14.labs {
    word-break: normal;
    font-size: 34px;
    line-height: 44px;
  }

  .heading-14.labs.last {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 34px;
  }

  .fn-heading-7.assistente-de-voz {
    font-size: 80px;
    line-height: 75px;
  }

  .uui-signup-form_wrapper-3 {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .fn-container {
    padding-left: 0;
    padding-right: 0;
  }

  .fn-cta-banner-dark {
    padding: 0;
  }

  .fn-button {
    width: 100%;
  }

  .div-block-36 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-3, .body-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .rl_navbar2_menu.is-page-height-tablet {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #ffffff75;
  }

  .rl_navbar2_logo {
    width: 60%;
  }

  .rl_navbar2_component {
    justify-content: center;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading_container {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
  }

  .heading-15 {
    word-break: break-all;
    width: 100%;
    font-size: 40px;
    line-height: 50px;
  }

  .content {
    justify-content: center;
    align-items: flex-start;
    height: 200px;
  }

  .walsh-paragraph-small {
    font-size: 14px;
  }

  .walsh-paragraph-small._4th._66666.labs {
    font-size: 16px;
  }

  .walsh-heading-small {
    line-height: 29px;
  }

  .walsh-icon-small, .walsh-icon-wrapper-circle {
    width: 100%;
  }

  .walsh-icon-wrapper-circle._4th {
    width: 40%;
  }

  .walsh-icon-wrapper-circle._65 {
    width: 20%;
  }

  .walsh-rounded-box-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-rounded-box-center._3rd._4th {
    grid-template-columns: minmax(200px, .5fr);
    place-items: center;
  }

  .walsh-main-grid-4._3rd {
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(200px, 1fr);
  }

  .walsh-container-3 {
    flex: 0 auto;
  }

  .c-mo-funciona {
    margin-top: 100px;
  }

  ._1-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title_steps {
    font-size: 36px;
    line-height: 46px;
  }

  .steps-paragraph {
    line-height: 28px;
  }

  .in-out_container {
    justify-content: space-between;
  }

  .walsh-logo-footer {
    width: 243px;
  }

  .walsh-footer-wrapper.wrapper2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .walsh-footer-link {
    font-size: 16px;
  }

  .walsh-container-4 {
    flex: 0 auto;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .walsh-content-wrapper-white {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .fn-section-2, .body-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-52 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .play-button-2, .play-button-3 {
    width: 56px;
    height: 56px;
  }

  .example-badge-3 {
    font-size: 10px;
  }

  .example-badge-3._4._2 {
    width: 60%;
  }

  ._1-5 {
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .icon.accordion-icon {
    width: 25%;
  }

  .div-block-65 {
    flex-flow: column;
    margin-bottom: 20px;
  }

  .image-56 {
    width: 11%;
    bottom: 63%;
    left: 3%;
  }

  .image-56._22 {
    width: 12%;
    top: -1%;
    left: 70%;
  }

  .image-56._33 {
    width: 12%;
    bottom: 95%;
    left: 5%;
  }

  .image-56._44 {
    width: 12%;
    bottom: 74%;
    left: 80%;
  }

  .accordion-item-trigger-2 {
    width: 100%;
  }

  .form_section-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-4 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 19px;
  }

  .information_section.background-color.neutral-200 {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .form_text-field {
    min-height: 15vh;
  }

  .form_text-field.not-hight {
    min-height: auto;
  }

  .page-wrapper {
    max-width: 100%;
  }

  .form_error-message {
    height: auto;
  }

  .div-block-79 {
    width: 50%;
  }

  .image-71 {
    display: none;
  }

  .image-73 {
    display: block;
  }

  .process-v2-main-tap-contant-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    width: 100%;
  }

  .process-tab-v2-pane._4.labs, .process-tab-v2-pane._2.labs, .process-tab-v2-pane._3.labs {
    width: 100%;
  }

  .process-tab-v2-pane._1 {
    background-color: #fff0;
  }

  .process-tab-v2-pane._1.labs {
    width: 100%;
  }

  .process-v2-main-contant-tabs-contant-2 {
    border-radius: 15px;
    width: 200px;
    max-width: none;
  }

  .process-v2-main-contant-tabs-contant-2.labs {
    width: 280px;
    max-width: none;
  }

  .process-v2-ta-link-overly._4, .process-v2-ta-link-overly._3, .process-v2-ta-link-overly._2, .process-v2-ta-link-overly._1 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 60px;
    height: 50px;
  }

  .process-v2-main-contant-wrapper-2 {
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-radius: 15px;
    width: 100%;
    padding: 15px;
  }

  .process-v2-main-contant-flex-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
  }

  .image-74, .image-75, .image-76, .image-77 {
    width: 40px;
  }

  .flags-containr {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: row;
    width: 80%;
    height: auto;
  }

  .contentblock {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .div-block-85.last {
    background-color: #ffffff1f;
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }

  .paragraph-33.last {
    text-align: center;
  }

  .heading-23 {
    font-size: 34px;
  }

  .fn-heading-10 {
    text-align: center;
  }

  .text {
    width: 100%;
  }

  .image-85 {
    max-width: 357px;
  }

  .containeroverrmap {
    width: 170px;
    padding: 0;
    top: 20%;
    right: 20%;
  }

  .containeroverrmap._1 {
    width: 170px;
    padding-top: 0;
    padding-bottom: 0;
    top: 35%;
    right: 51%;
  }

  .containeroverrmap._33 {
    width: 155px;
    padding-top: 0;
    padding-bottom: 0;
    top: 70%;
  }

  .containeroverrmap._44 {
    width: 140px;
    top: 33%;
    right: 10%;
  }

  .containeroverrmap._55 {
    width: 170px;
    padding-top: 0;
    padding-bottom: 0;
    top: 46%;
  }

  .paragraph-35 {
    font-size: 7px;
  }

  .divider {
    width: 160px;
  }

  .right {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0;
  }

  .image-86 {
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
  }

  .div-block-88 {
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-88._2nd {
    width: 55px;
    top: -12%;
    left: 0%;
  }

  .slide {
    width: auto;
  }

  .slider {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .slider-2 {
    justify-content: center;
    height: auto;
    display: flex;
  }

  .featuers-main-title-contant {
    font-size: 21px;
    line-height: 27px;
  }

  .featuers-main-title-contant.center {
    font-size: 35px;
    line-height: 45px;
  }

  .featuers-main-title-contant.center._3rd._4th, .featuers-main-title-contant.center._3rd._4th._5th._6th._7th {
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
  }

  .featuers-main-title-contant.center._3rd._4th._5th._6th._7th.paragraphme {
    font-size: 18px;
    line-height: 28px;
  }

  .featuers-main-title-contant.center.numbers {
    align-self: center;
    margin-top: 10px;
  }

  .featuers-main-title-contant._55555 {
    font-size: 40px;
    line-height: 50px;
  }

  .sub-featuers-main-contant-single-wrapper._2 {
    padding: 20px;
  }

  .sub-featuers-main-contant-single-flex {
    width: auto;
  }

  .featuers-main-right-contant-details {
    font-size: 13px;
    line-height: 23px;
  }

  .featuers-main-right-contant-details.empathy-one, .featuers-main-right-contant-details._343 {
    font-size: 18px;
    line-height: 28px;
  }

  .sub-featuers-main-contant-single-right-icon-wrapper {
    width: 100px;
  }

  .div-block-95.empathy._5th {
    padding: 30px 20px;
  }

  .div-block-96 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-7 {
    padding: 20px;
    font-size: 16px;
  }

  .core-featuers-v2-main-single-flex {
    border-radius: 15px;
  }

  .testimonial-text-02 {
    font-size: 20px;
    line-height: 30px;
  }

  .testimonial-info-inner-2 {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-112 {
    padding: 40px;
  }

  .grid-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .bottom-menu-wrapper {
    margin-top: 20px;
  }

  .bottom-menu-wrapper.empathyone {
    margin-top: 0;
  }

  .link-block-7.mav {
    align-self: stretch;
  }

  .image-109 {
    width: 180px;
  }

  .section-8 {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-bottom: 20px;
  }

  .section-9 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-120 {
    width: 340px;
  }

  .paragraph-45 {
    font-size: 13px;
  }

  .heading-25 {
    font-size: 45px;
    line-height: 52px;
  }

  .paragraph-46 {
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-123 {
    width: 330px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-123._1stst {
    width: 330px;
    padding: 0 0 20px;
  }

  .div-block-124._22222.tobe-hidden {
    display: block;
  }

  .div-block-124._22222.hidefor-now, .div-block-124.arabic {
    display: none;
  }

  .div-block-125 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-125._5555.small-screen {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-127 {
    width: 310px;
    margin-top: 20px;
  }

  .section-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-26 {
    font-size: 30px;
  }

  .paragraph-49 {
    font-size: 16px;
    line-height: 26px;
  }

  .text-span-75 {
    font-size: 16px;
  }

  .div-block-131 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-112 {
    width: 130px;
  }

  .paragraph-50 {
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-133 {
    right: -60%;
  }

  .div-block-133._2222 {
    left: -60%;
  }

  .uui-text-size-medium-5 {
    font-size: 16px;
    line-height: 26px;
  }

  .uui-text-size-medium-5.laaaast.form {
    width: 100%;
    font-size: 16px;
  }

  .uui-heading-xxsmall-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .uui-layout75_list {
    grid-row-gap: 20px;
  }

  .uui-heading-medium-3 {
    font-size: 30px;
    line-height: 40px;
  }

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

  .uui-page-padding-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-135, .div-block-136, .div-block-137 {
    width: 130px;
  }

  .walsh-stats-number-medium {
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
  }

  .walsh-stats-number-medium.special {
    font-size: 30px;
  }

  .walsh-stats-number-medium.lasst {
    font-size: 20px;
    line-height: 30px;
  }

  .walsh-content-wrapper-gap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .walsh-main-grid-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .walsh-container-5 {
    flex: 0 auto;
    width: 100%;
  }

  .rl-text-style-regular {
    font-size: 16px;
    line-height: 26px;
  }

  .rl_pricing18_feature {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .rl_pricing18_feature-list {
    margin-top: 5px;
  }

  .rl_pricing18_plans {
    margin-top: 2rem;
  }

  .rl-heading-style-h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .rl-padding-global {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-12 {
    margin-bottom: 60px;
  }

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

  .paragraph-52 {
    font-size: 15px;
    line-height: 20px;
  }

  .text-span-77 {
    font-size: 23px;
  }

  .success-text {
    font-size: 14px;
    line-height: 24px;
  }

  .success-message {
    border-radius: 5px;
    width: 80%;
    padding: 10px;
  }

  .uui-button-6 {
    width: 100%;
    font-size: 14px;
    line-height: 10px;
  }

  .uui-form-button-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .uui-form_input {
    font-size: 16px;
    line-height: 26px;
  }

  .uui-contact05_form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: auto;
    justify-content: center;
    align-items: stretch;
    width: 93%;
    padding: 20px 0 0;
    display: flex;
  }

  .uui-contact05_form-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .uui-heading-medium-4 {
    font-size: 30px;
    line-height: 40px;
  }

  .uui-contact05_content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-contact05_component {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: auto;
    width: 100%;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-container-large-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .uui-page-padding-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-section_contact05 {
    width: 100%;
  }

  .paragraph-53 {
    font-size: 16px;
    line-height: 26px;
  }

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

  .section-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-146 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-54 {
    line-height: 28px;
  }

  .div-block-148 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-8 {
    width: 180px;
  }

  .text-span-78 {
    font-size: 45px;
  }

  .checkbox-label {
    margin-left: 0;
    padding-right: 0;
  }

  .div-block-150 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 310px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .checkbox-field {
    margin-bottom: -8px;
  }
}

#w-node-_243d399f-ef05-f5e8-4e13-539159a66d8f-b170bc0b {
  grid-area: 1 / 1 / 9 / 14;
}

#w-node-_243d399f-ef05-f5e8-4e13-539159a66daa-b170bc0b {
  grid-area: 1 / 8 / 7 / 1;
  place-self: start;
}

#w-node-_243d399f-ef05-f5e8-4e13-539159a66daf-b170bc0b {
  grid-area: 1 / 9 / 3 / 11;
  place-self: start;
}

#w-node-_243d399f-ef05-f5e8-4e13-539159a66db4-b170bc0b {
  grid-area: 5 / 9 / 6 / 14;
  place-self: start end;
}

#w-node-_6d126879-7703-39ae-81b0-765871ebaef4-b170bc0b {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_6d126879-7703-39ae-81b0-765871ebaef7-b170bc0b {
  grid-area: 1 / 9 / 2 / 13;
  align-self: center;
}

#w-node-_2adf0fdd-0b28-6ec7-8dbc-48a3e3cd9039-b170bc0b {
  order: -9999;
}

#w-node-cf98cf0d-3a07-abed-ca21-4540bd1a83c1-b170bc0b {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-cf98cf0d-3a07-abed-ca21-4540bd1a83c4-b170bc0b {
  grid-area: 1 / 9 / 2 / 13;
  align-self: center;
}

#w-node-_2ff95c1a-90ba-5432-d4d2-f239afceb971-b170bc0b {
  justify-self: center;
}

#w-node-_5fa4f3c7-7dc3-c234-eb71-5846cec4e5b4-b170bc0b {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_5fa4f3c7-7dc3-c234-eb71-5846cec4e5bd-b170bc0b {
  grid-area: 1 / 6 / 3 / 14;
}

#w-node-b91acd21-4714-1920-207d-1b8efe656802-b170bc0b {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-b91acd21-4714-1920-207d-1b8efe656808-b170bc0b {
  grid-area: 2 / 6 / 3 / 14;
  place-self: center end;
}

#w-node-_3ab2cac1-a971-1148-9757-411910a24a8a-b170bc0b {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1170ce89-dd9e-a95d-fd2b-0f68998dcdc3-b170bc0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b91acd21-4714-1920-207d-1b8efe65681d-b170bc0b {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_8a56d079-1c25-06cd-1402-e16a9d4b88c2-b170bc0b {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_8a56d079-1c25-06cd-1402-e16a9d4b88c9-b170bc0b {
  grid-area: 2 / 6 / 3 / 14;
  place-self: center end;
}

#w-node-_7e5c8e6a-91c8-595b-7e40-64e43486b057-b170bc0b {
  order: -9999;
}

#w-node-_8a56d079-1c25-06cd-1402-e16a9d4b88da-b170bc0b {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_68e82c0d-82bc-2f93-6745-d89c0bee7838-b170bc0b {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_68e82c0d-82bc-2f93-6745-d89c0bee783f-b170bc0b {
  grid-area: 2 / 6 / 3 / 14;
  place-self: center end;
}

#w-node-_68e82c0d-82bc-2f93-6745-d89c0bee784a-b170bc0b {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_6209c9e9-5862-0ac8-8e7a-af0e6b0a0d17-b170bc0b {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_545f4fdf-dec1-0a93-08ca-99d5fb25feff-b170bc0b {
  grid-area: 1 / 9 / 2 / 13;
  align-self: center;
}

#w-node-_6209c9e9-5862-0ac8-8e7a-af0e6b0a0d1a-b170bc0b {
  place-self: center;
}

#w-node-_5a36368f-4974-0107-bee6-0ef195936ce9-b170bc0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c612c994-b1c6-c5ad-a3c0-fcd9d378f6a5-b170bc0b {
  grid-area: 1 / 1 / 4 / 4;
  place-self: end start;
}

#w-node-c612c994-b1c6-c5ad-a3c0-fcd9d378f6ab-b170bc0b {
  grid-area: 4 / 9 / 7 / 13;
  place-self: end;
}

#w-node-c612c994-b1c6-c5ad-a3c0-fcd9d378f6ad-b170bc0b {
  grid-area: 1 / 3 / 7 / 11;
  align-self: center;
}

#w-node-_956ba6ac-2349-e67b-9cce-f5cc648255ab-b170bc0b {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_956ba6ac-2349-e67b-9cce-f5cc648255ae-b170bc0b {
  grid-area: 1 / 9 / 2 / 13;
  align-self: center;
}

#w-node-_956ba6ac-2349-e67b-9cce-f5cc648255bb-b170bc0b {
  order: -9999;
}

#w-node-_956ba6ac-2349-e67b-9cce-f5cc648255c4-b170bc0b {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_956ba6ac-2349-e67b-9cce-f5cc648255c7-b170bc0b {
  grid-area: 1 / 9 / 2 / 13;
  align-self: center;
}

#w-node-_956ba6ac-2349-e67b-9cce-f5cc648255d4-b170bc0b {
  justify-self: center;
}

#w-node-b5378913-6c6a-bc60-1ee0-413458723bd9-b170bc0b, #w-node-b5378913-6c6a-bc60-1ee0-413458723bda-b170bc0b {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-b5378913-6c6a-bc60-1ee0-413458723be1-b170bc0b {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_04ba89fe-082d-80ac-0218-6f4c37a1dc84-37a1dc81 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-_04ba89fe-082d-80ac-0218-6f4c37a1dc8b-37a1dc81 {
  grid-area: 1 / 6 / 3 / 8;
  place-self: center;
}

#w-node-_04ba89fe-082d-80ac-0218-6f4c37a1dc8d-37a1dc81 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_04ba89fe-082d-80ac-0218-6f4c37a1dca0-37a1dc81 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_57caa961-13b6-d8b0-b27b-5981d275a6c7-37a1dc81 {
  order: -9999;
}

#w-node-_953fbd30-6d88-04bb-5512-3f11f60496f1-b170bc0d {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_953fbd30-6d88-04bb-5512-3f11f60496f6-b170bc0d {
  grid-area: 3 / 2 / 4 / 13;
}

#w-node-_953fbd30-6d88-04bb-5512-3f11f60496f1-b170bc0e {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_953fbd30-6d88-04bb-5512-3f11f60496f6-b170bc0e {
  grid-area: 3 / 2 / 4 / 13;
}

#FN-Column.w-node-e3eced67-4e67-1b6f-e599-c9ddf2158bc3-9a90b1c9 {
  grid-area: span 1 / span 11 / span 1 / span 11;
  align-self: center;
}

#w-node-_682ca402-c22a-0e28-b2ba-95388eb9bf60-9a90b1c9 {
  place-self: stretch stretch;
}

#w-node-_682ca402-c22a-0e28-b2ba-95388eb9bf69-9a90b1c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_36b29cc7-b8fc-8d05-680c-f9d519118593-9a90b1c9 {
  place-self: center;
}

#w-node-_36b29cc7-b8fc-8d05-680c-f9d519118598-9a90b1c9, #w-node-_36b29cc7-b8fc-8d05-680c-f9d519118599-9a90b1c9 {
  order: -9999;
}

#w-node-_0422b9d9-645c-359f-d913-ccb8d30ee288-2b96efc5 {
  place-self: stretch stretch;
}

#w-node-_0422b9d9-645c-359f-d913-ccb8d30ee289-2b96efc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_0422b9d9-645c-359f-d913-ccb8d30ee28b-2b96efc5 {
  justify-self: center;
}

#w-node-_0422b9d9-645c-359f-d913-ccb8d30ee28c-2b96efc5 {
  place-self: start center;
}

#w-node-_0422b9d9-645c-359f-d913-ccb8d30ee296-2b96efc5, #w-node-_0422b9d9-645c-359f-d913-ccb8d30ee29b-2b96efc5 {
  align-self: center;
}

#w-node-b5097ce7-8d1f-5e18-7c8f-fcd190864ed6-2b96efc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b5097ce7-8d1f-5e18-7c8f-fcd190864ed7-2b96efc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-b5097ce7-8d1f-5e18-7c8f-fcd190864eec-2b96efc5, #w-node-_108aae53-5e59-e444-71e6-e417de1ee5f7-2b96efc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c153d455-4670-5b51-f259-87f5f030f235-2b96efc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#Atenci-n-al-Cliente.w-node-_9fc1b090-8474-9ead-6054-9ce7623c1923-2b96efc5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_52941a04-9bfc-64a2-ccd2-bcdd3c8b75e6-2b96efc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_59c814e7-b032-dde9-f3e3-4577e8c53fb4-2b96efc5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0d3cf861-3a28-abb3-8965-3175b46aa5f8-2b96efc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_91f3fcbd-34df-7275-e18a-54877d3e93d9-2b96efc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7b1bd1ec-4486-7d66-2d1b-1216f58b194e-2b96efc5 {
  align-self: stretch;
}

#w-node-_2204954d-553c-8d4a-7d10-b869d8433ce6-2b96efc5 {
  order: -9999;
  align-self: stretch;
}

#w-node-_22acf960-7ccb-e1d6-e9b2-52fa0b093b32-2b96efc5 {
  order: -9999;
  grid-area: 1 / 2 / 2 / 3;
  place-self: end stretch;
}

#w-node-cece1e6b-fdd9-57d4-c22f-823891cebcd0-2b96efc5 {
  order: -9999;
  align-self: stretch;
}

#w-node-_73eee34c-2803-b8f9-5ab4-bb1fbeb3f842-2b96efc5 {
  order: -9999;
}

#w-node-af92ba41-4397-c003-d735-ff33506e8e40-2b96efc5 {
  order: -9999;
  align-self: stretch;
}

#w-node-_1270307c-fb83-1079-aee4-2db43387acf3-2b96efc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1270307c-fb83-1079-aee4-2db43387acfb-2b96efc5, #w-node-_1270307c-fb83-1079-aee4-2db43387ad03-2b96efc5, #w-node-_1270307c-fb83-1079-aee4-2db43387ad0b-2b96efc5, #w-node-_1270307c-fb83-1079-aee4-2db43387ad13-2b96efc5, #w-node-_1270307c-fb83-1079-aee4-2db43387ad1b-2b96efc5, #w-node-_1270307c-fb83-1079-aee4-2db43387ad23-2b96efc5, #w-node-_1270307c-fb83-1079-aee4-2db43387ad2b-2b96efc5, #w-node-_1270307c-fb83-1079-aee4-2db43387ad33-2b96efc5, #w-node-_1270307c-fb83-1079-aee4-2db43387ad3b-2b96efc5, #w-node-_1270307c-fb83-1079-aee4-2db43387ad4b-2b96efc5, #w-node-_1270307c-fb83-1079-aee4-2db43387ad53-2b96efc5, #w-node-_1270307c-fb83-1079-aee4-2db43387ad5b-2b96efc5 {
  align-self: stretch;
}

#w-node-_1270307c-fb83-1079-aee4-2db43387ad6b-2b96efc5 {
  order: -9999;
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-d31ae903-5d8b-6396-f502-816f11b33646-2b96efc5, #w-node-d31ae903-5d8b-6396-f502-816f11b33650-2b96efc5, #w-node-d31ae903-5d8b-6396-f502-816f11b3365d-2b96efc5, #w-node-d31ae903-5d8b-6396-f502-816f11b3366a-2b96efc5, #w-node-d31ae903-5d8b-6396-f502-816f11b33674-2b96efc5, #w-node-d31ae903-5d8b-6396-f502-816f11b3367e-2b96efc5, #w-node-_05087f4a-105f-468c-e056-c2ed92c9c479-2b96efc5, #w-node-b332c641-3d7a-f2a2-d499-b3415c6df600-2b96efc5, #w-node-_63a67917-4828-6889-9fa1-fac7254b8705-2b96efc5 {
  align-self: center;
}

#w-node-_6a530ab7-0f34-cd60-fadf-0c6baa999b2e-2b96efc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6a530ab7-0f34-cd60-fadf-0c6baa999b35-2b96efc5 {
  align-self: stretch;
}

#w-node-d2bf4430-f691-496c-02a6-80c36f85d9bb-2b96efc5 {
  place-self: stretch stretch;
}

#w-node-d2bf4430-f691-496c-02a6-80c36f85d9c2-2b96efc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_53abee46-cce6-595a-0fac-89869e560ca4-9e560ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_53abee46-cce6-595a-0fac-89869e560ca6-9e560ca2, #w-node-_53abee46-cce6-595a-0fac-89869e560ca9-9e560ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4e14f5cf-56d3-38c2-4d9f-a8f9f2c3891d-f2c38917 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_4e14f5cf-56d3-38c2-4d9f-a8f9f2c3891e-f2c38917 {
  place-self: start;
}

#w-node-_4e14f5cf-56d3-38c2-4d9f-a8f9f2c38929-f2c38917 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_4e14f5cf-56d3-38c2-4d9f-a8f9f2c38934-f2c38917 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_4e14f5cf-56d3-38c2-4d9f-a8f9f2c3894c-f2c38917 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a88a4b3d-2db1-f449-940f-02e18b47f005-8b47f001, #w-node-a88a4b3d-2db1-f449-940f-02e18b47f00e-8b47f001 {
  justify-self: end;
}

#w-node-cc0ffcd4-6409-7b24-3f2f-28e72429e7c6-053fa011 {
  grid-area: 2 / 4 / 3 / 10;
}

#w-node-_23af657e-0593-3907-a9c1-b8a2fe836e47-1a7b9245 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_2ebbf124-83ce-3315-bfef-720c11b954a1-672e9df4 {
  grid-area: span 1 / span 7 / span 1 / span 7;
  align-self: center;
}

#w-node-_2ebbf124-83ce-3315-bfef-720c11b954a6-672e9df4 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_34815073-9a22-0fac-6d45-86db1f15b1ad-672e9df4 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-e9a764c6-30bf-d8ab-7f9f-b3775861c774-672e9df4 {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-_67aac0b9-4b84-9cd1-3389-d82f232c6dce-672e9df4 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-b6c7c9d8-5592-9556-f4d3-2a0bd6825886-672e9df4 {
  align-self: stretch;
}

#w-node-b6c7c9d8-5592-9556-f4d3-2a0bd682588e-672e9df4 {
  order: -9999;
  align-self: stretch;
}

#w-node-b6c7c9d8-5592-9556-f4d3-2a0bd6825896-672e9df4 {
  order: -9999;
  grid-area: 1 / 2 / 2 / 3;
  place-self: end stretch;
}

#w-node-b6c7c9d8-5592-9556-f4d3-2a0bd682589e-672e9df4, #w-node-b6c7c9d8-5592-9556-f4d3-2a0bd68258a6-672e9df4, #w-node-b6c7c9d8-5592-9556-f4d3-2a0bd68258ae-672e9df4 {
  order: -9999;
  align-self: stretch;
}

#w-node-b6c7c9d8-5592-9556-f4d3-2a0bd68258bf-672e9df4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b6c7c9d8-5592-9556-f4d3-2a0bd68258c7-672e9df4, #w-node-b6c7c9d8-5592-9556-f4d3-2a0bd68258cf-672e9df4, #w-node-b6c7c9d8-5592-9556-f4d3-2a0bd68258d7-672e9df4, #w-node-b6c7c9d8-5592-9556-f4d3-2a0bd68258df-672e9df4, #w-node-b6c7c9d8-5592-9556-f4d3-2a0bd68258e7-672e9df4, #w-node-b6c7c9d8-5592-9556-f4d3-2a0bd68258ef-672e9df4, #w-node-b6c7c9d8-5592-9556-f4d3-2a0bd68258f7-672e9df4, #w-node-b6c7c9d8-5592-9556-f4d3-2a0bd68258ff-672e9df4, #w-node-b6c7c9d8-5592-9556-f4d3-2a0bd6825907-672e9df4, #w-node-b6c7c9d8-5592-9556-f4d3-2a0bd6825917-672e9df4, #w-node-b6c7c9d8-5592-9556-f4d3-2a0bd682591f-672e9df4, #w-node-b6c7c9d8-5592-9556-f4d3-2a0bd6825927-672e9df4 {
  align-self: stretch;
}

#w-node-b6c7c9d8-5592-9556-f4d3-2a0bd682592f-672e9df4 {
  order: -9999;
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-_77af61f9-5cf7-56ad-cdcc-e08a2a34e3fc-672e9df4 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_77af61f9-5cf7-56ad-cdcc-e08a2a34e3ff-672e9df4 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_77af61f9-5cf7-56ad-cdcc-e08a2a34e3f9-672e9df4 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_1e5afe48-e7c2-0e8b-5dc4-ef6627797902-fbda1f0c {
  grid-area: 1 / 1 / 9 / 14;
}

#w-node-_0c7338a8-46eb-e4e5-81db-8c2221c6d0d9-fbda1f0c, #w-node-e7391083-03b4-076e-b7c9-2df75d64a454-fbda1f0c, #w-node-_115e9641-34ac-a652-7c88-11928d9b942e-fbda1f0c, #w-node-e28fc8a3-272e-f1cf-caec-8060ccdbfb23-fbda1f0c {
  align-self: stretch;
}

#w-node-_490a566c-5769-55a8-1854-af5f0f8700b5-fbda1f0c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_17f8af6e-2c21-69d2-0767-2b755fc92105-fbda1f0c {
  place-self: center;
}

#w-node-d71b36b2-acf0-ac51-4e51-1d5a5e8d58aa-fbda1f0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_410233ca-d574-3634-4fe1-5651b9d19188-fbda1f0c {
  justify-self: center;
}

#w-node-_62613874-0bd8-828d-9c3c-49fe54aabb8e-fbda1f0c {
  place-self: center;
}

#w-node-_62613874-0bd8-828d-9c3c-49fe54aabb8f-fbda1f0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_62613874-0bd8-828d-9c3c-49fe54aabb91-fbda1f0c {
  justify-self: center;
}

#w-node-e048d822-4a8e-8828-ca85-10190c306fbe-fbda1f0c {
  order: 9999;
}

#w-node-_8470f414-bdfc-6e5b-cb09-05fe1a43293c-9a4aae40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9600997b-c658-0aaf-7215-40657907dcd3-9a4aae40 {
  order: -9999;
}

#w-node-_4530cfed-7776-6e92-e52e-2776d66149b6-9a4aae40 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c48b153-bd5d-a790-1a77-44217c324ada-9a4aae40, #w-node-fc88dd3d-0bb4-c2b3-8438-20690b6b1d54-9a4aae40, #w-node-_5af9c6eb-7451-d75e-3c01-fb4a4849190a-9a4aae40, #w-node-_712173bf-6568-88a8-e02e-25064fda69dd-9a4aae40, #w-node-_712173bf-6568-88a8-e02e-25064fda69e0-9a4aae40, #w-node-_712173bf-6568-88a8-e02e-25064fda69e3-9a4aae40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45310804-edfd-b383-3caf-8263d78d7d24-9a4aae40 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c60c5602-958d-e89f-e7b5-1f87bf399ef6-9a4aae40 {
  order: -9999;
}

#w-node-c8bbb9a8-6249-ab36-12e1-d483f7475cfd-9a4aae40, #w-node-c8bbb9a8-6249-ab36-12e1-d483f7475d0c-9a4aae40, #w-node-c8bbb9a8-6249-ab36-12e1-d483f7475d2a-9a4aae40, #w-node-c8bbb9a8-6249-ab36-12e1-d483f7475d39-9a4aae40 {
  align-self: stretch;
}

#w-node-d63f439a-31b0-0602-5ab1-242270ebeb43-9a4aae40 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: stretch center;
}

#w-node-_4db0a24e-45e2-e58a-09a7-ae0830ba5566-9a4aae40, #w-node-_62ad4f8d-9da4-8519-fb6d-80ce7ef583e3-9a4aae40, #w-node-_3965528a-4270-071d-3fa0-607b4c5451c4-9a4aae40 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_23824674-2b45-3b5b-ecef-68f92d67cbc3-9a4aae40, #w-node-_53dc8977-e654-69dc-a4d7-292d92a9f801-9a4aae40, #w-node-_18a9d013-08ef-52f9-d17c-fd84bb18c94f-9a4aae40, #w-node-_1598b6c5-4c53-eb21-c5a2-15318706255c-9a4aae40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f62992e-950c-3020-ad0e-57185f612cc5-9a4aae40, #w-node-_0f62992e-950c-3020-ad0e-57185f612cca-9a4aae40, #w-node-_0f62992e-950c-3020-ad0e-57185f612ccf-9a4aae40, #w-node-_1fc2634a-8d58-c37c-d003-ac6cf79f7507-9a4aae40, #w-node-_1fc2634a-8d58-c37c-d003-ac6cf79f750c-9a4aae40, #w-node-_1fc2634a-8d58-c37c-d003-ac6cf79f7511-9a4aae40, #w-node-d183be8f-d87d-274b-2c66-e131aab427f3-9a4aae40, #w-node-d183be8f-d87d-274b-2c66-e131aab427f8-9a4aae40, #w-node-d183be8f-d87d-274b-2c66-e131aab427fd-9a4aae40 {
  align-self: start;
}

#w-node-_39d461ca-f0d7-7448-f8dc-65459b331f35-9a4aae40 {
  order: -9999;
}

#w-node-a4e64f8c-d464-e8bc-c1e1-f07c791bfb47-9a4aae40 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4e64f8c-d464-e8bc-c1e1-f07c791bfb48-9a4aae40 {
  justify-self: center;
}

#w-node-_38b86ae5-cdd8-d2e4-b3ac-9c106c50c722-9a4aae40, #w-node-_21696194-5561-3a25-4cae-2e8001a9c2f1-9a4aae40 {
  align-self: center;
}

#w-node-de54f88f-d3b5-b860-77c7-9a9794c89f69-9a4aae40 {
  place-self: center end;
}

@media screen and (min-width: 1440px) {
  #w-node-c612c994-b1c6-c5ad-a3c0-fcd9d378f6a5-b170bc0b {
    grid-area: 1 / 1 / 5 / 4;
    place-self: end start;
  }

  #w-node-_46f5b990-0420-d469-cff9-ffab8d0949fd-9a90b1c9, #w-node-_46f5b990-0420-d469-cff9-ffab8d094a10-9a90b1c9, #w-node-_46f5b990-0420-d469-cff9-ffab8d094a16-9a90b1c9, #w-node-_46f5b990-0420-d469-cff9-ffab8d094a1e-9a90b1c9, #w-node-_46f5b990-0420-d469-cff9-ffab8d094a26-9a90b1c9, #w-node-_46f5b990-0420-d469-cff9-ffab8d094a2e-9a90b1c9, #w-node-_46f5b990-0420-d469-cff9-ffab8d094a39-9a90b1c9, #w-node-_46f5b990-0420-d469-cff9-ffab8d094a41-9a90b1c9 {
    align-self: stretch;
  }

  #w-node-_36b29cc7-b8fc-8d05-680c-f9d519118593-9a90b1c9, #w-node-_0422b9d9-645c-359f-d913-ccb8d30ee296-2b96efc5 {
    place-self: center;
  }

  #w-node-_40eb4c67-3826-2994-96ff-f993395fc481-2b96efc5, #w-node-_40eb4c67-3826-2994-96ff-f993395fc493-2b96efc5, #w-node-_1e8540f9-344b-0cd7-b6e5-001fe55e3f71-2b96efc5, #w-node-_4d8612a4-2447-e35a-6653-d5fbd1260c9d-2b96efc5, #w-node-a29737b4-34f3-0707-3b70-30783e529e2a-2b96efc5, #w-node-b5e91820-d5ee-35b8-f02c-3639222a539d-2b96efc5, #w-node-_32ad444e-8b47-ef3c-d6fd-6b83f17658c8-2b96efc5, #w-node-_0cef3a6a-28e8-15a2-6321-c5c803cee1fa-2b96efc5 {
    align-self: stretch;
  }

  #w-node-_108aae53-5e59-e444-71e6-e417de1ee5f7-2b96efc5, #w-node-a88a4b3d-2db1-f449-940f-02e18b47f003-8b47f001 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_243d399f-ef05-f5e8-4e13-539159a66d8f-b170bc0b {
    grid-column: 1 / 3;
  }

  #w-node-_243d399f-ef05-f5e8-4e13-539159a66daa-b170bc0b {
    grid-column: 1 / 2;
    grid-row-end: 6;
  }

  #w-node-_243d399f-ef05-f5e8-4e13-539159a66daf-b170bc0b {
    grid-area: 3 / 2 / 4 / 3;
    justify-self: end;
  }

  #w-node-_243d399f-ef05-f5e8-4e13-539159a66db4-b170bc0b {
    grid-area: 7 / 2 / 7 / 3;
    justify-self: end;
  }

  #w-node-_6d126879-7703-39ae-81b0-765871ebaef4-b170bc0b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6d126879-7703-39ae-81b0-765871ebaef7-b170bc0b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-cf98cf0d-3a07-abed-ca21-4540bd1a83c1-b170bc0b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-cf98cf0d-3a07-abed-ca21-4540bd1a83c4-b170bc0b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5fa4f3c7-7dc3-c234-eb71-5846cec4e5b4-b170bc0b {
    grid-column-end: 3;
  }

  #w-node-_5fa4f3c7-7dc3-c234-eb71-5846cec4e5bd-b170bc0b {
    grid-area: 1 / 8 / 2 / 13;
  }

  #w-node-b91acd21-4714-1920-207d-1b8efe656802-b170bc0b {
    grid-column-end: 3;
  }

  #w-node-b91acd21-4714-1920-207d-1b8efe656808-b170bc0b {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b91acd21-4714-1920-207d-1b8efe65681d-b170bc0b, #w-node-_8a56d079-1c25-06cd-1402-e16a9d4b88c2-b170bc0b {
    grid-column-end: 3;
  }

  #w-node-_8a56d079-1c25-06cd-1402-e16a9d4b88c9-b170bc0b {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_8a56d079-1c25-06cd-1402-e16a9d4b88da-b170bc0b, #w-node-_68e82c0d-82bc-2f93-6745-d89c0bee7838-b170bc0b {
    grid-column-end: 3;
  }

  #w-node-_68e82c0d-82bc-2f93-6745-d89c0bee783f-b170bc0b {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_68e82c0d-82bc-2f93-6745-d89c0bee784a-b170bc0b {
    grid-column-end: 3;
  }

  #w-node-_6209c9e9-5862-0ac8-8e7a-af0e6b0a0d17-b170bc0b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_545f4fdf-dec1-0a93-08ca-99d5fb25feff-b170bc0b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c612c994-b1c6-c5ad-a3c0-fcd9d378f6a5-b170bc0b {
    grid-area: 1 / 1 / 5 / 3;
    place-self: end start;
  }

  #w-node-c612c994-b1c6-c5ad-a3c0-fcd9d378f6ab-b170bc0b {
    grid-column: 1 / 3;
  }

  #w-node-c612c994-b1c6-c5ad-a3c0-fcd9d378f6ad-b170bc0b, #w-node-_956ba6ac-2349-e67b-9cce-f5cc648255ab-b170bc0b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_956ba6ac-2349-e67b-9cce-f5cc648255ae-b170bc0b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_956ba6ac-2349-e67b-9cce-f5cc648255c4-b170bc0b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_956ba6ac-2349-e67b-9cce-f5cc648255c7-b170bc0b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b5378913-6c6a-bc60-1ee0-413458723bd9-b170bc0b {
    grid-column-end: 3;
  }

  #w-node-b5378913-6c6a-bc60-1ee0-413458723be1-b170bc0b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_04ba89fe-082d-80ac-0218-6f4c37a1dc84-37a1dc81 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: auto center;
  }

  #w-node-_04ba89fe-082d-80ac-0218-6f4c37a1dc8b-37a1dc81 {
    grid-column: 1 / 3;
    grid-row-end: 2;
  }

  #w-node-_04ba89fe-082d-80ac-0218-6f4c37a1dc8d-37a1dc81 {
    grid-row: 2 / 3;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_04ba89fe-082d-80ac-0218-6f4c37a1dca0-37a1dc81 {
    grid-row: 4 / 5;
    grid-column-end: 3;
  }

  #w-node-_04ba89fe-082d-80ac-0218-6f4c37a1dca1-37a1dc81, #w-node-_57caa961-13b6-d8b0-b27b-5981d275a6c7-37a1dc81 {
    place-self: center;
  }

  #w-node-_953fbd30-6d88-04bb-5512-3f11f60496f1-b170bc0d {
    grid-column-end: 3;
  }

  #w-node-_953fbd30-6d88-04bb-5512-3f11f60496f6-b170bc0d {
    grid-column: 1 / 3;
  }

  #w-node-_953fbd30-6d88-04bb-5512-3f11f60496f1-b170bc0e {
    grid-column-end: 3;
  }

  #w-node-_953fbd30-6d88-04bb-5512-3f11f60496f6-b170bc0e {
    grid-column: 1 / 3;
  }

  #FN-Column.w-node-e3eced67-4e67-1b6f-e599-c9ddf2158bc3-9a90b1c9 {
    grid-column: span 8 / span 8;
  }

  #w-node-_682ca402-c22a-0e28-b2ba-95388eb9bf60-9a90b1c9 {
    align-self: center;
  }

  #w-node-_682ca402-c22a-0e28-b2ba-95388eb9bf69-9a90b1c9 {
    order: -9999;
  }

  #w-node-b5097ce7-8d1f-5e18-7c8f-fcd190864eec-2b96efc5, #w-node-b5097ce7-8d1f-5e18-7c8f-fcd190864ed8-2b96efc5 {
    align-self: stretch;
  }

  #w-node-_52941a04-9bfc-64a2-ccd2-bcdd3c8b75e6-2b96efc5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }

  #w-node-d31ae903-5d8b-6396-f502-816f11b33646-2b96efc5 {
    justify-self: center;
  }

  #w-node-_255cda54-4add-86d8-6a38-f909fb53f20d-2b96efc5 {
    place-self: center;
  }

  #w-node-d2bf4430-f691-496c-02a6-80c36f85d9bb-2b96efc5 {
    align-self: center;
  }

  #w-node-d2bf4430-f691-496c-02a6-80c36f85d9c2-2b96efc5 {
    order: -9999;
  }

  #w-node-_53abee46-cce6-595a-0fac-89869e560ca4-9e560ca2, #w-node-_53abee46-cce6-595a-0fac-89869e560ca6-9e560ca2, #w-node-_53abee46-cce6-595a-0fac-89869e560ca9-9e560ca2 {
    order: 9999;
  }

  #w-node-_4e14f5cf-56d3-38c2-4d9f-a8f9f2c3891d-f2c38917 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4e14f5cf-56d3-38c2-4d9f-a8f9f2c3891e-f2c38917 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_4e14f5cf-56d3-38c2-4d9f-a8f9f2c38929-f2c38917 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_4e14f5cf-56d3-38c2-4d9f-a8f9f2c38934-f2c38917 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-_4e14f5cf-56d3-38c2-4d9f-a8f9f2c38939-f2c38917, #w-node-_4e14f5cf-56d3-38c2-4d9f-a8f9f2c3894c-f2c38917 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-cc0ffcd4-6409-7b24-3f2f-28e72429e7c6-053fa011 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_2ebbf124-83ce-3315-bfef-720c11b954a1-672e9df4, #w-node-_2ebbf124-83ce-3315-bfef-720c11b954a6-672e9df4 {
    grid-column: span 8 / span 8;
  }

  #w-node-_77af61f9-5cf7-56ad-cdcc-e08a2a34e3fc-672e9df4, #w-node-_77af61f9-5cf7-56ad-cdcc-e08a2a34e3ff-672e9df4, #w-node-_77af61f9-5cf7-56ad-cdcc-e08a2a34e3f9-672e9df4 {
    order: 9999;
    justify-self: center;
  }

  #w-node-_1e5afe48-e7c2-0e8b-5dc4-ef6627797902-fbda1f0c {
    grid-column: 1 / 3;
  }

  #w-node-a668a265-0559-526c-6d1f-c40540a770b1-fbda1f0c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-ca8a3c18-07d3-ef6f-fb52-d22b4bfd9e94-fbda1f0c {
    place-self: center;
  }

  #w-node-_2bec9a66-4888-9844-efa3-4798f2fe22dd-fbda1f0c, #w-node-_604c539c-e191-33b6-12e3-83d5cc1e1732-fbda1f0c, #w-node-_7f22d542-2746-75f2-f9a0-38ef428cae27-fbda1f0c, #w-node-_98162c7e-c2c7-e413-32a6-d02a43275727-fbda1f0c, #w-node-ca8a3c18-07d3-ef6f-fb52-d22b4bfd9ea3-fbda1f0c, #w-node-ca8a3c18-07d3-ef6f-fb52-d22b4bfd9eb2-fbda1f0c {
    justify-self: center;
  }

  #w-node-c8bbb9a8-6249-ab36-12e1-d483f7475cfd-9a4aae40, #w-node-c8bbb9a8-6249-ab36-12e1-d483f7475d0c-9a4aae40, #w-node-c8bbb9a8-6249-ab36-12e1-d483f7475d2a-9a4aae40, #w-node-c8bbb9a8-6249-ab36-12e1-d483f7475d39-9a4aae40 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-d63f439a-31b0-0602-5ab1-242270ebeb43-9a4aae40 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_4db0a24e-45e2-e58a-09a7-ae0830ba5566-9a4aae40, #w-node-_62ad4f8d-9da4-8519-fb6d-80ce7ef583e3-9a4aae40, #w-node-_3965528a-4270-071d-3fa0-607b4c5451c4-9a4aae40 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_38b86ae5-cdd8-d2e4-b3ac-9c106c50c722-9a4aae40, #w-node-de54f88f-d3b5-b860-77c7-9a9794c89f69-9a4aae40 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_243d399f-ef05-f5e8-4e13-539159a66d8f-b170bc0b {
    grid-area: 1 / 1 / 9 / 3;
  }

  #w-node-_243d399f-ef05-f5e8-4e13-539159a66daf-b170bc0b {
    grid-row-start: 1;
  }

  #w-node-_836885bc-bf00-16e2-1588-55f6a3990991-b170bc0b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #FN-Column.w-node-e3eced67-4e67-1b6f-e599-c9ddf2158bc3-9a90b1c9 {
    grid-column: span 4 / span 4;
  }

  #w-node-_682ca402-c22a-0e28-b2ba-95388eb9bf60-9a90b1c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_52941a04-9bfc-64a2-ccd2-bcdd3c8b75e6-2b96efc5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_0d3cf861-3a28-abb3-8965-3175b46aa5f8-2b96efc5 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: stretch stretch;
  }

  #w-node-d2bf4430-f691-496c-02a6-80c36f85d9bb-2b96efc5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-cc0ffcd4-6409-7b24-3f2f-28e72429e7c6-053fa011 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2ebbf124-83ce-3315-bfef-720c11b954a1-672e9df4, #w-node-_2ebbf124-83ce-3315-bfef-720c11b954a6-672e9df4 {
    grid-column: span 4 / span 4;
  }

  #w-node-_77af61f9-5cf7-56ad-cdcc-e08a2a34e3fc-672e9df4, #w-node-_77af61f9-5cf7-56ad-cdcc-e08a2a34e3ff-672e9df4, #w-node-_77af61f9-5cf7-56ad-cdcc-e08a2a34e3f9-672e9df4 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_1e5afe48-e7c2-0e8b-5dc4-ef6627797902-fbda1f0c {
    grid-area: 1 / 1 / 9 / 3;
  }

  #w-node-_133dccee-52f2-241b-54c6-a277a45d101d-9a4aae40 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4530cfed-7776-6e92-e52e-2776d66149b6-9a4aae40, #w-node-_2c48b153-bd5d-a790-1a77-44217c324ada-9a4aae40, #w-node-fc88dd3d-0bb4-c2b3-8438-20690b6b1d54-9a4aae40 {
    justify-self: end;
  }

  #w-node-_5af9c6eb-7451-d75e-3c01-fb4a4849190a-9a4aae40 {
    place-self: center;
  }

  #w-node-_712173bf-6568-88a8-e02e-25064fda69dd-9a4aae40 {
    justify-self: end;
  }

  #w-node-_712173bf-6568-88a8-e02e-25064fda69e0-9a4aae40 {
    place-self: center;
  }

  #w-node-_45310804-edfd-b383-3caf-8263d78d7d24-9a4aae40 {
    justify-self: end;
  }

  #w-node-c8bbb9a8-6249-ab36-12e1-d483f7475d0c-9a4aae40, #w-node-c8bbb9a8-6249-ab36-12e1-d483f7475d2a-9a4aae40, #w-node-c8bbb9a8-6249-ab36-12e1-d483f7475d39-9a4aae40, #w-node-d63f439a-31b0-0602-5ab1-242270ebeb43-9a4aae40, #w-node-_4db0a24e-45e2-e58a-09a7-ae0830ba5566-9a4aae40 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_243d399f-ef05-f5e8-4e13-539159a66daa-b170bc0b {
    grid-area: -4 / 1 / 8 / 2;
  }

  #w-node-_243d399f-ef05-f5e8-4e13-539159a66daf-b170bc0b {
    order: 9999;
    grid-row-start: 11;
    align-self: end;
  }

  #w-node-_243d399f-ef05-f5e8-4e13-539159a66db4-b170bc0b {
    grid-row-start: 7;
    align-self: end;
  }

  #w-node-_6d126879-7703-39ae-81b0-765871ebaef4-b170bc0b, #w-node-cf98cf0d-3a07-abed-ca21-4540bd1a83c1-b170bc0b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_836885bc-bf00-16e2-1588-55f6a399098d-b170bc0b, #w-node-_836885bc-bf00-16e2-1588-55f6a399099b-b170bc0b, #w-node-_836885bc-bf00-16e2-1588-55f6a39909aa-b170bc0b, #w-node-_836885bc-bf00-16e2-1588-55f6a39909ba-b170bc0b {
    justify-self: center;
  }

  #w-node-_6209c9e9-5862-0ac8-8e7a-af0e6b0a0d17-b170bc0b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c612c994-b1c6-c5ad-a3c0-fcd9d378f6a5-b170bc0b {
    grid-area: 2 / 1 / 4 / 3;
    place-self: start;
  }

  #w-node-c612c994-b1c6-c5ad-a3c0-fcd9d378f6ab-b170bc0b {
    grid-area: 4 / 2 / 5 / 3;
    place-self: end center;
  }

  #w-node-c612c994-b1c6-c5ad-a3c0-fcd9d378f6ad-b170bc0b, #w-node-_956ba6ac-2349-e67b-9cce-f5cc648255ab-b170bc0b, #w-node-_956ba6ac-2349-e67b-9cce-f5cc648255c4-b170bc0b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_04ba89fe-082d-80ac-0218-6f4c37a1dc84-37a1dc81 {
    place-self: center;
  }

  #w-node-_04ba89fe-082d-80ac-0218-6f4c37a1dc8d-37a1dc81 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-_0d3cf861-3a28-abb3-8965-3175b46aa5f8-2b96efc5 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: stretch stretch;
  }

  #w-node-_2f0d8568-8e9a-60fc-aa65-382785ec612b-2b96efc5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_91f3fcbd-34df-7275-e18a-54877d3e93d9-2b96efc5 {
    justify-self: stretch;
  }

  #w-node-_21c97880-285d-3713-a4a9-ade2ca76b5cf-2b96efc5 {
    justify-self: center;
  }

  #w-node-_4e14f5cf-56d3-38c2-4d9f-a8f9f2c3891d-f2c38917, #w-node-_4e14f5cf-56d3-38c2-4d9f-a8f9f2c38929-f2c38917, #w-node-_4e14f5cf-56d3-38c2-4d9f-a8f9f2c38934-f2c38917 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ee48b30b-d294-764c-3755-a287b030e9cd-fbda1f0c {
    order: 9999;
  }

  #w-node-cc457442-6c46-77bd-165c-779a195b416b-9a4aae40, #w-node-_3a1e0686-17d5-e3a1-3449-9a7988f69477-9a4aae40 {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Mangogrotesque';
  src: url('../fonts/MangoGrotesque-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mangogrotesque';
  src: url('../fonts/MangoGrotesque-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mangogrotesque';
  src: url('../fonts/MangoGrotesque-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mangogrotesque';
  src: url('../fonts/MangoGrotesque-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mangogrotesque';
  src: url('../fonts/MangoGrotesque-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mangogrotesque';
  src: url('../fonts/MangoGrotesque-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mangogrotesque';
  src: url('../fonts/MangoGrotesque-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mangogrotesque';
  src: url('../fonts/MangoGrotesque-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mangogrotesque';
  src: url('../fonts/MangoGrotesque-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}