@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  min-width: 0;
  font: inherit;
}

*::after,
*::before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

main {
  position: relative;
  flex: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.rectangle {
  position: absolute;
  width: 100%;
  height: 50.25rem;
  top: 0;
  background: linear-gradient(
    180deg,
    rgb(226, 246, 252) 14.25%,
    rgba(255, 255, 255, 0) 100%
  );
  flex-shrink: 0;
}

.ellipse {
  position: absolute;
  width: 100%;
  max-height: 100%;
  height: 100%;
  top: 1222px;
  border-radius: 62.5rem;
  transform: rotate(180deg);
  filter: blur(500px);
  background: linear-gradient(
    312deg,
    #42a7c3 -0.61%,
    rgba(255, 255, 255, 0) 102.42%
  );
  flex-shrink: 0;
  -webkit-border-radius: 62.5rem;
  -moz-border-radius: 62.5rem;
  -ms-border-radius: 62.5rem;
  -o-border-radius: 62.5rem;
  -webkit-filter: blur(500px);
}

.vector {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 360px;
  left: auto;
  flex-shrink: 0;
}

.vector > svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 auto;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.625rem, -1.3076923076923075rem + 6.41025641025641vw, 0.625rem);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  flex-shrink: 0;
  position: relative;
}

.text-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(2rem, -1.3076923076923075rem + 6.41025641025641vw, 2rem);
}

.title-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(1rem, -1.3076923076923075rem + 6.41025641025641vw, 1rem);
}

.start-your-journey {
  width: 43.9375rem;
  font-family: "Poppins", Helvetica;
  font-weight: 700;
  font-style: normal;
  color: #333;
  font-size: clamp(3.5rem, -1.3076923076923075rem + 6.41025641025641vw, 3.5rem);
  line-height: 124.5%;
}

.quis-nostrud-exercit {
  width: 33.3125rem;
  opacity: 0.8;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #333;
  font-size: clamp(1rem, -1.3076923076923075rem + 6.41025641025641vw, 1rem);
  letter-spacing: 0.02019rem;
  line-height: 1.6875rem;
}

.illus {
  position: relative;
  top: 29px;
}

.img-people {
  width: 30.82863rem;
  height: 31.14675rem;
  flex-shrink: 0;
  object-fit: contain;
}

.trend {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.625rem, -1.3076923076923075rem + 6.41025641025641vw, 0.625rem);
  position: relative;
}

.wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.625rem, -1.3076923076923075rem + 6.41025641025641vw, 0.625rem);
}

.frame-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(2.6875rem, -1.3076923076923075rem + 6.41025641025641vw, 2.6875rem);
  width: 100%;
}

.title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.5rem, -1.3076923076923075rem + 6.41025641025641vw, 0.5rem);
}

.text-wrapper-10 {
  font-family: "Lato", Helvetica;
  font-weight: 700;
  color: #333333;
  font-size: clamp(
    2.25rem,
    -1.3076923076923075rem + 6.41025641025641vw,
    2.25rem
  );
  letter-spacing: -0.0225rem;
  line-height: 140%;
  white-space: nowrap;
  font-style: normal;
}

.list-card {
  display: flex;
  align-items: flex-start;
  gap: clamp(2rem, -1.3076923076923075rem + 6.41025641025641vw, 2rem);
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  flex: 0 0 calc(100% - 1rem);
  padding: 1rem;
}

#instalaciones {
  justify-content: space-between;
}

#interes::-webkit-scrollbar {
  display: none;
}

.card-3 {
  width: 18.5rem;
  height: 14.75rem;
  text-decoration: none;
  background-color: rgba(240, 240, 240, 0.45);
  border-radius: 1rem;
  border: 1px solid #fff;
  border-color: #ffffff;
  backdrop-filter: blur(2px);
  box-shadow: 7px 3px 10px 1px rgba(0, 0, 0, 0.5);
  transition: 250ms ease-out;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  -webkit-transition: 250ms ease-out;
  -moz-transition: 250ms ease-out;
  -ms-transition: 250ms ease-out;
  -o-transition: 250ms ease-out;
}

.card-3:hover {
  box-shadow: 0px 0 10px 10px rgba(0, 0, 0, 0.25);
}

.card-4 {
  min-width: 18.5rem;
  height: 15.75rem;
  text-decoration: none;
  background-color: rgba(240, 240, 240, 0.45);
  border-radius: 1rem;
  border: 1px solid #fff;
  border-color: #ffffff;
  backdrop-filter: blur(2px);
  scroll-snap-align: start;
  box-shadow: 7px 3px 10px 1px rgba(0, 0, 0, 0.5);
  transition: 250ms ease-out;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  -webkit-transition: 250ms ease-out;
  -moz-transition: 250ms ease-out;
  -ms-transition: 250ms ease-out;
  -o-transition: 250ms ease-out;
}

.card-4:hover {
  box-shadow: 5px 4px 10px 10px rgba(0, 0, 0, 0.25);
}

.rectangle-4 {
  width: 100%;
  height: 70%;
  object-fit: cover;
  border-radius: 0.5rem;
  background: lightgray 50% / cover no-repeat;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.02);
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}

.frame-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.5rem 1rem;
}

.frame-4 {
  display: flex;
  align-items: center;
  gap: clamp(0.25rem, -1.3076923076923075rem + 6.41025641025641vw, 0.25rem);
}

.frame-8 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.frame-9 {
  display: flex;
  gap: clamp(1rem, -1.3076923076923075rem + 6.41025641025641vw, 1rem);
  flex-direction: column;
  align-items: flex-start;
  padding: 0.5rem 1rem;
}

.rectangle-6 {
  width: 100%;
  height: 65%;
  object-fit: cover;
  border-radius: 0.5rem;
  background: lightgray 50% / cover no-repeat;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.02);
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}

.text-wrapper-11 {
  font-size: clamp(1rem, -1.3076923076923075rem + 6.41025641025641vw, 1rem);
  letter-spacing: 0.03125rem;
  line-height: 140%;
  font-family: "Lato", Helvetica;
  font-weight: 700;
  color: #333;
  font-style: normal;
}

.section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  position: relative;
}

.illustrasi {
  position: relative;
  width: 39.125rem;
  height: 37.625rem;
  flex-shrink: 0;
}

.rectangle-5 {
  position: absolute;
  width: 37.01013rem;
  height: 37.31406rem;
  flex-shrink: 0;
  top: 2px;
  left: 7px;
  background-color: var(--Primary-50, #e2f6fc);
  border-radius: 18.59375rem 18.59375rem 19.71875rem 19.71875rem;
  box-shadow: 0px 20px 32px 0px rgba(183, 233, 246, 0.64),
    0px 2px 8px 0px #b7e9f6;
}

.mask-group {
  position: absolute;
  width: 37.01013rem;
  height: 37.31406rem;
  flex-shrink: 0;
  top: 2px;
  left: 7px;
  border-radius: 19.71875rem;
  background-color: var(--Primary-50, #e2f6fc);
  object-fit: contain;
}

.frame-12 {
  display: flex;
  flex-direction: column;
  width: 36.625rem;
  align-items: flex-start;
  gap: clamp(2.5rem, -1.3076923076923075rem + 6.41025641025641vw, 2.5rem);
  flex-shrink: 0;
}

.produk {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(0.5rem, -1.3076923076923075rem + 6.41025641025641vw, 0.5rem);
}

.text-wrapper-15 {
  font-family: "Lato", Helvetica;
  font-weight: 700;
  color: var(--Gray-900-default, #121212);
  font-size: clamp(
    2.25rem,
    -1.3076923076923075rem + 6.41025641025641vw,
    2.25rem
  );
  text-align: center;
  letter-spacing: -0.0225rem;
  line-height: 140%;
  white-space: nowrap;
  font-style: normal;
}

.list {
  flex-direction: column;
  gap: clamp(1.5rem, -1.3076923076923075rem + 6.41025641025641vw, 1.5rem);
  align-self: stretch;
  display: flex;
  align-items: flex-start;
}

.frame-13 {
  display: flex;
  align-items: center;
  gap: clamp(1rem, -1.3076923076923075rem + 6.41025641025641vw, 1rem);
  padding: 1rem 1.5rem;
  align-self: stretch;
  background-color: #fff;
  border-radius: 0.625rem;
  box-shadow: 0px 16px 24px 0px rgba(96, 97, 112, 0.12),
    0px 2px 8px 0px rgba(40, 41, 61, 0.02);
  transition: 250ms ease-out;
  -webkit-transition: 250ms ease-out;
  -moz-transition: 250ms ease-out;
  -ms-transition: 250ms ease-out;
  -o-transition: 250ms ease-out;
}

.frame-13:hover {
  box-shadow: 0 1px 10px 8px rgba(0, 0, 0, 0.25);
}

.flight {
  display: flex;
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  gap: clamp(0.625rem, -1.3076923076923075rem + 6.41025641025641vw, 0.625rem);
  border-radius: 1rem;
}

.text-wrapper-17 {
  font-family: "Lato", Helvetica;
  font-weight: 700;
  color: var(--Gray-900-default, #121212);
  font-size: clamp(
    1.25rem,
    -1.3076923076923075rem + 6.41025641025641vw,
    1.25rem
  );
  letter-spacing: 0.00938rem;
  line-height: 140%;
  font-style: normal;
}

footer {
  width: 100%;
  min-width: 18.75rem;
  bottom: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.footer-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 64rem;
  width: 100%;
  padding: 1rem;
  text-align: center;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem 0.5rem;
}

.footer-bottom {
  display: flex;
  align-items: center;
  width: 100%;
  gap: clamp(1rem, -1.3076923076923075rem + 6.41025641025641vw, 1rem);
  padding: 1rem 0;
  flex-wrap: wrap;
  justify-content: center;
  color: var(--text-color);
  border-top: 1px solid var(--border);
}

.footer-bottom > small {
  font-size: clamp(1rem, -1.3076923076923075rem + 6.41025641025641vw, 1rem);
  margin: 0 0.25rem;
}

.frame {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 2rem;
}

.frame .div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1rem, -1.3076923076923075rem + 6.41025641025641vw, 1rem);
}

.frame .div-2 {
  display: flex;
  align-items: center;
  gap: clamp(1rem, -1.3076923076923075rem + 6.41025641025641vw, 1rem);
}

.frame .text-wrapper {
  font-family: "Lato", Helvetica;
  font-weight: 700;
  color: #112211;
  font-size: clamp(1.5rem, -1.3076923076923075rem + 6.41025641025641vw, 1.5rem);
  line-height: normal;
  font-style: normal;
  margin-bottom: 0;
}

.frame .div-3 {
  display: flex;
  align-items: center;
  gap: clamp(0.25rem, -1.3076923076923075rem + 6.41025641025641vw, 0.25rem);
}

.frame .div-4 {
  display: flex;
  align-items: flex-start;
}

.frame .div-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.5rem, -1.3076923076923075rem + 6.41025641025641vw, 0.5rem);
}

.frame .div-6 {
  display: flex;
  align-items: flex-start;
  gap: clamp(0.125rem, -1.3076923076923075rem + 6.41025641025641vw, 0.125rem);
}

.frame .p {
  opacity: 0.75;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #112211;
  font-size: clamp(
    0.875rem,
    -1.3076923076923075rem + 6.41025641025641vw,
    0.875rem
  );
  line-height: normal;
  font-style: normal;
  margin-bottom: 0;
}

.frame .button {
  all: unset;
  display: flex;
  flex-direction: column;
  width: 2.5rem;
  align-items: flex-start;
  gap: clamp(0.625rem, -1.3076923076923075rem + 6.41025641025641vw, 0.625rem);
}

.frame .button-wrapper {
  display: flex;
  height: 2rem;
  align-items: center;
  justify-content: center;
  gap: clamp(0.25rem, -1.3076923076923075rem + 6.41025641025641vw, 0.25rem);
  padding: 0.5rem 1rem;
  align-self: stretch;
  border-radius: 0.25rem;
  border: 1px solid #8dd3bb;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #112211;
  font-size: clamp(
    0.75rem,
    -1.3076923076923075rem + 6.41025641025641vw,
    0.75rem
  );
  line-height: normal;
  font-style: normal;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}

.frame .very-good {
  color: #112211;
  letter-spacing: 0;
  margin-bottom: 0;
}

.frame .span {
  font-weight: 700;
  font-family: "Montserrat", Helvetica;
  font-style: normal;
  line-height: normal;
  font-size: clamp(
    0.75rem,
    -1.3076923076923075rem + 6.41025641025641vw,
    0.75rem
  );
}

.frame .div-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: clamp(1rem, -1.3076923076923075rem + 6.41025641025641vw, 1rem);
}

.frame .element-night {
  text-align: right;
  letter-spacing: 0;
  color: #ff8682;
  margin-bottom: 0;
}

.frame .text-wrapper-4 {
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  font-size: clamp(2rem, -1.3076923076923075rem + 6.41025641025641vw, 2rem);
  font-style: normal;
  line-height: normal;
}

.frame .text-wrapper-5 {
  font-size: clamp(
    0.875rem,
    -1.3076923076923075rem + 6.41025641025641vw,
    0.875rem
  );
  font-family: "Montserrat", Helvetica;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.frame .div-8 {
  display: flex;
  align-items: flex-start;
  gap: clamp(0.9375rem, -1.3076923076923075rem + 6.41025641025641vw, 0.9375rem);
}

.frame .style-layer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.625rem, -1.3076923076923075rem + 6.41025641025641vw, 0.625rem);
}

.frame .style-layer:hover {
  cursor: pointer;
}

.frame .style-layer {
  display: flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  gap: clamp(0.25rem, -1.3076923076923075rem + 6.41025641025641vw, 0.25rem);
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  border: 1px solid #8dd3bb;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}

.frame .div-wrapper {
  all: unset;
  display: flex;
  flex-direction: column;
  width: 9.375rem;
  align-items: flex-start;
  gap: clamp(0.625rem, -1.3076923076923075rem + 6.41025641025641vw, 0.625rem);
}

.frame .style-layer-2 {
  display: flex;
  height: 3rem;
  align-items: center;
  justify-content: center;
  gap: clamp(0.25rem, -1.3076923076923075rem + 6.41025641025641vw, 0.25rem);
  padding: 0.5rem 1rem;
  align-self: stretch;
  background-color: #8dd3bb;
  border-radius: 0.25rem;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #112211;
  font-size: clamp(
    0.875rem,
    -1.3076923076923075rem + 6.41025641025641vw,
    0.875rem
  );
  line-height: normal;
  font-style: normal;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  transition: 250ms ease-out;
  -webkit-transition: 250ms ease-out;
  -moz-transition: 250ms ease-out;
  -ms-transition: 250ms ease-out;
  -o-transition: 250ms ease-out;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}

.frame .style-layer-2:hover {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.frame2 {
  display: flex;
  align-items: flex-start;
  gap: clamp(0.5rem, -1.3076923076923075rem + 6.41025641025641vw, 0.5rem);
  flex-shrink: 0;
  margin-top: 2rem;
  position: relative;
}

.frame2 .rectangle-room {
  flex: 1 0 0;
  align-self: stretch;
  object-fit: cover;
  background: lightgray 50% / cover no-repeat;
}

.frame2 #principal {
  border-radius: 0.75rem 0rem 0rem 0.75rem;
  -webkit-border-radius: 0.75rem 0rem 0rem 0.75rem;
  -moz-border-radius: 0.75rem 0rem 0rem 0.75rem;
  -ms-border-radius: 0.75rem 0rem 0rem 0.75rem;
  -o-border-radius: 0.75rem 0rem 0rem 0.75rem;
}

.frame2 #first {
  border-radius: 0rem 0.75rem 0rem 0rem;
  -webkit-border-radius: 0rem 0.75rem 0rem 0rem;
  -moz-border-radius: 0rem 0.75rem 0rem 0rem;
  -ms-border-radius: 0rem 0.75rem 0rem 0rem;
  -o-border-radius: 0rem 0.75rem 0rem 0rem;
}

.frame2 #last {
  border-radius: 0rem 0rem 0.75rem 0rem;
  -webkit-border-radius: 0rem 0rem 0.75rem 0rem;
  -moz-border-radius: 0rem 0rem 0.75rem 0rem;
  -ms-border-radius: 0rem 0rem 0.75rem 0rem;
  -o-border-radius: 0rem 0rem 0.75rem 0rem;
}

.frame2 .div {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: clamp(0.5rem, -1.3076923076923075rem + 6.41025641025641vw, 0.5rem);
  flex: 1 0 0;
  align-self: stretch;
}

.frame2 .div-2 {
  display: flex;
  align-items: flex-start;
  gap: clamp(0.5rem, -1.3076923076923075rem + 6.41025641025641vw, 0.5rem);
  flex: 1 0 0;
  align-self: stretch;
}

.frame2 .button {
  all: unset;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.625rem, -1.3076923076923075rem + 6.41025641025641vw, 0.625rem);
  position: absolute;
  right: 2rem;
  bottom: 1rem;
}

.frame2 .style-layer {
  display: flex;
  height: 3rem;
  align-items: center;
  justify-content: center;
  gap: clamp(0.25rem, -1.3076923076923075rem + 6.41025641025641vw, 0.25rem);
  padding: 0.5rem 1rem;
  align-self: stretch;
  background-color: #8dd3bb;
  border-radius: 0.25rem;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #112211;
  font-size: clamp(
    0.875rem,
    -1.3076923076923075rem + 6.41025641025641vw,
    0.875rem
  );
  line-height: normal;
  font-style: normal;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  transition: 250ms ease-out;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  -webkit-transition: 250ms ease-out;
  -moz-transition: 250ms ease-out;
  -ms-transition: 250ms ease-out;
  -o-transition: 250ms ease-out;
}

.frame2 .style-layer:hover {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.frame3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(4rem, -1.3076923076923075rem + 6.41025641025641vw, 4rem);
  margin-top: 4rem;
}

.frame3 .linear {
  width: 100%;
  height: 0.0625rem;
  background-color: #112211;
  opacity: 0.25;
}

.frame3 .div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  justify-content: space-between;
  gap: clamp(2rem, -1.3076923076923075rem + 6.41025641025641vw, 2rem);
  width: 100%;
}

.frame3 .div-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1rem, -1.3076923076923075rem + 6.41025641025641vw, 1rem);
  width: 100%;
}

.frame3 .text-wrapper {
  font-family: "Lato", Helvetica;
  font-weight: 700;
  color: #112211;
  font-size: clamp(
    1.25rem,
    -1.3076923076923075rem + 6.41025641025641vw,
    1.25rem
  );
  line-height: normal;
  font-style: normal;
}

.frame3 .p {
  opacity: 0.75;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #112211;
  font-size: clamp(1rem, -1.3076923076923075rem + 6.41025641025641vw, 1rem);
  line-height: normal;
  font-style: normal;
}

.frame3 .div-3 {
  display: flex;
  align-items: flex-start;
  gap: clamp(1rem, -1.3076923076923075rem + 6.41025641025641vw, 1rem);
  width: 100%;
}

.frame3 .frame-wrapper {
  display: flex;
  width: 10.375rem;
  height: 9.0625rem;
  align-items: flex-start;
  gap: clamp(0.625rem, -1.3076923076923075rem + 6.41025641025641vw, 0.625rem);
  padding: 1rem 4rem 1rem 1rem;
  background-color: #8dd3bb;
  border-radius: 0.75rem;
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  -ms-border-radius: 0.75rem;
  -o-border-radius: 0.75rem;
}

.frame3 .text-wrapper-2 {
  font-family: "Lato", Helvetica;
  font-weight: 700;
  font-size: clamp(2rem, -1.3076923076923075rem + 6.41025641025641vw, 2rem);
  color: #112211;
  line-height: normal;
  font-style: normal;
}

.frame3 .div-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.25rem, -1.3076923076923075rem + 6.41025641025641vw, 0.25rem);
}

.frame3 .text-wrapper-3 {
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #112211;
  font-size: clamp(1rem, -1.3076923076923075rem + 6.41025641025641vw, 1rem);
  line-height: normal;
  font-style: normal;
}

.frame3 .text-wrapper-4 {
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #112211;
  font-size: clamp(
    0.875rem,
    -1.3076923076923075rem + 6.41025641025641vw,
    0.875rem
  );
  line-height: normal;
  font-style: normal;
}

.frame3 .div-wrapper {
  display: flex;
  width: 10rem;
  height: 9.0625rem;
  align-items: flex-start;
  gap: clamp(0.625rem, -1.3076923076923075rem + 6.41025641025641vw, 0.625rem);
  padding: 1rem;
  border-radius: 0.75rem;
  border: 1px solid #8dd3bb;
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  -ms-border-radius: 0.75rem;
  -o-border-radius: 0.75rem;
}

.frame3 .div-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
}

.frame3 .text-wrapper-5 {
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #112211;
  font-size: clamp(1rem, -1.3076923076923075rem + 6.41025641025641vw, 1rem);
  line-height: normal;
  font-style: normal;
  margin-bottom: 0;
}

.frame3 .div-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
}

.frame3 .div-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
}

.frame3 .div-8 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
}

.frame3 .div-9 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.frame3 .div-10 {
  display: flex;
  align-items: center;
  gap: clamp(1rem, -1.3076923076923075rem + 6.41025641025641vw, 1rem);
}

.frame3 .img {
  width: 3rem;
  height: 3rem;
  border-radius: 0.25rem;
  background: lightgray 50% / cover no-repeat, #d9d9d9;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}

.frame3 .div-11 {
  display: flex;
  align-items: center;
  gap: clamp(4rem, -1.3076923076923075rem + 6.41025641025641vw, 4rem);
}

.frame3 .element-night {
  color: #112211;
  letter-spacing: 0;
  margin-bottom: 0;
}

.frame3 .span {
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #112211;
  font-size: clamp(1.5rem, -1.3076923076923075rem + 6.41025641025641vw, 1.5rem);
  font-style: normal;
  line-height: normal;
}

.frame3 .text-wrapper-6 {
  font-size: clamp(
    0.875rem,
    -1.3076923076923075rem + 6.41025641025641vw,
    0.875rem
  );
  font-family: "Montserrat", Helvetica;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.frame3 .button {
  all: unset;
  display: flex;
  flex-direction: column;
  width: 9.375rem;
  align-items: flex-start;
  gap: clamp(0.625rem, -1.3076923076923075rem + 6.41025641025641vw, 0.625rem);
}

.frame3 .style-layer {
  display: flex;
  height: 3rem;
  align-items: center;
  justify-content: center;
  gap: clamp(0.25rem, -1.3076923076923075rem + 6.41025641025641vw, 0.25rem)
    0.25rem;
  padding: 0.5rem 1rem;
  align-self: stretch;
  background-color: #8dd3bb;
  border-radius: 4px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #112211;
  font-size: clamp(
    0.875rem,
    -1.3076923076923075rem + 6.41025641025641vw,
    0.875rem
  );
  line-height: normal;
  font-style: normal;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  transition: 250ms ease-out;
  -webkit-transition: 250ms ease-out;
  -moz-transition: 250ms ease-out;
  -ms-transition: 250ms ease-out;
  -o-transition: 250ms ease-out;
}

.frame3 .style-layer:hover {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.frame3 .div-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
}

.frame3 .text-wrapper-7 {
  font-family: "Lato", Helvetica;
  font-weight: 700;
  color: #112211;
  font-size: clamp(
    1.25rem,
    -1.3076923076923075rem + 6.41025641025641vw,
    1.25rem
  );
  line-height: normal;
  font-style: normal;
}

.frame3 .style-layer-wrapper {
  all: unset;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.625rem, -1.3076923076923075rem + 6.41025641025641vw, 0.625rem);
}

.frame3 .div-13 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.5rem, -1.3076923076923075rem + 6.41025641025641vw, 0.5rem);
  width: 100%;
}

.frame3 .rectangle-2 {
  width: 100%;
  height: 28.125rem;
  object-fit: cover;
  border-radius: 1rem;
  background: lightgray 50% / cover no-repeat;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.frame3 .div-14 {
  display: flex;
  align-items: flex-start;
  gap: clamp(0.125rem, -1.3076923076923075rem + 6.41025641025641vw, 0.125rem);
}

.frame3 .text-wrapper-8 {
  opacity: 0.75;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: var(--blackish-green);
  font-size: clamp(
    0.875rem,
    -1.3076923076923075rem + 6.41025641025641vw,
    0.875rem
  );
  line-height: normal;
  font-style: normal;
  margin-bottom: 0;
}

.frame3 .div-15 {
  display: flex;
  align-items: flex-start;
  gap: clamp(18.75rem, -1.3076923076923075rem + 6.41025641025641vw, 18.75rem);
}

.frame3 .div-16 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1.5rem, -1.3076923076923075rem + 6.41025641025641vw, 1.5rem);
}

.frame3 .div-17 {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, -1.3076923076923075rem + 6.41025641025641vw, 0.5rem);
}

.frame3 .text-wrapper-9 {
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #ff8682;
  font-size: clamp(1rem, -1.3076923076923075rem + 6.41025641025641vw, 1rem);
  line-height: normal;
  font-style: normal;
}

.paycheck {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 2.5rem;
}

.frame4 {
  display: flex;
  flex-direction: column;
  width: 60.96%;
  align-items: flex-start;
  gap: 2.5rem;
  flex-shrink: 0;
}

.frame4 .div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2rem 1.5rem;
  align-self: stretch;
  background-color: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0px 4px 16px 0px rgba(17, 34, 17, 0.05);
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  -ms-border-radius: 0.75rem;
  -o-border-radius: 0.75rem;
}

.frame4 .div-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -0.5rem;
  gap: 0.25rem;
}

.frame4 .div-1 > a {
  color: #112211;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Montserrat", Helvetica;
  font-style: normal;
  line-height: normal;
  text-decoration: none;
}

.frame4 .div-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
}

.frame4 .frame-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.frame4 .div-wrapper {
  display: flex;
  width: 30.6875rem;
  align-items: center;
  gap: 1rem;
}

.frame4 .text-wrapper {
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #112211;
  font-size: 1.5rem;
  line-height: normal;
  font-style: normal;
}

.frame4 .element-night-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
}

.frame4 .element-night {
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #ff8682;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
}

.frame4 .span {
  font-size: 2rem;
}

.frame4 .text-wrapper-2 {
  font-size: 0.875rem;
}

.frame4 .div-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  align-self: stretch;
}

.frame4 .frame-wrapper-2 {
  display: flex;
  align-items: center;
  align-self: stretch;
}

.frame4 .div-4 {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 2rem;
  position: relative;
  flex: 1 0 0;
  background-color: #ffffff;
  border-radius: 0.5rem;
  border: 0.5px solid #8dd3bb;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}

.frame4 .download {
  width: 3.9375rem;
  height: 3.9375rem;
  object-fit: contain;
  border-radius: 0.75rem;
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  -ms-border-radius: 0.75rem;
  -o-border-radius: 0.75rem;
}

.frame4 .div-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.frame4 .p {
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #112211;
  font-size: 1.25rem;
  line-height: normal;
  font-style: normal;
}

.frame4 .div-6 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.frame4 .div-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
}

.frame4 .div-wrapper-2 {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.frame4 .text-wrapper-4 {
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #112211;
  font-size: 1.25rem;
  line-height: normal;
  white-space: nowrap;
  font-style: normal;
}

.frame4 .text-wrapper-5 {
  opacity: 0.6;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #112211;
  font-size: 0.875rem;
  line-height: normal;
  font-style: normal;
}

.frame4 .div-8 {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.frame4 .div-9 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  align-self: stretch;
  background-color: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0px 4px 16px 0px rgba(17, 34, 17, 0.05);
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  -ms-border-radius: 0.75rem;
  -o-border-radius: 0.75rem;
}

.frame4 .div-10 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  align-self: stretch;
  background-color: #8dd3bb;
  border-radius: 0.75rem;
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  -ms-border-radius: 0.75rem;
  -o-border-radius: 0.75rem;
}

.frame4 .text-wrapper-6 {
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #112211;
  font-size: 1rem;
  line-height: normal;
  font-style: normal;
}

.frame4 .radio-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.frame4 .container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6.25rem;
  -webkit-border-radius: 6.25rem;
  -moz-border-radius: 6.25rem;
  -ms-border-radius: 6.25rem;
  -o-border-radius: 6.25rem;
}

.frame4 .state-layer-radios {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}

.frame4 .div-11 {
  display: flex;
  height: 11.80213rem;
  padding: 1rem 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
  border-radius: 0.9375rem;
  border: 2px dashed #8dd3bb;
  -webkit-border-radius: 0.9375rem;
  -moz-border-radius: 0.9375rem;
  -ms-border-radius: 0.9375rem;
  -o-border-radius: 0.9375rem;
}

.frame4 .div-12 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  flex: 1 0 0;
}

.frame4 .text-wrapper-9 {
  opacity: 0.75;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #112211;
  font-size: 0.75rem;
  line-height: normal;
  font-style: normal;
}

.frame4 .div-13 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem;
  align-self: stretch;
  background-color: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0px 4px 16px 0px rgba(17, 34, 17, 0.05);
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  -ms-border-radius: 0.75rem;
  -o-border-radius: 0.75rem;
}

.frame4 .div-14 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  align-self: stretch;
}

.frame4 .text-wrapper-11 {
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #112211;
  font-size: 1.25rem;
  line-height: normal;
  font-style: normal;
}

.frame4 .text-field-separator {
  display: flex;
  align-self: stretch;
  gap: 1.5rem;
}

.frame4 .text-field {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  border-radius: 0.25rem 0.25rem 0rem 0rem;
  -webkit-border-radius: 0.25rem 0.25rem 0rem 0rem;
  -moz-border-radius: 0.25rem 0.25rem 0rem 0rem;
  -ms-border-radius: 0.25rem 0.25rem 0rem 0rem;
  -o-border-radius: 0.25rem 0.25rem 0rem 0rem;
}

.frame4 .state-layer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  align-self: stretch;
  background-color: #ffffff;
  border-radius: 0.25rem;
  border: 1px solid #79747e;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}

.frame4 .state-layer {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  align-self: stretch;
  border-radius: 0.25rem 0.25rem 0rem 0rem;
  -webkit-border-radius: 0.25rem 0.25rem 0rem 0rem;
  -moz-border-radius: 0.25rem 0.25rem 0rem 0rem;
  -ms-border-radius: 0.25rem 0.25rem 0rem 0rem;
  -o-border-radius: 0.25rem 0.25rem 0rem 0rem;
}

.frame4 .content {
  display: flex;
  flex-direction: column;
  height: 2.5rem;
  align-items: flex-start;
  justify-content: center;
  flex: 1 0 0;
}

.frame4 .input-text {
  display: flex;
  align-items: center;
  align-self: stretch;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #1c1b1f;
  font-size: 1rem;
  line-height: normal;
  font-style: normal;
  border: none;
  outline: none;
  border: 1px solid #79747e;
  height: 100%;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}

.frame4 .input-text:focus {
  border: 2px solid black;
}

.frame4 .input-text::placeholder {
  color: #1c1b1f;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: normal;
  font-style: normal;
}

.frame4 .div-wrapper-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  align-self: stretch;
  background-color: #ffffff;
}

.frame4 .state-layer-2 {
  display: flex;
  align-items: center;
  align-self: stretch;
}

.frame4 .content {
  display: flex;
  height: 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1 0 0;
}

.frame4 .label-text-wrapper {
  display: flex;
  align-items: center;
  padding: 0rem 0.25rem;
  position: absolute;
  top: -0.65rem;
  left: 0.75rem;
  background-color: #ffffff;
}

.frame4 .text-wrapper-12 {
  color: #112211;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: normal;
  font-style: normal;
}

.frame4 .div-15 {
  width: 100%;
}

.frame4 .button {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.frame4 .style-layer {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: #8dd3bb;
  border-radius: 0.25rem;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  transition: 250ms ease-out;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  -webkit-transition: 250ms ease-out;
  -moz-transition: 250ms ease-out;
  -ms-transition: 250ms ease-out;
  -o-transition: 250ms ease-out;
}

.frame4 .style-layer:hover {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.frame4 .button-2 {
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #112211;
  font-size: 0.875rem;
  line-height: normal;
  font-style: normal;
}

.frame5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  width: 39.04%;
  padding: 1.5rem;
  background-color: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0px 4px 16px 0px rgba(17, 34, 17, 0.05);
  flex: 1 0 0;
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  -ms-border-radius: 0.75rem;
  -o-border-radius: 0.75rem;
}

.frame5 .div {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  align-self: stretch;
}

.frame5 .div-2 {
  display: flex;
  align-items: flex-start;
  padding: 1rem;
}

.frame5 .div-2 .img {
  width: 8rem;
  height: 7rem;
  object-fit: cover;
  border-radius: 12px;
  background: lightgray -35.333px 0px / 149.97% 100% no-repeat;
}

.frame5 .div-3 {
  display: flex;
  flex-direction: column;
  width: 16.0625rem;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
  align-self: stretch;
}

.frame5 .div-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  align-self: stretch;
}

.frame5 .p {
  align-self: stretch;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #112211;
  font-size: 1.25rem;
  line-height: normal;
  font-style: normal;
}

.frame5 .div-5 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
}

.frame5 .button {
  all: unset;
  display: flex;
  flex-direction: column;
  width: 2.5rem;
  align-items: flex-start;
  gap: 0.625rem;
}

.frame5 .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  align-self: stretch;
  border-radius: 0.25rem;
  border: 1px solid #8dd3bb;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}

.frame5 .button-2 {
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #112211;
  font-size: 0.75rem;
  line-height: normal;
  font-style: normal;
}

.frame5 .very-good-reviews {
  font-family: "Montserrat", Helvetica;
  color: #112211;
  letter-spacing: 0;
  line-height: normal;
}

.frame5 .span {
  font-weight: 700;
  font-style: normal;
  font-size: 0.75rem;
}

.frame5 .rectangle-payment {
  align-self: stretch;
  width: 100%;
  height: 0.03125rem;
  background-color: #112211;
  opacity: 0.25;
}

.frame5 .your-booking-is {
  align-self: stretch;
  font-family: "Montserrat", Helvetica;
  font-size: 1rem;
  color: #112211;
  letter-spacing: 0;
  line-height: normal;
}

.frame5 .text-wrapper-3 {
  font-weight: 500;
  font-style: normal;
}

.frame5 .text-wrapper-4 {
  font-weight: 700;
  font-style: normal;
}

.frame5 .div-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch;
}

.frame5 .text-wrapper-5 {
  font-family: "Montserrat", Helvetica;
  color: #112211;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.frame5 .div-7 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
}

.frame5 .text-wrapper-6 {
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #112211;
  font-size: 1rem;
  line-height: normal;
  font-style: normal;
}

.frame5 .text-wrapper-7 {
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #112211;
  font-size: 1rem;
  line-height: normal;
  font-style: normal;
}
