* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
:root {
  --gjs-t-color-primary: #cf549e;
  --gjs-t-color-secondary: #b9227d;
  --gjs-t-color-accent: #ffb347;
  --gjs-t-color-success: #28a745;
  --gjs-t-color-warning: #ffc107;
  --gjs-t-color-error: #dc3545;
}
html {
  scroll-behavior: smooth;
}
.gjs-t-body {
  background-color: inherit;
  color: inherit;
  font-size: 1rem;
  line-height: 1.75rem;
}
.gjs-t-h1 {
  color: var(--gjs-t-color-secondary);
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.gjs-t-h2 {
  color: #601843;
  font-size: 1.2rem;
  line-height: 1.75rem;
}
.gjs-t-button {
  background-color: var(--gjs-t-color-primary);
  color: white;
  border-radius: 0.3rem;
}
.gjs-t-link {
  color: var(--gjs-t-color-primary);
  text-decoration: underline;
}
.gjs-t-border {
  border-radius: 0.3rem;
  border-color: #e0e0e0;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  undefined: undefined;
  line-height: inherit;
}
*,
::before,
::after {
  box-sizing: border-box;
  undefined: undefined;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
html,
:host {
  line-height: 1.5;
  undefined: undefined;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  undefined: undefined;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  undefined: undefined;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  undefined: undefined;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  undefined: undefined;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  undefined: undefined;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  undefined: undefined;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  undefined: undefined;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  undefined: undefined;
  color: #9ca3af;
}
button,
[role="button"] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  undefined: undefined;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
.body {
  background-color: rgb(255 255 255 / 1);
  color: rgb(17 24 39 / 1);
}
.header-wrapper {
  border-bottom-width: 1px;
  border-color: rgb(229 231 235 / 1);
}
.header-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration-line: none;
}
.brand-mark {
  display: flex;
  width: auto;
  height: auto;
  border-radius: 0;
  background-image: linear-gradient(
    to bottom right,
    #ec4899,
    rgb(236 72 153 / 0)
  );
  box-shadow: none;
  align-items: center;
  justify-content: center;
  background: none;
}
.brand-text {
  display: flex;
  flex-direction: column;
}
.brand-name {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.025em;
  color: var(--gjs-t-color-secondary);
}
.brand-tagline {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(107 114 128 / 1);
}
.navbar {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav-link {
  color: rgb(55 65 81 / 1);
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.nav-link:hover {
  color: var(--gjs-t-color-primary);
}
.primary-cta {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.primary-cta:hover {
  background-color: var(--gjs-t-color-secondary);
}
.primary-cta:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}
.hero-section {
  background-image: linear-gradient(
    to bottom right,
    #f9fafb,
    rgb(249 250 251 / 0)
  );
}
.hero-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.hero-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2rem;
  align-items: center;
}
.hero-text-column {
  grid-column: span 6 / span 6;
}
.hero-title {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 2.25rem;
  line-height: 1.25;
  margin-bottom: 1rem;
}
.hero-subtitle {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(55 65 81 / 1);
  margin-bottom: 1.5rem;
}
.hero-ctas {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.hero-cta-button {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.hero-cta-button:hover {
  background-color: var(--gjs-t-color-secondary);
}
.hero-cta-button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}
.hero-secondary-button {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(209 213 219 / 1);
  color: rgb(31 41 55 / 1);
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.hero-secondary-button:hover {
  color: var(--gjs-t-color-primary);
  border-color: var(--gjs-t-color-primary);
}
.hero-secondary-button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}
.hero-trust-row {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.trust-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.trust-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.trust-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(75 85 99 / 1);
}
.hero-image-column {
  grid-column: span 6 / span 6;
}
.hero-image-frame {
  border-radius: 0.5rem;
  overflow: hidden;
  border-width: 1px;
  border-color: rgb(229 231 235 / 1);
}
.hero-image {
  width: 100%;
  height: 480px;
  object-fit: cover;
}
.about-section {
  border-top-width: 1px;
  border-color: rgb(229 231 235 / 1);
}
.about-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.about-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2.5rem;
  align-items: flex-start;
}
.about-text-column {
  grid-column: span 7 / span 7;
}
.about-title {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-bottom: 1rem;
}
.about-paragraph {
  color: rgb(55 65 81 / 1);
  margin-bottom: 1rem;
}
.about-highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.about-highlight-card {
  padding: 1rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(229 231 235 / 1);
  background-color: rgb(255 255 255 / 1);
}
.about-highlight-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.about-highlight-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.about-highlight-title {
  color: rgb(31 41 55 / 1);
  font-weight: 500;
}
.about-highlight-text {
  color: rgb(75 85 99 / 1);
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.about-visual-column {
  grid-column: span 5 / span 5;
}
.about-image-frame {
  border-radius: 0.375rem;
  overflow: hidden;
  border-width: 1px;
  border-color: rgb(229 231 235 / 1);
}
.about-image {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.about-note {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(229 231 235 / 1);
  background-color: rgb(249 250 251 / 1);
}
.about-note-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(55 65 81 / 1);
}
.founder-section {
  border-top-width: 1px;
  border-color: rgb(229 231 235 / 1);
  background-color: rgb(255 255 255 / 1);
}
.founder-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.founder-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2.5rem;
  align-items: center;
}
.founder-image-column {
  grid-column: span 4 / span 4;
}
.founder-image-frame {
  border-radius: 0.5rem;
  overflow: hidden;
  border-width: 1px;
  border-color: rgb(229 231 235 / 1);
  background-color: rgb(249 250 251 / 1);
}
.founder-image {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.founder-text-column {
  grid-column: span 8 / span 8;
}
.founder-title {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-bottom: 0.5rem;
}
.founder-subtitle {
  color: rgb(55 65 81 / 1);
  margin-bottom: 1.5rem;
}
.founder-bio-paragraph {
  color: rgb(55 65 81 / 1);
  margin-bottom: 1rem;
}
.founder-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.founder-cta {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.founder-cta:hover {
  background-color: var(--gjs-t-color-secondary);
}
.founder-cta:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}
.founder-linkedin {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(209 213 219 / 1);
  color: rgb(31 41 55 / 1);
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  text-decoration-line: none;
}
.founder-linkedin:hover {
  color: var(--gjs-t-color-primary);
  border-color: var(--gjs-t-color-primary);
}
.founder-linkedin:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}
.linkedin-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.services-section {
  border-top-width: 1px;
  border-color: rgb(229 231 235 / 1);
  background-color: rgb(249 250 251 / 1);
}
.services-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.services-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.services-title {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.services-intro {
  color: rgb(75 85 99 / 1);
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}
.service-card {
  padding: 1.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(229 231 235 / 1);
  background-color: rgb(255 255 255 / 1);
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.service-card:hover {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
}
.service-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.service-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.service-title {
  font-weight: 600;
}
.service-description {
  color: rgb(55 65 81 / 1);
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 1rem;
}
.service-bullets {
  color: rgb(75 85 99 / 1);
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.service-bullet-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.bullet-icon {
  width: 1rem;
  height: 1rem;
  margin-top: 0.125rem;
}
.why-choose-us-section {
  border-top-width: 1px;
  border-color: rgb(229 231 235 / 1);
  background-color: rgb(255 255 255 / 1);
}
.why-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2.5rem;
  align-items: flex-start;
}
.why-text-column {
  grid-column: span 6 / span 6;
}
.why-title {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-bottom: 1rem;
}
.why-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.why-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.why-icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
}
.why-item-title {
  font-weight: 500;
  color: rgb(31 41 55 / 1);
}
.why-item-text {
  color: rgb(75 85 99 / 1);
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.why-visual-column {
  grid-column: span 6 / span 6;
}
.why-image-frame {
  border-radius: 0.5rem;
  overflow: hidden;
  border-width: 1px;
  border-color: rgb(229 231 235 / 1);
  background-color: rgb(249 250 251 / 1);
}
.why-image {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
.testimonials-section {
  border-top-width: 1px;
  border-color: rgb(229 231 235 / 1);
  background-color: rgb(249 250 251 / 1);
}
.testimonials-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.testimonials-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.testimonials-title {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.testimonials-intro {
  color: rgb(75 85 99 / 1);
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}
.testimonial-card {
  padding: 1.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(229 231 235 / 1);
  background-color: rgb(255 255 255 / 1);
}
.testimonial-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.testimonial-avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  object-fit: cover;
}
.testimonial-name {
  color: rgb(31 41 55 / 1);
  font-weight: 500;
}
.testimonial-role {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(75 85 99 / 1);
}
.testimonial-text {
  color: rgb(55 65 81 / 1);
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.resources-section {
  border-top-width: 1px;
  border-color: rgb(229 231 235 / 1);
  background-color: rgb(255 255 255 / 1);
}
.resources-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.resources-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.resources-title {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.resources-intro {
  color: rgb(75 85 99 / 1);
}
.resources-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}
.resource-card {
  padding: 1.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(229 231 235 / 1);
  background-color: rgb(249 250 251 / 1);
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.resource-card:hover {
  background-color: rgb(255 255 255 / 1);
}
.resource-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.resource-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.resource-title {
  font-weight: 600;
}
.resource-text {
  color: rgb(55 65 81 / 1);
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 1rem;
}
.resource-link:hover {
  color: var(--gjs-t-color-secondary);
}
.consultation-section {
  border-top-width: 1px;
  border-color: rgb(229 231 235 / 1);
  background-color: rgb(249 250 251 / 1);
}
.consultation-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.consultation-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2.5rem;
}
.consultation-form-column {
  grid-column: span 6 / span 6;
}
.consultation-title {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-bottom: 0.75rem;
}
.consultation-intro {
  color: rgb(55 65 81 / 1);
  margin-bottom: 1.5rem;
}
.consultation-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.form-row {
  display: flex;
  gap: 1.25rem;
}
.form-field {
  flex: 1 1 0%;
}
.form-label {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(55 65 81 / 1);
  margin-bottom: 0.25rem;
}
.form-input {
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(209 213 219 / 1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: rgb(31 41 55 / 1);
}
.form-input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
  border-color: var(--gjs-t-color-primary);
}
.form-select {
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(209 213 219 / 1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: rgb(31 41 55 / 1);
  background-color: rgb(255 255 255 / 1);
}
.form-select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
  border-color: var(--gjs-t-color-primary);
}
.form-fieldset {
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(229 231 235 / 1);
  padding: 1rem;
}
.form-legend {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(55 65 81 / 1);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.radio-group {
  display: flex;
  gap: 1.5rem;
  margin-top: 0.5rem;
}
.radio-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.radio-input {
  appearance: none;
  width: 1rem;
  height: 1rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(156 163 175 / 1);
}
.radio-input:checked {
  background-color: var(--gjs-t-color-primary);
}
.radio-input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}
.radio-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(55 65 81 / 1);
}
.form-textarea {
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(209 213 219 / 1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: rgb(31 41 55 / 1);
}
.form-textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
  border-color: var(--gjs-t-color-primary);
}
.form-consent-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.checkbox-input {
  appearance: none;
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(156 163 175 / 1);
}
.checkbox-input:checked {
  background-color: var(--gjs-t-color-primary);
}
.checkbox-input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}
.checkbox-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(55 65 81 / 1);
}
.form-submit-button {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.form-submit-button:hover {
  background-color: var(--gjs-t-color-secondary);
}
.form-submit-button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}
.consultation-info-column {
  grid-column: span 6 / span 6;
}
.contact-info-card {
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(229 231 235 / 1);
  background-color: rgb(255 255 255 / 1);
  padding: 1.5rem;
}
.contact-info-title {
  font-weight: 600;
  margin-bottom: 1rem;
}
.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  color: rgb(55 65 81 / 1);
}
.contact-info-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.contact-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.contact-link:hover {
  color: var(--gjs-t-color-secondary);
}
.contact-address {
  color: rgb(55 65 81 / 1);
}
.contact-map-frame {
  margin-top: 1.5rem;
  border-radius: 0.375rem;
  overflow: hidden;
  border-width: 1px;
  border-color: rgb(229 231 235 / 1);
}
.contact-map-image {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.social-row {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.social-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(209 213 219 / 1);
  color: rgb(31 41 55 / 1);
  text-decoration-line: none;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.social-link:hover {
  color: var(--gjs-t-color-primary);
  border-color: var(--gjs-t-color-primary);
}
.social-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.social-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.footer-wrapper {
  border-top-width: 1px;
  border-color: rgb(229 231 235 / 1);
  background-color: rgb(255 255 255 / 1);
}
.footer-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2rem;
}
.footer-brand-column {
  grid-column: span 4 / span 4;
}
.footer-brand-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.footer-brand-mark {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background-image: linear-gradient(
    to bottom right,
    #ec4899,
    rgb(236 72 153 / 0)
  );
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.footer-brand-name {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: var(--gjs-t-color-secondary);
}
.footer-brand-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(75 85 99 / 1);
}
.footer-links-column {
  grid-column: span 4 / span 4;
}
.footer-links-title {
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.footer-links-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer-link:hover {
  color: var(--gjs-t-color-secondary);
}
.footer-contact-column {
  grid-column: span 4 / span 4;
}
.footer-contact-title {
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(55 65 81 / 1);
}
.footer-bottom {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top-width: 1px;
  border-color: rgb(229 231 235 / 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-copyright {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(75 85 99 / 1);
}
.footer-social-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer-social-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(209 213 219 / 1);
  color: rgb(31 41 55 / 1);
  text-decoration-line: none;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.footer-social-link:hover {
  color: var(--gjs-t-color-primary);
  border-color: var(--gjs-t-color-primary);
}
.footer-social-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.footer-social-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#founder-ceo-section {
  border-top-width: 1px;
  border-color: rgb(229 231 235 / 1);
  background-color: rgb(255 255 255 / 1);
}
.founder-ceo-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.founder-ceo-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2.5rem;
  align-items: center;
}
.founder-ceo-image-column {
  grid-column: span 4 / span 4;
}
.founder-ceo-image-frame {
  border-radius: 0.5rem;
  overflow: hidden;
  border-width: 1px;
  border-color: rgb(229 231 235 / 1);
  background-color: rgb(249 250 251 / 1);
}
.founder-ceo-image {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.founder-ceo-text-column {
  grid-column: span 8 / span 8;
}
.founder-ceo-title {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-bottom: 0.5rem;
  color: var(--gjs-t-color-secondary);
}
.founder-ceo-subtitle {
  color: rgb(55 65 81 / 1);
  margin-bottom: 1.5rem;
}
.founder-ceo-bio {
  color: rgb(55 65 81 / 1);
  margin-bottom: 1rem;
}
.founder-ceo-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.5rem;
  color: rgb(75 85 99 / 1);
  font-size: 0.95rem;
  line-height: 1.5rem;
}
.founder-ceo-list-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.founder-ceo-icon {
  width: 1rem;
  height: 1rem;
  margin-top: 0.2rem;
}
.founder-ceo-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.founder-ceo-cta {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-color: var(--gjs-t-color-primary);
  color: #fff;
  border-radius: 0.3rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.founder-ceo-cta:hover {
  background-color: var(--gjs-t-color-secondary);
}
.founder-ceo-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(209 213 219 / 1);
  color: rgb(31 41 55 / 1);
  text-decoration: none;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.founder-ceo-link:hover {
  color: var(--gjs-t-color-primary);
  border-color: var(--gjs-t-color-primary);
}
.founder-ceo-link-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.brand-logo-img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
  border-radius: 0.25rem;
}
#ig2wyt9 {
  width: 41px;
  height: 40px;
}
#ig2wyt9-4 {
  width: 37px;
  height: 40px;
}
#ixld8xg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 992px) {
  .hero-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .hero-text-column {
    grid-column: span 12 / span 12;
  }
  .hero-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .hero-subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .hero-image-column {
    grid-column: span 12 / span 12;
  }
  .hero-image {
    height: 360px;
  }
  .about-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .about-text-column {
    grid-column: span 12 / span 12;
  }
  .about-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .about-highlights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-visual-column {
    grid-column: span 12 / span 12;
  }
  .about-image {
    height: 320px;
  }
  .founder-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .founder-image-column {
    grid-column: span 12 / span 12;
  }
  .founder-image {
    height: 380px;
  }
  .founder-text-column {
    grid-column: span 12 / span 12;
  }
  .founder-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .services-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .services-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .services-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .why-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .why-text-column {
    grid-column: span 12 / span 12;
  }
  .why-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .why-visual-column {
    grid-column: span 12 / span 12;
  }
  .why-image {
    height: 300px;
  }
  .testimonials-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .testimonials-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .testimonials-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .resources-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .resources-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .resources-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .resources-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .consultation-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .consultation-form-column {
    grid-column: span 12 / span 12;
  }
  .consultation-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .form-row {
    flex-direction: column;
  }
  .radio-group {
    flex-direction: column;
    gap: 0.75rem;
  }
  .consultation-info-column {
    grid-column: span 12 / span 12;
  }
  .contact-map-image {
    height: 220px;
  }
  .footer-brand-column {
    grid-column: span 12 / span 12;
  }
  .footer-links-column {
    grid-column: span 6 / span 6;
  }
  .footer-contact-column {
    grid-column: span 6 / span 6;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .founder-ceo-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .founder-ceo-grid {
    gap: 2rem;
  }
  .founder-ceo-image-column {
    grid-column: span 12 / span 12;
  }
  .founder-ceo-text-column {
    grid-column: span 12 / span 12;
  }
  .founder-ceo-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .founder-ceo-image {
    height: 380px;
  }
}
@media (max-width: 480px) {
  .hero-image {
    height: 260px;
  }
  .about-highlights-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .about-image {
    height: 240px;
  }
  .founder-image {
    height: 280px;
  }
  .services-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .why-image {
    height: 220px;
  }
  .testimonials-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .resources-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .contact-map-image {
    height: 180px;
  }
  .footer-links-column {
    grid-column: span 12 / span 12;
  }
  .footer-contact-column {
    grid-column: span 12 / span 12;
  }
  .founder-ceo-image {
    height: 280px;
  }
  .brand-logo-img {
    width: 2rem;
    height: 2rem;
  }
}
