/* --- Root Variables --- */
:root {
  /* --- Brand Colors --- */
  --blue: rgba(20, 39, 78, 1);
  --blue-hover: rgba(26, 53, 107, 1);
  --blue-rgb: 20, 39, 78;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --white-smoke: rgba(247, 247, 243, 1);
  --grey: rgba(39, 39, 39, 1);
  --light-grey: rgba(153, 153, 153, 1);
  --black: rgba(13, 13, 13, 1);
  --numbers-bg: rgba(245, 246, 249, 1);
  --surface: rgba(255, 253, 249, 1);
  --sand-100: rgba(246, 239, 230, 1);
  --sand-200: rgba(241, 227, 210, 1);
  --sand-300: rgba(235, 207, 171, 1);
  --sand-500: rgba(216, 181, 138, 1);
  --sand-rgb: 235, 207, 171;

  /* --- Typography colors --- */
  --text-heading: var(--blue);
  --text-body: var(--grey);
  --text-muted: var(--light-grey);
  --text-caption: rgba(128, 128, 128, 1);
  --link-color: var(--grey);
  --link-hover: var(--sand-300);

  /* --- Combine Library: Grey Scale --- */
  --combine-library--grey-050: rgba(242, 243, 247, 1);
  --combine-library--grey-100: rgba(217, 220, 226, 1);
  --combine-library--grey-200: rgba(191, 196, 206, 1);
  --combine-library--grey-600: rgba(95, 101, 112, 1);
  --combine-library--grey-800: rgba(31, 44, 61, 1);
  --combine-library--white: rgba(255, 255, 255, 1);

  /* --- Combine Library: Status Colors --- */
  --combine-library--success-100: rgba(235, 247, 222, 1);
  --combine-library--success-800: rgba(109, 148, 0, 1);
  --combine-library--error-100: rgba(255, 236, 236, 1);
  --combine-library--error-800: rgba(226, 0, 79, 1);

  /* --- Legacy: used in component CSS files --- */
  --dark-grey: rgba(20, 39, 78, 1);
  --_website---white: rgba(255, 255, 255, 1);
  --website-text-color: rgb(39, 39, 39);
  --elements-webflow-library--neutral--100: rgba(255, 255, 255, 1);
  --radiant-ui-components-library--color--white: rgba(255, 255, 255, 1);
  --radiant-ui-components-library--color--stroke: rgba(227, 227, 227, 1);
  --radiant-ui-components-library--light-grey: rgba(90, 90, 90, 1);
  --radiant-ui-components-library--color--heading-dark: rgba(21, 4, 56, 1);
  --radiant-ui-components-library--color--body-font-dark: rgba(109, 109, 109, 1);
  --radiant-ui-components-library--color--button-background-dark: rgba(19, 18, 24, 1);
  --alley-component-library--neutral--off-white: rgba(244, 244, 246, 1);
  --alley-component-library--gray--100: rgba(178, 179, 189, 1);
  --alley-component-library--gray--700: rgba(56, 57, 66, 1);
  --alley-component-library--neutral--black: rgba(0, 0, 0, 1);

  /* --- Typography --- */
  --_website---font-family: 'Google Sans', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --_website---text: 1rem;
  --_website---text-height: 150%;
  --_website---text-height-tablet: 155%;
  --_website---text-height-mobile: 160%;

  /* --- Heading font-size tokens --- */
  --h1: 2.986rem; --h1-t: 2.6rem;   --h1-ml: 2.2rem;  --h1-m: 2rem;
  --h2: 2.488rem; --h2-t: 2.1rem;   --h2-ml: 1.8rem;  --h2-m: 1.7rem;
  --h3: 2.074rem; --h3-t: 1.8rem;   --h3-ml: 1.5rem;  --h3-m: 1.4rem;
  --h4: 1.728rem; --h4-t: 1.5rem;   --h4-ml: 1.3rem;  --h4-m: 1.2rem;
  --h5: 1.44rem;  --h5-t: 1.3rem;   --h5-ml: 1.1rem;  --h5-m: 1.1rem;
  --h6: 1.2rem;   --h6-t: 1.15rem;  --h6-ml: 1rem;    --h6-m: 1rem;

  /* --- Border-radius scale --- */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;

  /* --- Shadow scale --- */
  --shadow-sm:  0 2px 8px -2px rgba(20, 39, 78, 0.08);
  --shadow-md:  0 10px 20px -8px rgba(20, 39, 78, 0.12);
  --shadow-lg:  0 28px 68px -24px rgba(20, 39, 78, 0.20);
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}

/* Utility class used by templates/scripts for initial hidden state */
.hidden {
  display: none !important;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
  background-color: rgb(250, 250, 250);
  padding: 1.25rem;
  border-radius: 8px;
  border: 0.5px solid rgba(var(--black-rgb), 0.1);
  color: var(--dark-grey);
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'], input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: none;
}
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}

/* --- Base and Element Styles --- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: 'Google Sans', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
/* --- Typography --- */
h1, h2, h3, h4, h5, h6 {
  color: var(--text-heading);
  font-family: 'Google Sans', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
h1 {
  font-size: var(--h1);
  letter-spacing: -.02em;
  margin-top: 20px;
  font-weight: 700;
  line-height: 1.2;
}
h2 {
  font-size: var(--h2);
  letter-spacing: -.02em;
  margin-top: 20px;
  font-weight: 600;
  line-height: 1.22;
}
h3 {
  font-size: var(--h3);
  letter-spacing: -.02em;
  margin-top: 20px;
  font-weight: 600;
  line-height: 1.28;
}
h4 {
  font-size: var(--h4);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.32;
}
h5 {
  font-size: var(--h5);
  letter-spacing: 0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.38;
}
h6 {
  font-size: var(--h6);
  letter-spacing: 0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.42;
}

/* --- Responsive heading scale --- */
@media screen and (max-width: 991px) {
  h1 { font-size: var(--h1-t); }
  h2 { font-size: var(--h2-t); }
  h3 { font-size: var(--h3-t); }
  h4 { font-size: var(--h4-t); }
  h5 { font-size: var(--h5-t); }
  h6 { font-size: var(--h6-t); }
}

@media screen and (max-width: 767px) {
  h1 { font-size: var(--h1-ml); }
  h2 { font-size: var(--h2-ml); }
  h3 { font-size: var(--h3-ml); }
  h4 { font-size: var(--h4-ml); }
  h5 { font-size: var(--h5-ml); }
  h6 { font-size: var(--h6-ml); }
}

@media screen and (max-width: 479px) {
  h1 { font-size: var(--h1-m); }
  h2 { font-size: var(--h2-m); }
  h3 { font-size: var(--h3-m); }
  h4 { font-size: var(--h4-m); }
  h5 { font-size: var(--h5-m); }
  h6 { font-size: var(--h6-m); }
}

p {
  color: var(--text-body);
  font-family: 'Google Sans', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 10px;
}
a {
  color: var(--link-color);
  text-decoration: underline;
  font-weight: 400;
  line-height: inherit;
  transition: all .35s, opacity .25s cubic-bezier(.165, .84, .44, 1);
}
a:hover {
  color: var(--link-hover);
}
ul, ol {
  color: var(--text-body);
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: 2em;
  font-family: 'Google Sans', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.55;
}
li {
  margin-bottom: .25rem;
  line-height: 1.55;
}
img {
  max-width: 100%;
  display: inline-block;
  position: relative;
}
label {
  margin-bottom: .25rem;
  font-weight: 300;
  line-height: 1.35;
}
blockquote {
  color: var(--text-heading);
  font-family: 'Google Sans', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: var(--_website---text);
  letter-spacing: -.02em;
  border-left: .25rem solid rgba(226, 226, 226, 1);
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 1.25rem 1.25rem;
  font-weight: 400;
  line-height: 1.55;
  margin-inline-start: 10px;
  background-color: rgb(250,250,250);
  border-radius: 5px;
}
figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
figcaption {
  text-align: center;
  margin-top: .25rem;
  font-size: 12px;
  color: var(--text-caption);
}
.fr-inner {
  text-align: center;
  margin-top: .25rem;
  font-size: 12px;
  color: var(--text-caption);
}

/* --- Filtered Class Styles --- */

.sky-blue {
  background-image: linear-gradient(216deg, rgba(255, 255, 255, 1), rgba(249, 250, 254, 1));
}
/* used on index.ht-----m */
.deep-blue { 
  background-image: linear-gradient(333deg, rgba(20, 39, 78, 1) 38.4%, rgba(26, 53, 107, 1) 238.57%);
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 46px;
  border: 0.5px solid rgba(var(--black-rgb),0.1);
  border-radius: var(--radius-sm);
  background-color: var(--blue);
  color: var(--_website---white);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  text-decoration: none;
  text-transform: none;
  overflow: hidden;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

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

/* Safari-like scrollbar styling across browsers */
:root {
  --scrollbar-size: 10px;
  --scrollbar-track: transparent;
  --scrollbar-thumb: rgba(60, 60, 67, 0.38);
  --scrollbar-thumb-hover: rgba(60, 60, 67, 0.55);
  --scrollbar-thumb-active: rgba(60, 60, 67, 0.72);
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
}

*::-webkit-scrollbar {
  width: var(--scrollbar-size);
  height: var(--scrollbar-size);
}

*::-webkit-scrollbar-track {
  background: var(--scrollbar-track);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: padding-box;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover);
}

*::-webkit-scrollbar-thumb:active {
  background-color: var(--scrollbar-thumb-active);
}

*::-webkit-scrollbar-corner {
  background: transparent;
}

@media screen and (max-width: 1279px) {
  .container {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.hero-block-content {
  display: flex;
  flex-direction: column;
  padding-top: 10%;
  align-self: stretch;
  width: 100%;
  /* justify-content: center; */
}
@media screen and (max-width: 767px) {
  .hero-block-content {
    order: 1;
  }
}
.hero-block-text-wrapper {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.vocabulary-hero-image__wrapper {
  background-size: cover;
  border-radius: var(--radius-xl);
  overflow: hidden;
  width: 45%;
}

.button:hover,
.button:focus-visible {
  background-color: var(--blue-hover);
  color: var(--_website---white);
}

.button:focus-visible {
  outline: 3px solid rgba(var(--blue-rgb), 0.4);
  outline-offset: 2px;
}

/* --- Hashtags --- */
.collection-list.tags {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tag-item {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  background-image: url('../images/AA4---56.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
}

.tag-item.white {
  color: var(--radiant-ui-components-library--color--white);
}

.tag-item.blue {
  color: var(--alley-component-library--gray--700);
  background-color: #fdfdfd;
  background-image: none;
}

.tag-item a {
  color: inherit;
  text-decoration: none;
}

.content-hashtags {
  margin-top: 24px;
}

.content-hashtags__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.content-hashtags__list .tag-item {
  margin: 0;
}

@media screen and (max-width: 479px) {
  .collection-list.tags {
    gap: 0;
    flex-flow: column;
  }

  .tag-item.white,
  .tag-item.blue {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

/* --- Global accessible focus indicator --- */
:focus-visible {
  outline: 3px solid rgba(var(--blue-rgb), 0.4);
  outline-offset: 2px;
}

.button:active {
}

.button .btn-text {
  display: inline-block;
  transition: transform 0.4s ease-out;
}

.button:hover .btn-text,
.button:focus-visible .btn-text {
  transform: translateX(-10px);
}

.button .btn-arrow {
  position: absolute;
  right: 30px;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  opacity: 0;
  color: currentColor;
  transform: translateX(26px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  pointer-events: none;
}

.button:hover .btn-arrow,
.button:focus-visible .btn-arrow {
  opacity: 1;
  transform: translateX(0);
}

.button svg {
  display: block;
}

.button--light {
  background-color: var(--_website---white);
  color: var(--blue);
}

.button--light:hover,
.button--light:focus-visible {
  background-color: rgba(var(--white-rgb), 0.9);
  color: var(--blue);
}

.button--light:active {
}

.button--outline {
  background-color: transparent;
  border: 1px solid rgba(var(--black-rgb), 0.18);
  color: var(--blue);
}

.button--outline:hover,
.button--outline:focus-visible {
  background-color: rgba(var(--black-rgb), 0.05);
  border-color: rgba(var(--black-rgb), 0.3);
}



.button--hero-outline {
  background-color: transparent;
  border: 0.5px solid rgba(var(--black-rgb), 0.1);
  color: var(--blue);
}

.button--hero-outline:hover,
.button--hero-outline:focus-visible {
  background-color: rgba(var(--black-rgb), 0.05);
  border-color: rgba(var(--black-rgb), 0.3);
  color: var(--blue);
}

.button.is-loading,
.button[disabled] {
  opacity: 0.65;
  cursor: not-allowed;
}

.button.is-loading .btn-arrow,
.button[disabled] .btn-arrow {
  opacity: 0;
}

.hero-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.category-text-container {
  padding-bottom: 60px;
}

.services__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 64px;
  margin-bottom: 28px;
  align-items: stretch;
  grid-auto-rows: 1fr;
}

@media screen and (min-width: 991px) {
  .services__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.services__grid .link-block {
  display: flex;
  height: 100%;
}

.services__grid .a-feature-text-grid {
  height: 100%;
}
.subtitle {
  color: var(--text-muted);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.navbar-button-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 767px) {
  .navbar-button-wrapper .button {
    display: none !important;
  }
}

@media screen and (max-width: 568px) {
  .hero-block-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
  }

.hero-block-buttons .button {
  width: 100%;
}
}

.combine-header1_image-wrapper--with-vector {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.combine-header1_image-vector {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.combine-header1_image-wrapper--with-vector .combine-header1_image {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .navbar-menu-icon {
    display: none;
  }
}

.faq-answer-section {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.faq-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--numbers-bg);
  border-bottom: 1px solid #eff2ff33;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
  overflow: clip;
}


.plus-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 5px;
  background-color: var(--blue);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.plus-icon::before,
.plus-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  transform: scale(1);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.plus-icon::before {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20800'%20fill='none'%3E%3Cpath%20d='M190.237%20323.69C177.219%20336.707%20177.219%20357.813%20190.237%20370.83L353.31%20533.743C379.35%20559.757%20421.543%20559.747%20447.57%20533.723L610.58%20370.71C623.6%20357.693%20623.6%20336.587%20610.58%20323.569C597.563%20310.552%20576.457%20310.552%20563.44%20323.569L423.92%20463.09C410.903%20476.11%20389.797%20476.107%20376.78%20463.09L237.377%20323.69C224.36%20310.672%20203.254%20310.672%20190.237%20323.69Z'%20fill='white'/%3E%3C/svg%3E");
}

.plus-icon::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20800'%20fill='none'%3E%3Cpath%20d='M186.742%20186.742C173.724%20199.759%20173.724%20220.865%20186.742%20233.882L333.86%20381L186.742%20528.118C173.724%20541.135%20173.724%20562.241%20186.742%20575.258C199.759%20588.276%20220.865%20588.276%20233.882%20575.258L381%20428.14L528.118%20575.258C541.135%20588.276%20562.241%20588.276%20575.258%20575.258C588.276%20562.241%20588.276%20541.135%20575.258%20528.118L428.14%20381L575.258%20233.882C588.276%20220.865%20588.276%20199.759%20575.258%20186.742C562.241%20173.724%20541.135%20173.724%20528.118%20186.742L381%20333.86L233.882%20186.742C220.865%20173.724%20199.759%20173.724%20186.742%20186.742Z'%20fill='white'/%3E%3C/svg%3E");
}

.faq-item.open .plus-icon {
  transform: rotate(90deg);
}

.faq-item.open .plus-icon::before {
  opacity: 0;
  transform: scale(0.7);
}

.faq-item.open .plus-icon::after {
  opacity: 1;
  transform: scale(1);
}

.vocabulary-wrap .vocabulary-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  column-gap: 1.5rem;
  row-gap: 1rem;
  align-items: flex-start;
}

.vocabulary-wrap .vocabulary-item__wrap {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .vocabulary-wrap .vocabulary-list {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
}

@media screen and (max-width: 479px) {
  .vocabulary-wrap .vocabulary-list {
    grid-template-columns: 1fr;
  }
  .working-process__step-item-info__wrap {
    padding-bottom: 0;
    padding-left: 1%;
    padding-right: 1%;
  }
}

.working-process__container {
  width: 100%;
  max-width: 1200px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.working-process__wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.working-process__heading {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 499px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 120px; /* Adjusted for sticky navbar */
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.working-process__steps {
  --working-process-line-left: 120px;
  perspective: 600px;
  padding-bottom: 1px;
  width: 50%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.working-process__steps::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--working-process-line-left);
  width: 1px;
  background-color: #e1e1e1;
  z-index: 1;
  pointer-events: none;
}

.working-process__progress-line {
  z-index: 2;
  background-image: linear-gradient(180deg, var(--blue), var(--blue));
  width: 1px;
  height: 96px;
  position: absolute;
  left: var(--working-process-line-left);
  top: 0;
  transform: translateY(0);
  transition: transform 0.18s linear, left 0.18s linear;
}

.working-process__step-item {
  border-bottom: 1px solid #e1e1e1;
  max-width: 800px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.working-process__step-item-number__wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-width: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: none;
}

.working-process__step-item-number {
  color: var(--blue);
  font-size: 5rem;
  font-weight: 600;
}

.working-process__step-item-info__wrap {
  flex: 1;
  padding: 1.7rem 8% 1.7rem 5%;
}

.working-process__step-item-info__title {
  color: var(--blue);
  text-transform: none;
  line-height: 31px;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.working-process__step-item-info__description {
  color: var(--radiant-ui-components-library--color--body-font-dark);
}

@media screen and (max-width: 991px) {
  .working-process__wrap {
    flex-direction: column;
  }
  .working-process__heading {
    position: static;
    margin-bottom: 2rem;
  }
  .working-process__steps {
    width: 100%;
  }
  .working-process__step-item-info__wrap {
    padding: 2rem 6%;
  }
  .working-process__wrap {
    height: auto;
    display: block;
  }
  .working-process__heading {
    max-width: 100%;
    height: auto;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .working-process__steps::before {
    display: none;
  }

  .working-process__step-item {
    flex-direction: column;
  }
  .working-process__step-item-number__wrap {
    box-shadow: none;
    justify-content: flex-start;
    margin-bottom: 1rem;
    width: 100%;
    height: 80px;
  }
  .working-process__progress-line {
    display: none; /* Animation is not suitable for this layout */
  }
  .working-process__step-item-info__wrap {
    padding: 0;
  }
}
/* --- End Working Process Section --- */

/* --- Hotfix for nested working-process__heading class --- */
/* This rule resets layout properties on the h2 element,
   which incorrectly inherits the parent's layout class, causing layout issues. */
div.working-process__heading > h2.working-process__heading {
  display: block;
  flex: initial;
  position: static;
  max-width: initial;
  height: auto;
}
/* --- End Hotfix --- */

/* --- Sub-Niches Section --- */
.sub-niches__header {
  margin-bottom: 40px;
}

.sub-niches__header h3 {
  margin: 0;
  color: var(--blue);
  font-size: 1.5rem;
  font-weight: 600;
}

.sub-niches nav[aria-labelledby] {
  margin: -20px 0 24px;
}

.sub-niches nav[aria-labelledby] ul {
  margin: 0;
  padding-left: 20px;
}

.sub-niches nav[aria-labelledby] li {
  margin: 0 0 8px;
}

.sub-niches__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}

.sub-niches {
  display: grid;
  gap: 24px;
}

.sub-niches > .sub-niches__header,
.sub-niches > nav {
  grid-column: 1 / -1;
}

.sub-niches__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  padding: 24px;
  border: 1.5px solid var(--alley-component-library--neutral--off-white);
  border-radius: 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sub-niches__item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.sub-niches__item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  background-color: #fff;
  border-radius: 100%;
  border: 0.5px solid rgba(var(--black-rgb), 0.1);
}

.sub-niches__item-icon-img {
  width: 24px;
  height: 24px;
}

.fr-img-wrap {
  display: flex;
  flex-direction: column;
}

.sub-niches__item-title {
  margin: 0;
  font-weight: 500;
  font-size: 1.25rem;
  color: var(--blue);
}

.sub-niches__item-button {
  align-self: flex-end;
  padding: 10px 24px;
  border-radius: var(--radius-sm);
  background-color: var(--blue);
  color: var(--_website---white);
  font-size: 16px;
  text-decoration: none;
  transition: background-color .2s ease;
}

.sub-niches__item-button:hover {
  background-color: var(--blue-hover);
}

@media screen and (max-width: 1199px) {
  .sub-niches {
    grid-template-columns: repeat(2, 1fr);
  }

  .sub-niches__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .sub-niches {
    grid-template-columns: 1fr;
  }

  .sub-niches__grid {
    grid-template-columns: 1fr;
  }
}
/* --- End Sub-Niches Section --- */
