:root {
  --dl-layout-size-large: 144px;
  --dl-layout-size-small: 48px;
  --dl-layout-space-unit: 16px;
  --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-theme-primary1: #BF4408;
  --dl-color-theme-primary2: #E65103;
  --dl-layout-size-maxwidth: 1400px;
  --dl-layout-radius-radius2: 2px;
  --dl-layout-radius-radius4: 4px;
  --dl-layout-radius-radius8: 8px;
  --dl-layout-space-halfunit: 8px;
  --dl-layout-space-sixunits: 96px;
  --dl-layout-space-twounits: 32px;
  --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: var(--dl-color-theme-neutral-dark);
  display: inline-block;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}

.input {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}

.textarea {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  padding: 0.5rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}

.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: none !important;
}

.thq-input {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  outline: none;
  padding: 0.5rem 1rem;
  align-self: stretch;
  text-align: center;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-inputradius);
  background-color: var(--dl-color-theme-neutral-light);
}

.thq-input:focus {
  outline: 1px solid var(--dl-color-theme-primary1);
}

.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;
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: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  border: 1px solid;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: var(--dl-color-theme-primary1);
  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-outline: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-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;
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: Noto Sans;
  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;
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;
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 {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: linear-gradient(to right, var(--dl-color-theme-primary1) 50%, var(--dl-color-theme-neutral-dark) 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;
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;
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;
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;
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 {
  text-align: center;
  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: var(--dl-color-theme-neutral-dark);
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
}

.thq-button-animated:hover::before {
  color: var(--dl-color-theme-neutral-light);
  z-index: -1;
  transform: scaleX(1);
}

.Content {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}

@media(max-width: 767px) {
  .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%;
  }
}

@media(max-width: 479px) {
  .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);
  grid-template-columns: 1fr;
  }
  .thq-grid-4 {
    grid-gap: var(--dl-layout-space-unit);
  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;
  }
}

.responsove16-container1 {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
flex-direction: column;
}
 
.responsove16responsove16 {
  gap: 5px;
  width: 100%;
display: flex;
  overflow: hidden;
  align-items: center;
flex-direction: column;
  background-color: #fff;
}
 
.responsove16nav {
  gap: 724px;
  display: flex;
  padding: 6px 121px;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: center;
justify-content: space-between;
  background-color: #0cbfff;
}
 
.responsove16-frame9342 {
  gap: 478px;
  display: flex;
  flex-grow: 1;
justify-content: space-between;
}
 
.responsove16-frame9253 {
  gap: 53px;
  width: 369.75px;
  display: flex;
  align-items: center;
justify-content: space-between;
}
 
.responsove16-frame9251 {
  gap: 5px;
  width: 157.75px;
  display: flex;
flex-shrink: 0;
}
 
.responsove16-frame10 {
  width: 15.75px;
  height: 15.75px;
  display: flex;
  overflow: hidden;
  position: relative;
flex-shrink: 0;
}
 
.responsove16-group10 {
  top: 0.000789642333984375px;
  left: 0px;
  width: 15.749991416931152px;
  height: 15.748872756958008px;
  display: flex;
  position: absolute;
flex-shrink: 1;
}
 
.responsove16-vector10 {
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  position: absolute;
}
 
.responsove16-vector11 {
  top: 3.675426483154297px;
  left: 8.662078857421875px;
  width: 4px;
  height: 4px;
  position: absolute;
}
 
.responsove16-vector12 {
  top: 5.250190734863281px;
  left: 8.662078857421875px;
  width: 2px;
  height: 2px;
  position: absolute;
}
 
.responsove16-text10 {
  color: #fff;
flex-grow: 1;
  font-size: 15px;
text-align: left;
  font-family: Poppins;
  font-weight: 400;
font-stretch: normal;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.responsove16-text10:hover {
  opacity: 0.8;
  text-decoration: underline;
}
 
.responsove16-frame9252 {
  gap: 5px;
  width: 159px;
  display: flex;
flex-shrink: 0;
}
 
.responsove16-frame11 {
  width: 18px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
flex-shrink: 0;
}
 
.responsove16-group11 {
  top: 2.25px;
  left: 0px;
  width: 18px;
  height: 13.5px;
  display: flex;
  position: absolute;
flex-shrink: 1;
}
 
.responsove16-vector13 {
  top: 0px;
  left: 0px;
  width: 18px;
  height: 13px;
  position: absolute;
}
 
.responsove16-text11 {
  color: #fff;
flex-grow: 1;
  font-size: 15px;
text-align: left;
  font-family: Poppins;
  font-weight: 400;
font-stretch: normal;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.responsove16-text11:hover {
  opacity: 0.8;
  text-decoration: underline;
}
 
.responsove16-frame42 {
  gap: 10px;
  width: 110.43243408203125px;
  display: flex;
  align-items: flex-start;
flex-direction: column;
}

.responsove16-social-link {
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.responsove16-social-link:hover {
  opacity: 0.7;
}
 
.responsove16-group43 {
  width: 110px;
  height: 18px;
  display: flex;
  position: relative;
  align-items: flex-start;
pointer-events: auto;
}
 
.responsove16-group12 {
  top: 0.9729709625244141px;
  left: 25.78209686279297px;
  width: 15.589842796325684px;
  height: 15.932428359985352px;
  display: flex;
  position: absolute;
flex-shrink: 1;
}
 
.responsove16-vector14 {
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  position: absolute;
  filter: brightness(0) invert(1);
}
 
.responsove16-group13 {
  top: 0.9729709625244141px;
  left: -0.00002288818359375px;
  width: 8.273229598999023px;
  height: 15.932430267333984px;
  display: flex;
  position: absolute;
  align-items: flex-start;
z-index: 100;
  pointer-events: auto;
}
 
.responsove16-vector15 {
  top: 0px;
  left: 0px;
  width: 8px;
  height: 16px;
  position: absolute;
}
 
.responsove16-group14 {
  top: 0.9729709625244141px;
  left: 58.8812255859375px;
  width: 15.93204116821289px;
  height: 15.932428359985352px;
  display: flex;
  position: absolute;
flex-shrink: 1;
}
 
.responsove16-vector16 {
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  position: absolute;
}
 
.responsove16-vector17 {
  top: 2.654970169067383px;
  left: 11.285751342773438px;
  width: 2px;
  height: 2px;
  position: absolute;
}
 
.responsove16-vector18 {
  top: 3.982828140258789px;
  left: 3.9829788208007812px;
  width: 8px;
  height: 8px;
  position: absolute;
}
 
.responsove16-frame12 {
  top: 0px;
  left: 92.4323959350586px;
  width: 18px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: absolute;
flex-shrink: 0;
}
 
.responsove16-group15 {
  top: 1.800048828125px;
  left: 1.80078125px;
  width: 14.399999618530273px;
  height: 14.399999618530273px;
  display: flex;
  position: absolute;
flex-shrink: 1;
}
 
.responsove16-vector19 {
  top: 0px;
  left: 0px;
  width: 14px;
  height: 14px;
  position: absolute;
}
 
.responsove16header {
  gap: 515px;
  display: flex;
  padding: 0 93px;
  overflow: hidden;
  align-self: stretch;
  align-items: center;
justify-content: space-between;
}

.responsove16header a {
  display: inline-block;
  flex-shrink: 0;
}

.responsove16header img {
  max-width: 100%;
  height: auto;
}
 
.responsove16-image47 {
  width: 118px;
  height: 79px;
  object-fit: contain;
  object-position: center;
}
 
.responsove16-frame9249 {
  gap: 34px;
  height: 47px;
  display: flex;
  align-items: center;
justify-content: flex-end;
}

.responsove16-hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
  position: relative;
}

.responsove16-hamburger span {
  width: 30px;
  height: 3px;
  background-color: #000;
  border-radius: 3px;
  transition: all 0.3s ease;
  transform-origin: center;
  display: block;
}

/* Hamburger animation to X - center lines and rotate */
.responsove16-hamburger.active {
  justify-content: center;
}

.responsove16-hamburger.active span {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.5px;
}

.responsove16-hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
}

.responsove16-hamburger.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.responsove16-hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
}
 
.responsove16-frame9248 {
  gap: 1px;
  width: 54px;
  height: 27px;
  display: flex;
  align-items: center;
flex-direction: column;
  justify-content: center;
}
 
.responsove16-text12 {
  color: #000;
font-size: 18px;
text-align: left;
  font-family: Poppins;
  font-weight: 500;
font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-rectangle2735 {
  width: 52px;
  height: 2px;
  display: none;
}
 
.responsove16-text13 {
  color: #000;
  width: 76px;
font-size: 18px;
text-align: left;
  font-family: Poppins;
  font-weight: 500;
font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text14 {
  color: #000;
  width: 87px;
font-size: 18px;
text-align: left;
  font-family: Poppins;
  font-weight: 500;
font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text15 {
  color: #000;
  width: 73px;
font-size: 18px;
text-align: left;
  font-family: Poppins;
  font-weight: 500;
font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-group9 {
  width: 153px;
  height: 46.13916015625px;
  display: flex;
  position: relative;
  align-items: flex-start;
background-color: #0689a0;
}
 
.responsove16-text16 {
  top: 9px;
  left: 20.9033203125px;
  color: #fff;
  width: 111px;
position: absolute;
  font-size: 18px;
text-align: center;
  font-family: Poppins;
  font-weight: 500;
font-stretch: normal;
  text-decoration: none;
}

/* Navigation Button Styles */
.responsove16-nav-button {
  display: flex;
justify-content: center;
  padding: 8px 16px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  background: transparent;
  gap: 1px;
  flex-direction: column;
  position: relative;
}

.responsove16-nav-button:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.responsove16-nav-button-active {
  gap: 1px;
}

.responsove16-nav-button-primary {
  width: 153px;
  height: 46.13916015625px;
  background-color: #0689a0;
  border-radius: 9999px;
  padding: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.responsove16-nav-button-primary span {
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-family: Poppins;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.responsove16-nav-button-primary:hover {
  background-color: #0cbfff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
 
.responsove16hero {
  display: flex;
  padding: 0;
  align-self: stretch;
background-size: cover;
  background-image: url("../public/HERO.png");
}
 
.responsove16-frame9332 {
  gap: 10px;
  display: flex;
  padding: 43px 0 0;
  flex-grow: 1;
  flex-wrap: wrap;
justify-content: center;
}
 
.responsove16-frame9331 {
  gap: 23px;
  width: 440px;
  max-width: 440px;
  display: flex;
  padding: 0;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: flex-start;
  align-self: center;
flex-direction: column;
}
 
.responsove16-frame9247 {
  gap: 10px;
  display: flex;
  padding: 0 64px;
  align-self: stretch;
flex-shrink: 0;
}
 
.responsove16-text17 {
  color: #0cbfff;
font-size: 24px;
text-align: left;
  font-family: Poppins;
  font-weight: 600;
  line-height: 50px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text18 {
  color: #000;
font-size: 48px;
  align-self: stretch;
text-align: left;
  font-family: Poppins;
  font-weight: 600;
  line-height: 58px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-group9238 {
  width: 228px;
  height: 49px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: #0689a0;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.responsove16-group9238:hover {
  background-color: #0cbfff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
 
.responsove16-text22 {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-family: Poppins;
  font-weight: 500;
  position: relative;
}
 
.responsove16-frame9256 {
  gap: 22px;
  width: auto;
  min-width: 513px;
  height: 505px;
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
}
 
.responsove16-group9265 {
  width: 513px;
  height: 506px;
  display: flex;
  position: relative;
  flex-grow: 1;
flex-shrink: 1;
}
 
.responsove16-group9248 {
  top: 0px;
  left: 0px;
  width: 513px;
  height: 506px;
  display: flex;
  position: absolute;
flex-shrink: 1;
}
 
.responsove16-rectangle2752 {
  top: 28px;
  left: 91.2819595336914px;
  width: 375px;
  height: 478px;
  position: absolute;
  border-radius: 40px 40px 0 0;
}
 
.responsove16-image44 {
  top: 0px;
  left: 0px;
  width: 513px;
  height: 505px;
  position: absolute;
}

.responsove16-funfact {
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  align-self: center;
}
 
.responsove16aboutus {
  gap: 6px;
  display: flex;
  padding: 50px 51px;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: center;
justify-content: space-between;
}
 
.responsove16-group9266 {
  width: 493px;
  height: 433.560302734375px;
  display: flex;
  position: relative;
  flex-grow: 1;
  align-items: center;
flex-direction: row;
}
 
.responsove16-group9249 {
  top: 0px;
  left: 0px;
  width: 493px;
  height: 433.560302734375px;
  display: flex;
  position: absolute;
  flex-grow: 1;
flex-shrink: 1;
}
 
.responsove16-frame92661 {
  gap: 10px;
  top: 0px;
  left: 0px;
  width: 493px;
  display: flex;
  position: absolute;
  align-items: center;
flex-direction: column;
  justify-content: center;
}
 
.responsove16-image33 {
  height: 434px;
  align-self: stretch;
}
 
.responsove16-frame9258 {
  gap: 14px;
  width: 493px;
  display: flex;
  padding: 0 43px;
  flex-grow: 1;
  align-items: flex-start;
flex-direction: column;
}
 
.responsove16-text23 {
  color: #0cbfff;
font-size: 20px;
  align-self: stretch;
text-align: left;
  font-family: Outfit;
  font-weight: 700;
  line-height: 20px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text24 {
  color: #000;
  width: 364px;
font-size: 36px;
text-align: left;
  font-family: Poppins;
  font-weight: 600;
  line-height: 40px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text25 {
  color: rgba(83, 83, 83, 1);
font-size: 16px;
  align-self: stretch;
text-align: left;
  font-family: Poppins;
  font-weight: 400;
  line-height: 27px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-group9239 {
  width: 228px;
  height: 49px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: #0cbfff;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.responsove16-group9239:hover {
  background-color: #0689a0;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
 
.responsove16-text29 {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-family: Poppins;
  font-weight: 500;
  position: relative;
}
 
.responsove16-frame9354 {
  gap: 10px;
  width: 1440px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
justify-content: center;
}
 
.responsove16-text30 {
  color: #000;
font-size: 36px;
text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 45.525001525878906px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9269 {
  gap: 44px;
  display: flex;
  padding: 0 83px 0 92px;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: center;
justify-content: center;
}
 
.responsove16-frame9261 {
  gap: 10px;
  display: flex;
  padding: 104px 71px;
  flex-wrap: wrap;
background-size: cover;
  background-image: url("../public/tq_d1x2fc8ttt-d9ac-1500w.png");
}
 
.responsove16-frame92601 {
  gap: 11px;
  width: 230px;
  display: flex;
  align-self: stretch;
  align-items: center;
flex-direction: column;
}
 
.responsove16-frame13 {
  width: 75px;
  height: 75px;
  display: flex;
  overflow: hidden;
  position: relative;
flex-shrink: 0;
}
 
.responsove16-group16 {
  top: 0px;
  left: 7.619140625px;
  width: 59.76340866088867px;
  height: 75.00003814697266px;
  display: flex;
  position: absolute;
flex-shrink: 1;
}
 
.responsove16-vector20 {
  top: 0px;
  left: 0px;
  width: 60px;
  height: 75px;
  position: absolute;
}
 
.responsove16-text31 {
  color: #fff;
font-size: 18px;
  align-self: stretch;
text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 18px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text32 {
  color: #fff;
font-size: 15px;
  align-self: stretch;
text-align: center;
  font-family: Poppins;
  font-weight: 400;
  line-height: 24px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame92662 {
  gap: 10px;
  display: flex;
  padding: 104px 71px;
  flex-wrap: wrap;
background-size: cover;
  background-image: url("../public/tq_dkjsyvz8ld-gg9-1500w.png");
}
 
.responsove16-frame92602 {
  gap: 11px;
  width: 230px;
  display: flex;
  align-self: stretch;
  align-items: center;
flex-direction: column;
}
 
.responsove16-frame14 {
  width: 75px;
  height: 75px;
  display: flex;
  overflow: hidden;
  position: relative;
flex-shrink: 0;
}
 
.responsove16-group17 {
  top: 7.490918159484863px;
  left: 1.1719874143600464px;
  width: 72.65602111816406px;
  height: 60.020259857177734px;
  display: flex;
  position: absolute;
flex-shrink: 1;
}
 
.responsove16-vector21 {
  top: 0px;
  left: 0px;
  width: 73px;
  height: 60px;
  position: absolute;
}
 
.responsove16-text33 {
  color: #fff;
font-size: 18px;
  align-self: stretch;
text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 18px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text34 {
  color: #fff;
font-size: 15px;
  align-self: stretch;
text-align: center;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 24px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame92631 {
  gap: 10px;
  width: 372px;
  display: flex;
  padding: 79px 66px;
  align-self: stretch;
  align-items: center;
flex-direction: column;
  background-size: cover;
  justify-content: center;
  background-image: url("../public/tq_gidjskgfik-b0g-400h.png");
}
 
.responsove16-frame9262 {
  gap: 11px;
  height: 176px;
  display: flex;
  align-self: stretch;
  align-items: center;
flex-direction: column;
}
 
.responsove16-frame15 {
  width: 72px;
  height: 82px;
  display: flex;
  overflow: hidden;
  position: relative;
flex-shrink: 0;
}
 
.responsove16-group18 {
  top: 7px;
  left: 0px;
  width: 72.3619613647461px;
  height: 75px;
  display: flex;
  position: absolute;
flex-shrink: 1;
}
 
.responsove16-vector22 {
  top: 0px;
  left: -0.00005778670310974121px;
  width: 72px;
  height: 75px;
  position: absolute;
}
 
.responsove16-text35 {
  color: #fff;
font-size: 18px;
  align-self: stretch;
text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 18px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text36 {
  color: #fff;
font-size: 15px;
  align-self: stretch;
text-align: center;
  font-family: Poppins;
  font-weight: 400;
  line-height: 24px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9350 {
  gap: 44px;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: flex-start;
padding-bottom: 40px;
  justify-content: center;
}
 
.responsove16-frame9348 {
  gap: 10px;
  width: 371.6050720214844px;
  height: 371.6050720214844px;
  display: flex;
  padding: 89px;
  flex-wrap: wrap;
  align-items: center;
background-size: cover;
  justify-content: center;
  background-image: url("../public/tq_rhn2sfxzyg-6ddn-1500h.png");
}
 
.responsove16-frame9267 {
  gap: 9px;
  width: 193.60507202148438px;
  display: flex;
  flex-grow: 1;
  align-self: stretch;
  align-items: center;
flex-direction: column;
}
 
.responsove16-frame16 {
  width: 75px;
  height: 75px;
  display: flex;
  overflow: hidden;
  position: relative;
flex-shrink: 0;
}
 
.responsove16-group19 {
  top: 8.54248046875px;
  left: 4.685546875px;
  width: 65.62481689453125px;
  height: 58.67912673950195px;
  display: flex;
  position: absolute;
flex-shrink: 1;
}
 
.responsove16-vector23 {
  top: 0.27100127935409546px;
  left: 1.043081283569336e-7px;
  width: 23px;
  height: 42px;
  position: absolute;
}
 
.responsove16-vector24 {
  top: 0px;
  left: 5.4609375px;
  width: 50px;
  height: 58px;
  position: absolute;
}
 
.responsove16-vector25 {
  top: 16.2890625px;
  left: 18.271484375px;
  width: 47px;
  height: 42px;
  position: absolute;
}
 
.responsove16-text37 {
  color: #fff;
font-size: 18px;
text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 18px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text38 {
  color: #fff;
  width: 187px;
font-size: 15px;
text-align: center;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 24px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9360 {
  gap: 44px;
  width: 371px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
justify-content: center;
}
 
.responsove16-frame9337 {
  gap: 10px;
  width: 371.6050720214844px;
  height: 371.6050720214844px;
  display: flex;
  padding: 89px 65px;
  align-items: flex-start;
flex-direction: column;
  background-size: cover;
  background-image: url("../public/tq_c-vchaa-86-x9ee-1500h.png");
}
 
.responsove16-frame92663 {
  gap: 9px;
  display: flex;
  flex-grow: 1;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.responsove16-frame17 {
  width: 75px;
  height: 75px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
 
.responsove16-group20 {
  width: 63.59281921386719px;
  height: 72.07177734375px;
  display: flex;
  position: relative;
  flex-shrink: 1;
}
 
.responsove16-vector26 {
  width: 64px;
  height: 72px;
  position: relative;
}
 
.responsove16-text39 {
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 18px;
}
 
.responsove16-text40 {
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 24px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-service {
  gap: 34px;
  display: flex;
  padding: 66px 59px;
  align-self: stretch;
flex-direction: column;
  background-color: #0cbfff;
}
 
.responsove16-frame9273 {
  gap: 4px;
  display: flex;
  align-self: stretch;
flex-direction: column;
}
 
.responsove16-text41 {
  color: #fff;
font-size: 40px;
  align-self: stretch;
text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 46.7055549621582px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text42 {
  color: #fff;
font-size: 16px;
  align-self: stretch;
text-align: center;
  font-family: Poppins;
  font-weight: 400;
  line-height: 22.876190185546875px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame92791 {
  gap: 20px;
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  align-self: stretch;
flex-shrink: 0;
}
 
.responsove16-frame9274 {
  gap: 10px;
  width: 195px;
  height: 590px;
  display: flex;
  padding: 26px 79px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6000000238418579) 0%, rgba(0, 0, 0, 0.6000000238418579) 100%);
  align-items: center;
flex-direction: column;
  background-size: cover;
  justify-content: flex-end;
  background-image: url("../public/tq_i0f3x0z_ip-7df5-200w.png");
}
 
.responsove16-text43 {
  color: #fff;
font-size: 24px;
text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 25.16381072998047px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame92792 {
  gap: 10px;
  width: 195px;
  height: 590px;
  display: flex;
  padding: 26px 79px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  align-items: center;
flex-direction: column;
  background-size: cover;
  justify-content: flex-end;
  background-image: url("../public/tq_fezmvy1fms-8zg-200w.png");
}
 
.responsove16-text44 {
  color: #fff;
font-size: 24px;
text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 25.16381072998047px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9276 {
  gap: 10px;
  width: 189px;
  height: 590px;
  display: flex;
  padding: 26px 79px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6000000238418579) 0%, rgba(0, 0, 0, 0.6000000238418579) 100%);
  align-items: center;
flex-direction: column;
  background-size: cover;
  justify-content: flex-end;
  background-image: url("../public/tq_d2wjjxo8fu-1fqd-200w.png");
}
 
.responsove16-text45 {
  color: #fff;
font-size: 24px;
text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 25.16381072998047px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9278 {
  gap: 10px;
  width: 970px;
  display: flex;
  padding: 33px 25px;
  flex-grow: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6000000238418579) 0%, rgba(0, 0, 0, 0.6000000238418579) 100%);
  align-items: flex-start;
flex-direction: column;
  background-size: cover;
  justify-content: flex-end;
  background-image: url("../public/tq_5_8yinp2kg-mfc9-1000w.png");
}
 
.responsove16-frame9277 {
  gap: 26px;
  width: 430px;
  height: 524px;
  display: flex;
  align-items: flex-start;
flex-direction: column;
  justify-content: flex-end;
}
 
.responsove16-background-shadow {
  width: 120px;
  height: 120px;
  display: flex;
  position: relative;
  box-shadow: 0px 20.80000114440918px 32.000003814697266px 0px rgba(98, 141, 251, 0.30000001192092896) ;
  align-items: flex-start;
border-radius: 120.00001525878906px;
  background-color: #0689a0;
}
 
.responsove16-frame18 {
  top: 28px;
  left: 32px;
  width: 56px;
  height: 64px;
  display: flex;
  overflow: hidden;
  position: absolute;
flex-shrink: 0;
}
 
.responsove16-group21 {
  top: 0.9990234375px;
  left: 0px;
  width: 56.00000762939453px;
  height: 62.166114807128906px;
  display: flex;
  position: absolute;
flex-shrink: 1;
}
 
.responsove16-vector27 {
  top: 0px;
  left: 0px;
  width: 56px;
  height: 62px;
  position: absolute;
}
 
.responsove16-text46 {
  color: #fff;
font-size: 32px;
text-align: left;
  font-family: Poppins;
  font-weight: 600;
  line-height: 25.16381072998047px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-getintouch {
  gap: 21px;
  display: flex;
  padding: 100px 132px;
  align-self: stretch;
flex-direction: column;
  justify-content: center;
}
 
.responsove16-frame9301 {
  display: flex;
  align-self: stretch;
flex-direction: column;
}
 
.responsove16-text47 {
  color: rgba(10, 57, 103, 1);
font-size: 36.33938217163086px;
  align-self: stretch;
text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 47.2411994934082px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text48 {
  color: rgba(91, 87, 87, 1);
font-size: 13.082178115844727px;
  align-self: stretch;
text-align: center;
  font-family: Inter;
  font-weight: 400;
  line-height: 18.8964786529541px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9300 {
  gap: 23px;
  display: flex;
  padding: 25px 16px;
  overflow: hidden;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: center;
justify-content: center;
}
 
.responsove16-frame9290 {
  gap: 18px;
  width: 100%;
  display: flex;
  padding: 62px 40px;
  max-width: 440px;
border-radius: 15px;
  flex-direction: column;
  background-color: #0cbfff;
}
 
.responsove16-text49 {
  color: #fff;
font-size: 26.164356231689453px;
text-align: left;
  font-family: Poppins;
  font-weight: 600;
  line-height: 47.2411994934082px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9283 {
  gap: 7px;
  display: flex;
  align-self: stretch;
flex-shrink: 0;
}
 
.responsove16-frame19 {
  width: 25px;
  height: 25px;
}
 
.responsove16-frame9282 {
  width: 215px;
  display: flex;
  align-items: flex-start;
flex-direction: column;
}
 
.responsove16-text50 {
  color: #fff;
font-size: 13.082178115844727px;
  align-self: stretch;
  font-style: Semi Bold;
  text-align: left;
  font-family: Inter;
  font-weight: 700;
  line-height: 18.8964786529541px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text51 {
  color: #fff;
font-size: 10.901814460754395px;
  align-self: stretch;
text-align: left;
  font-family: Inter;
  font-weight: 400;
  line-height: 16.716115951538086px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame61 {
  gap: 10px;
  display: flex;
  align-self: stretch;
flex-direction: column;
}
 
.responsove16-group64 {
  width: 125px;
  height: 36px;
  display: flex;
  position: relative;
flex-shrink: 1;
}
 
.responsove16-frame9285 {
  gap: 9px;
  top: 0px;
  left: 0px;
  display: flex;
  position: absolute;
  align-items: center;
}
 
.responsove16-frame20 {
  width: 20px;
  height: 20px;
}
 
.responsove16-frame9284 {
  width: 96px;
  display: flex;
  align-items: flex-start;
flex-direction: column;
}
 
.responsove16-text52 {
  color: #fff;
font-size: 13.082178115844727px;
  align-self: stretch;
  font-style: Semi Bold;
  text-align: left;
  font-family: Inter;
  font-weight: 700;
  line-height: 18.8964786529541px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text53 {
  color: #fff;
font-size: 10.901814460754395px;
  align-self: stretch;
text-align: left;
  font-family: Inter;
  font-weight: 400;
  line-height: 16.716115951538086px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9287 {
  gap: 9px;
  display: flex;
  align-self: stretch;
flex-shrink: 0;
}
 
.responsove16-frame21 {
  width: 21px;
  height: 21px;
}
 
.responsove16-frame9286 {
  width: 116px;
  display: flex;
  align-items: flex-start;
flex-direction: column;
}
 
.responsove16-text54 {
  color: #fff;
font-size: 13.082178115844727px;
  align-self: stretch;
  font-style: Semi Bold;
  text-align: left;
  font-family: Inter;
  font-weight: 700;
  line-height: 18.8964786529541px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text55 {
  color: #fff;
font-size: 10.901814460754395px;
  align-self: stretch;
text-align: left;
  font-family: Inter;
  font-weight: 400;
  line-height: 16.716115951538086px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9289 {
  gap: 9px;
  display: flex;
  align-self: stretch;
flex-shrink: 0;
}
 
.responsove16-frame22 {
  width: 23px;
  height: 23px;
}
 
.responsove16-frame9288 {
  width: 151px;
  display: flex;
  align-items: flex-start;
flex-direction: column;
}
 
.responsove16-text56 {
  color: #fff;
font-size: 13.082178115844727px;
  align-self: stretch;
  font-style: Semi Bold;
  text-align: left;
  font-family: Inter;
  font-weight: 700;
  line-height: 18.8964786529541px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text57 {
  color: #fff;
font-size: 10.901814460754395px;
  align-self: stretch;
text-align: left;
  font-family: Inter;
  font-weight: 400;
  line-height: 16.716115951538086px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9298 {
  gap: 28px;
  width: 441.56243896484375px;
  height: 100%;
  display: flex;
  padding: 35px 31px;
  flex-grow: 1;
  box-shadow: 0px 0px 8.100000381469727px 0px rgba(0, 0, 0, 0.25) ;
  align-items: flex-start;
border-radius: 26px;
  flex-direction: column;
  background-color: #fff;
}
 
.responsove16-frame9357 {
  gap: 33px;
  display: flex;
  align-self: stretch;
flex-direction: column;
}
 
.responsove16-frame9294 {
  gap: 18px;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
flex-shrink: 0;
}
 
.responsove16-frame9292 {
  gap: 10px;
  height: 43px;
  display: flex;
  padding: 12px 11px;
  flex-grow: 1;
  align-items: center;
border-color: rgba(175, 189, 203, 1);
  border-style: solid;
  border-width: 0.7267876267433167px;
  border-radius: 4.3607258796691895px;
  background-color: #fff;
}
 
.responsove16-text58 {
  color: rgba(91, 87, 87, 1);
font-size: 13.082178115844727px;
text-align: left;
  font-family: Inter;
  font-weight: 400;
  line-height: 18.8964786529541px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9293 {
  gap: 10px;
  height: 42.880470275878906px;
  display: flex;
  padding: 12px 11px;
  flex-grow: 1;
  align-items: center;
border-color: rgba(175, 189, 203, 1);
  border-style: solid;
  border-width: 0.7267876267433167px;
  border-radius: 4.3607258796691895px;
  background-color: #fff;
}
 
.responsove16-text59 {
  color: rgba(91, 87, 87, 1);
font-size: 13.082178115844727px;
text-align: left;
  font-family: Inter;
  font-weight: 400;
  line-height: 18.8964786529541px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9295 {
  gap: 10px;
  display: flex;
  padding: 12px 11px;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: flex-start;
border-color: rgba(175, 189, 203, 1);
  border-style: solid;
  border-width: 0.7267876267433167px;
  border-radius: 4.3607258796691895px;
  background-color: #fff;
}
 
.responsove16-text60 {
  color: rgba(91, 87, 87, 1);
font-size: 13.082178115844727px;
text-align: left;
  font-family: Inter;
  font-weight: 400;
  line-height: 18.8964786529541px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9296 {
  gap: 10px;
  display: flex;
  padding: 9px 11px;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: flex-start;
border-color: rgba(175, 189, 203, 1);
  border-style: solid;
  border-width: 0.7267876267433167px;
  border-radius: 4.3607258796691895px;
  background-color: #fff;
}
 
.responsove16-text61 {
  color: rgba(91, 87, 87, 1);
font-size: 13.082178115844727px;
text-align: left;
  font-family: Inter;
  font-weight: 400;
  line-height: 18.8964786529541px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9297 {
  gap: 10px;
  width: 169.3415069580078px;
  height: 42.880470275878906px;
  display: flex;
  padding: 12px 38px;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 9999px;
  justify-content: center;
  background-color: #0689a0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.responsove16-frame9297:hover {
  background-color: #0cbfff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
 
.responsove16-text62 {
  color: #fff;
  font-size: 13.082178115844727px;
  text-align: center;
  font-family: Inter;
  font-weight: 400;
  line-height: 18.8964786529541px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9365 {
  display: flex;
  padding: 11px 52px;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: center;
border-radius: 27px;
  justify-content: center;
}
 
.responsove16-frame9363 {
  gap: 10px;
  height: 389px;
  display: flex;
  padding: 0 57px 0 36px;
  flex-grow: 1;
  flex-wrap: wrap;
  align-items: flex-end;
border-radius: 16px 0 0 16px;
  background-color: #0cbfff;
}
 
.responsove16-frame9364 {
  gap: 11px;
  width: 374px;
  height: 100%;
  display: flex;
  align-items: flex-start;
flex-direction: column;
  justify-content: center;
}
 
.responsove16-frame9362 {
  gap: 4px;
  display: flex;
  align-self: stretch;
flex-direction: column;
}
 
.responsove16-text63 {
  color: #fff;
font-size: 36px;
  align-self: stretch;
text-align: left;
  font-family: Poppins;
  font-weight: 600;
  line-height: 44px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text64 {
  color: #fff;
font-size: 16px;
  align-self: stretch;
text-align: left;
  font-family: Poppins;
  font-weight: 400;
  line-height: 25px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9361 {
  gap: 10px;
  display: flex;
  padding: 13px 26px;
  border-radius: 9999px;
  align-items: center;
  justify-content: center;
  background-color: #0689a0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.responsove16-frame9361:hover {
  background-color: #0cbfff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
 
.responsove16-text65 {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-family: Poppins;
  font-weight: 500;
}
 
.responsove16-frame92632 {
  gap: -24px;
  width: 362px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  border-radius: 0 16px 16px 0;
  background-color: #0cbfff;
}
 
.responsove16-group9270 {
  width: 338px;
  height: 389px;
  display: flex;
  position: relative;
flex-shrink: 1;
}
 
.responsove16-image46 {
  top: 285px;
  left: 0px;
  width: 177px;
  height: 104px;
  position: absolute;
}
 
.responsove16-image45 {
  top: 0px;
  right: 0px;
  width: 311px;
  height: 389px;
  position: absolute;
}
 
.responsove16-footer {
  gap: 20px;
  display: flex;
  padding: 32px 0;
  align-self: stretch;
flex-direction: column;
}
 
.responsove16-frame9315 {
  gap: 73px;
  display: flex;
  padding: 0 50px;
  flex-wrap: wrap;
  align-self: stretch;
  flex-shrink: 0;
  box-sizing: border-box;
  max-width: 100%;
  overflow-x: hidden;
}
 
.responsove16-frame9314 {
  gap: 14px;
  width: 280.6666564941406px;
  max-width: 100%;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  min-width: 0;
}
 
.responsove16-frame9307 {
  display: flex;
  align-items: center;
}
 
.responsove16-image48 {
  width: 98px;
  height: 65px;
}
 
.responsove16-text66 {
  color: #000;
  width: 192px;
font-size: 20.700809478759766px;
text-align: left;
  font-family: Poppins;
  font-weight: 600;
  line-height: 25.876012802124023px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text67 {
  color: #000;
  font-size: 15px;
  align-self: stretch;
  text-align: left;
  font-family: DM Sans;
  font-weight: 400;
  line-height: 22px;
  font-stretch: normal;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}
 
.responsove16-frame93101 {
  gap: 10px;
  width: 280.66668701171875px;
  max-width: 100%;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  min-width: 0;
}
 
.responsove16-text70 {
  color: #000;
  width: 122px;
font-size: 16.817142486572266px;
text-align: left;
  font-family: Poppins;
  font-weight: 600;
font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text71 {
  color: #000;
  font-size: 15px;
  align-self: stretch;
  text-align: left;
  font-family: DM Sans;
  font-weight: 400;
  line-height: 26px;
  font-stretch: normal;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}
 
.responsove16-frame93102 {
  gap: 10px;
  width: 280.66668701171875px;
  max-width: 100%;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  min-width: 0;
  padding-top: 48px;
}
 
.responsove16-text81 {
  color: #000;
  width: 122px;
font-size: 16.817142486572266px;
text-align: left;
  font-family: Poppins;
  font-weight: 600;
font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text82 {
  color: #000;
  font-size: 15px;
  align-self: stretch;
  text-align: left;
  font-family: DM Sans;
  font-weight: 400;
  line-height: 26px;
  font-stretch: normal;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}

.responsove16-quick-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-self: stretch;
}

.responsove16-quick-link-btn {
  color: #000;
  font-size: 15px;
  text-align: left;
  font-family: DM Sans;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  padding: 0;
  border-radius: 4px;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
  background-color: transparent;
  border: 1px solid transparent;
}

.responsove16-quick-link-btn:hover {
  background-color: transparent;
  border-color: transparent;
  color: #0cbfff;
}
 
.responsove16-frame9341 {
  width: 988px;
  max-width: 100%;
  height: 189px;
  display: flex;
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
  box-sizing: border-box;
  min-width: 0;
}
 
.responsove16-group350 {
  top: 1.662109375px;
  left: 0px;
  width: 255px;
  height: 116px;
  display: flex;
  position: absolute;
  flex-grow: 1;
  align-self: stretch;
flex-shrink: 1;
}
 
.responsove16-group39 {
  top: 0px;
  left: 0px;
  width: 255px;
  height: 116px;
  display: flex;
  position: absolute;
flex-shrink: 1;
}
 
.responsove16-group9229 {
  top: 0px;
  left: 0px;
  width: 255px;
  height: 116px;
  display: flex;
  position: absolute;
flex-shrink: 1;
}
 
.responsove16-frame9313 {
  gap: 10px;
  top: 0px;
  left: 0px;
  width: 255px;
  display: flex;
  position: absolute;
  align-items: flex-start;
flex-direction: column;
}
 
.responsove16-text90 {
  color: #000;
font-size: 16.799999237060547px;
  align-self: stretch;
text-align: left;
  font-family: DM Sans;
  font-weight: 700;
  line-height: 23.520000457763672px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9312 {
  gap: 8px;
  display: flex;
  align-self: stretch;
flex-direction: column;
}
 
.responsove16-text91 {
  color: #000;
  font-size: 15px;
  text-align: left;
  font-family: DM Sans;
  font-weight: 400;
  line-height: 22px;
  font-stretch: normal;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}
 
.responsove16-text92 {
  color: #000;
  font-size: 15px;
  text-align: left;
  font-family: DM Sans;
  font-weight: 400;
  line-height: 26px;
  font-stretch: normal;
  text-decoration: none;
  white-space: nowrap;
  max-width: 100%;
  box-sizing: border-box;
}
 
.responsove16-frame9311 {
  gap: 15px;
  display: flex;
  align-items: center;
}
 
.responsove16-link-svg1 {
  width: 8px;
  height: 18px;
}
 
.responsove16-link-svg2 {
  width: 13px;
  height: 18px;
}
 
.responsove16-link-svg3 {
  width: 18px;
  height: 18px;
}
 
.responsove16-frame9318 {
  gap: 7px;
  display: flex;
  padding: 14px 50px;
  align-self: stretch;
flex-direction: column;
}
 
.responsove16-divlinedivider {
  width: auto;
  height: 1px;
  align-self: stretch;
}
 
.responsove16-frame9317 {
  gap: 679px;
  display: flex;
  align-self: stretch;
  align-items: center;
justify-content: space-between;
}
 
.responsove16-text93 {
  color: #000;
font-size: 15px;
text-align: left;
  font-family: DM Sans;
  font-weight: 400;
  line-height: 15.75px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9316 {
  gap: 52px;
  display: flex;
justify-content: flex-end;
}
 
.responsove16-text94 {
  color: #000;
font-size: 15px;
text-align: left;
  font-family: DM Sans;
  font-weight: 400;
  line-height: 15.75px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text95 {
  color: #000;
font-size: 15px;
text-align: left;
  font-family: DM Sans;
  font-weight: 400;
  line-height: 15.75px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-link {
  display: contents;
}
 
.responsove16-container2 {
  right: 50px;
  border: 1px solid #ffffff5c;
  bottom: 30px;
  display: flex;
  z-index: 22;
  position: fixed;
  box-shadow: 5px 5px 10px 0px rgba(31, 31, 31, 0.4);
  min-height: auto;
padding-top: 8px;
  padding-left: 12px;
  border-radius: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  backdrop-filter: blur(6px);
  background-color: rgba(41, 41, 41, 0.41);
}
 
.responsove16-icon1 {
  width: 24px;
  margin-right: 4px;
}
 
.responsove16-text96 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
 
@media(min-width: 930px) {
  .responsove16-frame93102 {
    padding-right: 30px;
  }
}

@media(min-width: 1100px) {
  .responsove16-frame93102 {
    padding-right: 40px;
  }
}

@media(min-width: 1300px) {
  .responsove16-frame93102 {
    padding-right: 50px;
  }
}

@media(min-width: 1500px) {
  .responsove16-frame93102 {
    padding-right: 60px;
  }
}

@media(min-width: 1700px) {
  .responsove16-frame93102 {
    padding-right: 70px;
  }
}

@media(max-width: 1600px) {
  .responsove16-frame9342 {
    gap: 0;
  justify-content: space-between;
  }
  .responsove16header {
    gap: 0;
    width: 100%;
    align-self: center;
  margin-right: 0px;
    justify-content: space-between;
  }
  .responsove16-frame9249 {
  justify-content: flex-end;
  }
  .responsove16-group9249 {
    left: 0px;
    right: 0px;
    margin: auto;
    justify-content: center;
  }
  .responsove16-frame92631 {
    height: 372px;
  }
  .responsove16-frame9348 {
    height: 378px;
  }
  .responsove16-frame93102 {
    height: 155px;
  }
  .responsove16-text82 {
    color: #000;
    font-size: 15px;
    font-weight: 400;
  }
  .responsove16-frame9316 {
    width: 374px;
    align-self: stretch;
  }
  .responsove16-text95 {
    color: #000;
    font-size: 15px;
    font-family: DM Sans;
    font-weight: 400;
    line-height: 15.75px;
    text-decoration: none;
  }
}
 
@media(max-width: 1200px) {
  .responsove16nav {
    flex-wrap: wrap;
}
  .responsove16-frame9342 {
    width: auto;
  }
  .responsove16-group43 {
    align-self: flex-start;
    justify-content: center;
  }
  .responsove16header {
    gap: var(--dl-layout-space-fourunits);
    justify-content: center;
  }
  .responsove16-frame9249 {
  justify-content: flex-end;
  }
  .responsove16-frame9269 {
    padding-left: 83px;
  }
  .responsove16-frame9350 {
    padding-top: 44px;
    padding-left: 83px;
    padding-right: 83px;
  }
  .responsove16-frame9348 {
    width: auto;
    height: 371.6050720214844px;
  }
  .responsove16-frame93101 {
    width: auto;
  }
  .responsove16-frame93102 {
    width: auto;
  }
  .responsove16-text81 {
    color: #000;
    font-size: 16.8171px;
    font-family: Poppins;
    font-weight: 600;
  text-decoration: none;
  }
  .responsove16-text82 {
    color: #000;
    font-size: 15px;
    font-weight: 400;
  }
  .responsove16-frame9317 {
    width: 100%;
    align-self: center;
    flex-direction: row;
  }
  .responsove16-frame9316 {
    right: 0px;
    position: fixed;
    justify-content: flex-end;
  }
  .responsove16-text94 {
    width: var(--dl-layout-size-medium);
  }
  .responsove16-text95 {
    color: #000;
    width: var(--dl-layout-size-large);
    font-size: 15px;
    font-family: DM Sans;
    font-weight: 400;
    line-height: 15.75px;
    text-decoration: none;
  }
}
 
@media(max-width: 900px) {
  .responsove16-frame42 {
    display: none;
  }
  .responsove16-frame9249 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    z-index: 1000;
    padding: 150px 20px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    display: flex;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    pointer-events: none;
  }
  
  .responsove16-frame9249.mobile-menu-open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  
  .responsove16-frame9249 .responsove16-nav-button {
    width: auto;
    padding: 15px 30px;
    font-size: 20px;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition-delay: 0s;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  
  .responsove16-frame9249 .responsove16-nav-button span {
    text-align: center;
    width: auto;
    display: block;
  }
  
  .responsove16-frame9249 .responsove16-nav-button-active {
    align-items: center;
  }
  
  .responsove16-frame9249 .responsove16-nav-button-active span {
    text-align: center;
  }
  
  .responsove16-frame9249 .responsove16-nav-button-primary {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 46px;
  }
  
  .responsove16-frame9249 .responsove16-nav-button-primary span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-align: center;
  }
  
  .responsove16-frame9249.mobile-menu-open .responsove16-nav-button {
    opacity: 1;
    transform: translateY(0);
  }
  
  /* Staggered animation for menu items when opening */
  .responsove16-frame9249.mobile-menu-open .responsove16-nav-button:nth-child(1) {
    transition-delay: 0.1s;
  }
  
  .responsove16-frame9249.mobile-menu-open .responsove16-nav-button:nth-child(2) {
    transition-delay: 0.15s;
  }
  
  .responsove16-frame9249.mobile-menu-open .responsove16-nav-button:nth-child(3) {
    transition-delay: 0.2s;
  }
  
  .responsove16-frame9249.mobile-menu-open .responsove16-nav-button:nth-child(4) {
    transition-delay: 0.25s;
  }
  
  .responsove16-frame9249.mobile-menu-open .responsove16-nav-button:nth-child(5) {
    transition-delay: 0.3s;
  }
  
  .responsove16-hamburger {
    display: flex;
    position: relative;
    z-index: 1001;
  }
  
  .responsove16-hamburger.active span {
    background-color: #000;
  }
  
  .responsove16header {
    justify-content: space-between;
    position: relative;
  }
}

@media(max-width: 750px) {
  .responsove16nav { padding: 6px 40px 6px 60px; }
  .responsove16header { padding: 0 40px; }
  .responsove16hero { padding: 0 40px 0 80px; }
  .responsove16aboutus { padding: 50px 40px 50px 30px; }
  .responsove16-getintouch { padding: 100px 40px 100px 60px; }
  .responsove16-frame9315 { padding: 0 40px; gap: 30px; }
  .responsove16-frame9318 { padding: 14px 40px; }
}

@media(max-width: 600px) {
  .responsove16nav { padding: 6px 40px 6px 30px; }
  .responsove16header { padding: 0 40px 0 20px; }
  .responsove16hero { padding: 0 40px; }
  .responsove16aboutus { padding: 50px 40px 50px 20px; }
  .responsove16-getintouch { padding: 100px 40px 100px 30px; }
  .responsove16-frame9315 { padding: 0 30px; gap: 20px; }
  .responsove16-frame9318 { padding: 14px 30px; }
}

@media(max-width: 480px) {
  .responsove16nav { padding: 6px 40px 6px 15px; }
  .responsove16header { padding: 0 40px 0 15px; }
  .responsove16hero { padding: 0 40px 0 20px; }
  .responsove16aboutus { padding: 50px 40px 50px 15px; }
  .responsove16-getintouch { padding: 100px 40px 100px 20px; }
  .responsove16-frame9315 { padding: 0 20px; gap: 20px; }
  .responsove16-frame9318 { padding: 14px 20px; }
}

@media(max-width: 360px) {
  .responsove16nav { padding: 6px 40px 6px 10px; }
  .responsove16header { padding: 0 40px 0 10px; }
  .responsove16hero { padding: 0 40px 0 15px; }
  .responsove16aboutus { padding: 50px 40px 50px 10px; }
  .responsove16-getintouch { padding: 100px 40px 100px 15px; }
  .responsove16-frame9315 { padding: 0 15px; gap: 15px; }
  .responsove16-frame9318 { padding: 14px 15px; }
}

@media(max-width: 760px) {
  .responsove16-frame9252 {
    display: none;
  }
  .responsove16nav {
    justify-content: center;
    padding: 6px 20px;
  }
  .responsove16-frame9342 {
    justify-content: center;
    gap: 0;
    width: 100%;
  }
  .responsove16-frame9253 {
    width: auto;
  justify-content: center;
    gap: 0;
    margin: 0 auto;
  }
  .responsove16-frame9251 {
    margin: 0;
    width: auto;
}
}

@media(max-width: 767px) {
  .responsove16-group9249 {
    width: auto;
  }
  .responsove16-frame9317 {
    align-self: flex-start;
  }
}

/* ============================================ */
/* FOOTER VARIATION 1: Compact Grid Layout */
/* ============================================ */
.footer-variation-1 {
  background-color: #ffffff;
  padding: 60px 0 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-v1-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
}

.footer-v1-main {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr;
  gap: 60px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-v1-brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-v1-logo {
  width: 98px;
  height: 65px;
  object-fit: contain;
}

.footer-v1-description {
  color: rgba(83, 83, 83, 1);
  font-size: 15px;
  font-family: DM Sans;
  font-weight: 400;
  line-height: 22px;
  max-width: 350px;
  margin: 0;
}

.footer-v1-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-v1-heading {
  color: #000;
  font-size: 17px;
  font-family: Poppins;
  font-weight: 600;
  margin: 0 0 8px 0;
}

.footer-v1-link {
  color: rgba(83, 83, 83, 1);
  font-size: 15px;
  font-family: DM Sans;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
}

.footer-v1-link:hover {
  color: #0cbfff;
}

.footer-v1-contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-v1-contact-item {
  color: rgba(83, 83, 83, 1);
  font-size: 15px;
  font-family: DM Sans;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.footer-v1-contact-item strong {
  color: #000;
  font-weight: 600;
}

.footer-v1-contact-item a {
  color: rgba(83, 83, 83, 1);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-v1-contact-item a:hover {
  color: #0cbfff;
}

.footer-v1-social {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.footer-v1-social-link {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f5f5f5;
  transition: all 0.3s ease;
}

.footer-v1-social-link:hover {
  background-color: #0cbfff;
  transform: translateY(-2px);
}

.footer-v1-social-link img {
  width: 16px;
  height: 16px;
}

.footer-v1-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-v1-copyright {
  color: rgba(83, 83, 83, 1);
  font-size: 15px;
  font-family: DM Sans;
  font-weight: 400;
  margin: 0;
}

.footer-v1-legal {
  display: flex;
  gap: 12px;
  align-items: center;
}

.footer-v1-legal-link {
  color: rgba(83, 83, 83, 1);
  font-size: 15px;
  font-family: DM Sans;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-v1-legal-link:hover {
  color: #0cbfff;
}

.footer-v1-separator {
  color: rgba(83, 83, 83, 0.5);
}

/* ============================================ */
/* FOOTER VARIATION 2: Structured with Background */
/* ============================================ */
.footer-variation-2 {
  background-color: #ffffff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
}

.footer-v2-top {
  background-color: #f8f9fa;
  padding: 50px 0;
  width: 100%;
}

.footer-v2-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
}

.footer-v2-top .footer-v2-container {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  gap: 80px;
}

.footer-v2-brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-v2-logo {
  width: 98px;
  height: 65px;
  object-fit: contain;
}

.footer-v2-description {
  color: rgba(83, 83, 83, 1);
  font-size: 15px;
  font-family: DM Sans;
  font-weight: 400;
  line-height: 24px;
  max-width: 400px;
  margin: 0;
}

.footer-v2-sections {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
}

.footer-v2-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-v2-heading {
  color: #000;
  font-size: 17px;
  font-family: Poppins;
  font-weight: 600;
  margin: 0;
}

.footer-v2-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-v2-link {
  color: rgba(83, 83, 83, 1);
  font-size: 15px;
  font-family: DM Sans;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
  display: inline-block;
}

.footer-v2-link:hover {
  color: #0cbfff;
  transform: translateX(4px);
}

.footer-v2-contact-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-v2-contact-line {
  color: rgba(83, 83, 83, 1);
  font-size: 15px;
  font-family: DM Sans;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.footer-v2-label {
  color: #000;
  font-weight: 600;
  margin-right: 8px;
}

.footer-v2-contact-link {
  color: rgba(83, 83, 83, 1);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-v2-contact-link:hover {
  color: #0cbfff;
}

.footer-v2-social {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.footer-v2-social-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.footer-v2-social-icon img {
  width: 18px;
  height: 18px;
}

.footer-v2-bottom {
  background-color: #ffffff;
  padding: 24px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative;
}

.footer-v2-bottom .footer-v2-container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}

.footer-v2-bottom .footer-v2-container .footer-v2-legal {
  justify-self: end;
}

.footer-v2-copyright {
  color: rgba(83, 83, 83, 1);
  font-size: 15px;
  font-family: DM Sans;
  font-weight: 400;
  margin: 0;
}

.footer-v2-rossitech-text {
  color: rgba(83, 83, 83, 1);
  font-size: 15px;
  font-family: DM Sans;
  font-weight: 400;
  margin: 0;
  text-align: center;
  justify-self: center;
}

.footer-v2-rossitech-link {
  color: rgba(83, 83, 83, 1);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-v2-rossitech-link:hover {
  color: #0cbfff;
}

.footer-v2-legal {
  display: flex;
  gap: 24px;
}

.footer-v2-legal-link {
  color: rgba(83, 83, 83, 1);
  font-size: 15px;
  font-family: DM Sans;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-v2-legal-link:hover {
  color: #0cbfff;
}

/* ============================================ */
/* FOOTER VARIATION 3: Modern with Accent Colors */
/* ============================================ */
.footer-variation-3 {
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
  padding: 70px 0 0;
}

.footer-v3-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
}

.footer-v3-main {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr;
  gap: 70px;
  padding-bottom: 50px;
}

.footer-v3-brand-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-v3-logo {
  width: 98px;
  height: 65px;
  object-fit: contain;
}

.footer-v3-tagline {
  color: rgba(83, 83, 83, 1);
  font-size: 15px;
  font-family: DM Sans;
  font-weight: 400;
  line-height: 24px;
  max-width: 380px;
  margin: 0;
}

.footer-v3-social-group {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.footer-v3-social-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #0cbfff;
  transition: all 0.3s ease;
}

.footer-v3-social-btn:hover {
  background-color: #0689a0;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 4px 12px rgba(12, 191, 255, 0.4);
}

.footer-v3-social-btn img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

.footer-v3-links-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-v3-title {
  color: #000;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 600;
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #0cbfff;
  display: inline-block;
  width: fit-content;
}

.footer-v3-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-v3-link-list li {
  margin: 0;
}

.footer-v3-nav-link {
  color: rgba(83, 83, 83, 1);
  font-size: 15px;
  font-family: DM Sans;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
  padding-left: 0;
}

.footer-v3-nav-link::before {
  content: '';
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background-color: #0cbfff;
  transition: width 0.3s ease;
}

.footer-v3-nav-link:hover {
  color: #0cbfff;
  padding-left: 12px;
}

.footer-v3-nav-link:hover::before {
  width: 8px;
}

.footer-v3-contact-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-v3-contact-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-v3-contact-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-v3-contact-icon {
  font-size: 18px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0cbfff;
  border-radius: 50%;
  flex-shrink: 0;
}

.footer-v3-contact-text {
  color: rgba(83, 83, 83, 1);
  font-size: 15px;
  font-family: DM Sans;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-v3-contact-text:hover {
  color: #0cbfff;
}

.footer-v3-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1), transparent);
  margin: 0;
}

.footer-v3-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-v3-copyright {
  color: rgba(83, 83, 83, 1);
  font-size: 15px;
  font-family: DM Sans;
  font-weight: 400;
  margin: 0;
}

.footer-v3-legal-links {
  display: flex;
  gap: 24px;
}

.footer-v3-legal {
  color: rgba(83, 83, 83, 1);
  font-size: 15px;
  font-family: DM Sans;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
}

.footer-v3-legal::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #0cbfff;
  transition: width 0.3s ease;
}

.footer-v3-legal:hover {
  color: #0cbfff;
}

.footer-v3-legal:hover::after {
  width: 100%;
}

/* Responsive Styles for All Footer Variations */
@media(max-width: 1200px) {
  .footer-v1-main,
  .footer-v2-top .footer-v2-container,
  .footer-v3-main {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  
  .footer-v2-sections {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media(max-width: 900px) {
  .footer-v1-container,
  .footer-v2-container,
  .footer-v3-wrapper {
    padding: 0 40px;
  }
  
  .footer-v1-main,
  .footer-v2-top .footer-v2-container,
  .footer-v3-main {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .footer-v1-bottom,
  .footer-v2-bottom .footer-v2-container,
  .footer-v3-footer {
    flex-direction: column;
    text-align: center;
  }
}

@media(max-width: 600px) {
  .footer-variation-1,
  .footer-v2-top {
    padding: 40px 0 20px;
  }
  
  .footer-variation-3 {
    padding: 50px 0 0;
  }
  
  .footer-v1-container,
  .footer-v2-container,
  .footer-v3-wrapper {
    padding: 0 30px;
  }
  
  .footer-v1-main,
  .footer-v2-top .footer-v2-container,
  .footer-v3-main {
    gap: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

/* ============================================
   TERMS SECTION
   ============================================ */

/* Terms Section: Two-Column Traditional */
.terms-v3-section {
  background-color: #ffffff;
  width: 100%;
  padding: 100px 0;
}

.terms-v3-container {
  max-width: var(--dl-layout-size-maxwidth);
  margin: 0 auto;
  padding: 0 167px;
  display: flex;
  gap: var(--dl-layout-space-sixunits);
  align-items: flex-start;
}

.terms-v3-sidebar {
  width: 280px;
  flex-shrink: 0;
  position: sticky;
  top: 20px;
}

.terms-v3-nav {
  background-color: #0cbfff;
  border-radius: var(--dl-layout-radius-cardradius);
  padding: var(--dl-layout-space-threeunits) var(--dl-layout-space-twounits);
}

.terms-v3-nav-title {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #ffffff;
  margin: 0 0 var(--dl-layout-space-oneandhalfunits) 0;
}

.terms-v3-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--dl-layout-space-halfunit);
}

.terms-v3-nav-link {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
  text-decoration: none;
  padding: var(--dl-layout-space-halfunit) var(--dl-layout-space-unit);
  border-radius: 4px;
  transition: background-color 0.3s ease;
  display: block;
}

.terms-v3-nav-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.terms-v3-nav-link:active,
.terms-v3-nav-link:focus {
  background-color: rgba(255, 255, 255, 0.3);
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.terms-v3-content {
  flex: 1;
  max-width: 100%;
}

.terms-v3-title {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  color: #000000;
  margin: 0 0 var(--dl-layout-space-oneandhalfunits) 0;
}

.terms-v3-intro {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: rgba(83, 83, 83, 1);
  margin: 0 0 var(--dl-layout-space-fourunits) 0;
}

.terms-v3-article {
  margin-bottom: var(--dl-layout-space-fourunits);
  padding-bottom: var(--dl-layout-space-fourunits);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.terms-v3-article:last-of-type {
  border-bottom: none;
}

.terms-v3-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  color: #000000;
  margin: 0 0 var(--dl-layout-space-oneandhalfunits) 0;
}

.terms-v3-text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: rgba(83, 83, 83, 1);
  margin: 0 0 var(--dl-layout-space-unit) 0;
}

.terms-v3-list {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: rgba(83, 83, 83, 1);
  margin: var(--dl-layout-space-unit) 0;
  padding-left: var(--dl-layout-space-threeunits);
  list-style-type: disc;
}

.terms-v3-list li {
  margin-bottom: var(--dl-layout-space-halfunit);
}

.terms-v3-footer {
  margin-top: var(--dl-layout-space-fourunits);
  padding-top: var(--dl-layout-space-threeunits);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.terms-v3-updated {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  color: rgba(91, 87, 87, 1);
  margin: 0;
}

/* Variation 3 Responsive */
@media(max-width: 1200px) {
  .terms-v3-section {
    padding: 80px 0;
  }
  
  .terms-v3-container {
    padding: 0 83px;
    gap: var(--dl-layout-space-fourunits);
  }
  
  .terms-v3-sidebar {
    width: 240px;
  }
}

@media(max-width: 900px) {
  .terms-v3-section {
    padding: 60px 0;
  }
  
  .terms-v3-container {
    flex-direction: column;
    padding: 0 40px;
    gap: var(--dl-layout-space-threeunits);
  }
  
  .terms-v3-sidebar {
    width: 100%;
    position: relative;
    top: 0;
  }
  
  .terms-v3-nav {
    padding: var(--dl-layout-space-twounits);
  }
  
  .terms-v3-title {
    font-size: 40px;
    line-height: 48px;
  }
  
  .terms-v3-heading {
    font-size: 32px;
    line-height: 38px;
  }
}

@media(max-width: 767px) {
  .terms-v3-section {
    padding: 50px 0;
  }
  
  .terms-v3-container {
    padding: 0 20px;
  }
  
  .terms-v3-title {
    font-size: 36px;
    line-height: 44px;
  }
  
  .terms-v3-heading {
    font-size: 28px;
    line-height: 34px;
  }
  
  .terms-v3-article {
    margin-bottom: var(--dl-layout-space-threeunits);
    padding-bottom: var(--dl-layout-space-threeunits);
  }
}

@media(max-width: 480px) {
  .terms-v3-section {
    padding: 40px 0;
  }
  
  .terms-v3-container {
    padding: 0 15px;
  }
  
  .terms-v3-nav {
    padding: var(--dl-layout-space-oneandhalfunits);
  }
  
  .terms-v3-nav-title {
    font-size: 18px;
    line-height: 24px;
  }
  
  .terms-v3-nav-link {
    font-size: 14px;
    line-height: 20px;
  }
  
  .terms-v3-title {
    font-size: 32px;
    line-height: 40px;
  }
  
  .terms-v3-heading {
    font-size: 24px;
    line-height: 30px;
  }
  
  .terms-v3-text,
  .terms-v3-list {
    font-size: 15px;
    line-height: 24px;
  }
}
