:root {
  --dl-color-gray-500: #595959;
  --dl-color-gray-700: #999999;
  --dl-color-gray-900: #D9D9D9;
  --dl-color-danger-300: #A22020;
  --dl-color-danger-500: #BF2626;
  --dl-color-danger-700: #E14747;
  --dl-color-gray-black: #000000;
  --dl-color-gray-white: #FFFFFF;
  --dl-color-primary-100: #003EB3;
  --dl-color-primary-300: #0074F0;
  --dl-color-primary-500: #14A9FF;
  --dl-color-primary-700: #85DCFF;
  --dl-color-success-300: #199033;
  --dl-color-success-500: #32A94C;
  --dl-color-success-700: #4CC366;
  --dl-layout-size-large: 144px;
  --dl-layout-size-small: 48px;
  --dl-layout-space-unit: 16px;
  --dl-color-scheme-white: #FFFFFF;
  --dl-layout-size-medium: 96px;
  --dl-layout-size-xlarge: 192px;
  --dl-layout-size-xsmall: 16px;
  --dl-color-theme-accent1: #FFFFFF;
  --dl-color-theme-accent2: #F5D1B0;
  --dl-layout-radius-round: 50%;
  --dl-layout-size-xxlarge: 288px;
  --dl-color-scheme-green80: #105749ff;
  --dl-color-theme-primary1: #BF4408;
  --dl-color-theme-primary2: #E65103;
  --dl-layout-size-maxwidth: 1110px;
  --dl-layout-radius-radius2: 2px;
  --dl-layout-radius-radius4: 4px;
  --dl-layout-radius-radius8: 8px;
  --dl-layout-size-maxwidth1: 1144px;
  --dl-layout-space-halfunit: 8px;
  --dl-layout-space-sixunits: 96px;
  --dl-layout-space-twounits: 32px;
  --dl-color-scheme-orange100: #ffad61ff;
  --dl-color-theme-secondary1: #FFFFFF;
  --dl-color-theme-secondary2: #FBF1EB;
  --dl-layout-space-fiveunits: 80px;
  --dl-layout-space-fourunits: 64px;
  --dl-layout-space-threeunits: 48px;
  --dl-color-theme-neutral-dark: #191818;
  --dl-layout-radius-cardradius: 8px;
  --dl-color-theme-neutral-light: #FBFAF9;
  --dl-layout-radius-imageradius: 8px;
  --dl-layout-radius-inputradius: 24px;
  --dl-layout-radius-buttonradius: 24px;
  --dl-layout-space-oneandhalfunits: 24px;
}
 
.button {
  color: #020224;
  cursor: pointer;
  height: 60px;
  display: flex;
  padding: 0.5rem 1rem;
  font-style: normal;
  text-align: center;
  transition: 0.3s;
  align-items: center;
  font-weight: 500;
  border-width: 0px;
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  background-color: #A3AFDB;
}
 
.button:hover {
  opacity: 0.7;
}
 
.button-round {
  color: #020224;
  width: 60px;
  cursor: pointer;
  height: 60px;
  display: flex;
  padding: 0.5rem 1rem;
  font-style: normal;
  text-align: center;
  transition: 0.3s;
  align-items: center;
  font-weight: 500;
  border-width: 0px;
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  background-color: #A3AFDB;
}
 
.button-round:hover {
  opacity: 0.7;
}
 
.input {
  color: var(--dl-color-gray-black);
  cursor: auto;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-gray-white);
}
 
.textarea {
  color: var(--dl-color-gray-black);
  cursor: auto;
  padding: 0.5rem;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-gray-white);
}
 
.list {
  width: 100%;
  margin: 1em 0px 1em 0px;
  display: block;
  padding: 0px 0px 0px 1.5rem;
  list-style-type: none;
  list-style-position: outside;
}
 
.list-item {
  display: list-item;
}
 
.teleport-show {
  display: flex !important;
  transform: translateX(0%) !important;
}
 
.slide-title {
  color: white;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  transition: 0.3s;
  align-items: flex-start;
  font-weight: 500;
  border-color: transparent;
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: space-between;
  border-bottom-width: 2px;
}
 
.slide-title:hover {
  opacity: 0.5;
}
 
.slide-title-active {
  border-color: #0000F5;
}
 
.banner {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  border-width: 0px;
  flex-direction: row;
  background-color: #0000F5;
}
 
.banner-smaller {
  width: 620px;
  height: 460px;
}
 
.swiper-pagination {
  cursor: grab;
  z-index: 10;
  list-style: none;
  text-align: center;
}
 
.swiper-pagination-bullet {
  width: 12px;
  cursor: pointer;
  height: 12px;
  display: inline-block;
  transition: width .25s ease;
  border-radius: 12px;
  background-color: ef9911;
}
 
.swiper-pagination-bullet-active {
  width: 45px;
  opacity: 1 !important;
}
 
.objective {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: 280px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.value {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
}
 
.accordion {
  gap: 30px;
  color: #F7F8FF;
  width: 988px;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: baseline;
  padding-top: 30px;
  border-color: #6176CB;
  padding-left: 0;
  align-content: 0;
  flex-direction: row;
  padding-bottom: 30px;
  justify-content: space-between;
  border-bottom-width: 1px;
}
 
.accordion:hover {
  width: 1048px;
  padding: 40px 30px;
  background: #E15951;
  margin-top: -10px;
  transition: 0.3s;
  border-color: #E15951;
  border-radius: 16px;
  margin-bottom: -10px;
}
 

 
.accordion-process {
  gap: 30px;
  width: 700px !important;
  cursor: pointer;
  display: flex;
  box-shadow: 0px 15px 25px -5px rgba(9, 9, 45, 0);
  transition: 0.3s;
  align-items: baseline;
  padding-top: 30px;
  border-color: #3F6285;
  padding-left: 0;
  align-content: 0;
  flex-direction: row;
  padding-bottom: 30px;
  justify-content: space-between;
  border-bottom-width: 1px;
}
 
.accordion-process:hover {
  width: 700px;
  padding: 40px 30px;
  background: #F7F8FF;
  box-shadow: 0px 30px 50px -15px rgba(9, 9, 45, 0.10);
  margin-top: -10px;
  transition: 0.3s;
  border-color: #F7F8FF;
  border-radius: 16px;
  margin-bottom: -10px;
}
 
.accordion-content {
  gap: 16px;
  color: #243168;
  width: 100%;
  overflow: hidden;
  margin-top: -30px;
  max-height: 0;
  transition: 0.3s;
  line-height: 24px;
  grid-template-columns: 1fr 1fr;
}
 
.accordion-content-faq {
  gap: 16px;
  color: #7C7C80;
  width: 100%;
  overflow: hidden;
  margin-top: -30px;
  max-height: 0;
  transition: 0.3s;
  line-height: 24px;
  grid-template-columns: 1fr;
}
 
.accordion-active {
  color: #243168;
  width: 1048px;
  display: flex;
  padding: 40px 30px;
  background: #F7F8FF;
  margin-top: -10px;
  max-height: auto;
  border-color: #F7F8FF;
  border-radius: 16px;
  margin-bottom: -10px;
}
 
.accordion-active:hover {
  color: #243168;
  background: #F7F8FF;
}
 

 

 

 
.blaze-track {
  cursor: grabbing;
}
 

 

 
.slider {
  -slides-to-show: 1;
}
 

 
.navbar-container {
  top: 0;
  width: 100%;
  display: flex;
  padding: 60px 30px 0 30px;
  z-index: 1000;
  position: sticky;
  background: rgba(2, 2, 36, 0);
  transition: all 250ms;
  justify-content: center;
}
 
.hero {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  background-size: contain, contain;
  justify-content: flex-start;
  background-position: top left, top right;
}
 
.thq-input {
  color: #1A202C;
  width: 100%;
  cursor: auto;
  outline: none;
  padding: 1em 0;
  font-size: 17px;
  align-self: stretch;
  background: none transparent;
  text-align: left;
  transition: all 0.3s;
  font-family: Fustat;
  font-weight: 600;
  line-height: 20px;
  border-bottom: 1px solid #202C5D;
  border-radius: 0;
}
 
.thq-input:focus {
  outline: unset;
  background: #fff;
  padding-left: 16px;
  border-bottom: 1px solid #E15951;
  padding-right: 16px;
}
 
.thq-button-filled {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: var(--dl-color-theme-primary1);
  border-width: 1px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
  background-color: var(--dl-color-theme-primary1);
}
 
.thq-button-filled:hover {
  fill: var(--dl-color-theme-secondary2);
  color: var(--dl-color-theme-secondary2);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.thq-button-outline {
  gap: var(--dl-layout-space-halfunit);
  fill: #020224;
  font: Fustat;
  color: #020224;
  border: 0 none;
  cursor: pointer;
  display: flex;
  padding: 12px 18px 12px 22px;
  font-size: 15px;
  background: #E15951;
  transition: 0.3s;
  align-items: center;
  font-weight: 600;
  line-height: 23px;
  white-space: nowrap;
  border-bottom: 2px solid #C34141;
  border-radius: var(--dl-layout-radius-buttonradius);
  justify-content: center;
}
 
.thq-button-outline:hover {
  fill: #FFFFFF;
  color: #020224;
  background: #FFFFFF;
  border-color: #BDC6E5;
}
 
.thq-button-full {
  gap: 8px;
  fill: #F7F8FF;
  font: Fustat;
  color: #F7F8FF;
  border: 0 none;
  cursor: pointer;
  display: flex;
  padding: 18px 26px 18px 30px;
  overflow: hidden;
  font-size: 15px;
  background: #E15951;
  box-shadow: 0px 16px 32px 0px rgba(9, 9, 45, 0.4000000059604645) ;
  transition: 0.3s;
  align-items: center;
  font-weight: 600;
  line-height: 23px;
  white-space: nowrap;
  border-color: rgba(225, 89, 81, 1);
  border-style: solid;
  border-width: 2px;
  border-radius: 48px;
  justify-content: center;
  text-decoration: none;
  background-color: rgba(2, 2, 35, 0.6000000238418579);
}
 
.thq-button-full:hover {
  fill: #FFFFFF;
  color: #020224;
  background: #FFFFFF;
  border-color: #BDC6E5;
}
 
.thq-button-flat {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: transparent;
  border-width: 1px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}
 
.thq-button-flat:hover {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.thq-heading-1 {
  font-size: 48px;
  font-family: STIX Two Text;
  font-weight: 700;
  line-height: 1.5;
}
 
.thq-heading-2 {
  font-size: 35px;
  font-family: STIX Two Text;
  font-weight: 600;
  line-height: 1.5;
}
 
.thq-heading-3 {
  font-size: 26px;
  font-family: STIX Two Text;
  font-weight: 600;
  line-height: 1.5;
}
 
.thq-body-large {
  font-size: 18px;
  font-family: Noto Sans;
  line-height: 1.5;
}
 
.thq-body-small {
  font-size: 16px;
  font-family: Fustat;
  line-height: 1.5;
}
 
.thq-team-image-round {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
 
.thq-section-padding {
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-fiveunits);
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.thq-section-max-width {
  width: 100%;
  max-width: var(--dl-layout-size-maxwidth);
}
 
.thq-img-ratio-1-1 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-ratio-16-9 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-ratio-4-3 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-ratio-4-6 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/6;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-round {
  width: 100%;
  border-radius: var(--dl-layout-radius-round);
}
 
.thq-flex-column {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.thq-flex-row {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
}
 
.thq-grid-6 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
 
.thq-grid-5 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
 
.thq-card {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  padding: var(--dl-layout-space-twounits);
  align-items: stretch;
  border-radius: var(--dl-layout-radius-cardradius);
  flex-direction: column;
}
 
.thq-box-shadow {
  box-shadow: 0px 0px 5px -2px var(--dl-color-theme-neutral-dark);
}
 
.thq-grid-3 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr;
}
 
.thq-grid-4 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
 
.thq-grid-2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr;
}
 
.thq-checkbox {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.thq-select {
  cursor: pointer;
  appearance: none;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-inputradius);
  padding-right: var(--dl-layout-space-twounits);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: var(--dl-color-theme-neutral-light);
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg width%3D%2220%22 height%3D%2220%22 xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 20 20%22 fill%3D%22%23000%22%3E%3Cpath d%3D%22M4.293 7.293a1 1 0 011.414 0L10 11.586l4.293-4.293a1 1 0 111.414 1.414l-5 5a1 1 0 01-1.414 0l-5-5a1 1 0 010-1.414z%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 8px center;
}
 
.thq-divider-horizontal {
  width: 100%;
  height: 1px;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.thq-icon-small {
  width: 24px;
  height: 24px;
}
 
.thq-button-icon {
  fill: var(--dl-color-theme-secondary1);
  padding: 3px;
  transition: 0.3s;
  border-radius: var(--dl-layout-radius-round);
}
 
.thq-button-icon:hover {
  fill: var(--dl-color-theme-secondary2);
}
 
.thq-icon-medium {
  width: var(--dl-layout-size-small);
  height: var(--dl-layout-size-small);
}
 
.thq-icon-x-small {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.thq-link {
  color: #F7F8FF;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  background: linear-gradient(to right, #E15951 50%, #F7F8FF 50%);
  transition: background-position 300ms ease;
  font-weight: 600;
  background-clip: text;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-text-fill-color: transparent;
}
 
.thq-link:hover {
  background-position: 0 100%;
}
 
.thq-grid-auto-300 {
  display: grid;
  grid-gap: var(--dl-layout-space-oneandhalfunits);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
 
.thq-animated-group-vertical-reverse {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  animation: scroll-y 20s linear infinite;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
  animation-direction: reverse;
}
 
.thq-animated-group-horizontal-reverse {
  gap: var(--dl-layout-space-unit);
  display: flex;
  animation: scroll-x 20s linear infinite;
  min-width: 100%;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-around;
  animation-direction: reverse;
}
 
.thq-animated-group-vertical {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  animation: scroll-y 20s linear infinite;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
}
 
.thq-animated-group-horizontal {
  gap: var(--dl-layout-space-unit);
  display: flex;
  animation: scroll-x 20s linear infinite;
  min-width: 100%;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-around;
}
 
.thq-animated-group-container-vertical {
  gap: var(--dl-layout-space-unit);
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
 
.thq-animated-group-container-horizontal {
  gap: var(--dl-layout-space-unit);
  display: flex;
  overflow: hidden;
}
 
.thq-mask-image-vertical {
  mask-image: linear-gradient(to bottom, transparent, black 1%, black 99%, transparent);
}
 
.thq-mask-image-horizontal {
  mask-image: linear-gradient(to right, transparent, black 1%, black 99%, transparent);
}
 
.thq-img-scale {
  transition: 0.3s;
}
 
.thq-img-scale:hover {
  scale: 1.05;
}
 
.thq-animated-card-bg-1 {
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  border-radius: var(--dl-layout-radius-cardradius);
  background-color: var(--dl-color-theme-accent1);
}
 
.thq-animated-card-bg-2 {
  transition: transform 0.3s;
  border-radius: var(--dl-layout-radius-cardradius);
  background-color: var(--dl-color-theme-accent2);
}
 
.thq-button-animated {
  outline: none;
  z-index: 1;
  overflow: hidden;
  position: relative;
  border-width: 2px;
}
 
.thq-input::placeholder {
  color: #202C5D;
  font-size: 17px;
  text-align: left;
  font-family: Fustat;
  font-weight: 600;
  line-height: 20px;
  vertical-align: middle;
}
 
.thq-animated-group-container-vertical:hover div {
  animation-play-state: paused;
}
 
.thq-animated-group-container-horizontal:hover div {
  animation-play-state: paused;
}
 
.thq-animated-card-bg-2:has([data-animated="true"]:hover) {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(3deg) skew(0deg, 0deg);
}
 
.thq-animated-card-bg-1:has([data-animated="true"]:hover) {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-6deg) skew(0deg, 0deg);
}
 
.thq-button-animated:before {
  top: 0;
  left: -20%;
  color: var(--dl-color-theme-neutral-light);
  width: 200%;
  height: 101%;
  content: "";
  z-index: 1;
  position: absolute;
  transform: scaleX(0);
  transition: transform 0.5s;
  border-radius: var(--dl-layout-radius-buttonradius);
  background-color: #fff;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
}
 
.thq-button-animated:hover::before {
  color: #fff;
  z-index: -1;
  transform: scaleX(1);
}
 
.max-width {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: center;
  justify-content: space-between;
}
 
.slider-controls {
  gap: 10px;
  display: flex;
  z-index: 9999;
  margin-top: -60px;
  align-items: center;
  flex-direction: row;
}
 
.logo-items {
  gap: 14px;
  display: inline-flex;
  animation: 60s slides infinite linear;
}
 
.logos {
  gap: 14px;
  padding: 30px 0px 30px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
 

 
.bullet-point {
  gap: 10px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.bullet-point-text {
  color: rgba(36, 49, 104, 1);
  height: auto;
  flex-grow: 1;
  font-size: 16px;
  font-style: Medium;
  text-align: left;
  font-family: Fustat;
  font-weight: 500;
  line-height: 26px;
  font-stretch: normal;
  text-decoration: none;
}
 
.accordion-heading-process {
  gap: 12px;
  color: #193652;
  display: flex;
  align-items: flex-start;
}
 
.accordion-process-content {
  gap: 12px;
  color: #193652;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.process-tab {
  gap: 8px;
  display: flex;
  padding: 5px 10px;
  align-items: center;
  border-color: #193652;
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  justify-content: center;
}
 
.process-tab-b {
  gap: 8px;
  color: #fff;
  display: flex;
  padding: 5px 10px;
  align-items: center;
  border-radius: 24px;
  justify-content: center;
  background-color: #193652;
}
 
.accordion-content-process-extra {
  gap: 4px;
  display: flex;
  padding: 20px 30px 14px 30px;
  font-size: 14px;
  align-self: stretch;
  align-items: flex-start;
  line-height: 20px;
  border-color: rgba(97, 118, 203, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: rgba(97, 118, 203, 1);
}
 
.thq-body-label {
  color: #202C5D;
  display: none;
  font-size: 16px;
  font-family: Fustat;
  font-weight: 600;
  line-height: 20px;
  padding-bottom: 5px;
}
 
.thq-submit-button {
  gap: 8px;
  color: #fff;
  display: flex;
  padding: 18px 26px 18px 30px;
  overflow: hidden;
  font-size: 16px;
  align-self: stretch;
  box-shadow: 0px 16px 32px 0px rgba(9, 9, 45, 0.4000000059604645) ;
  align-items: center;
  flex-shrink: 0;
  font-family: Fustat;
  font-weight: 600;
  border-color: rgba(225, 89, 81, 1);
  border-style: solid;
  border-width: 2px;
  border-radius: 48px;
  justify-content: center;
  background-color: rgba(23, 35, 86, 1);
}
 
.primary-header {
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.sticking {
  height: 80px;
  background: rgba(0, 0, 36, 0.66);
  padding-top: 20px;
  border-bottom: 1px solid rgba(97, 118, 203, 0.50);
  padding-bottom: 20px;
  backdrop-filter: blur(75px);
}
 
.ps-logo {
  height: 38px;
  margin-top: 16px;
}
 
.hero-container {
  width: 100%;
  display: flex;
  background: linear-gradient(180deg, #020224 0%, #172356 100%);
  margin-top: -114px;
  align-items: center;
  flex-direction: column;
}
 
.benefits-section {
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding-top: 120px;
  padding-left: 0px;
  border-radius: var(--dl-layout-radius-radius4);
  padding-right: 0px;
  flex-direction: column;
  padding-bottom: 180px;
  justify-content: flex-start;
}
 
.benefits-container {
  width: 100%;
  display: flex;
  z-index: 4;
  background: linear-gradient(16deg, #985B79 1.64%, #484180 31.66%, #292E65 49.12%, #172356 66.48%);
  align-items: center;
  flex-direction: column;
  border-bottom-left-radius: 48px;
  border-bottom-right-radius: 48px;
}
 
.mobilemenu_item {
  text-decoration: none;
}
 

 
.accordion-controls {
  gap: 24px;
  display: flex;
  padding: 0 30px;
  overflow: hidden;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.logo-slider {
  width: 100%; ;
  display: flex;
  padding: 20px 0; ;
  overflow: hidden;
  flex-direction: row;
}
 
.logo-track {
  display: flex;
}
 
.combined-track {
  gap: 30px;
  width: max-content;
  display: flex;
  will-change: transform;
}
 
.testimonial-text {
  color: rgba(223, 228, 250, 1);
  height: auto;
  font-size: 18px;
  align-self: stretch;
  font-style: Regular;
  text-align: left;
  font-family: Fustat;
  font-weight: 400;
  line-height: 30px;
  font-stretch: normal;
  text-decoration: none;
}
 

 

 

 

 
.FAQ-questions {
  height: auto;
  font-size: 18px;
  text-align: left;
  font-family: "Fustat";
  line-height: 30px;
  font-stretch: normal;
  align-content: 22px;
}
 
.accordion-faq {
  padding: 20px 0;
}
 
.accordion-faq:hover {
  padding: 30px 30px;
}
 
.accordion-faq:focus {
  padding: 20px 0;
}
 
.beforeHeading {
  font-size: 14px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
}
 
.navbarLink {
  font-size: 16px;
  font-style: normal;
  font-family: Titillium Web;
  font-weight: 600;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.H5 {
  font-size: 22px;
  font-style: normal;
  font-family: Fustat;
  font-weight: 600px;
  font-stretch: normal;
  letter-spacing: 0em;
}
 
.brandName {
  font-size: 20px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  text-decoration: none;
}
 
.H4 {
  font-size: 28px;
  font-style: normal;
  font-family: Fustat;
  font-weight: 600px;
  font-stretch: normal;
  letter-spacing: 0em;
}
 
.H2 {
  font-size: 40px;
  font-family: Fustat;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: em;
}
 
.Content {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
 
.FAQQuestions {
  font-size: 20px;
  font-style: normal;
  font-family: "Fustat";
  font-weight: 600px;
  line-height: 22px;
  letter-spacing: 0em;
  text-transform: none;
  text-decoration: none;
}
 

 

 
@media(max-width: 991px) {
  .banner {
    flex-direction: column;
  }
  .swiper-pagination-bullet {
    opacity: 0.5;
    background-color: #ffffff;
  }
  .objective {
    flex: 1;
  }
  .accordion {
    gap: 30px;
    width: 100% !important;
  }
  .accordion-process {
    gap: 30px;
    width: 100% !important;
  }
  .accordion-content {
    font-size: 14px;
    line-height: 21px;
  }
  .accordion-content-faq {
    font-size: 14px;
    line-height: 21px;
  }
  .hero {
    padding-left: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .slider-controls {
    margin-top: 40px;
  }
  .benefits-section {
    padding-top: 80px;
    padding-bottom: 160px;
  }
  .testimonial-text {
    font-size: 17px;
    line-height: 28px;
  }
  .classname1 {
    font-size: 12px;
  }
  .FAQ-questions {
    font-size: 17px;
    line-height: 21px;
  }
}
 
@media(max-width: 767px) {
  .objective {
    gap: var(--dl-layout-space-unit);
    max-width: 100%;
  }
  .value {
    padding-top: 0px;
    padding-bottom: var(--dl-layout-space-unit);
  }
  .accordion-content {
    grid-template-columns: 1fr;
  }
  .accordion-content-faq {
    grid-template-columns: 1fr;
  }
  .navbar-container {
    padding: 0 0 0 0;
  }
  .hero {
    height: 100vh;
    height: 100dvh;
  }
  .thq-section-padding {
    padding: var(--dl-layout-space-threeunits);
  }
  .thq-flex-column {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-flex-row {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-grid-6 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr 1fr;
  }
  .thq-grid-5 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr 1fr;
  }
  .thq-card {
    padding: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-grid-3 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-4 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-2 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr;
  }
  .thq-img-scale {
    width: 100%;
  }
  .logo-items {
    animation: 5s slides infinite linear;
  }
  .sticking {
    height: 60px;
    background: transparent;
    padding-top: 0;
    border-bottom: 0 none;
    backdrop-filter: none;
  }
  .ps-logo {
    height: 24px;
    display: none;
  }
  .hero-container {
    margin-top: -60px;
  }
  .benefits-section {
    align-items: flex-start;
    padding-top: var(--dl-layout-space-threeunits);
    padding-bottom: var(--dl-layout-space-fourunits);
  }
  .mobilemenu_item {
    font-size: 32px;
  }
  .testimonial-text {
    font-size: 16px;
    line-height: 24px;
  }
  .FAQ-questions {
    font-size: 15px;
    line-height: 20px;
  }
}
 
@media(max-width: 479px) {
  .hero {
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
  }
  .button {
    width: 100%;
  }
  .navbar-container {
    padding: 0 0 0 0;
  }
  .thq-section-padding {
    padding: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-flex-column {
    gap: var(--dl-layout-space-unit);
  }
  .thq-flex-row {
    gap: var(--dl-layout-space-unit);
  }
  .thq-grid-6 {
    grid-gap: var(--dl-layout-space-unit);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-5 {
    grid-gap: var(--dl-layout-space-unit);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-3 {
    grid-gap: var(--dl-layout-space-unit);
    align-items: center;
    grid-template-columns: 1fr;
  }
  .thq-grid-4 {
    grid-gap: var(--dl-layout-space-unit);
    align-items: center;
    flex-direction: column;
    grid-template-columns: 1fr;
  }
  .thq-grid-2 {
    grid-gap: var(--dl-layout-space-unit);
  }
  .thq-grid-auto-300 {
    grid-template-columns: 1fr;
  }
  .accordion-heading-process {
    gap: 7px;
  }
  .accordion-controls {
    padding: 0;
  }
}

/* ================================
   LEAD MAGNET — Diagnoza stylu przywództwa
   (TOFU mikrokonwersja, sekcja po #pakiety)
   ================================ */

.lm-section {
  position: relative;
  overflow: hidden;
  /* margin-top -74px wciąga ciemne tło pod rounded-bottom .home-container54
     (pakiety), żeby wypełnić narożniki — wcześniej tę rolę pełniło
     .home-container60 */
  margin-top: -74px;
  /* 130 = 56px oddechu pod micro-copy + 74px absorbowane przez ujemny margin
     .home-container60. Warsztaty mają tu 96px, bo ich treść siedzi w karcie
     z własnym paddingiem — tutaj micro-copy leży wprost na tle. */
  padding: 170px 0 130px;
  background: linear-gradient(135deg, #020224 0%, #172356 100%);
}

.lm-section *,
.lm-section *::before,
.lm-section *::after {
  box-sizing: border-box;
}

/* Scoped fix: gdy testimoniale siedzą bezpośrednio za diagnozą,
   home-thq-note-elm5 padding-top (254px) tworzyłby ~276px martwego odstępu.
   Tu skracamy go tak, żeby gap między CTA a sliderem testimoniali wynosił ~140px.
   Override aktywny tylko gdy .lm-section jest poprzednim siostrzeńcem
   — usunięcie diagnozy przywraca oryginał. */
.lm-section + .home-container60 .home-thq-note-elm5 {
  padding-top: 120px;
}

.lm-bg-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}
.lm-bg-glow--teal {
  width: 500px; height: 500px;
  top: -150px; right: -100px;
  background: radial-gradient(circle, rgba(93, 228, 199, 0.18) 0%, transparent 70%);
}
.lm-bg-glow--purple {
  width: 400px; height: 400px;
  bottom: -100px; left: -80px;
  background: radial-gradient(circle, rgba(152, 91, 121, 0.20) 0%, transparent 70%);
}

/* Pattern - kierunek: lewy-dół → prawy-góra (135deg = linie ////) */
.lm-pattern {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(
      135deg,
      rgba(93, 228, 199, 0.06) 0px, rgba(93, 228, 199, 0.06) 1px,
      transparent 1px, transparent 72px
    ),
    repeating-linear-gradient(
      135deg,
      rgba(225, 89, 81, 0.05) 0px, rgba(225, 89, 81, 0.05) 1px,
      transparent 1px, transparent 96px
    );
}

.lm-container {
  width: 100%;
  max-width: var(--dl-layout-size-maxwidth);
  margin: 0 auto;
  padding: 0 var(--dl-layout-space-fiveunits);
  position: relative;
  z-index: 1;
}

/* ---- Nagłówek sekcji (pełna szerokość, nad siatką) ---- */

.lm-eyebrow {
  font-family: 'Fustat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #5de4c7;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 14px;
}

.lm-heading {
  font-family: 'Fustat', sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #F7F8FF;
  line-height: 46px;
  max-width: 760px;
  margin: 0 0 16px;
}

.lm-lead {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(247, 248, 255, 0.7);
  line-height: 1.65;
  max-width: 720px;
  margin: 0 0 16px;
}
.lm-lead:last-of-type {
  margin-bottom: 0;
}

.lm-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 48px;
  align-items: start;
  margin-top: 44px;
}

/* ---- LEWA KOLUMNA: co dostajesz + CTA ---- */

.lm-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lm-bullet {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: rgba(247, 248, 255, 0.85);
  line-height: 1.6;
}

.lm-bullet b {
  color: #F7F8FF;
  font-weight: 600;
}

/* checkmark w miętowym kółku — ciemny znak, spójnie z CTA */
.lm-bullet__check {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 2px;
  border-radius: 50%;
  background-color: #5de4c7;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23020224' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

/* CTA TOFU — mint solid, świadomie LŻEJSZY wizualnie niż BOFU
   (mniejszy padding + miększy shadow + auto width — żeby nie konkurował
   z głównym CTA "Porozmawiajmy o ofercie" w hero/formularzu) */
.lm-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  font-family: 'Fustat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #020224;
  background: #5de4c7;
  border: 2px solid #5de4c7;
  border-radius: 48px;
  box-shadow: 0px 8px 20px rgba(9, 9, 45, 0.25);
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}

.lm-cta:hover {
  background: #3FCBB0;
  border-color: #3FCBB0;
  transform: translateY(-1px);
  box-shadow: 0px 12px 28px rgba(9, 9, 45, 0.35);
}

.lm-cta:focus-visible {
  outline: 2px solid #F7F8FF;
  outline-offset: 3px;
}

.lm-cta svg {
  transition: transform 0.3s;
}

.lm-cta:hover svg {
  transform: translateX(3px);
}

.lm-micro {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: rgba(247, 248, 255, 0.6);
  margin: 14px 0 0;
}

/* ---- PRAWA KOLUMNA: frosted card „Co dalej" ---- */

.lm-card {
  background: rgba(23, 35, 86, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(247, 248, 255, 0.08);
  border-radius: 16px;
  padding: 40px 36px;
}

/* h3 (nie p) — daje karcie nazwę dostępną przez aria-labelledby.
   Wszystkie wlasnosci ustawione wprost, zeby globalne reguly h3 nie przeciekly. */
.lm-card-title {
  font-family: 'Fustat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  color: #5de4c7;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 18px;
  padding: 0;
}

.lm-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lm-card li {
  position: relative;
  padding-left: 22px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: rgba(247, 248, 255, 0.85);
  line-height: 1.55;
}

.lm-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5de4c7;
}

/* ---- Responsive (BP zgodne z LP: 991/767/479) ---- */

@media (max-width: 991px) {
  .lm-section {
    padding: 154px 0 110px;
  }
  .lm-container {
    padding: 0 var(--dl-layout-space-threeunits);
  }
  .lm-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 36px;
  }
  .lm-heading {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .lm-section {
    padding: 130px 0 92px;
  }
  .lm-container {
    padding: 0 var(--dl-layout-space-oneandhalfunits);
  }
  .lm-card {
    padding: 28px 22px;
  }
  /* Warsztaty mają tu czyste width:100%, bo CTA siedzi w karcie, która sama
     ogranicza szerokość. Tutaj kolumna zajmuje cały kontener, więc bez
     max-width przycisk rozlewa się do ~720px na tablecie. */
  .lm-cta {
    width: 100%;
    max-width: 420px;
  }
}

@media (max-width: 479px) {
  .lm-card {
    padding: 24px 18px;
  }
  .lm-heading {
    font-size: 22px;
    line-height: 28px;
  }
  .lm-bullet {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lm-cta,
  .lm-cta svg {
    transition: none;
  }
  .lm-cta:hover {
    transform: none;
  }
  .lm-cta:hover svg {
    transform: none;
  }
}


/* =========================================================================
   NAWIGACJA v2 — decyzja Piotra 2026-08-12 (wariant C), legacy LP.
   Pasek: logo + 6 pełnych nazw ofert + CTA + przycisk menu.
   Linki do sekcji strony przeniesione do menu pod burgerem (każda szerokość).
   Naprawia: ucinanie i zawijanie etykiet, ścisk w zakresie 768–1440 px,
   burger włączający się dopiero poniżej 767 px.
   ========================================================================= */
.navbar1-thq-links-elm1 a, .navbar1-thq-links-elm1 span, .navbar1-thq-links-elm1 fragment { white-space: nowrap; }
.navbar1-thq-links-elm1 { gap: 16px !important; padding-left: 28px !important; flex: 0 1 auto !important; }
.navbar1-thq-links-elm2 { display: none !important; }
.navbar1-thq-link2-elm1, .navbar1-thq-link2-elm2 { font-size: 14px !important; }
.navbar1-thq-desktop-menu-elm { gap: 16px !important; flex: 1 !important; justify-content: flex-start !important; }
.navbar1-thq-burger-menu-elm { display: flex !important; align-items: center; justify-content: center; }
.navbar1-thq-thq-links-elm-elm a, .navbar1-thq-thq-links-elm-elm span { white-space: nowrap; }

@media (max-width: 1119px) {
  /* schodzi tylko lista ofert — CTA i przycisk menu zostają w pasku */
  .navbar1-thq-links-elm1 { display: none !important; }
  .navbar1-thq-desktop-menu-elm { flex: 0 0 auto !important; justify-content: flex-end !important; margin-left: auto; }
}

/* kotwica FAQ dodana 2026-08-12 — odstęp na sticky nav */
#faq { scroll-margin-top: 120px; }

/* --------- Link pomijajacy nawigacje (WCAG 2.4.1, poziom A) ------------ */
/* Niewidoczny do momentu przejscia na niego klawiszem Tab.                */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 10000;
  width: 1px; height: 1px; overflow: hidden;
}
.skip-link:focus {
  left: 12px; top: 12px; width: auto; height: auto; overflow: visible;
  padding: 12px 20px; border-radius: 10px;
  background: #020224; color: #F7F8FF; border: 2px solid #E15951;
  font-family: inherit; font-weight: 600; font-size: 16px; line-height: 1.2;
  text-decoration: none;
}

/* --------- Klikalny kontakt w sekcji formularza (D7) -------------------- */
/* Link dziedziczy kolor i krój z otaczajacego <span>, wiec wyglad bez zmian; */
/* podkreslenie pojawia sie dopiero przy najechaniu i przy fokusie.           */
.home-thq-text-elm212 a,
.home-thq-text-elm214 a { color: inherit; text-decoration: none; }
.home-thq-text-elm212 a:hover,
.home-thq-text-elm214 a:hover,
.home-thq-text-elm212 a:focus-visible,
.home-thq-text-elm214 a:focus-visible { text-decoration: underline; }

/* --------- Pole-pulapka na automaty (B1) -------------------------------- */
/* Niewidoczne dla czlowieka, widoczne dla bota wypelniajacego wszystko.     */
/* Celowo NIE display:none — czesc automatow pomija pola ukryte w ten sposob.*/
.hp-field {
  position: absolute !important; left: -9999px !important; top: 0 !important;
  width: 1px !important; height: 1px !important; overflow: hidden !important;
}

/* ================================
   ROUTING — pasek innych propozycji (dodany 2026-08-24)
   System linkowania wewnetrznego. Port komponentu .routing z LP nowego
   wzorca (test-gallupa-z-omowieniem/style.css:250-273) w konwencji .lm-*:
   wartosci wprost, bo ten arkusz nie zna zmiennych systemu LP.
   Sekcja stoi WEWNATRZ .home-thq-note-elm5 (flex column,
   align-items: flex-end) — stad width: 100%.
   Miejsce wybrane tak, zeby nie wejsc w lancuch margin-top: -74px
   ani w selektor sasiedztwa .lm-section + ... — usuniecie tej sekcji
   przywraca oryginalny uklad bez sladu.
   ================================ */
.routing {
  width: 100%;
  padding: 40px 0 0;
}
.routing *,
.routing *::before,
.routing *::after {
  box-sizing: border-box;
}
.routing-container {
  width: 100%;
  max-width: var(--dl-layout-size-maxwidth);
  margin: 0 auto;
}
.routing-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 32px;
  padding: 22px 32px;
  position: relative;
  z-index: 2;
  background: rgba(23, 35, 86, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(2, 2, 36, 0.4);
}
.routing-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
.routing-links p {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #E5E7EB;
}
.routing-links strong {
  color: #FFFFFF;
}
.routing-links a {
  color: #5DE4C7;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.routing-links a:hover {
  color: #F7F8FF;
}
.routing-links a:focus-visible {
  outline: 3px solid #F7F8FF;
  outline-offset: 3px;
  border-radius: 4px;
}
@media (max-width: 860px) {
  .routing-bar {
    flex-direction: column;
    align-items: center;
    padding: 20px 24px;
  }
  .routing-links a {
    min-height: 0;
    padding: 4px 0;
  }
}
