:root {
  --untitled-ui--gray600: #475467;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--primary: #ec003c;
  --untitled-ui--teritary: #9d0033;
  --untitled-ui--success50: #ecfdf3;
  --untitled-ui--success700: #027a48;
  --untitled-ui--secondary: #c4003a;
}

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

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

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

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  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;
}

.show-tablet {
  display: none;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  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);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-dropdown-icon {
  color: #a0a0a0;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

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

.uui-navbar05_dropdown-content-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.uui-navbar05_bottom-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.uui-navbar05_bottom-bar-content {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.uui-navbar05_bottom-bar-background {
  background-color: var(--untitled-ui--gray50-2);
  width: 200vw;
  position: absolute;
  inset: 0% -50vw;
}

.uui-navbar05_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar05_dropdown-content {
  width: 100%;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  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;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-navbar05_component {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #2c2c2c00;
  border-bottom: 1px solid #ffffff80;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  top: 0;
}

.uui-navbar05_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar05_logo-link {
  padding-left: 0;
}

.uui-navbar05_menu {
  background-color: #c8c8c800;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-navbar05_menu-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.uui-navbar05_link {
  color: #a0a0a0;
  align-items: center;
  padding: 20px 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .3s;
}

.uui-navbar05_link:hover {
  color: var(--untitled-ui--white);
  width: auto;
  font-weight: 400;
}

.uui-navbar05_link.w--current {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
}

.uui-navbar05_menu-dropdown {
  width: 126px;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.uui-navbar05_dropdown-toggle {
  color: var(--untitled-ui--white);
  align-items: center;
  padding: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .3s;
  display: flex;
}

.uui-navbar05_dropdown-toggle:hover {
  color: var(--untitled-ui--white);
  font-weight: 700;
}

.uui-navbar05_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar05_dropdown-list.w--open {
  background-color: #fff;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 5.0625rem auto auto 0%;
  overflow: hidden;
}

.uui-navbar05_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar05_menu-button {
  padding: 0;
}

.uui-navbar05_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.uui-navbar05_icon-holder {
  flex: none;
}

.uui-navbar05_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar05_dropdown-link:hover {
  background-color: var(--untitled-ui--gray100);
}

.uui-navbar05_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  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-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.show-tablet {
  display: none;
}

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  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;
}

.uui-button-tertiary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray700);
}

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

.uui-logo_component {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 75px;
  display: flex;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: auto;
  height: 40px;
  position: static;
  inset: 0%;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.icon-featured-large {
  background-color: var(--untitled-ui--primary);
  background-image: linear-gradient(90deg, var(--untitled-ui--primary), var(--untitled-ui--teritary));
  color: var(--untitled-ui--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui--success50);
  color: var(--untitled-ui--success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-navbar05_item-heading {
  color: var(--untitled-ui--gray900);
  margin-bottom: .25rem;
  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-navbar05_item-heading.margin-bottom-0 {
  margin-bottom: 0;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-navbar06_link {
  border: 1px solid var(--untitled-ui--white);
  color: var(--untitled-ui--white);
  background-color: #fff0;
  border-radius: 100px;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  padding: 10px 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .3s;
}

.uui-navbar06_link:hover {
  border-width: 1px;
  border-color: var(--untitled-ui--white);
  color: var(--untitled-ui--success50);
  background-color: #ffffff4d;
  font-size: 14px;
}

.uui-navbar06_link.w--current {
  color: #000;
}

.text-block {
  color: #a0a0a0;
  padding: 30px 40px 30px 30px;
  font-size: 14px;
  font-weight: 400;
  transition: all .3s;
}

.text-block:hover {
  color: #fff;
  font-weight: 400;
}

.container {
  width: 100%;
  max-width: none;
  height: 880px;
  position: absolute;
}

.background {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.background-cover {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000004d;
  background-image: linear-gradient(0deg, #fff0, #0000005c);
  width: 100%;
  height: 100vh;
  position: absolute;
}

.background-image {
  z-index: 0;
  box-sizing: border-box;
  object-fit: cover;
  background-color: #f000;
  width: 100%;
  height: 100vh;
  display: inline-block;
  position: absolute;
  top: 0;
  overflow: clip;
}

.heading {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

.filter-sections {
  border-bottom: 1px solid #ffffff80;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  transition: all .3s;
  display: flex;
}

.filter-sections:hover {
  background-color: #ffffff26;
}

.select-field {
  text-align: center;
  background-color: #f3f3f300;
  border: 0 #000;
  width: 200px;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.form {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #ffffff80;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.left-div-block {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 100%;
  margin-left: 0;
  display: flex;
  position: relative;
}

.button {
  text-align: center;
  background-color: #ec003c00;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  margin-top: 30px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .3s;
  display: flex;
}

.button:hover {
  background-color: #9d0033;
}

.text-field {
  text-align: center;
  background-color: #fff0;
  border: 0 solid #000;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.text-field:focus {
  color: #fff;
}

.right-div-block {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 450px;
  height: 100%;
  margin-right: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.text-block-5 {
  color: #fff;
  letter-spacing: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 150%;
}

.section-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: 700px;
  display: flex;
  position: relative;
}

.text-block-7 {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 20px;
  line-height: 200%;
}

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

.section-3 {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.text-block-8 {
  color: var(--untitled-ui--secondary);
}

.image {
  width: 30px;
  height: 30px;
}

.image-2 {
  height: 25px;
}

.image-3 {
  width: 30px;
}

.image-4 {
  z-index: 0;
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 100%;
  flex: 0 auto;
  width: 250px;
  height: 250px;
  position: relative;
}

.container-2 {
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 49%;
  min-width: 800px;
  max-width: none;
  height: auto;
  margin-top: 0;
  display: flex;
  position: relative;
}

.heading-2 {
  color: #000;
  letter-spacing: 7px;
  width: 600px;
  margin-top: 140px;
  margin-bottom: 30px;
  font-size: 44px;
}

.section-4 {
  width: 100%;
  height: 600px;
}

.paragraph {
  color: #000;
  width: 600px;
  height: auto;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.paragraph-2 {
  letter-spacing: 2px;
  width: 600px;
  margin-bottom: 0;
  line-height: 30px;
}

.container-3 {
  justify-content: space-between;
  align-items: center;
  width: 700px;
  height: 250px;
  margin-top: 40px;
  display: flex;
}

.div-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 600px;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 40px;
  display: grid;
  position: relative;
}

.container-4 {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  box-shadow: -2px 2px 4px #00000080;
}

.container-4:hover {
  background-color: #fff;
}

.image-5 {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 175px;
}

.button-2 {
  background-image: linear-gradient(90deg, var(--untitled-ui--primary), var(--untitled-ui--teritary));
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.button-3 {
  color: #000;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .3s;
  display: flex;
}

.button-3:hover {
  background-color: #f1f1f1;
  border-radius: 0;
}

.image-6 {
  box-sizing: border-box;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  overflow: hidden;
}

.container-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  place-items: center stretch;
  width: 100%;
  max-width: none;
  height: auto;
  display: flex;
  position: absolute;
}

.container-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: auto;
  place-items: center stretch;
  width: 100%;
  max-width: none;
  height: auto;
  display: flex;
  position: absolute;
}

.section-5 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.image-7 {
  height: 500px;
}

.container-7 {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 49%;
  max-width: none;
  height: auto;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.button-4 {
  z-index: 1;
  color: #fff;
  cursor: pointer;
  background-color: #ffffff59;
  border: 2px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 54px;
  margin-top: 30px;
  transition: all .25s ease-in-out;
  display: flex;
  position: relative;
  overflow: visible;
}

.button-4:hover {
  margin-top: 30px;
  font-weight: 600;
}

.button-4:active {
  text-shadow: none;
  background-color: #ffffff78;
}

.button-4_wave-1, .button-4_wave-2 {
  opacity: 0;
  filter: blur(1px);
  background-image: none;
  border: .4px solid #ec003c66;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.button-4_wave-3 {
  opacity: 0;
  filter: blur(1px);
  background-image: none;
  border: .4px solid #ec003c66;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.button-5 {
  z-index: 1;
  color: #000;
  cursor: pointer;
  background-color: #f3f3f3;
  border: 1px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 54px;
  margin-top: 40px;
  transition: all .25s ease-in-out;
  display: flex;
  position: relative;
  overflow: visible;
}

.button-5:hover {
  margin-top: 40px;
  font-weight: 600;
}

.button-5:active {
  text-shadow: none;
  background-color: #ffffff78;
}

.text-block-9 {
  color: #000;
}

.button-4_wave-1-copy, .button-4_wave-2-copy {
  opacity: 0;
  filter: blur(1px);
  background-image: none;
  border: .4px solid #fffc;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.button-4_wave-3-copy {
  opacity: 0;
  filter: blur(1px);
  background-image: none;
  border: .4px solid #fffc;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.sc-main-button-2 {
  z-index: 20;
  grid-column-gap: 1em;
  color: #1a1a1a;
  letter-spacing: .1em;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-left: 50px;
  margin-right: 40px;
  padding: 12px 20px;
  transition: color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sc-main-button-2:hover {
  color: #e7e7e7;
}

.sc-button-text {
  z-index: 5;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: .9em;
  font-weight: 400;
  display: block;
  position: relative;
}

.sc-btn-icon {
  width: 1em;
  height: 1em;
  font-size: 1.9em;
}

.sc-main-btn-bg-animation-2 {
  z-index: 2;
  background-color: var(--untitled-ui--primary);
  background-image: linear-gradient(90deg, var(--untitled-ui--primary), var(--untitled-ui--teritary));
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

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

.primary-btn-txt {
  z-index: 10;
  padding-left: 4px;
  font-weight: 500;
  position: relative;
}

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

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

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

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

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

.primary-btn.gradient {
  background-image: linear-gradient(208deg, var(--untitled-ui--primary), var(--untitled-ui--teritary));
  color: #fff;
  border-color: #ffffff4d;
  transition: all .5s;
}

.primary-btn.gradient:hover {
  background-image: linear-gradient(208deg, var(--untitled-ui--primary), var(--untitled-ui--teritary));
}

.swoop-button {
  color: #050505;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 180px;
  height: 55px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .8rem;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-overlay {
  z-index: 1;
  background-color: #ebebeb;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slide-btn-txt {
  z-index: 2;
  font-weight: 600;
  line-height: 1rem;
  position: absolute;
}

.circle-arrow {
  object-fit: contain;
  width: 1.3em;
  font-size: 1.3em;
}

.circle-arrow.invert {
  filter: invert();
}

.huge-button-info-2 {
  z-index: 2;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-animated-bg-2 {
  z-index: 1;
  background-color: #f5f5f5;
  display: none;
  position: absolute;
  inset: 0%;
}

.footer-animated-bg-2.is-light-gray {
  background-color: #fbfbfb;
}

.movement-wrap {
  z-index: 5;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.big-button-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-right: 1em;
  font-size: 1.3em;
  position: relative;
}

.go-button {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: height .3s, width .3s;
  display: flex;
  position: relative;
}

.mega-button {
  z-index: 10;
  color: #101010;
  border-top: 1px solid #79797926;
  border-bottom: 1px solid #79797926;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 170px;
  padding-left: 5vw;
  padding-right: 5vw;
  font-size: 1.5rem;
  font-weight: 600;
  transition: height .4s cubic-bezier(.215, .61, .355, 1);
  display: none;
  position: relative;
  overflow: hidden;
}

.mega-button:hover {
  height: 220px;
}

.text-block-10 {
  text-decoration: none;
}

.outline-btn {
  z-index: 20;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #d6e3e7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 40px;
  padding: 20px 45px;
  font-size: .65rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.secondary-btn-text {
  z-index: 20;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.button-hover-circle {
  z-index: 5;
  background-color: var(--untitled-ui--primary);
  border-radius: 100%;
  width: 125%;
  height: 400%;
  position: absolute;
  inset: auto auto -400% -16px;
}

.section-6 {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 532px;
  display: flex;
}

.image-8 {
  width: 500px;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  height: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.heading-3 {
  color: #000;
  letter-spacing: 7px;
  width: 800px;
  margin-top: 140px;
  margin-bottom: 0;
  font-size: 44px;
}

.container-8 {
  border: .5px solid #000;
  border-radius: 0;
  width: 100%;
  height: auto;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.image-9 {
  width: 100%;
  height: 200px;
}

.heading-4 {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  line-height: 20px;
}

.text-block-11 {
  color: #858585;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 12px;
}

.bold-text {
  letter-spacing: 2px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
}

.link-block {
  z-index: 1;
  background-color: #fff0;
  width: 100%;
  height: 100%;
  transition: all .3s;
  position: absolute;
}

.link-block:hover {
  background-color: #fff3;
}

.hero-button {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #f5f5f5;
  border: 1px solid #d6d6d6;
  justify-content: space-around;
  align-items: center;
  width: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: none;
  transition: padding .4s, color .3s cubic-bezier(.215, .61, .355, 1), background-color .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.hero-button:hover {
  color: #161616;
  background-color: #f0f0f0;
  padding-left: 2.6rem;
  padding-right: 2.6rem;
}

.button-icon-4 {
  width: 2rem;
}

.text-block-12 {
  color: #000;
  font-size: 16px;
}

.expanding-blur-button {
  z-index: 10;
  color: #4e4e4e;
  text-align: center;
  background-color: #e2e2e200;
  border-top: 1px #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.215, .61, .355, 1), padding .4s cubic-bezier(.215, .61, .355, 1);
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.expanding-blur-button:hover {
  background-color: #ececec33;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-13 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.text-block-14 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  font-size: 12px;
  line-height: 100%;
  display: flex;
}

.heading-5 {
  color: #000;
  letter-spacing: 7px;
  width: 800px;
  margin-top: 140px;
  margin-bottom: 30px;
  font-size: 44px;
}

.button-text-2 {
  z-index: 10;
  font-size: .8rem;
  position: relative;
}

.interactive-line {
  z-index: 5;
  height: 1px;
  margin-top: -1px;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.interactive-line.is-bottom {
  margin-top: 0;
  margin-bottom: -1px;
  inset: auto 0% 0%;
  transform: rotate(180deg);
}

.button-icon {
  z-index: 10;
  object-fit: contain;
  flex: none;
  width: 1em;
  height: 1em;
  font-size: 1.4em;
  display: block;
  position: relative;
}

.button-bg-animation-2 {
  z-index: 1;
  background-color: #1a1a1a05;
  display: none;
  position: absolute;
  inset: 0%;
}

.button-bg-animation-2.is-light {
  background-color: #ffffff2e;
}

.button-bg-animation-2.is-light.not-rounded {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}

.interactive-line-color-2 {
  z-index: 1;
  background-image: linear-gradient(to right, #dba6a700, #9f884f 50%, #dba6a700);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.interactive-line-color-2.is-light-gold {
  background-image: linear-gradient(to right, #dba6a700, #c7b995 50%, #dba6a700);
}

.interactive-line-color-2.is-gold {
  background-image: linear-gradient(to right, #dba6a700, #9f884f 50%, #dba6a700);
}

.border-button {
  z-index: 10;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #e7e7e7;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #1a1a1a0d;
  border: 1px solid #e7e7e7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 17em;
  padding: 0;
  font-weight: 700;
  line-height: 1.1em;
  display: flex;
  position: relative;
  overflow: visible;
}

.button-inner {
  z-index: 20;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.animation-lines {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.section-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.container-11 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  display: flex;
  position: static;
}

.paragraph-4 {
  letter-spacing: 2px;
  margin-top: 40px;
  margin-bottom: 0;
}

.image-11 {
  width: 150px;
}

.simple-growth-social-icons {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 0;
  display: flex;
}

.simple-growth-social-icons.invert {
  filter: invert();
}

.simple-grow-social {
  background-color: var(--untitled-ui--primary);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  transition: transform .4s;
  display: flex;
  position: relative;
}

.simple-grow-social:hover {
  transform: scale(1.2);
}

.social-icon-2 {
  color: #000;
  width: 20px;
  height: 20px;
}

.social-icon-2.invert {
  filter: invert();
}

.button-line-fill {
  box-shadow: none;
  color: #f5f5f5;
  margin-left: 10px;
  margin-right: 10px;
  font-size: .9rem;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
  transition: none;
  position: relative;
}

.button-line-fill:hover {
  box-shadow: none;
}

.button-line-fill.w--current {
  padding-left: 10px;
  padding-right: 10px;
}

.button-line {
  background-color: #7e7e7e;
  width: 100%;
  height: 1px;
  margin-top: 4px;
  position: relative;
}

.button-line.smaller {
  background-color: #7e7e7e00;
  margin-top: 4px;
}

.button-line-absolute {
  z-index: 1;
  background-color: #feed9e;
  width: 100%;
  height: 1px;
  position: absolute;
}

.button-line-absolute.smaller {
  background-color: #000;
  height: 1px;
}

.text-block-15 {
  color: #000;
  text-decoration: none;
}

.circle-link-wrapper {
  margin: 0 0 0 800px;
  padding: 48px;
  position: absolute;
}

.circle-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px solid #8c9fac66;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.circle-link.light {
  background-color: var(--untitled-ui--primary);
  border-color: #8c9fac66;
  width: 150px;
  height: 150px;
}

.button-text-3 {
  z-index: 20;
  color: #000;
  position: relative;
  transform: rotate(18deg);
}

.button-text-3.light {
  color: #fff;
  transform: none;
}

.link-hover-fill {
  background-color: #000;
  border-radius: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.link-hover-fill.light {
  background-color: #fff;
}

.uui-navbar05_component-copy {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff0;
  border-bottom: 1px solid #ffffff80;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.uui-navbar07_link {
  color: #919191;
  align-items: center;
  padding: 20px 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .3s;
}

.uui-navbar07_link:hover {
  color: var(--untitled-ui--white);
  font-weight: 400;
}

.uui-navbar07_link.w--current {
  color: #fff;
  font-weight: 700;
}

.text-block-2 {
  color: #fff;
  padding: 30px 40px 30px 30px;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
}

.text-block-2:hover {
  color: #fff;
  font-weight: 700;
}

.text-block-3 {
  color: #919191;
  padding: 30px 40px 30px 30px;
  font-size: 14px;
  font-weight: 400;
  transition: all .3s;
}

.text-block-3:hover {
  color: #000;
  font-weight: 400;
}

.section-9 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  font-weight: 400;
  display: flex;
  position: relative;
}

.heading-6 {
  justify-content: center;
  align-items: center;
  width: 600px;
  margin-top: 20px;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  display: flex;
}

.background-cover-2 {
  z-index: 2;
  background-color: #0000004d;
  background-image: linear-gradient(0deg, #fff, #0000008f);
  width: 100%;
  height: 300px;
  position: absolute;
}

.background-2 {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  top: 0;
}

.image-12 {
  width: 150px;
  margin-top: 100px;
}

.container-15 {
  justify-content: space-between;
  align-items: center;
  width: 800px;
  height: auto;
  margin-top: 20px;
  display: flex;
}

.outline-btn-2 {
  z-index: 20;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #d6e3e7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: auto;
  margin-top: 0;
  padding: 15px 30px;
  font-size: .65rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.outline-btn-2.w--current {
  border-color: var(--untitled-ui--primary);
  width: 200px;
}

.uui-navbar05_component-1 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #2c2c2c00;
  border-bottom: 1px solid #ffffff80;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.section-10 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.container-16 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 400px;
  height: 450px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-block-16 {
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}

.paragraph-5 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 200%;
}

.image-13 {
  height: 450px;
}

.container-17 {
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 450px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section-11 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.text-block-17 {
  text-align: center;
  width: 1000px;
  padding-top: 60px;
  padding-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}

.section-12 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 140px;
  display: none;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 800px;
  display: grid;
}

.container-23 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  display: flex;
}

.image-15 {
  height: 200px;
}

.container-24 {
  padding-top: 100px;
}

.container-25 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.paragraph-7 {
  color: var(--untitled-ui--teritary);
  letter-spacing: 5px;
  width: 65px;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.text-block-20 {
  color: var(--untitled-ui--primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.paragraph-8 {
  letter-spacing: 2px;
  line-height: 200%;
}

.image-16 {
  height: 250px;
}

.paragraph-9 {
  color: #b1b1b1;
  font-size: 12px;
  line-height: 200%;
}

.container-28 {
  justify-content: space-between;
  align-items: center;
  width: 800px;
  display: flex;
}

.image-17 {
  width: 250px;
}

.image-18 {
  width: 400px;
}

.fly-button {
  z-index: 10;
  background-color: var(--untitled-ui--primary);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  text-align: center;
  border: 1px solid #605e4b26;
  border-radius: 100rem;
  justify-content: space-between;
  align-items: center;
  min-width: auto;
  height: auto;
  min-height: auto;
  padding: 10px 1.4em;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.215, .61, .355, 1), border-color .2s, background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fly-button:hover {
  opacity: 1;
  color: var(--untitled-ui--primary);
  background-color: #605e4b26;
  border-color: #f5ecea80;
  padding-left: 2em;
}

.button-text-11 {
  z-index: 10;
  font-size: 14px;
  position: relative;
}

.button-icon-wrap-2 {
  z-index: 2;
  background-color: #dfdcd880;
  border-radius: 100rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-left: 1.2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-icon-wrap-2.invert {
  filter: invert();
}

.button-arrow-4 {
  object-fit: contain;
  width: .8em;
  position: absolute;
}

.fly-button-2 {
  z-index: 10;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  text-align: center;
  background-color: #fff;
  border: 1px solid #605e4b26;
  border-radius: 100rem;
  justify-content: space-between;
  align-items: center;
  min-width: auto;
  height: auto;
  min-height: auto;
  padding: 10px 1.4em;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.215, .61, .355, 1), border-color .2s, background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fly-button-2:hover {
  opacity: 1;
  background-color: #605e4b26;
  border-color: #f5ecea80;
  padding-left: 2em;
}

.container-29 {
  justify-content: space-between;
  align-items: center;
  width: 600px;
  display: flex;
}

.button-text-12 {
  z-index: 10;
  color: var(--untitled-ui--primary);
  font-size: 14px;
  position: relative;
}

.text-block-21 {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  width: 900px;
  display: grid;
}

.text-block-22 {
  color: var(--untitled-ui--teritary);
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 60px;
  font-size: 20px;
}

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

.circle-link-wrapper-2 {
  width: auto;
  margin: 0;
  padding: 0;
}

.circle-link-2 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px solid #8c9fac66;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.circle-link-2.light {
  border-color: var(--untitled-ui--primary);
}

.image-19 {
  width: 125px;
  height: 125px;
}

.paragraph-10 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

.paragraph-11 {
  letter-spacing: 4px;
  width: 275px;
  line-height: 150%;
}

.div-block-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.container-31 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 900px;
  height: 175px;
  margin-bottom: 60px;
  display: flex;
}

.image-20 {
  width: 175px;
  height: 175px;
}

.container-32 {
  width: 600px;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
}

.heading-8 {
  margin-bottom: 20px;
  font-size: 32px;
}

.paragraph-12 {
  letter-spacing: 3px;
  font-size: 14px;
  line-height: 150%;
}

.section-14 {
  height: 500px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.image-21 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 300px;
  position: absolute;
}

.container-33 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0003;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  height: 100%;
  display: flex;
}

.heading-9 {
  color: #fff;
  margin-top: 80px;
  margin-bottom: 40px;
}

.container-34 {
  background-color: #00000040;
  width: 100%;
  max-width: none;
  height: 300px;
  position: absolute;
}

.nav-link {
  color: #141414;
  letter-spacing: .1em;
  text-indent: .2em;
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 1em 1.8em;
  font-size: .85em;
  font-weight: 700;
  line-height: 1em;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1), background-color .2s, color .2s, border-color .2s;
  display: flex;
  position: relative;
}

.nav-link:hover {
  letter-spacing: .2em;
  text-indent: .2em;
  border-bottom-color: #141414;
}

.nav-link.w--current {
  color: #141414;
  border-bottom-color: #141414;
}

.nav-link.is-cta-button {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #141414;
  border: 1px solid #141414;
  flex: none;
  height: 75px;
  margin-left: 2em;
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.nav-link.is-cta-button.w--current {
  background-color: #e4e4e4;
}

.nav-link.is-cta-button.inverted-color {
  color: #fff;
  background-color: #ffffff4d;
  border-color: #ffffff8c;
  width: 350px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}

.nav-link.is-cta-button.inverted-color:hover {
  background-color: #ffffff4d;
  border-color: #fff;
}

.nav-cta-link-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-right: 1em;
  font-size: 2em;
  position: relative;
}

.nav-cta-link-text {
  z-index: 10;
  position: relative;
}

.nav-cta-link-bg {
  z-index: 1;
  background-color: #e7e7e7;
  align-self: stretch;
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.nav-cta-link-bg.inverted-color {
  background-color: #ffffff73;
}

.section-15 {
  padding-top: 60px;
}

.toggle-contain {
  background-color: #ececec;
  border-radius: 50px;
  width: 70px;
  height: 34px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.tab-text {
  color: #000;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 400;
}

.toggle-dot {
  background-color: var(--untitled-ui--primary);
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

.toggle-dot.right {
  float: right;
  inset: 0% 0% auto auto;
}

.button-4 {
  color: #fff;
  letter-spacing: 1px;
  background-color: #378ae8;
  border-radius: 3px;
  padding: 15px 25px 11px;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 20px;
  transition: background-color .2s;
}

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

.button-4.pricing-button {
  letter-spacing: 1.5px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 16.5px;
}

.button-4.pricing-button.outline-button {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  margin-top: 14px;
  margin-bottom: 24px;
  font-weight: 400;
}

.price {
  letter-spacing: 3px;
  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: 55px;
  font-weight: 200;
  line-height: 100%;
  position: relative;
}

.pricing-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  height: 450px;
  min-height: auto;
  margin-bottom: 20px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 30px 30px 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 2em;
  display: flex;
}

.price-tabs-menu {
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.yearly-discount {
  color: #378ae8;
  letter-spacing: .5px;
  width: 100%;
  height: 21px;
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  display: inline-block;
  position: relative;
  top: 3px;
}

.pricing-box-row {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.pricing-box-row.monthly-row {
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding-top: 0;
}

.container-35 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.price-tab {
  color: #fff;
  letter-spacing: 2px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 0;
  font-weight: 700;
  display: flex;
}

.price-tab.w--current {
  background-color: #0000;
  display: none;
}

.text-block-23 {
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
  line-height: 100%;
}

.text-block-24 {
  padding-top: 0;
  padding-bottom: 20px;
  line-height: 100%;
}

.text-block-25 {
  border: 1px solid var(--untitled-ui--primary);
  color: var(--untitled-ui--primary);
  width: 250px;
  margin-bottom: 20px;
  padding: 10px;
  font-weight: 400;
}

.text-block-27 {
  background-image: linear-gradient(90deg, var(--untitled-ui--primary), var(--untitled-ui--teritary));
  color: #fff;
  letter-spacing: 0;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 20px;
  margin-bottom: 10px;
  padding: 0 10px;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

.link-block-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.uui-navbar05_component-2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #2c2c2c;
  border-bottom: 1px solid #ffffff80;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.section-16 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.heading-10 {
  justify-content: center;
  align-items: center;
  width: 600px;
  margin-top: 20px;
  font-size: 44px;
  font-weight: 400;
  display: flex;
}

.image-22 {
  width: 150px;
  margin-top: 100px;
}

.container-36 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.background-1 {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  top: 0;
}

.expanding-blur-button-1 {
  z-index: 10;
  color: #4e4e4e;
  text-align: center;
  background-color: #e2e2e200;
  border-top: 1px #f3f3f3;
  border-bottom: 1px solid #bebebe;
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 20px;
  font-size: 1.5rem;
  font-weight: 400;
  transition: background-color .4s cubic-bezier(.215, .61, .355, 1), padding .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.expanding-blur-button-1:hover {
  background-color: #ececec33;
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-block-29 {
  color: #333;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  display: block;
}

.text-block-30 {
  color: #333;
  text-align: left;
  margin-left: 140px;
  font-size: 16px;
  line-height: 24px;
}

.heading-11 {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 170px;
  font-size: 48px;
  font-weight: 400;
  display: flex;
}

.map {
  z-index: 10;
  width: 100%;
  margin-bottom: 20px;
  display: none;
  position: relative;
}

.paragraph-13 {
  width: 100%;
  display: none;
}

.section-17 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 1055px;
  margin-bottom: 0;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.uui-navbar07_link-1 {
  color: #919191;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .3s;
}

.uui-navbar07_link-1:hover {
  color: #000;
  font-weight: 400;
}

.uui-navbar07_link-1.w--current {
  color: #fff;
  font-weight: 700;
}

.heading-12 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 600px;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 140px;
  padding-bottom: 20px;
  font-size: 44px;
  font-weight: 700;
  display: flex;
}

.container-39 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-40 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
}

.container-41 {
  width: 250px;
  height: 250px;
}

.image-23 {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.container-42 {
  width: 600px;
  height: 250px;
  padding-top: 40px;
  padding-left: 60px;
}

.heading-13 {
  color: #fff;
  letter-spacing: 10px;
  margin-top: 10px;
  font-size: 40px;
  line-height: 100%;
}

.paragraph-14 {
  color: #fff;
  letter-spacing: 2px;
  line-height: 150%;
}

.text-block-31 {
  color: #fff;
  letter-spacing: 3px;
}

.section-18 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.mega-button-2 {
  z-index: 10;
  color: #101010;
  border-top: 1px solid #79797926;
  border-bottom: 1px solid #79797926;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 170px;
  padding-left: 5vw;
  padding-right: 5vw;
  font-size: 1.5rem;
  font-weight: 600;
  transition: height .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.mega-button-2:hover {
  height: 220px;
}

.circle-arrow-2 {
  object-fit: contain;
  width: 1.3em;
  font-size: 1.3em;
}

.circle-arrow-2.invert {
  filter: invert();
}

.container-43 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  place-items: center stretch;
  width: 100%;
  max-width: none;
  height: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.container-44 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: auto;
  place-items: center stretch;
  width: 100%;
  max-width: none;
  height: auto;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.uui-navbar05_component-3 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #1f1f1f;
  border-bottom: 1px solid #ffffff80;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.uui-navbar07_link-2 {
  color: #919191;
  align-items: center;
  padding: 20px 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .3s;
}

.uui-navbar07_link-2:hover {
  color: var(--untitled-ui--white);
  font-weight: 400;
}

.uui-navbar07_link-2.w--current {
  color: #fff;
  font-weight: 700;
}

.text-block-33 {
  color: #d3d3d3;
  padding: 30px 40px 30px 30px;
  font-size: 14px;
  font-weight: 400;
  transition: all .3s;
}

.text-block-33:hover {
  color: #fff;
  font-weight: 700;
}

.tabs-content-wrapper {
  margin-top: 2em;
  overflow: visible;
}

.tabs-nav-background {
  z-index: 0;
  background-color: #fff;
  border-radius: 999em;
  position: absolute;
  inset: 0%;
  box-shadow: 0 22px 2.5em #0006;
}

.container-w3 {
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}

.container-w3.gutter-outside {
  z-index: 11;
  justify-content: center;
  align-items: center;
  width: 900px;
  max-width: none;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.title3 {
  font-size: 2.25em;
  font-weight: 600;
  line-height: 1.2em;
}

.tab-content, .tab-content2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-menu-underline-wrapper {
  background-color: #464646;
  border-radius: 1.4em;
  align-items: center;
  padding: 1em 2.5em 1.2em;
  display: flex;
}

.tabs-nav-item-underline2 {
  grid-column-gap: .5em;
  color: #ffffff80;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .9em 2em;
  transition: all .3s;
  display: flex;
  position: relative;
}

.tabs-nav-item-underline2:hover {
  color: #fff;
  background-color: #0000;
}

.tabs-nav-item-underline2.w--current {
  color: #fff;
  background-color: #0000;
  font-weight: 500;
}

.tabs-nav-unterline {
  z-index: 0;
  background-color: #fff;
  border-radius: 999em;
  height: 2px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.second-example-with-unterline {
  border-top: 1px dashed #505050;
  margin-top: 5em;
  padding-top: 5em;
}

.tab-content-image {
  border-radius: 1.4em;
}

.tabs-nav-text {
  z-index: 1;
  position: relative;
}

.tab-content-inner {
  justify-content: center;
  align-items: center;
  display: flex;
}

.third-example-with-unterline {
  border-top: 1px dashed #505050;
  margin-top: 5em;
  padding-top: 5em;
}

.tab-content-title {
  color: #fff;
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
  position: absolute;
}

.p-md-end {
  padding-bottom: 5.5em;
}

.tabs-menu-wrapper {
  background-color: #464646;
  border-radius: 999em;
  align-items: center;
  padding: .7em .8em;
  display: flex;
}

.tabs-nav-item-underline {
  grid-column-gap: .5em;
  color: #ffffff80;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .9em 2em;
  transition: all .3s;
  display: flex;
  position: relative;
}

.tabs-nav-item-underline:hover {
  color: #fff;
  background-color: #0000;
}

.tabs-nav-item-underline.w--current {
  color: #fff;
  background-color: #0000;
  font-weight: 500;
}

.tabs-nav-icon {
  width: 1.5em;
  height: 1.5em;
}

.tabs-nav-item {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  padding: 1em 2em;
  transition: all .3s;
  position: relative;
}

.tabs-nav-item:hover {
  background-color: #535353;
}

.tabs-nav-item.w--current {
  color: #000;
  background-color: #0000;
  font-weight: 500;
}

.section-20 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 300px;
  display: flex;
  position: relative;
}

.text-block-2-1 {
  color: #fff;
  padding: 30px 40px 30px 30px;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
}

.text-block-2-1:hover {
  color: #fff;
  font-weight: 700;
}

.uui-navbar07_link-3 {
  color: #666;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .3s;
}

.uui-navbar07_link-3:hover {
  color: #000;
  font-weight: 400;
}

.uui-navbar07_link-3.w--current {
  color: #000;
  font-weight: 700;
}

.text-block-2-2 {
  color: #fff;
  padding: 30px 40px 30px 30px;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
}

.text-block-2-2:hover {
  color: #fff;
  font-weight: 700;
}

.text-block-2-3 {
  color: #fff;
  padding: 30px 40px 30px 30px;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
}

.text-block-2-3:hover {
  color: #fff;
  font-weight: 700;
}

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

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

.image-25 {
  object-fit: cover;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  width: 420px;
  height: 250px;
}

.heading-14 {
  letter-spacing: 0;
  justify-content: flex-start;
  align-items: center;
  width: 420px;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
  display: flex;
}

.text-block-34 {
  color: #a5a5a5;
  letter-spacing: 2px;
  padding-left: 10px;
  padding-right: 84px;
  font-size: 12px;
}

.bold-text-3 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  line-height: 150%;
}

.uui-navbar05_component-4 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff0;
  border-bottom: 1px solid #ffffff80;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: absolute;
}

.image-26 {
  transform-style: preserve-3d;
  width: 100%;
  height: 250px;
  position: absolute;
}

.heading-15 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  letter-spacing: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 100%;
  display: flex;
  position: relative;
}

.section-22 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 81px;
  display: flex;
}

.area-label {
  z-index: 1;
  color: #0000004d;
  background-color: #fff;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  transition: font-size .3s, color .3s, top .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: absolute;
  top: 10px;
}

.form-next {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #7f58e2;
  border-radius: 10px;
  flex: 1;
  width: 48%;
  min-height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: static;
}

.form-next:hover {
  letter-spacing: 3px;
  background-color: #9775ee;
  box-shadow: 0 20px 30px -11px #7f58e299;
}

.form-next:active {
  border: 1px #000;
}

.radiobutton {
  border: 2px solid #0000000d;
  border-radius: 50%;
  flex: none;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 15px;
  transition: border-width .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94), border-color .3s;
}

.radiobutton:hover {
  border-color: #00000026;
}

.radiobutton.w--redirected-checked {
  background-color: #7f58e24d;
  border-width: 9px;
  border-color: #7f58e280;
}

.radiobutton.w--redirected-focus {
  box-shadow: none;
  border-color: #7f58e280;
}

.form-heading {
  width: 100%;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 900;
}

.button-5 {
  color: #7f58e2;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px solid #7f58e2;
  border-radius: 10px;
  flex: 1;
  min-height: 60px;
  padding: 15px 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: static;
}

.button-5:hover {
  letter-spacing: 3px;
}

.button-5:active {
  border: 1px #000;
}

.text-area {
  color: #7f58e2;
  background-color: #0000;
  border: 2px solid #0000000d;
  border-radius: 10px;
  min-height: 240px;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  transition: border-color .3s;
}

.text-area:hover {
  border-color: #00000026;
  display: block;
}

.text-area:focus {
  border-color: #7f58e280;
}

.radio-button-label {
  display: none;
}

.form-slide {
  flex: none;
  width: 100%;
  margin-right: 40px;
}

.radiobutton-field {
  align-items: flex-start;
  margin-bottom: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  transition: color .3s;
  display: flex;
}

.radiobutton-field:hover {
  color: #7f58e2;
}

.form-back {
  color: #7f58e2;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #7f58e21a;
  border: 2px solid #7f58e2;
  border-radius: 10px;
  flex: 1;
  width: 48%;
  min-height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 13px 30px;
  font-size: 16px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: static;
}

.form-back:hover {
  letter-spacing: 3px;
  box-shadow: 0 20px 30px -11px #7f58e24d;
}

.form-back:active {
  box-shadow: 0 11px 20px -11px #7f58e299;
}

.form-step {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 20px;
  display: flex;
}

.form-step.last-step {
  margin-bottom: 0;
  padding-bottom: 70px;
}

.text-field-done {
  opacity: 0;
  background-color: #7f58e233;
  background-image: url('../images/done-violet.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px;
  border: 2px solid #7f58e2;
  border-radius: 50%;
  width: 1px;
  height: 1px;
  margin-left: 20px;
  margin-right: 20px;
  transition: height .3s cubic-bezier(.25, .46, .45, .94), width .3s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.text-field-done.area-done {
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 30px 0% auto auto;
}

.form-slider {
  background-color: #0000;
  flex-flow: wrap;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.slide-nav {
  display: none;
}

.success-message {
  background-color: #0000;
  padding: 0;
}

.text-field-wrapper {
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  position: relative;
}

.text-field-wrapper.third {
  width: 31%;
}

.text-field-wrapper.half {
  width: 48%;
}

.field-label {
  z-index: 1;
  color: #0000004d;
  align-self: flex-start;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  transition: background-color .3s, font-size .3s, color .3s, top .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: absolute;
  top: 19px;
}

.text-field-2 {
  color: #7f58e2;
  background-color: #0000;
  border: 2px solid #0000000d;
  border-radius: 10px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  transition: border-color .3s;
  position: static;
  inset: 0%;
}

.text-field-2:hover {
  border-color: #00000026;
  display: block;
}

.text-field-2:focus {
  border-color: #7f58e280;
}

.radio-buttons {
  flex: none;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.text-area-wrapper {
  text-align: left;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 120px;
  margin-bottom: 20px;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  position: relative;
}

.step-number {
  color: #7f58e280;
  width: 100%;
  font-size: 16px;
  font-weight: 900;
}

.radio-button-field {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 100px;
  display: flex;
  position: relative;
}

.form-mask {
  height: auto;
  margin-bottom: -40px;
  margin-left: -40px;
  margin-right: -40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.radio-button {
  cursor: pointer;
  background-color: #fcfcfc;
  border: 2px solid #fcfcfc;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radio-button:hover {
  background-color: #7f58e233;
}

.radio-button.w--redirected-checked {
  background-color: #7f58e24d;
  border: 2px solid #7f58e280;
  transition: border-color .3s, background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.radio-button.gender {
  background-image: url('../images/genders-02.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.radio-button.gender:hover {
  border-color: #7f58e233;
}

.radio-button.gender.w--redirected-focus {
  box-shadow: none;
}

.radio-button.gender.male {
  background-image: url('../images/genders-01.svg');
}

.radio-button.gender.male.w--redirected-focus {
  box-shadow: none;
}

.checkbox {
  border-width: 2px;
  border-color: #0000000d;
  border-radius: 7px;
  flex: none;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-right: 15px;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94), border-color .3s;
}

.checkbox:hover {
  border-color: #00000026;
}

.checkbox.w--redirected-checked {
  background-color: #7f58e24d;
  background-image: url('../images/done-violet.svg');
  background-size: 16px;
  border-color: #7f58e280;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
  border-color: #7f58e280;
}

.form-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #7f58e2;
  border-radius: 10px;
  width: 100%;
  min-height: 70px;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: auto 0% 20px;
}

.form-button:hover {
  letter-spacing: 3px;
  background-color: #9775ee;
  box-shadow: 0 20px 30px -11px #7f58e299;
}

.form-button:active, .form-button:focus {
  border: 1px #000;
}

.checkbox-field {
  align-items: flex-start;
  margin-bottom: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  transition: color .3s;
  display: flex;
}

.checkbox-field:hover {
  color: #7f58e2;
}

.fields-group {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form-2 {
  text-align: left;
  flex-flow: wrap;
  justify-content: space-between;
}

.form-block {
  background-color: #fff;
  border-radius: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px 70px;
  box-shadow: 0 20px 50px -50px #202d4933;
}

.success-subtitle {
  margin-top: -20px;
  margin-bottom: 30px;
}

.form-label {
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.link-block-3 {
  z-index: 100;
  background-color: #3898ec00;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.grid {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.grid.is--footer {
  z-index: 3;
}

.paragraph-15 {
  color: #fff;
  width: 16.5em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.submit-button {
  z-index: 10;
  width: 260px;
  height: 42px;
  font-size: 16px;
  font-weight: 300;
  position: absolute;
  inset: auto 0% -30% auto;
}

.checkbox-label {
  color: #fff;
  margin-bottom: 0;
  padding-left: 2em;
  font-size: 16px;
  font-weight: 300;
  display: none;
}

.checkbox-label.open {
  font-weight: 400;
  display: block;
}

.checkbox-field-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: auto 0% -30%;
}

.checkbox-2 {
  width: 25px;
  height: 25px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-2.w--redirected-checked {
  background-color: #5581da;
}

.contact-text-wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
}

.text-span-16 {
  text-transform: uppercase;
  font-weight: 400;
}

.text-span-8 {
  border-bottom: 1px solid #f8f8f8;
}

.text-field-3 {
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 0;
  padding: 1.5em 0;
}

.text-field-3:active {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
  transform: translate(0);
}

.text-field-3:focus {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.text-field-3::placeholder {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
}

.span-text.footer-2 {
  font-weight: 300;
}

.form-block-2 {
  position: relative;
}

.div-block-12 {
  padding-bottom: 10em;
  position: relative;
}

.grid_item {
  z-index: 1;
  width: 100%;
  padding: 1.04em;
  display: block;
  position: relative;
}

.grid_item.is--50 {
  justify-content: center;
  width: 50%;
  display: flex;
  position: relative;
}

.grid_item.is--50.footer-2 {
  white-space: nowrap;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
}

.grid_item.is--50.footer-1 {
  justify-content: flex-start;
  width: 60%;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.is--white {
  color: #fff;
}

.is--white.is--69px {
  white-space: nowrap;
  flex-direction: column;
  font-size: 69px;
  line-height: 1.4;
  display: flex;
}

.section-24 {
  margin-top: 60px;
  padding-bottom: 60px;
}

.container-46 {
  width: 240px;
  margin-left: 0;
  margin-right: 0;
}

.container-47 {
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  margin-bottom: 40px;
  display: flex;
}

.container-48 {
  width: 240px;
  margin-right: 0;
}

.text-field-4 {
  color: #000;
}

.text-field-4:active {
  border: 1px solid var(--untitled-ui--primary);
}

.text-field-4:focus {
  border: 1px solid var(--untitled-ui--teritary);
}

.text-field-5 {
  color: #000;
}

.text-field-5:focus {
  border: 1px solid var(--untitled-ui--teritary);
}

.text-field-6 {
  color: #000;
}

.text-field-6:focus {
  border: 1px solid var(--untitled-ui--teritary);
}

.text-field-7 {
  color: #000;
}

.text-field-7:focus {
  border: 1px solid var(--untitled-ui--teritary);
}

.text-field-8 {
  color: #000;
  width: 500px;
  margin-bottom: 40px;
}

.text-field-8:active {
  border: 1px solid var(--untitled-ui--primary);
}

.text-field-8:focus {
  border: 1px solid var(--untitled-ui--teritary);
}

.textarea {
  color: #000;
  width: 500px;
  height: auto;
  min-height: 200px;
  margin-bottom: 40px;
  overflow: scroll;
}

.textarea:focus {
  border: 1px solid var(--untitled-ui--teritary);
}

.sc-main-button-3 {
  z-index: 20;
  grid-column-gap: 1em;
  color: #1a1a1a;
  letter-spacing: .1em;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  margin-left: 50px;
  margin-right: 40px;
  padding: 12px 20px;
  transition: color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sc-main-button-3:hover {
  color: #e7e7e7;
}

.sc-button-text-1 {
  z-index: 5;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 500;
  position: relative;
}

.sc-main-btn-bg-animation-3 {
  z-index: 2;
  background-color: var(--untitled-ui--primary);
  background-image: linear-gradient(90deg, var(--untitled-ui--primary), var(--untitled-ui--teritary));
  display: flex;
  position: absolute;
  inset: 0%;
}

.bold-text-4 {
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 100%;
  display: flex;
}

.tabs-content {
  padding-top: 40px;
}

.heading-17 {
  justify-content: center;
  align-items: center;
  width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 170px;
  padding-bottom: 20px;
  font-size: 38px;
  font-weight: 400;
  display: none;
}

.field-label-2, .field-label-3 {
  width: 500px;
}

.form-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 700px;
  display: flex;
}

.field-label-4 {
  font-weight: 700;
}

.text-block-36 {
  color: #a5a5a5;
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.container-23-2, .container-23-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  display: flex;
}

.container-24-1, .container-24-2, .container-24-11 {
  padding-top: 100px;
}

.pricing-box-2 {
  border: 1.5px solid var(--untitled-ui--primary);
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  height: 510px;
  min-height: auto;
  margin-bottom: 20px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 30px 40px 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 2em;
  display: flex;
}

.container-53 {
  background-color: #eee;
  width: 50px;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0;
  position: static;
}

.container-54 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: flex;
}

.image-27 {
  width: 17px;
  margin-right: 10px;
}

.text-block-62 {
  font-size: 14px;
  line-height: 100%;
}

.price-2 {
  letter-spacing: 3px;
  margin: 0 auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 55px;
  font-weight: 200;
  line-height: 100%;
  position: relative;
}

.text-block-23-1 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.text-block-63 {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  background-color: #ec003c;
  border-radius: 0;
  width: auto;
  margin-top: 10px;
  margin-left: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-4 {
  width: 420px;
  height: 100%;
  transition: all .3s;
  position: absolute;
}

.link-block-4:hover {
  background-color: #ffffff1a;
}

.section-26 {
  background-color: #fff0;
  width: 100%;
  height: auto;
  padding-top: 81px;
  position: absolute;
}

.section-27 {
  z-index: 10;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: 100%;
  height: auto;
  padding-top: 141px;
  padding-bottom: 140px;
  position: relative;
}

.heading-18 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
}

.container-55 {
  letter-spacing: 5px;
  width: 700px;
}

.image-29 {
  object-fit: cover;
  border: 1px solid #ececec;
  width: 700px;
  height: 400px;
}

.container-56 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.text-block-64 {
  color: #fff;
  text-align: center;
  border-radius: 0;
  padding: 5px 10px;
  font-size: 10px;
}

.text-block-65 {
  letter-spacing: 0;
  margin-left: 20px;
  font-weight: 700;
}

.rich-text-block {
  letter-spacing: 1px;
  margin-top: 20px;
  font-size: 16px;
}

.heading-19 {
  border-left: 5px solid var(--untitled-ui--primary);
  padding-left: 20px;
  font-size: 28px;
}

.rte {
  margin-top: 20px;
}

.rte h2 {
  border-left: 5px solid var(--untitled-ui--primary);
  margin-top: 40px;
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 28px;
}

.rte p {
  letter-spacing: 3px;
  font-size: 16px;
  line-height: 150%;
}

.rte h3 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

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

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

.heading-11-1 {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 170px;
  font-size: 48px;
  font-weight: 400;
  display: none;
}

.social-icon-2-2 {
  color: #000;
}

.social-icon-2-2.invert {
  filter: invert();
  width: 30px;
  height: 30px;
}

.section-28 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  display: flex;
}

.text-block-66 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 150%;
}

.text-block-67 {
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 40px;
  line-height: 150%;
}

.image-30 {
  width: 400px;
}

.sc-main-button-4 {
  z-index: 20;
  grid-column-gap: 1em;
  color: #1a1a1a;
  letter-spacing: .1em;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-left: 50px;
  margin-right: 40px;
  padding: 12px 20px;
  transition: color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sc-main-button-4:hover {
  color: #e7e7e7;
}

.sc-main-btn-bg-animation-4 {
  z-index: 2;
  background-color: var(--untitled-ui--primary);
  background-image: linear-gradient(90deg, var(--untitled-ui--primary), var(--untitled-ui--teritary));
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-23-2 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
}

.section-29 {
  z-index: 10;
  width: 100%;
  height: 800px;
  position: absolute;
}

.image-31 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 500px;
}

.background-image-2 {
  z-index: 0;
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 20%;
  background-color: #f000;
  width: 100%;
  height: 400px;
  display: inline-block;
  position: absolute;
  top: 0;
  overflow: clip;
}

.section-30 {
  z-index: 11;
  object-position: 50% 50%;
  height: 400px;
  padding-top: 220px;
  position: relative;
}

.background-cover-copy {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000004d;
  background-image: linear-gradient(0deg, #fff0, #0000005c);
  width: 100%;
  height: 100px;
  position: absolute;
}

.text-block-68 {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 100%;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-31 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-bottom: 100px;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1100px;
  height: auto;
  display: block;
}

.div-block-15 {
  background-color: #f5f5f5;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 40px 40px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.div-block-15:hover {
  background-color: #e7e7e7;
}

.heading-20 {
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.image-32 {
  object-fit: scale-down;
  object-position: 0% 0%;
  border-radius: 0%;
  width: 50px;
  height: 50px;
}

.container-57 {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-top: 40px;
  display: flex;
}

.paragraph-16 {
  color: #979797;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 14px;
}

.link-block-5 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-16 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 60px;
  display: flex;
}

.text-block-69 {
  margin-right: 20px;
  font-size: 16px;
}

.primary-btn-txt-2 {
  z-index: 10;
  letter-spacing: 1px;
  padding-left: 4px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

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

.primary-btn-2.gradient {
  background-image: linear-gradient(208deg, var(--untitled-ui--primary), var(--untitled-ui--teritary));
  color: #fff;
  border-color: #ffffff4d;
  transition: all .5s;
}

.primary-btn-2.gradient:hover {
  background-image: linear-gradient(208deg, var(--untitled-ui--primary), var(--untitled-ui--teritary));
}

.section-32 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-bottom: 140px;
  display: flex;
}

.text-block-70 {
  text-align: center;
  margin-top: 20px;
}

.div-block-17 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 800px;
  height: auto;
  display: grid;
}

.div-block-18 {
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
  padding: 40px;
  box-shadow: 0 2px 5px #0003;
}

.heading-21 {
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

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

.image-33 {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.paragraph-17 {
  color: #868686;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 16px;
}

.button-6 {
  background-color: var(--untitled-ui--primary);
  border-radius: 100px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .2s;
}

.button-6:hover {
  background-color: var(--untitled-ui--teritary);
  text-decoration: none;
}

.heading-11-2 {
  z-index: 110;
  color: #000;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 140px;
  padding-left: 0;
  padding-right: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 175%;
  display: flex;
  position: relative;
}

.container-58 {
  z-index: 110;
  width: 700px;
  max-width: none;
  margin-top: 40px;
  position: relative;
}

.rtb {
  width: 600px;
}

.rtb h2 {
  font-size: 20px;
}

.rtb p {
  color: #696969;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 200%;
}

.rich-text-container {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 40px;
  margin-left: 320px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.paragraph-18 {
  letter-spacing: 1px;
}

.container-59 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  height: auto;
  margin-top: 40px;
  display: flex;
}

.image-34 {
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
}

.link {
  letter-spacing: 1px;
  font-size: 12px;
}

.container-60 {
  margin-top: 40px;
}

.container-61 {
  border: 1px solid #000;
  border-radius: 0;
  width: 300px;
  height: auto;
  margin-left: 20px;
  margin-right: 0;
  padding: 20px;
  position: sticky;
  top: 100px;
}

.div-block-20 {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 150%;
}

.heading-22 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 400;
}

.link-2 {
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 150%;
}

.section-33 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-11-3 {
  z-index: 110;
  color: #000;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 140px;
  padding-left: 0;
  padding-right: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 175%;
  display: flex;
  position: relative;
}

.container-62 {
  width: 600px;
  height: auto;
  margin-top: 60px;
}

.div-block-21 {
  width: 100%;
  height: 1px;
}

.faq-circle {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  display: flex;
}

.faq-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.faq-question-bar {
  color: #1a1e27;
  border-bottom: 1px solid #00000012;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.faq-question-bar:hover {
  background-color: #f5f5f5;
}

.faq-paragraph {
  color: #485166;
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.faq-content {
  overflow: hidden;
}

.plus-icon {
  width: 20px;
}

.faq-question-wrap {
  cursor: pointer;
  padding-left: 40px;
  padding-right: 40px;
}

.question-title {
  color: #000;
  letter-spacing: -.03em;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
}

.button-7 {
  color: #000;
  background-color: #fff;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-8 {
  color: #646464;
  background-color: #3898ec00;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  transition: all .3s;
}

.button-8:hover {
  background-color: #f5f5f5;
}

.preloader {
  z-index: 99999;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.text-block-71 {
  margin-top: 20px;
}

.div-block-22 {
  position: fixed;
}

.image-35 {
  width: 100px;
  max-width: none;
  height: 100px;
  position: absolute;
}

.image-36 {
  position: absolute;
}

.expanding-blur-button-1-copy {
  z-index: 10;
  color: #4e4e4e;
  text-align: center;
  background-color: #e2e2e200;
  border-top: 1px #f3f3f3;
  border-bottom: 1px solid #bebebe;
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 20px;
  font-size: 1.5rem;
  font-weight: 400;
  transition: background-color .4s cubic-bezier(.215, .61, .355, 1), padding .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.expanding-blur-button-1-copy:hover {
  background-color: #ececec33;
  padding-top: 5px;
  padding-bottom: 5px;
}

.body-3 {
  background-color: #fafafa;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.dashboard-nav {
  background-color: #f7f7f7;
  border-right: 1px solid #dbdbdb;
  flex-flow: column;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 20%;
  max-width: none;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px 10px;
  display: flex;
  position: fixed;
}

.div-block-23 {
  background-color: #f7f7f7;
  border-bottom: 1px solid #dbdbdb;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 75px;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.image-39 {
  width: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.container-64 {
  justify-content: center;
  align-items: center;
  height: 75px;
  margin-left: 10px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.link-block-6 {
  width: 100%;
  height: 50px;
  transition: all .3s;
  position: absolute;
}

.link-block-6:hover {
  background-color: #f5f5f54d;
}

.heading-23 {
  color: #7c7c7c;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.container-65 {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.image-40 {
  object-fit: contain;
  border-radius: 0;
  width: 50px;
  height: 50px;
}

.text-block-73 {
  color: #757272;
  letter-spacing: 3px;
  margin-left: 20px;
  font-size: 20px;
  line-height: 30px;
}

.container-66 {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 0 solid #dbdbdb;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 5px;
  padding: 20px 15px 20px 0;
  display: flex;
  position: relative;
  box-shadow: 0 0 2px #0003;
}

.button-9 {
  color: var(--untitled-ui--primary);
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  display: block;
}

.image-41 {
  width: 25px;
  height: 25px;
}

.code-embed {
  -webkit-text-stroke-color: #746df5;
  background-color: #fff0;
  width: 22px;
  height: 22px;
  margin-left: 10px;
}

.heading-24 {
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  padding-left: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
}

.image-42 {
  align-self: auto;
  width: 20px;
  height: 20px;
  margin-left: 125px;
  font-weight: 700;
  position: absolute;
}

.container-67 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  display: flex;
}

.container-68 {
  pointer-events: auto;
  color: #9da1a3;
  cursor: pointer;
  background-color: #fff0;
  border: 0 solid #dbdbdb00;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 15px 15px 10px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.container-68:hover {
  color: #000;
  background-color: #fff0;
  border-width: 0;
  border-color: #dbdbdb00;
}

.code-embed-dashboard {
  color: #000;
  -webkit-text-stroke-color: #746df5;
  background-color: #fff0;
  width: 22px;
  height: 22px;
  margin-left: 10px;
}

.heading-25 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  padding-left: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.image-43 {
  color: #6a777e;
}

.code-embed-2 {
  width: 15px;
  height: 15px;
  margin-left: 130px;
  position: absolute;
}

.container-69 {
  width: 179px;
  height: auto;
  margin-bottom: 0;
  padding-left: 0;
  display: block;
  overflow: hidden;
}

.text-block-74 {
  padding-left: 40px;
  font-size: 12px;
}

.collection-list-4 {
  background-color: #fff0;
  border: 0 solid #dbdbdb;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  height: auto;
  padding-left: 0;
}

.container-70 {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.link-block-7 {
  background-color: #0000;
  width: 100%;
  height: 100%;
  transition: all .3s;
  position: absolute;
  inset: 0% auto auto 0%;
}

.link-block-7:hover {
  background-color: #0000000d;
}

.collection-list-wrapper-3 {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}

.container-66-copy {
  pointer-events: auto;
  color: #333;
  cursor: pointer;
  background-color: #fff0;
  border: 0 solid #dbdbdb00;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 20px 15px 20px 0;
  transition: all .3s;
  display: flex;
  position: relative;
}

.container-66-copy:hover {
  color: #000;
  background-color: #fff;
  border-width: 0;
  border-color: #dbdbdb;
}

.heading-24-copy {
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  padding-left: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
}

.dashboard-gyms {
  cursor: pointer;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.dashboard-circle {
  background-color: #fff0;
  border: 1px solid #f7f7f7;
  border-radius: 100%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  margin-left: auto;
  margin-right: 20px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.question-title-copy {
  color: #000;
  letter-spacing: -.03em;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
}

.link-block-8 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-71 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  transition: all .3s;
  display: flex;
  position: relative;
}

.container-71:hover {
  background-color: #fff;
}

.button-10 {
  color: #646464;
  cursor: auto;
  background-color: #3898ec00;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 38px;
  font-size: 12px;
  transition: all .3s;
}

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

.container-72 {
  align-self: auto;
  width: 80%;
  max-width: none;
  margin-left: auto;
  margin-right: 0;
  padding: 30px;
  position: static;
}

.container-73 {
  width: 100%;
  max-width: none;
  height: 500px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 250px;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.heading-26 {
  color: #000;
  margin-top: 40px;
  margin-bottom: 0;
  font-weight: 700;
}

.text-block-75 {
  color: #8f8f8f;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.container-74 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px 10% 20px;
  display: flex;
  box-shadow: 0 0 50px #0000001a;
}

.code-embed-3 {
  color: var(--untitled-ui--teritary);
  width: 100px;
  height: 100px;
}

.paragraph-19 {
  color: #a8a8a8;
  letter-spacing: 1px;
  width: 100%;
  height: 40px;
  margin-top: 10px;
  font-size: 14px;
}

.text-block-76 {
  letter-spacing: 3px;
  align-self: flex-start;
  width: auto;
  margin-right: 3px;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.container-75 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.text-block-77 {
  line-height: 20px;
}

.div-block-25 {
  background-color: #fff;
  border: 0 solid #dbdbdb;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  padding: 20px 40px 40px;
  display: flex;
  box-shadow: 0 0 50px #0000001a;
}

.container-76 {
  background-color: #fff0;
  border-left: 1px solid #dbdbdb;
  width: 25%;
  min-width: 250px;
  height: 500px;
  min-height: 500px;
  margin: 20px 0 20px 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.code-embed-4 {
  align-self: flex-start;
  width: 100%;
  min-width: auto;
  height: auto;
  margin-bottom: 0;
}

.link-block-9 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.form-5 {
  background-color: #fff0;
  width: 440px;
  height: 500px;
  margin-top: 20px;
}

.text-field-9 {
  width: 200px;
  margin-bottom: 40px;
  margin-right: 20px;
}

.container-77 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.text-field-10 {
  width: 420px;
  margin-bottom: 40px;
}

.field-label-5 {
  margin-top: 0;
}

.submit-button-2 {
  background-color: var(--untitled-ui--teritary);
  border-radius: 5px;
  width: 420px;
  height: 45px;
  transition: all .3s;
}

.submit-button-2:hover {
  background-color: var(--untitled-ui--primary);
}

.select-field-2 {
  color: #000;
  background-color: #fff;
  border-radius: 0;
  width: 420px;
  margin-bottom: 40px;
}

.form-block-4 {
  width: 440px;
}

.container-78 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.container-79 {
  width: 500px;
  min-width: auto;
  max-width: none;
  height: 500px;
  margin-left: auto;
}

.container-80 {
  background-color: #fff;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 0 0 50px #0000001a;
}

.container-80:hover {
  background-color: #fff;
}

.heading-27 {
  letter-spacing: 0;
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.dashboard-circle-2 {
  background-color: #000;
  border: 1px solid #f7f7f7;
  border-radius: 100%;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 0%;
  margin-right: 10px;
  padding-left: 0;
  display: flex;
  position: absolute;
}

.plus-icon-invrt {
  filter: invert();
  width: 17px;
}

.div-block-26 {
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  position: relative;
}

.collection-list-wrapper-4 {
  background-color: #fff0;
}

.collection-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

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

.heading-28 {
  margin-left: 10px;
  line-height: 50px;
}

.heading-28-2 {
  color: #000;
  margin-left: 10px;
  line-height: 50px;
}

@media screen and (min-width: 1440px) {
  .uui-navbar05_component {
    background-color: #fff0;
    position: absolute;
  }

  .background {
    position: sticky;
  }

  .background-cover {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    height: 100vh;
    position: absolute;
  }

  .background-image {
    height: 100vh;
    position: absolute;
  }

  .left-div-block, .right-div-block {
    width: 500px;
  }

  .text-block-5 {
    margin-top: 60px;
    font-size: 55px;
  }

  .section-2 {
    height: 100vh;
  }

  .text-block-7 {
    margin-top: 40px;
    font-size: 20px;
  }

  .section-3 {
    background-color: #fff;
  }

  .container-5 {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .section-5 {
    justify-content: flex-end;
    align-items: center;
  }

  .button-4, .button-5 {
    transform: scale(1.2);
  }

  .sc-main-button-2 {
    cursor: pointer;
    margin-left: 10px;
  }

  .sc-button-text {
    font-weight: 700;
  }

  .sc-main-btn-bg-animation-2 {
    background-image: linear-gradient(90deg, var(--untitled-ui--primary), var(--untitled-ui--teritary));
    margin-left: 0;
    margin-right: 0;
  }

  .button-wrap {
    margin-top: 60px;
  }

  .primary-btn-txt {
    font-size: 16px;
    line-height: 100%;
  }

  .primary-btn.gradient {
    height: 60px;
  }

  .huge-button-info-2 {
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .footer-animated-bg-2.is-light-gray {
    background-color: #ffffff80;
  }

  .movement-wrap {
    text-decoration: none;
  }

  .secondary-btn-text {
    font-weight: 700;
  }

  .section-6 {
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 60px;
    line-height: 100%;
    text-decoration: none;
  }

  .div-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
  }

  .heading-3 {
    margin-bottom: 0;
  }

  .container-8 {
    border-color: #d3d3d3;
  }

  .hero-button {
    width: 400px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
  }

  .hero-button:hover {
    background-color: #f0f0f0;
  }

  .button-icon-4 {
    -webkit-text-stroke-color: #000;
  }

  .text-block-12 {
    color: #000;
  }

  .expanding-blur-button {
    border-top-width: 0;
    border-top-color: #bebebe;
    border-bottom-color: #bebebe;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none;
    bottom: auto;
  }

  .expanding-blur-button:hover {
    background-color: #f7f7f7;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-13 {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 25px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
  }

  .text-block-14 {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 0;
    font-size: 12px;
    text-decoration: none;
  }

  .text-block-14:hover {
    text-decoration: none;
  }

  .section-7 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 350px;
    margin-bottom: 0;
    display: flex;
    position: relative;
  }

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

  .container-9 {
    z-index: 1;
    background-color: #0006;
    width: 100%;
    max-width: none;
    height: 100%;
    position: absolute;
  }

  .container-10 {
    z-index: 2;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffffbf;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 400px;
    height: 90%;
    margin-left: 500px;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .heading-5 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-3 {
    width: 100%;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 175%;
  }

  .button-text-2 {
    z-index: 110;
    color: #000;
    letter-spacing: 2px;
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
  }

  .interactive-line {
    z-index: 15;
  }

  .interactive-line.is-bottom {
    z-index: 115;
  }

  .button-icon {
    z-index: 110;
    width: 30px;
    height: 30px;
  }

  .button-bg-animation-2.is-light.not-rounded {
    z-index: 11;
    background-color: #e9e9e9;
  }

  .interactive-line-color-2.is-light-gold, .interactive-line-color-2.is-gold {
    z-index: 11;
  }

  .border-button {
    z-index: 110;
    background-color: #fff;
    width: 250px;
    min-width: auto;
    height: 60px;
    margin-top: 10px;
    text-decoration: none;
  }

  .button-inner {
    z-index: 120;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    text-decoration: none;
  }

  .animation-lines {
    z-index: 11;
    height: auto;
  }

  .section-8 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 400px;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    position: relative;
  }

  .container-11 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 800px;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .paragraph-4 {
    letter-spacing: 2px;
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .image-11 {
    width: 300px;
    margin-bottom: 0;
  }

  .container-12 {
    height: 100%;
    margin-left: 40px;
    margin-right: 40px;
  }

  .simple-growth-social-icons {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .simple-grow-social {
    background-color: var(--untitled-ui--primary);
    width: 45px;
    height: 45px;
    padding: .8rem;
  }

  .container-13 {
    width: 500px;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .button-line-fill {
    box-shadow: none;
    margin-left: 10px;
    margin-right: 10px;
    transition: none;
  }

  .button-line-absolute.smaller {
    color: #000;
    background-color: #000;
  }

  .text-block-15 {
    color: #000;
    font-weight: 400;
  }

  .container-14 {
    margin-top: 0;
  }

  .circle-link-wrapper {
    margin: 0 0 0 800px;
    position: absolute;
  }

  .circle-link.light {
    background-color: var(--untitled-ui--primary);
    width: 150px;
    height: 150px;
  }

  .button-text-3.light {
    font-size: 14px;
    transform: none;
  }

  .link-hover-fill.light {
    background-color: #fff;
  }

  .uui-navbar07_link.w--current, .uui-navbar07_link.w--current:hover {
    color: #000;
    font-weight: 700;
  }

  .text-block-2, .text-block-2:hover {
    color: #000;
  }

  .text-block-3 {
    color: #666;
  }

  .text-block-3:hover {
    color: #000;
  }

  .section-9 {
    height: auto;
  }

  .heading-6 {
    font-size: 48px;
  }

  .background-2 {
    position: absolute;
  }

  .container-15 {
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    height: auto;
    margin-top: 20px;
    display: flex;
  }

  .outline-btn-2 {
    border-width: 1px;
    width: 200px;
    margin-top: 0;
  }

  .outline-btn-2.w--current {
    border-width: 1px;
    border-color: var(--untitled-ui--primary);
    background-color: #ec003c00;
  }

  .uui-navbar05_component-1 {
    background-color: #2c2c2c00;
    position: absolute;
  }

  .section-10 {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 60px;
    padding-bottom: 100px;
    display: flex;
  }

  .container-16 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 400px;
    height: 450px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .heading-7 {
    letter-spacing: 2px;
    font-size: 32px;
    line-height: 150%;
  }

  .text-block-16 {
    z-index: 1;
    margin-top: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 150%;
    position: relative;
  }

  .paragraph-5 {
    margin-top: 20px;
    line-height: 200%;
  }

  .image-13 {
    height: 450px;
  }

  .container-17 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 400px;
    height: 450px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .section-11 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-bottom: 60px;
    display: flex;
    position: relative;
  }

  .image-14 {
    z-index: 0;
    object-fit: cover;
    object-position: 50% 100%;
    width: 100%;
    height: 100.089%;
    position: absolute;
    overflow: hidden;
  }

  .text-block-17 {
    z-index: 2;
    color: #333;
    text-align: center;
    width: 1000px;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
    line-height: 150%;
    display: none;
    position: relative;
  }

  .section-12 {
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding-bottom: 140px;
    display: none;
  }

  .container-18 {
    background-color: #fff;
    border-radius: 10px;
    width: 800px;
    height: 600px;
    display: flex;
    position: relative;
  }

  .container-19, .container-20 {
    width: 50%;
    max-width: none;
  }

  .div-block-3 {
    z-index: 2;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 800px;
    height: 1000px;
    padding-top: 40px;
    display: flex;
    position: relative;
  }

  .container-21 {
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-left: 40px;
  }

  .text-block-18 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    font-size: 24px;
    display: flex;
  }

  .paragraph-6 {
    font-size: 24px;
  }

  .container-22 {
    z-index: 1;
    background-color: #00000080;
    width: 100%;
    max-width: none;
    height: 100%;
    position: absolute;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 1000px;
    height: auto;
    display: grid;
  }

  .container-23 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 350px;
    padding-top: 20px;
    padding-right: 0;
    display: flex;
  }

  .image-15 {
    height: 200px;
    transform: rotate(-9deg);
  }

  .container-24 {
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 350px;
    padding-top: 100px;
    display: block;
  }

  .text-block-19 {
    font-size: 24px;
    font-weight: 700;
  }

  .container-25 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  .paragraph-7 {
    color: var(--untitled-ui--teritary);
    text-align: left;
    letter-spacing: 5px;
    width: 65px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
  }

  .text-block-20 {
    color: var(--untitled-ui--primary);
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
  }

  .paragraph-8 {
    text-align: left;
    letter-spacing: 2px;
    margin-left: 0;
    line-height: 200%;
  }

  .container-24-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 350px;
    padding-top: 100px;
    display: flex;
  }

  .container-26 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  .paragraph-7-copy {
    color: var(--untitled-ui--teritary);
    text-align: right;
    letter-spacing: 5px;
    width: 65px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: -65px;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
  }

  .container-27 {
    width: 100%;
    max-width: none;
  }

  .image-16 {
    height: 300px;
  }

  .paragraph-9 {
    color: #b1b1b1;
    text-align: left;
    letter-spacing: 2px;
    margin-left: 0;
    font-size: 12px;
    line-height: 200%;
  }

  .text-block-17-copy {
    z-index: 2;
    color: #fff;
    text-align: center;
    width: 800px;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
    line-height: 150%;
    position: relative;
  }

  .container-28 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    height: auto;
    display: flex;
  }

  .image-17 {
    width: 300px;
  }

  .image-18 {
    width: 400px;
    height: auto;
  }

  .fly-button {
    background-color: var(--untitled-ui--primary);
    cursor: pointer;
    height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .fly-button:hover {
    color: var(--untitled-ui--primary);
  }

  .button-text-11 {
    font-size: 18px;
  }

  .button-text-11:hover {
    color: var(--untitled-ui--primary);
  }

  .fly-button-2 {
    cursor: pointer;
    background-color: #fff;
    height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .fly-button-2:hover {
    color: var(--untitled-ui--primary);
  }

  .container-29 {
    justify-content: space-between;
    align-items: center;
    width: 800px;
    display: flex;
  }

  .button-text-12 {
    color: var(--untitled-ui--primary);
    font-size: 18px;
  }

  .button-text-12:hover {
    color: var(--untitled-ui--primary);
  }

  .text-block-21 {
    z-index: 2;
    color: #333;
    text-align: center;
    width: 1000px;
    margin-top: 0;
    padding-top: 140px;
    padding-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
    line-height: 150%;
    position: relative;
  }

  .div-block-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 1000px;
    height: 400px;
    padding-bottom: 0;
    padding-right: 0;
    display: grid;
  }

  .text-block-22 {
    color: var(--untitled-ui--teritary);
    text-align: center;
    letter-spacing: 3px;
    width: 800px;
    margin-bottom: 60px;
    font-size: 20px;
  }

  .container-30 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 0;
    display: flex;
  }

  .circle-link-wrapper-2 {
    margin: 0;
    padding: 0;
    position: relative;
  }

  .circle-link-2.light {
    border-color: var(--untitled-ui--primary);
    background-color: #fff;
    width: 200px;
    height: 200px;
  }

  .image-19 {
    z-index: 10;
    width: 125px;
    height: 125px;
    position: relative;
  }

  .paragraph-10 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
  }

  .paragraph-11 {
    letter-spacing: 4px;
    width: 275px;
    font-size: 14px;
    line-height: 150%;
  }

  .section-13 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .div-block-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 1000px;
    height: auto;
    margin-top: 60px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .container-31 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 200px;
    margin-bottom: 100px;
    display: flex;
  }

  .image-20 {
    z-index: 10;
    width: 200px;
    height: 200px;
    position: relative;
  }

  .container-32 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 600px;
    height: 200px;
    margin-left: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-8 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 32px;
  }

  .paragraph-12 {
    letter-spacing: 3px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .section-14 {
    width: 100%;
    height: 500px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-21 {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    height: 300px;
    position: absolute;
    overflow: hidden;
  }

  .container-33 {
    z-index: 10;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #0003;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 800px;
    max-width: none;
    height: 100%;
    display: flex;
    position: relative;
  }

  .heading-9 {
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .container-34 {
    background-color: #00000040;
    width: 100%;
    max-width: none;
    height: 300px;
    position: absolute;
  }

  .nav-link.is-cta-button.inverted-color {
    clear: none;
    background-color: #ffffff4d;
    flex-flow: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 400px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .nav-cta-link-bg.inverted-color {
    background-color: #ffffff73;
  }

  .section-15 {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .toggle-contain {
    background-color: #f1f1f1;
  }

  .tab-text {
    color: #000;
  }

  .toggle-dot {
    background-color: var(--untitled-ui--primary);
  }

  .price {
    letter-spacing: 3px;
    margin-top: 0;
    line-height: 100%;
  }

  .pricing-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .price-tabs-menu {
    margin-bottom: 0;
  }

  .pricing-box-row.monthly-row {
    border-radius: 20px;
  }

  .pricing-box-row.yearly-row {
    padding: 40px 20px 20px;
  }

  .price-tab {
    justify-content: center;
    align-items: center;
  }

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

  .text-block23 {
    font-weight: 400;
    line-height: 100%;
  }

  .text-block-23 {
    padding-top: 10px;
    padding-bottom: 15px;
    line-height: 100%;
  }

  .text-block-24 {
    padding-top: 10px;
    padding-bottom: 20px;
    font-weight: 400;
    line-height: 100%;
  }

  .text-block-25 {
    border: 1px solid var(--untitled-ui--primary);
    color: var(--untitled-ui--primary);
    background-color: #fff;
    border-radius: 0;
    width: 250px;
    margin-bottom: 20px;
    padding: 10px;
  }

  .text-block-26 {
    background-color: var(--untitled-ui--teritary);
    color: #fff;
    border: 0 solid #000;
    border-radius: 10px;
    width: 250px;
    margin-bottom: 10px;
    padding: 10px;
  }

  .text-block-27 {
    background-color: #ec003c;
    background-image: linear-gradient(90deg, var(--untitled-ui--primary), var(--untitled-ui--teritary));
    color: #fff;
    border: 0 solid #000;
    border-radius: 5px;
    width: auto;
    margin-bottom: 10px;
    margin-right: auto;
    padding: 0 10px;
  }

  .text-block-28 {
    text-align: center;
    margin-top: 40px;
  }

  .link-block-2 {
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    left: -1.4em;
  }

  .uui-navbar05_component-2 {
    background-color: #2c2c2c;
    position: absolute;
  }

  .section-16 {
    height: auto;
    padding-bottom: 60px;
    line-height: 100%;
  }

  .heading-10 {
    color: #fff;
    font-size: 48px;
  }

  .image-22 {
    margin-top: 175px;
  }

  .container-36 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 100px;
    font-size: 18px;
    display: flex;
  }

  .container-37 {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .container-38 {
    height: 75px;
  }

  .background-1 {
    position: absolute;
  }

  .expanding-blur-button-1 {
    color: #9e9e9e;
    border-top: 0 #bebebe;
    border-bottom-color: #bebebe;
    justify-content: flex-start;
    align-items: center;
    width: 800px;
    max-width: none;
    margin-bottom: 0;
    padding: 0 0 0 100px;
    font-size: 1.5px;
    font-weight: 700;
    line-height: 100%;
    text-decoration: none;
    display: flex;
    bottom: auto;
  }

  .expanding-blur-button-1:hover {
    background-color: #00000008;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-29 {
    color: #333;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
  }

  .bold-text-2 {
    color: #a1a1a1;
    font-size: 20px;
    font-weight: 400;
  }

  .text-block-30 {
    color: #333;
    margin-left: 140px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .heading-11 {
    z-index: 10;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 170px;
    font-size: 48px;
    position: relative;
  }

  .map {
    width: 800px;
    height: 500px;
    margin-bottom: 20px;
  }

  .paragraph-13 {
    color: #333;
    width: 800px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  .section-17 {
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 140px;
    display: flex;
    position: relative;
  }

  .uui-navbar07_link-1 {
    color: #666;
    font-weight: 400;
  }

  .uui-navbar07_link-1:hover {
    color: #000;
  }

  .uui-navbar07_link-1.w--current {
    color: #666;
    font-weight: 400;
  }

  .uui-navbar07_link-1.w--current:hover {
    color: #000;
    font-weight: 700;
  }

  .heading-12 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 60px;
    padding-top: 140px;
    font-size: 48px;
  }

  .container-39 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 1000px;
    max-width: none;
    height: auto;
    display: flex;
  }

  .container-40 {
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-bottom: 100px;
    display: flex;
  }

  .container-41 {
    background-color: #fff;
    border-radius: 1000px;
    width: 250px;
    height: 250px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-23 {
    width: 100%;
    height: 100%;
  }

  .container-42 {
    width: 750px;
    max-width: none;
    height: 250px;
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 100px;
  }

  .heading-13 {
    color: #fff;
    letter-spacing: 10px;
    margin-top: 0;
  }

  .paragraph-14 {
    color: #fff;
    letter-spacing: 2px;
    line-height: 150%;
  }

  .text-block-31 {
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 10px;
  }

  .section-18 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 400px;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    position: relative;
  }

  .section-19 {
    background-color: #fff;
    position: relative;
  }

  .mega-button-2 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fff3;
    width: 800px;
    text-decoration: none;
  }

  .text-block-32 {
    color: #fff;
    text-decoration: none;
  }

  .container-43 {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .container-44 {
    inset: auto 0% 0% auto;
  }

  .uui-navbar05_component-3 {
    background-color: #1f1f1f;
    position: relative;
  }

  .uui-navbar07_link-2.w--current {
    color: #d3d3d3;
    font-weight: 400;
  }

  .uui-navbar07_link-2.w--current:hover {
    color: #fff;
    font-weight: 700;
  }

  .text-block-33 {
    color: #d3d3d3;
  }

  .text-block-33:hover {
    color: #fff;
  }

  .tabs-content-wrapper {
    margin-top: 60px;
  }

  .container-w3.gutter-outside {
    width: 1200px;
    max-width: none;
    margin-top: 60px;
  }

  .tab-content {
    width: 100%;
    height: 100%;
  }

  .tabs-menu-underline-wrapper {
    background-color: #2c2c2c;
    border-radius: 20px;
  }

  .tab-content-item {
    background-color: #72727200;
    width: 1000px;
    height: 1000px;
  }

  .second-example-with-unterline {
    border-top-width: 0;
    margin-top: 0;
    padding-top: 0;
  }

  .tabs-nav-text {
    font-weight: 700;
  }

  .section-20 {
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding-bottom: 300px;
    display: flex;
    position: relative;
  }

  .image-24 {
    width: auto;
    max-width: none;
    height: 20px;
  }

  .text-block-2-1, .text-block-2-1:hover {
    color: #fff;
  }

  .uui-navbar07_link-3 {
    color: #666;
    font-weight: 400;
  }

  .uui-navbar07_link-3:hover {
    color: #000;
  }

  .uui-navbar07_link-3.w--current, .uui-navbar07_link-3.w--current:hover {
    color: #000;
    font-weight: 700;
  }

  .text-block-2-2 {
    color: #666;
    font-weight: 400;
  }

  .text-block-2-2:hover {
    color: #000;
  }

  .text-block-2-3 {
    color: #000;
    font-weight: 700;
  }

  .text-block-2-3:hover {
    color: #000;
  }

  .div-block-7 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: grid;
    position: relative;
  }

  .container-45 {
    border: 0 solid #000;
    border-radius: 0;
    width: 100%;
    max-width: none;
    height: auto;
  }

  .image-25 {
    object-fit: cover;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    width: 450px;
    height: 300px;
  }

  .heading-14 {
    width: 450px;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 125%;
  }

  .text-block-34 {
    color: #a5a5a5;
    letter-spacing: 2px;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-3 {
    font-size: 20px;
  }

  .uui-navbar05_component-4 {
    background-color: #fff0;
    position: absolute;
  }

  .image-26 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-position: 50% 50%;
    width: 100%;
    height: 300px;
    position: absolute;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .body-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
  }

  .section-21 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
    position: relative;
  }

  .heading-15 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 55px;
    line-height: 100%;
    display: flex;
    position: relative;
  }

  .section-22 {
    width: 100%;
    height: auto;
    margin-top: 81px;
    padding-top: 0;
  }

  .section-23 {
    background-color: #464646;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 1000px;
    padding-top: 60px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-16 {
    width: 800px;
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 36px;
    font-weight: 400;
  }

  .form-next {
    background-color: var(--untitled-ui--primary);
  }

  .form-next:hover {
    background-color: var(--untitled-ui--teritary);
    box-shadow: 0 20px 30px -11px #9d00336b;
  }

  .radiobutton.w--redirected-checked {
    background-color: #ec003c4f;
    border-color: #ec003c;
  }

  .form-slide {
    height: auto;
  }

  .radiobutton-field {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .radiobutton-field:hover {
    color: var(--untitled-ui--primary);
  }

  .form-back {
    border-color: var(--untitled-ui--primary);
    background-color: #ec003c1a;
  }

  .form-back:hover {
    box-shadow: 0 20px 30px -11px #ec003c4d;
  }

  .form-step {
    height: auto;
  }

  .radio-buttons {
    margin-bottom: 0;
  }

  .step-number {
    color: var(--untitled-ui--primary);
  }

  .form-block {
    background-color: #fff;
  }

  .link-block-3 {
    z-index: 10;
    background-color: #08f0;
    border-radius: 100px;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    left: 0;
  }

  .link-block-3.w--current {
    z-index: 10;
  }

  .text-block-35 {
    color: var(--untitled-ui--primary);
  }

  .form-3 {
    width: 800px;
  }

  .grid.is--footer {
    flex-flow: row;
    width: 800px;
  }

  .submit-button {
    background-color: var(--untitled-ui--primary);
  }

  .checkbox-label.open {
    color: #000;
  }

  .checkbox-2 {
    border: 1px solid #000;
  }

  .checkbox-2.w--redirected-checked {
    background-color: var(--untitled-ui--primary);
    cursor: pointer;
    border-color: #fff;
  }

  .contact-text-wrapper {
    color: #000;
  }

  .text-field-3 {
    border-bottom-color: #000;
  }

  .grid_item.footer-form {
    width: 100%;
  }

  .contact-form-grid {
    color: #000;
  }

  .form-block-3 {
    width: 550px;
  }

  .section-24 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .div-block-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: ". ."
                   "Area Area-2"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .container-46 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 240px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .container-47 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 40px;
    display: flex;
  }

  .container-48 {
    object-position: 50% 50%;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-items: flex-start;
    width: 240px;
    margin-left: auto;
    margin-right: 0;
    display: flex;
  }

  .text-field-4, .text-field-5, .text-field-6, .text-field-7 {
    color: #000;
    margin-bottom: 0;
  }

  .text-field-8 {
    color: #000;
    margin-bottom: 40px;
  }

  .textarea {
    color: #000;
    height: auto;
    margin-bottom: 40px;
  }

  .sc-main-button-3 {
    cursor: pointer;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .sc-button-text-1 {
    margin-left: 0;
    font-weight: 700;
  }

  .sc-main-btn-bg-animation-3 {
    background-image: linear-gradient(90deg, var(--untitled-ui--primary), var(--untitled-ui--teritary));
    margin-left: 0;
    margin-right: 0;
  }

  .section-25 {
    height: 1000px;
  }

  .heading-17 {
    z-index: 10;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 170px;
    font-size: 48px;
    position: relative;
  }

  .container-23-2, .container-23-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 350px;
    padding-top: 20px;
    padding-right: 0;
    display: flex;
  }

  .container-24-1, .container-24-2, .container-24-11 {
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 350px;
    padding-top: 100px;
    display: block;
  }

  .pricing-box-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 20px;
    display: flex;
  }

  .price-2 {
    letter-spacing: 3px;
    margin-top: 0;
    line-height: 100%;
  }

  .text-block-23-1 {
    padding-top: 10px;
    padding-bottom: 15px;
    line-height: 100%;
  }

  .image-28 {
    margin-top: 60px;
  }

  .link-block-4 {
    width: 450px;
  }

  .collection-list {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .container-55 {
    width: 900px;
  }

  .image-29 {
    width: 100%;
    height: 500px;
  }

  .collection-list-2 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .heading-11-1 {
    z-index: 10;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 170px;
    font-size: 48px;
    position: relative;
  }

  .section-28 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .sc-main-button-4 {
    cursor: pointer;
    margin-left: 10px;
  }

  .sc-main-btn-bg-animation-4 {
    background-image: linear-gradient(90deg, var(--untitled-ui--primary), var(--untitled-ui--teritary));
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-23-2 {
    padding-top: 10px;
    padding-bottom: 15px;
    line-height: 100%;
  }

  .background-image-2 {
    height: 100vh;
    position: absolute;
  }

  .background-cover-copy {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    height: 100vh;
    position: absolute;
  }

  .text-block-69 {
    position: relative;
  }

  .primary-btn-txt-2 {
    font-size: 16px;
    line-height: 100%;
  }

  .primary-btn-2.gradient {
    height: 60px;
  }

  .section-32 {
    position: relative;
  }

  .heading-11-2, .heading-11-3 {
    z-index: 10;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 170px;
    font-size: 48px;
    position: relative;
  }

  .expanding-blur-button-1-copy {
    color: #9e9e9e;
    border-top: 0 #bebebe;
    border-bottom-color: #bebebe;
    justify-content: flex-start;
    align-items: center;
    width: 800px;
    max-width: none;
    margin-bottom: 0;
    padding: 0 0 0 100px;
    font-size: 1.5px;
    font-weight: 700;
    line-height: 100%;
    text-decoration: none;
    display: flex;
    bottom: auto;
  }

  .expanding-blur-button-1-copy:hover {
    background-color: #00000008;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dashboard-nav {
    background-color: #f5f5f5;
    border-right: 1px solid #dbdbdb;
    width: 20%;
  }

  .container-66 {
    padding-left: 0;
  }

  .code-embed, .code-embed-dashboard {
    margin-left: 20px;
  }

  .container-66-copy, .container-71 {
    padding-left: 0;
  }

  .button-10 {
    padding-left: 48px;
  }

  .container-80 {
    padding-left: 0;
  }
}

@media screen and (min-width: 1920px) {
  .left-div-block {
    width: 600px;
  }

  .right-div-block {
    width: 650px;
  }

  .text-block-5 {
    margin-top: 60px;
    font-size: 75px;
  }

  .section-2 {
    height: 100vh;
  }

  .text-block-7 {
    letter-spacing: 5px;
    margin-top: 40px;
    font-size: 24px;
  }

  .button-4, .button-5 {
    transform: scale(1.4);
  }

  .button-wrap {
    font-size: 20px;
  }

  .button-hover-outline.middle {
    margin: 0;
  }

  .primary-btn-txt {
    font-size: 20px;
    line-height: 100%;
  }

  .primary-btn.gradient {
    height: 75px;
  }

  .huge-button-info-2 {
    font-size: 1.3rem;
  }

  .hero-button {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
    font-size: 2rem;
    overflow: hidden;
  }

  .simple-grow-social {
    width: 50px;
    height: 50px;
    padding: .9rem;
  }

  .section-12 {
    display: none;
  }

  .container-w3.gutter-outside {
    justify-content: center;
    align-items: center;
    width: 1600px;
  }

  .heading-15 {
    width: 100%;
  }

  .section-24 {
    height: auto;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-28 {
    justify-content: center;
    align-items: center;
  }

  .text-block-69 {
    line-height: 20px;
    display: block;
  }

  .primary-btn-txt-2 {
    font-size: 20px;
    line-height: 100%;
  }

  .primary-btn-2.gradient {
    height: 75px;
  }
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

  .uui-text-size-small {
    font-size: 14px;
  }

  .show-tablet {
    display: block;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui--gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    background-color: var(--untitled-ui--white);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--untitled-ui--white);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--untitled-ui--white);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    color: #fff;
    background-color: #fff0;
    border: 1px #ffffff40;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar05_dropdown-content-left {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar05_bottom-bar {
    border-radius: .5rem;
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    overflow: hidden;
  }

  .uui-navbar05_dropdown-content {
    flex-direction: column;
  }

  .uui-navbar05_menu {
    border-top: 1px solid var(--untitled-ui--gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-navbar05_menu-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .uui-navbar05_link {
    z-index: 10;
    color: gray;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    font-size: 16px;
  }

  .uui-navbar05_link:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar05_link.w--current {
    color: #000;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar05_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar05_dropdown-toggle {
    color: var(--untitled-ui--gray900);
    justify-content: center;
    align-items: center;
    padding: 10px 0 10px 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar05_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar05_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar05_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-navbar05_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar05_menu-button.w--open {
    background-color: #0000;
  }

  .uui-navbar05_dropdown-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .uui-navbar05_dropdown-link:hover {
    background-color: #f3f3f3;
    padding-left: 10px;
    padding-right: 10px;
  }

  .uui-button-secondary-gray.show-tablet {
    display: block;
  }

  .uui-navbar05_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar06_link {
    color: var(--untitled-ui--gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar06_link:hover {
    color: var(--untitled-ui--gray900);
  }

  .text-block {
    color: gray;
    padding: 10px 0;
    font-size: 16px;
  }

  .text-block:hover {
    color: #000;
  }

  .form {
    border-radius: 25px;
  }

  .left-div-block, .right-div-block {
    width: 350px;
  }

  .text-block-5 {
    font-size: 36px;
  }

  .section-2 {
    width: auto;
  }

  .container-2 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

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

  .container-7 {
    z-index: 100;
    width: auto;
    position: relative;
  }

  .sc-main-button-2 {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .circle-arrow {
    font-size: 1.1em;
  }

  .outline-btn {
    color: #fff;
    background-color: #0000;
  }

  .button-hover-circle {
    background-color: var(--untitled-ui--primary);
  }

  .div-block-2 {
    width: 600px;
    margin-top: 40px;
  }

  .heading-3 {
    width: 600px;
  }

  .hero-button {
    width: 300px;
    font-size: 1.2rem;
  }

  .hero-button:hover {
    padding-left: 1.5rem;
  }

  .expanding-blur-button {
    width: 100%;
  }

  .simple-growth-social-icons {
    flex-direction: row;
  }

  .button-line-absolute, .circle-link-wrapper {
    display: none;
  }

  .circle-link {
    width: 160px;
    height: 160px;
  }

  .uui-navbar07_link {
    color: gray;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    font-size: 16px;
  }

  .uui-navbar07_link:hover {
    color: var(--untitled-ui--gray900);
  }

  .text-block-3 {
    color: gray;
    padding: 10px 0;
    font-size: 16px;
  }

  .container-16 {
    width: 400px;
  }

  .container-17, .text-block-17 {
    width: auto;
  }

  .div-block-4 {
    width: 700px;
  }

  .fly-button {
    height: 60px;
    min-height: auto;
  }

  .fly-button-2 {
    height: 60px;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-29 {
    margin-top: 20px;
  }

  .div-block-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 700px;
  }

  .text-block-22 {
    width: 700px;
    font-size: 16px;
  }

  .circle-link-2 {
    width: 160px;
    height: 160px;
  }

  .circle-link-2.light {
    width: 150px;
    height: 150px;
  }

  .image-19 {
    width: 100px;
    height: 100px;
  }

  .paragraph-10 {
    font-size: 20px;
  }

  .paragraph-11 {
    width: 200px;
    font-size: 12px;
  }

  .container-31 {
    width: 700px;
  }

  .container-32 {
    width: 475px;
  }

  .heading-8 {
    font-size: 24px;
  }

  .paragraph-12 {
    font-size: 12px;
  }

  .section-14 {
    height: 400px;
  }

  .image-21 {
    height: 200px;
  }

  .container-33 {
    width: 500px;
    height: 200px;
  }

  .heading-9 {
    margin-top: 30px;
    font-size: 30px;
  }

  .container-34 {
    height: 200px;
  }

  .nav-link {
    display: none;
  }

  .nav-link.is-cta-button {
    flex: 0 auto;
    display: flex;
  }

  .nav-link.is-cta-button.inverted-color {
    width: 300px;
    height: 55px;
  }

  .price {
    text-align: left;
    letter-spacing: 2px;
    width: 200px;
    font-size: 40px;
  }

  .pricing-box {
    justify-content: flex-start;
    align-items: flex-start;
    width: 240px;
    max-width: 310px;
    height: 450px;
    margin-bottom: 2%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .price-tab {
    text-align: left;
    width: 700px;
  }

  .text-block-23 {
    text-align: left;
    width: 200px;
    font-size: 16px;
  }

  .text-block-24 {
    font-size: 12px;
  }

  .text-block-25 {
    width: 175px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .text-block-27 {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 10px;
  }

  .text-block-28 {
    font-size: 12px;
  }

  .expanding-blur-button-1 {
    width: 80%;
    padding-left: 20px;
  }

  .text-block-29 {
    text-align: left;
    width: auto;
    padding-right: 0;
  }

  .text-block-30 {
    margin-left: 40px;
  }

  .heading-11 {
    z-index: 100;
    padding-top: 170px;
    position: relative;
  }

  .paragraph-13 {
    z-index: 100;
    position: relative;
  }

  .uui-navbar07_link-1 {
    color: gray;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    font-size: 16px;
  }

  .uui-navbar07_link-1:hover {
    color: var(--untitled-ui--gray900);
  }

  .heading-12 {
    padding-top: 100px;
  }

  .container-41 {
    width: 200px;
    height: 200px;
  }

  .container-42 {
    width: 500px;
    height: 200px;
    padding-top: 20px;
    padding-left: 40px;
  }

  .heading-13 {
    font-size: 36px;
  }

  .circle-arrow-2 {
    font-size: 1.1em;
  }

  .container-43 {
    display: none;
  }

  .uui-navbar07_link-2 {
    color: gray;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    font-size: 16px;
  }

  .uui-navbar07_link-2:hover {
    color: var(--untitled-ui--gray900);
  }

  .container-w3.gutter-outside {
    width: 90%;
  }

  .text-block-2-1 {
    color: #000;
    padding: 10px 0;
    font-size: 16px;
  }

  .text-block-2-1:hover {
    color: #000;
  }

  .uui-navbar07_link-3 {
    color: #000;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    font-size: 16px;
  }

  .uui-navbar07_link-3:hover {
    color: var(--untitled-ui--gray900);
  }

  .div-block-7 {
    z-index: 100;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    position: relative;
  }

  .image-25, .heading-14 {
    width: 100%;
  }

  .text-block-34 {
    font-size: 12px;
  }

  .bold-text-3 {
    font-size: 16px;
  }

  .submit-button {
    bottom: -63%;
    left: 0%;
    right: auto;
  }

  .grid_item {
    height: 100%;
    display: block;
  }

  .is--white.is--69px {
    font-size: 50px;
  }

  .heading-17 {
    padding-top: 100px;
  }

  .text-block-36 {
    font-size: 12px;
  }

  .text-block-37, .text-block-38, .text-block-39, .text-block-40, .text-block-41 {
    font-size: 14px;
  }

  .text-block-42 {
    width: 200px;
    font-size: 14px;
  }

  .text-block-43, .text-block-44, .text-block-45, .text-block-46, .text-block-47, .text-block-48, .text-block-49, .text-block-50, .text-block-51, .text-block-52, .text-block-53 {
    font-size: 14px;
  }

  .text-block-54, .text-block-55 {
    width: 200px;
    font-size: 14px;
  }

  .text-block-56 {
    font-size: 14px;
  }

  .text-block-57, .text-block-58, .text-block-59, .text-block-60, .text-block-61 {
    width: 200px;
    font-size: 14px;
  }

  .pricing-box-2 {
    width: 240px;
    max-width: 310px;
    margin-bottom: 2%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .price-2 {
    letter-spacing: 2px;
    width: 200px;
    font-size: 40px;
  }

  .text-block-23-1 {
    width: 200px;
    font-size: 14px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-64 {
    letter-spacing: 3px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .rte p {
    letter-spacing: 2px;
  }

  .heading-11-1 {
    z-index: 100;
    padding-top: 170px;
    position: relative;
  }

  .text-block-66 {
    margin-top: 20px;
    font-size: 40px;
  }

  .image-30 {
    width: 300px;
  }

  .sc-main-button-4 {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-23-2 {
    width: 200px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 25px;
  }

  .div-block-14 {
    width: 600px;
  }

  .div-block-17 {
    width: 700px;
  }

  .heading-11-2, .heading-11-3 {
    z-index: 100;
    padding-top: 170px;
    position: relative;
  }

  .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-list-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .preloader {
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 220px;
    display: flex;
    position: fixed;
    top: 0%;
  }

  .div-block-22 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .image-37 {
    width: 150px;
    height: 150px;
    margin-top: 0;
    position: static;
  }

  .image-38 {
    width: 150px;
    height: 150px;
    position: absolute;
  }

  .text-block-72 {
    color: #1d1d1d;
    margin-top: 0;
  }

  .menu-icon_line-top-3 {
    background-color: #000;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-3 {
    background-color: #000;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-bottom-3, .menu-icon_line-top-4 {
    background-color: #000;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-4 {
    background-color: #000;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-bottom-4 {
    background-color: #000;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .expanding-blur-button-1-copy {
    width: 80%;
    padding-left: 20px;
  }

  .dashboard-gyms {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-navbar05_dropdown-content-left {
    grid-row-gap: .5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .uui-navbar05_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-navbar05_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar05_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar05_link, .uui-navbar05_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-tertiary-gray:hover {
    color: var(--untitled-ui--gray600);
    background-color: #0000;
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .uui-navbar06_link {
    font-size: 1rem;
  }

  .background-image {
    object-fit: cover;
  }

  .right-div-block {
    order: 1;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
  }

  .text-block-5 {
    text-align: center;
    width: 100%;
  }

  .section-2 {
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    height: auto;
    padding-top: 140px;
    padding-bottom: 60px;
    display: flex;
    position: static;
  }

  .text-block-7 {
    text-align: center;
    width: 100%;
  }

  .image-4 {
    width: 150px;
    height: 150px;
  }

  .heading-2 {
    width: 420px;
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .paragraph {
    width: 420px;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .paragraph-2 {
    text-align: left;
    letter-spacing: 0;
    width: 420px;
    margin-bottom: 20px;
    font-size: 12px;
  }

  .div-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 420px;
    margin-bottom: 60px;
    padding-top: 0;
  }

  .image-5 {
    height: 125px;
  }

  .container-5, .container-6 {
    display: none;
  }

  .section-5 {
    background-color: #fff;
    width: 100%;
  }

  .button-wrap {
    margin-top: 20px;
  }

  .swoop-button {
    height: 45px;
  }

  .big-button-icon {
    margin-right: .6em;
  }

  .outline-btn {
    margin-top: 0;
    padding: 15px 30px;
  }

  .secondary-btn-text {
    text-align: center;
    letter-spacing: 0;
    width: 100%;
    font-size: 12px;
  }

  .section-6 {
    background-color: #fff;
    height: 535px;
    padding-bottom: 60px;
    position: relative;
  }

  .div-block-2 {
    width: 420px;
    margin-bottom: 40px;
  }

  .heading-3 {
    width: 420px;
    margin-top: 60px;
  }

  .hero-button {
    width: 250px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.1rem;
  }

  .expanding-blur-button {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .text-block-13 {
    padding-top: 10px;
    font-size: 16px;
  }

  .section-8 {
    background-color: #fff;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
  }

  .container-11 {
    width: 100%;
  }

  .paragraph-4 {
    margin-top: 20px;
    font-size: 12px;
  }

  .image-11 {
    width: 200px;
  }

  .simple-growth-social-icons {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .simple-grow-social {
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    padding: 5px;
  }

  .text-block-15 {
    font-size: 12px;
  }

  .circle-link {
    width: 160px;
    height: 160px;
  }

  .uui-navbar05_component-copy {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar07_link {
    font-size: 1rem;
  }

  .heading-6 {
    width: 420px;
    font-size: 32px;
  }

  .image-12 {
    margin-top: 60px;
  }

  .container-15 {
    width: 420px;
  }

  .outline-btn-2 {
    width: 120px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .outline-btn-2.w--current {
    width: 120px;
    padding: 10px;
  }

  .uui-navbar05_component-1 {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: absolute;
  }

  .section-10 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .container-16 {
    order: 1;
    justify-content: flex-start;
    align-items: center;
    width: 420px;
    height: auto;
    padding-top: 40px;
  }

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

  .paragraph-5 {
    text-align: center;
    width: 375px;
  }

  .section-11 {
    width: 100%;
  }

  .text-block-17 {
    padding-bottom: 0;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 400px;
    margin-top: 40px;
    display: grid;
  }

  .container-23 {
    order: 0;
    height: auto;
  }

  .image-15 {
    height: 175px;
  }

  .container-24 {
    order: 0;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .container-25 {
    justify-content: flex-start;
    align-items: center;
  }

  .container-28 {
    width: 420px;
    margin-top: 40px;
  }

  .image-17 {
    width: 150px;
  }

  .image-18 {
    width: 250px;
  }

  .fly-button {
    justify-content: center;
    align-items: center;
    width: 250px;
    padding-left: 0;
    padding-right: 0;
  }

  .fly-button:hover {
    padding-left: 20px;
  }

  .button-icon-wrap-2.invert {
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }

  .fly-button-2 {
    justify-content: center;
    align-items: center;
    width: 120px;
    padding-left: 0;
    padding-right: 0;
  }

  .fly-button-2:hover {
    padding-left: 20px;
  }

  .container-29 {
    width: 420px;
    margin-top: 40px;
  }

  .button-text-12 {
    font-size: 12px;
  }

  .text-block-21 {
    padding-top: 60px;
  }

  .div-block-5 {
    grid-template-columns: 1fr 1fr;
    width: 420px;
  }

  .text-block-22 {
    letter-spacing: 2px;
    width: 420px;
    font-size: 16px;
  }

  .circle-link-2 {
    width: 160px;
    height: 160px;
  }

  .container-31 {
    width: 420px;
    height: 150px;
  }

  .image-20 {
    width: 125px;
    height: 125px;
  }

  .container-32 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 300px;
    padding-left: 20px;
    display: flex;
  }

  .heading-8 {
    margin-top: 0;
    font-size: 20px;
    line-height: 100%;
  }

  .paragraph-12 {
    letter-spacing: 2px;
  }

  .container-33 {
    width: 400px;
  }

  .heading-9 {
    font-size: 24px;
  }

  .nav-link.is-cta-button {
    margin-left: 1em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .nav-link.is-cta-button.inverted-color {
    width: 250px;
  }

  .nav-cta-link-icon {
    margin-right: .6em;
  }

  .pricing-box {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 20px 20px 40px;
    font-size: 14px;
  }

  .container-35 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .uui-navbar05_component-2 {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-16 {
    margin-bottom: 0;
  }

  .container-36 {
    width: 420px;
  }

  .background-1 {
    position: absolute;
    top: 0;
  }

  .expanding-blur-button-1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .text-block-29, .text-block-30 {
    font-size: 14px;
  }

  .heading-11 {
    width: 420px;
    font-size: 40px;
  }

  .map {
    height: 300px;
  }

  .uui-navbar07_link-1 {
    font-size: 1rem;
  }

  .heading-12 {
    width: 420px;
    padding-top: 60px;
    font-size: 40px;
  }

  .container-39 {
    width: 420px;
  }

  .container-40 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 60px;
  }

  .container-41 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container-42 {
    width: 400px;
    height: auto;
    padding-left: 0;
  }

  .heading-13 {
    letter-spacing: 5px;
    margin-bottom: 20px;
    font-size: 36px;
  }

  .uui-navbar05_component-3 {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar07_link-2 {
    font-size: 1rem;
  }

  .container-w3.gutter-outside {
    justify-content: center;
    align-items: flex-start;
    width: 420px;
  }

  .title3 {
    font-size: 2em;
  }

  .p-md-end {
    padding-bottom: 4em;
  }

  .uui-navbar07_link-3 {
    font-size: 1rem;
  }

  .div-block-7 {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-25 {
    height: 250px;
  }

  .uui-navbar05_component-4 {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form-next {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .form-heading {
    font-size: 24px;
  }

  .button-5 {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .form-slide {
    flex: none;
    width: 100%;
  }

  .form-back {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .form-step {
    height: 100%;
  }

  .radio-buttons {
    flex-direction: column;
  }

  .radio-buttons.genders {
    flex-direction: row;
  }

  .form-block {
    padding: 40px 40px 50px;
  }

  .grid_item.is--50.footer-2 {
    justify-content: flex-end;
    width: 100%;
  }

  .section-24 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container-46 {
    width: 200px;
  }

  .container-47 {
    width: 100%;
  }

  .container-48 {
    width: 200px;
  }

  .text-field-8 {
    width: 420px;
  }

  .textarea {
    width: 420px;
    min-height: 250px;
  }

  .bold-text-4 {
    font-size: 16px;
  }

  .heading-17 {
    width: 400px;
    padding-top: 60px;
    font-size: 36px;
  }

  .field-label-2, .field-label-3, .form-4 {
    width: 420px;
  }

  .container-23-2, .container-23-3 {
    order: 0;
    height: auto;
  }

  .container-24-1 {
    order: 4;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .container-24-2 {
    order: 0;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .container-24-11 {
    order: 0;
    align-self: auto;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .container-49 {
    order: 4;
  }

  .container-50, .container-51 {
    order: 1;
  }

  .container-52 {
    order: 0;
  }

  .pricing-box-2 {
    width: 100%;
    min-height: auto;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .text-block-23-1 {
    font-size: 18px;
  }

  .heading-18 {
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 125%;
  }

  .container-55 {
    width: 480px;
  }

  .image-29 {
    width: 480px;
    height: 300px;
  }

  .container-56 {
    margin-bottom: 20px;
  }

  .text-block-64 {
    letter-spacing: 1px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .text-block-65 {
    font-size: 12px;
    font-weight: 400;
  }

  .rte {
    margin-top: 10px;
  }

  .rte h2 {
    letter-spacing: 3px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 24px;
  }

  .rte p {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 150%;
  }

  .heading-11-1 {
    width: 420px;
    font-size: 40px;
  }

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

  .text-block-66 {
    font-size: 36px;
  }

  .text-block-67 {
    margin-bottom: 40px;
  }

  .sc-main-button-4 {
    margin-top: 0;
  }

  .text-block-23-2 {
    font-size: 18px;
  }

  .background-image-2 {
    object-fit: cover;
  }

  .section-30 {
    height: auto;
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .text-block-68 {
    font-size: 30px;
  }

  .div-block-14 {
    width: 90%;
    max-width: 450px;
  }

  .div-block-15 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-20 {
    font-size: 16px;
  }

  .image-32 {
    border-radius: 100%;
    width: 40px;
    height: 40px;
  }

  .container-57 {
    width: 65px;
    height: 65px;
    margin-top: 20px;
  }

  .paragraph-16 {
    font-size: 12px;
  }

  .section-32 {
    position: relative;
  }

  .div-block-17 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 350px;
  }

  .heading-11-2, .heading-11-3 {
    width: 420px;
    font-size: 40px;
  }

  .collection-list-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .menu-icon_line-top-4, .menu-icon_line-middle-4, .menu-icon_line-bottom-4 {
    background-color: #000;
  }

  .expanding-blur-button-1-copy {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .hide-mobile-portrait {
    display: none;
  }

  .uui-text-size-small {
    font-size: 12px;
  }

  .uui-dropdown-icon {
    margin-right: 100px;
  }

  .uui-navbar05_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar05_bottom-bar {
    align-items: center;
  }

  .uui-navbar05_bottom-bar-content {
    flex-direction: column;
    display: flex;
  }

  .uui-navbar05_menu {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar05_menu-left {
    width: 320px;
  }

  .uui-navbar05_dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-div-block {
    width: 300px;
  }

  .right-div-block {
    width: 320px;
    padding-top: 60px;
  }

  .text-block-5 {
    font-size: 32px;
  }

  .heading-2 {
    width: 320px;
    font-size: 40px;
  }

  .paragraph {
    width: 320px;
    font-size: 20px;
  }

  .paragraph-2 {
    letter-spacing: 1px;
    width: 320px;
    font-size: 10px;
  }

  .div-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 320px;
  }

  .container-4 {
    width: 200px;
    margin-bottom: 20px;
  }

  .container-7 {
    margin-bottom: 140px;
  }

  .button-wrap {
    flex-direction: column;
    grid-auto-flow: row;
  }

  .swoop-button {
    height: 40px;
  }

  .slide-btn-txt {
    font-size: 12px;
  }

  .outline-btn {
    align-self: center;
    height: 45px;
    margin-top: .5rem;
    margin-bottom: .5rem;
    display: flex;
  }

  .secondary-btn-text {
    font-size: 10px;
  }

  .section-6 {
    height: 700px;
  }

  .div-block-2 {
    width: 320px;
  }

  .heading-3 {
    width: 320px;
    font-size: 40px;
  }

  .hero-button {
    border-right-style: solid;
    width: 250px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .expanding-blur-button {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
  }

  .text-block-13 {
    text-align: left;
    line-height: 150%;
  }

  .paragraph-4 {
    letter-spacing: 1px;
    font-size: 10px;
  }

  .button-line-fill {
    margin-left: 5px;
    margin-right: 5px;
  }

  .button-line-fill.w--current {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-15 {
    font-size: 10px;
  }

  .container-14 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 320px;
    display: flex;
  }

  .circle-link-wrapper {
    margin-left: -48px;
  }

  .circle-link {
    width: 140px;
    height: 140px;
    font-size: 10px;
  }

  .link-hover-fill.light {
    display: none;
  }

  .heading-6 {
    width: 320px;
    font-size: 24px;
  }

  .container-15 {
    width: 320px;
  }

  .outline-btn-2 {
    align-self: center;
    width: 100px;
    height: 45px;
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .outline-btn-2.w--current {
    width: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-10 {
    padding-top: 40px;
  }

  .container-16 {
    width: 320px;
  }

  .text-block-16 {
    width: 320px;
    font-size: 28px;
  }

  .paragraph-5 {
    width: 320px;
    font-size: 12px;
  }

  .image-13 {
    height: 350px;
  }

  .container-17 {
    height: auto;
  }

  .text-block-17 {
    width: 250px;
    font-size: 28px;
  }

  .div-block-4 {
    width: 300px;
  }

  .paragraph-8 {
    font-size: 12px;
  }

  .paragraph-9 {
    font-size: 10px;
  }

  .container-28 {
    flex-flow: column;
    width: 320px;
  }

  .fly-button {
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .button-icon-wrap-2 {
    margin-left: .7em;
  }

  .fly-button-2 {
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 60px;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-29 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 320px;
  }

  .text-block-21 {
    font-size: 30px;
  }

  .div-block-5 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 300px;
  }

  .text-block-22 {
    width: 320px;
    margin-bottom: 40px;
  }

  .container-30 {
    justify-content: flex-start;
    align-items: center;
  }

  .circle-link-wrapper-2 {
    margin-left: 0;
  }

  .circle-link-2 {
    width: 140px;
    height: 140px;
    font-size: 10px;
  }

  .section-13 {
    display: none;
  }

  .section-14 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-21 {
    height: 208px;
  }

  .container-33 {
    width: 200px;
    height: 208px;
  }

  .heading-9 {
    text-align: center;
    letter-spacing: 2px;
    width: 175px;
    margin-bottom: 20px;
  }

  .container-34 {
    height: 208px;
  }

  .nav-link.is-cta-button {
    background-image: none;
    padding-left: 4vw;
    padding-right: 4em;
    display: none;
  }

  .nav-link.is-cta-button.inverted-color {
    width: 150px;
    height: 50px;
    margin-bottom: 20px;
    padding: 0 0 0 0;
    display: flex;
  }

  .nav-cta-link-icon {
    margin-right: 0;
  }

  .toggle-contain {
    margin-left: 15px;
    margin-right: 15px;
  }

  .tab-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
  }

  .pricing-box {
    box-shadow: none;
    border: 1px solid #d3d3d3;
    border-radius: 0;
    width: 290px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .pricing-box-row.monthly-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .pricing-box-row.yearly-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container-35 {
    width: 320px;
  }

  .price-tab {
    justify-content: center;
    align-items: center;
    width: 320px;
    padding-right: 0;
  }

  .tabs {
    width: auto;
  }

  .container-36 {
    width: 320px;
    margin-top: 40px;
  }

  .background-1 {
    position: absolute;
  }

  .expanding-blur-button-1 {
    width: 320px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .text-block-29 {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 12px;
  }

  .text-block-30 {
    margin-left: 20px;
    font-size: 12px;
  }

  .heading-11 {
    width: 320px;
  }

  .map {
    width: 320px;
    height: 250px;
  }

  .paragraph-13 {
    font-size: 12px;
  }

  .heading-12 {
    width: 320px;
    margin-bottom: 40px;
  }

  .container-39, .container-40 {
    width: 320px;
  }

  .container-41 {
    width: 175px;
    height: 175px;
  }

  .container-42 {
    width: 320px;
  }

  .heading-13 {
    letter-spacing: 2px;
  }

  .container-w3.gutter-outside {
    width: 90%;
    min-width: 320px;
  }

  .tabs-menu-underline-wrapper {
    padding: .8em 1em 1em;
  }

  .tabs-nav-item-underline2, .tabs-nav-item-underline {
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .container-45 {
    width: 100%;
    height: auto;
  }

  .image-25 {
    height: 230px;
  }

  .text-block-34 {
    font-size: 10px;
  }

  .bold-text-3 {
    font-size: 14px;
  }

  .heading-15 {
    text-align: center;
    width: 320px;
  }

  .area-label {
    font-size: 14px;
  }

  .form-next, .button-5, .form-back {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .text-field-wrapper.third, .text-field-wrapper.half {
    width: 100%;
  }

  .form-block {
    border-radius: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-15 {
    font-size: 14.5px;
  }

  .submit-button {
    bottom: -35%;
  }

  .checkbox-label {
    color: #acabab;
    padding-left: .8em;
    font-size: 10px;
    display: none;
  }

  .checkbox-label.open {
    display: block;
  }

  .checkbox-field-2 {
    bottom: -15%;
  }

  .checkbox-2 {
    width: 20px;
    height: 20px;
  }

  .text-span-8 {
    border-bottom-width: .5px;
  }

  .grid_item.is--50.footer-2 {
    justify-content: flex-start;
    width: 100%;
    padding-top: 7em;
    padding-left: 1.04em;
  }

  .grid_item.is--50.footer-1 {
    width: 100%;
  }

  .is--white {
    font-size: 9em;
  }

  .is--white.is--69px {
    font-size: 10.4em;
  }

  .container-46 {
    width: 250px;
  }

  .container-47 {
    flex-flow: column;
    margin-bottom: 0;
  }

  .container-48 {
    width: 250px;
    margin-left: 0;
  }

  .text-field-5, .text-field-6, .text-field-7 {
    font-size: 12px;
  }

  .text-field-8 {
    width: 250px;
  }

  .textarea {
    width: 250px;
    font-size: 12px;
  }

  .sc-main-button-3 {
    height: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bold-text-4 {
    line-height: 150%;
  }

  .tabs-content {
    width: auto;
  }

  .heading-17 {
    width: 320px;
  }

  .field-label-2, .field-label-3 {
    width: 250px;
  }

  .form-4 {
    width: 320px;
  }

  .pricing-box-2 {
    box-shadow: none;
    border: 1px solid #d3d3d3;
    border-radius: 0;
    width: 290px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .heading-18 {
    font-size: 28px;
  }

  .container-55 {
    width: 90%;
    min-width: 320px;
    max-width: none;
  }

  .text-block-64 {
    letter-spacing: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-65 {
    font-size: 10px;
  }

  .rte h2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 150%;
  }

  .rte p {
    letter-spacing: 1px;
    font-size: 12px;
  }

  .rte h3 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .heading-11-1 {
    width: 320px;
  }

  .background-image-2 {
    height: 400px;
  }

  .section-30 {
    padding-top: 140px;
  }

  .text-block-68 {
    font-size: 30px;
  }

  .div-block-15 {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-20 {
    font-size: 14px;
  }

  .image-32 {
    width: 35px;
    height: 35px;
  }

  .container-57 {
    width: 50px;
    height: 50px;
    margin-top: 10px;
  }

  .paragraph-16 {
    margin-top: 10px;
    font-size: 10px;
  }

  .div-block-17 {
    width: 300px;
  }

  .div-block-18 {
    padding: 20px;
  }

  .heading-11-2, .heading-11-3 {
    width: 320px;
  }

  .question-title {
    flex: 1;
  }

  .expanding-blur-button-1-copy {
    width: 320px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .question-title-copy {
    flex: 1;
  }
}

#w-node-b937e32e-48aa-39c1-b4ce-79050268506d-662cb14c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b937e32e-48aa-39c1-b4ce-79050268506f-662cb14c {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-b937e32e-48aa-39c1-b4ce-790502685071-662cb14c, #w-node-b937e32e-48aa-39c1-b4ce-79050268506b-662cb14c {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (min-width: 1440px) {
  #w-node-ad299712-7aef-724f-f059-4b918e6ff58a-2c883491 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_720948dc-5f15-1c37-f820-76b39fc4155c-383a7fbe {
    order: 0;
  }
}

.section-17.update { height: unset;}
.update .text-block-30 { margin-left: 0; width: 75%;}
.update .text-block-29 { width: 25%;}

