:root {
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--gray-900: #160042;
  --bg-02: #a99c86;
  --flowui-component-library--white: white;
  --button: #f5efe8;
  --base: #4d4d4d;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--gray-700: #282556;
  --bg: #c7b9a2;
  --white: white;
  --base_light: #797979;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--gray-500: #6b7094;
  --base_dark: #181818;
  --black: black;
}

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

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

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

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

.f-navigation-button {
  background-color: var(--bg-02);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 10px 24px 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: var(--button);
  color: var(--base);
}

.f-navigation-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  text-align: center;
  letter-spacing: -.02em;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, border-color .2s;
  display: flex;
}

.f-navigation-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: rgba(0, 0, 0, 0);
}

.f-navigation-r {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.f-logo {
  width: 124px;
}

.f-navigation-logo-link {
  width: 41px;
}

.f-navigation-link {
  color: var(--base);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--button);
  color: var(--flowui-component-library--gray-900);
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library--primary-base);
}

.f-navigation-l {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.f-navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(221, 221, 221, 0);
  border-radius: 50px;
  align-items: center;
  width: 100%;
  padding: 24px 5%;
  display: flex;
}

.body {
  color: var(--base);
  background-color: #f5efe8;
  background-image: linear-gradient(rgba(245, 239, 232, .92), rgba(245, 239, 232, .92)), url('../images/pexels-henry--co-1939485.jpg');
  background-position: 0 0, 0 0;
  font-family: Mulish, sans-serif;
}

.f-image-cover {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.f-header-image-wrapper-tall {
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  height: 630px;
  overflow: hidden;
}

.f-button-secondary {
  border: 2px solid var(--bg);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: rgba(199, 185, 162, 0);
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 15px 32px 12px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--bg-02);
  color: var(--white);
  border-color: rgba(0, 0, 0, 0);
}

.f-button-neutral {
  background-color: var(--bg-02);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 15px 32px 12px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  border: 2px solid var(--bg);
  color: var(--base);
  background-color: rgba(255, 255, 255, 0);
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-large {
  color: var(--base_light);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-h1-heading {
  color: var(--base);
  letter-spacing: .3em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zeyada, sans-serif;
  font-size: 50px;
  line-height: 1.2;
}

.f-h1-heading.hero {
  color: var(--button);
  letter-spacing: .1em;
  margin-top: -200px;
  margin-left: 40px;
}

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

.f-heading-detail-small {
  color: var(--base_light);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-header-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.f-header-button-middle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-h1-heading-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

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

.f-margin-bottom-42 {
  margin-bottom: 8px;
}

.f-header-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.grid, .grid-2, .grid-3 {
  grid-template-rows: auto;
}

.section {
  padding: 92px 5%;
}

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

.container-2 {
  width: 100%;
  max-width: 1140px;
  margin-top: 5%;
  margin-bottom: 5%;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
  display: block;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium, .f-text-weight-medium {
  font-weight: 500;
}

.f-avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-testimonial-avatar-small {
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-margin-bottom-43 {
  margin-bottom: 40px;
}

.f-icon-regular {
  color: var(--button);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.f-testimonial-card {
  border: 2px solid var(--bg);
  background-color: var(--bg);
  color: var(--flowui-component-library--gray-900);
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-h3-heading {
  color: var(--bg-02);
  letter-spacing: .1em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zeyada, sans-serif;
  font-size: 50px;
  line-height: 1.2;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-testimonial-background {
  background-color: var(--flowui-component-library--gray-100);
  width: 100%;
  height: 30%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-section-regular {
  padding: 72px 5%;
  position: relative;
}

.f-cta-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-success-message {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-form-button {
  background-color: var(--bg-02);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 15px 32px 12px;
  font-family: Zeyada, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-form-button:hover {
  background-color: var(--bg-02);
}

.f-form-button:active {
  background-color: var(--flowui-component-library--gray-900);
}

.f-input-outlined {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.f-input-outlined:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-input-outlined::placeholder {
  color: var(--flowui-component-library--gray-400);
}

.f-cta-form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-cta-form-block {
  max-width: 460px;
  margin-bottom: 8px;
}

.f-margin-bottom-49 {
  margin-bottom: 8px;
}

.f-margin-bottom-50 {
  margin-bottom: 48px;
}

.f-margin-bottom-51 {
  margin-bottom: 16px;
}

.f-cta-grid-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
}

.f-text-area {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  border-radius: 8px;
  min-height: 112px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-text-area::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-field-label {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-margin-bottom-52 {
  margin-bottom: 16px;
}

.f-field-input {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-contact-form {
  flex-direction: column;
  display: flex;
}

.f-margin-bottom-53 {
  margin-bottom: 8px;
}

.f-title-wrapper-center-2 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-54 {
  margin-bottom: 48px;
}

.f-contact-content {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-link {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-vertical-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 1px;
  height: 16px;
}

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  display: flex;
}

.f-footer-detail {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

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

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-horizontal-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-footer-social {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-logo {
  flex: none;
}

.f-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-small {
  background-color: var(--button);
  padding: 32px 5%;
  position: relative;
}

.f-gallery-image-l {
  border-radius: 8px;
  height: 440px;
  overflow: hidden;
}

.f-gallery-lightbox {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.f-margin-bottom-55 {
  margin-bottom: 8px;
}

.f-title-wrapper-center-3 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-56 {
  margin-bottom: 48px;
}

.f-accordian-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  display: block;
}

.f-accordian-list {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  display: none;
  position: static;
  overflow: hidden;
}

.f-accordian-icon {
  color: var(--flowui-component-library--gray-500);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.f-accordian-title {
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-accordian-title-wrapper {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-accordian-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4px;
  padding: 0;
}

.f-accordian-dropdown {
  transition: all .3s;
  display: block;
}

.f-accordian-wrapper {
  grid-row-gap: 24px;
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  flex-direction: column;
  max-width: 500px;
  padding: 24px;
  display: flex;
}

.heading, .heading-2 {
  color: var(--base_dark);
}

.heading-3 {
  color: var(--bg-02);
  letter-spacing: .1em;
  font-family: Zeyada, sans-serif;
  font-size: 50px;
}

.text-block {
  color: var(--base_dark);
  margin-bottom: 5%;
}

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

.text-block-4, .text-block-5, .text-block-6 {
  font-family: Zeyada, sans-serif;
  font-size: 20px;
}

.bold-text {
  color: var(--bg-02);
  letter-spacing: .1em;
}

.lottie-animation {
  aspect-ratio: auto;
  object-fit: fill;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: visible;
}

.image-2 {
  border-radius: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.f-paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-accordian-content-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.f-accordian-list-2 {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.f-accordian-icon-2 {
  color: var(--bg-02);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.f-accordian-title-2 {
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-accordian-title-wrapper-2 {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-accordian-toggle-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4px;
  padding: 0;
}

.f-accordian-dropdown-2 {
  width: 100%;
  transition: all .3s;
  display: block;
}

.f-accordian-wrapper-2 {
  grid-row-gap: 24px;
  border: 1px solid var(--bg-02);
  border-radius: 8px;
  flex-direction: column;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
}

.f-icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-footer-social-2 {
  background-color: var(--bg-02);
  color: var(--flowui-component-library--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.f-footer-social-2:hover {
  border: 2px solid var(--bg-02);
  background-color: var(--button);
  color: var(--base_dark);
}

.f-footer-social-group-2 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-detail-2 {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-line {
  background-color: #e4e6f1;
  width: 1px;
  height: 24px;
  margin-left: 16px;
  margin-right: 16px;
}

.f-footer-logo-xs {
  width: 48px;
  height: 48px;
}

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

.f-footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-divider {
  background-color: var(--bg-02);
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.f-button-secondary-2 {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-2:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: rgba(0, 0, 0, 0);
}

.f-button-neutral-2 {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-2:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-footer-button-wrapper {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-field-icon {
  color: var(--flowui-component-library--gray-400);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 16px;
  right: auto;
}

.f-field-input-icon {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  transition: all .25s;
}

.f-field-input-icon:hover, .f-field-input-icon:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input-icon::placeholder {
  color: var(--flowui-component-library--gray-400);
}

.f-field-icon-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

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

.f-footer-form-block {
  margin-bottom: 0;
}

.f-margin-bottom-58 {
  margin-bottom: 40px;
}

.f-sub-heading-large {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-margin-bottom-59 {
  margin-bottom: 16px;
}

.f-footer-link-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 10px auto;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.f-footer-title {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: -.01em;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-footer-block {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-footer-primary {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4.25fr;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-regular {
  background-color: rgba(255, 255, 255, 0);
  padding: 64px 5%;
  position: relative;
}

.image-3 {
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-7, .text-block-8 {
  margin-left: auto;
  margin-right: auto;
}

.websiteby {
  align-items: center;
  margin: 40px 5px 5px;
  text-decoration: none;
  display: flex;
}

.containter_websiteby {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-9 {
  color: rgba(0, 0, 0, .5);
}

.image-16 {
  width: 16%;
  max-width: none;
  margin: 0 0 0 5px;
}

@media screen and (max-width: 991px) {
  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-r {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation-l {
    border: 1px solid var(--flowui-component-library--gray-200);
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    width: 100%;
    padding: 12px;
  }

  .f-navigation-l.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation {
    position: relative;
  }

  .f-header-image-wrapper-tall {
    max-width: none;
    height: 360px;
  }

  .f-header-grid {
    grid-template-columns: 1fr;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .f-cta-grid-b {
    grid-template-columns: 1fr;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .f-accordian-list {
    width: 100%;
  }

  .heading-3 {
    font-size: 40px;
  }

  .f-accordian-list-2 {
    width: 100%;
  }

  .f-footer-bottom-2 {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-title {
    margin-bottom: 24px;
  }

  .f-footer-primary {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .f-navigation-button-secondary {
    display: none;
  }

  .f-header-image-wrapper-tall {
    height: 400px;
  }

  .f-paragraph-large {
    font-size: 16px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-h1-heading.hero {
    margin-top: -143px;
    margin-left: 20px;
    font-size: 40px;
  }

  .f-heading-detail-small {
    font-size: 12px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h1-heading-2 {
    margin-top: 0;
    font-size: 48px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .f-h3-heading {
    font-size: 35px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-margin-bottom-51 {
    display: flex;
  }

  .f-gallery-image-l {
    height: 420px;
  }

  .heading-3, .bold-text {
    font-size: 35px;
  }

  .f-footer-primary {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .f-navigation-button {
    display: none;
  }

  .body {
    overflow: hidden;
  }

  .f-paragraph-large {
    width: 315px;
  }

  .f-h1-heading.hero {
    color: var(--bg-02);
    margin-top: -13px;
  }

  .f-header-button-middle {
    justify-content: center;
  }

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

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-section-regular {
    width: 100%;
  }

  .f-form-button {
    width: 273px;
    min-width: 0%;
  }

  .f-cta-form-wrapper {
    flex-direction: row;
    width: 100%;
    min-width: 0%;
  }

  .f-cta-form-block, .f-margin-bottom-50 {
    width: 100%;
  }

  .f-margin-bottom-51 {
    width: 75%;
  }

  .f-cta-grid-b {
    width: 100%;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    flex-direction: column;
  }

  .f-gallery-image-l {
    height: 320px;
  }

  .f-footer-primary {
    grid-template-columns: 1fr;
  }

  .div-block {
    width: 100%;
    max-width: none;
    margin-left: -14px;
  }

  .div-block-2 {
    margin-left: -14px;
    margin-right: 0;
    padding: 0;
    display: block;
  }
}

#w-node-beb696a1-8899-8e56-7d3d-106c6cc5fcaf-de3eb0c6 {
  justify-self: end;
}

#w-node-_79251c51-f473-98e1-63df-3fbc24bfa0eb-de3eb0c6, #w-node-_5c2094d3-caa8-5167-73cf-7cc4c397095b-de3eb0c6, #w-node-_2a0d2684-f75e-205f-f2f9-fcdf7d3f1ae0-de3eb0c6, #w-node-_00f32cfb-8bc5-9056-a592-e269beeb5a0a-de3eb0c6, #w-node-_852f66a2-14df-f5ac-eda7-926dc9d8ec00-de3eb0c6, #w-node-_852f66a2-14df-f5ac-eda7-926dc9d8ec12-de3eb0c6, #w-node-_852f66a2-14df-f5ac-eda7-926dc9d8ec24-de3eb0c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-beb696a1-8899-8e56-7d3d-106c6cc5fc9e-de3eb0c6 {
    order: -9999;
  }

  #w-node-_5f8eb91e-abda-0823-c8a5-27a8d278ac21-de3eb0c6, #w-node-_5f8eb91e-abda-0823-c8a5-27a8d278ac51-de3eb0c6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bf61f0ae-582c-615d-a0ac-f95ff9d54048-de3eb0c6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}