@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap");

html {
  zoom: 120%;
}

@media screen and (max-width: 1919px) {
  html {
    zoom: 80%;
  }
}

/* 当屏幕宽度小于1024px时，只显示content2 */
@media (max-width: 1023px) {
  #content1 {
    display: none;
  }
  #content2 {
    display: block;
  }
}

/* 当屏幕宽度大于等于1024px时，只显示content1 */
@media (min-width: 1024px) {
  #content1 {
    display: block;
  }
  #content2 {
    display: none;
  }
}

.text-30 {
  color: #f3ecdb;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none; /* Removes underline from all elements with this class */
}

input[type="email"],
button {
  width: 100%;
  padding: 12px;
  margin: 10px auto;
  display: block;
  border-radius: 10px;
  box-sizing: border-box;
}
input[type="email"] {
  border: 10px solid #fafafa;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #e4c2a3;
  margin-bottom: 15px;
  grid-column-gap: 10px;
  background-color: #fafafa;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 440px;
  height: 60px;
  padding: 14px 32px;
  display: flex;
}
input[type="email"]::placeholder {
  color: #e4c2a3;
  font-weight: 500;
  font-size: 24px;
}

input[type="email-mobile"],
button {
  width: 100%;
  padding: 12px;
  margin: 10px auto;
  display: block;
  border-radius: 10px;
  box-sizing: border-box;
}
input[type="email-mobile"] {
  border: 10px solid #fafafa;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #e4c2a3;
  margin-bottom: 15px;
  grid-column-gap: 7.39524px;
  background-color: #fafafa;
  border-radius: 9.90851px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 42.5258px;
  padding: 10.3533px 23.6648px;
  display: flex;
}
input[type="email-mobile"]::placeholder {
  color: #e4c2a3;
  font-weight: 500;
  font-size: 18px;
}

button {
  background-color: #ddaa2d;
  color: #f1e5c5;
  border: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-top: 20px;
  height: 50px;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
}
.footer {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color: #333;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
}

.privacy-policy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 15px auto;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}
.privacy-policy input[type="checkbox"] {
  margin-right: 10px;
  width: auto;
}
.privacy-policy label {
  color: #ba7637;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}
.privacy-policy a {
  color: #ba7637;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}

.vectors-wrapper-24 {
  width: 616px; /* Matches the original image width */
  height: 60px; /* Matches the original image height */
  background-color: #ddaa2d; /* Example background color */
  color: white; /* Text color */
  font-size: 20px; /* Adjust font size as needed */
  border: none; /* No border */
  cursor: pointer; /* Cursor indicates clickable */
  display: block; /* Make it a block element if necessary */
  text-align: center; /* Center text inside the button */
  line-height: 60px; /* Align text vertically */
  border-radius: 10px; /* Optional: rounded corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); /* Optional: shadow for depth */
}

:root {
  --color--button: #ddaa2d;
  --white: white;
  --black: black;
}

.sign-up-button {
  grid-column-gap: 10px;
  background-color: var(--color--button);
  justify-content: center;
  align-items: center;
  width: 154px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.sign-up-now {
  color: #f8edd3;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.desktop---11 {
  background-color: #f5efdf;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  width: 100vw; /* Use viewport width */
  max-width: 100%; /* Ensure there is no maximum width restricting the container */
}

.frame-90 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-89 {
  grid-column-gap: 14px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.main-frame {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1122px;
  text-decoration: none;
  display: flex;
}

.frame-11 {
  grid-row-gap: 170px;
  background-color: #f6f4f2;
  border: 10px solid #f1e5c5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 69px 84px;
  text-decoration: none;
  display: flex;
}

.frame-21 {
  grid-column-gap: 14px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 57.1824px;
  height: 57.1824px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #3e2f09;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-97 {
  grid-row-gap: 33px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 934.622px;
  text-decoration: none;
  display: flex;
}

.frame-19 {
  grid-column-gap: 194px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-18 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 446.233px;
  text-decoration: none;
  display: flex;
}

.frame-16 {
  grid-row-gap: 10px;
  background-color: #f5efdf;
  border-radius: 30.669px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 170px;
  padding: 28px 22px;
  display: flex;
  box-shadow: 0 3.0669px 6.13379px #3818081a;
}

.frame-15 {
  grid-row-gap: 9px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 393.139px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #3e2f09;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 31px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.frame-14 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #cebe95;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 12.1388px;
  height: 9.10547px;
  text-decoration: none;
  display: flex;
}

.frame-17 {
  grid-column-gap: 10px;
  background-color: #fafafa;
  border-radius: 13.3985px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 57.5043px;
  padding: 14px 32px;
  display: flex;
}

.text-4 {
  color: #e4c2a3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 166.524px;
  height: 16.9349px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-65 {
  grid-column-gap: 71px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-75 {
  grid-column-gap: 10px;
  background-image: url("../images/Frame-75.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 226.899px;
  min-height: 226.899px;
  padding: 30px 115px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  text-decoration: none;
  display: flex;
}

.frame-64 {
  grid-row-gap: 21px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #ddaa2d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text-6 {
  color: #896d26;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 166%;
  text-decoration: none;
}

.frame-69 {
  grid-column-gap: 126px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-67 {
  grid-row-gap: 21px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 559px;
  text-decoration: none;
  display: flex;
}

.frame-68 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-72 {
  grid-column-gap: 27px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.error-f572d8df-c6df-2fe3-d490-8978b253173f {
  color: #896d26;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 166.07%;
  text-decoration: none;
}

.frame-88 {
  grid-column-gap: 36px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 783px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 131px;
  height: 131px;
  text-decoration: none;
  display: flex;
}

.frame-87 {
  grid-row-gap: 21px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 696px;
  text-decoration: none;
  display: flex;
}

.frame-12 {
  grid-row-gap: 10px;
  background-color: #ddaa2d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 112px;
  padding: 46px 76px;
  display: flex;
}

.frame-73 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1288px;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #f3ecdb;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-74 {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 256.353px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 120.252px;
  height: 15px;
  text-decoration: none;
  display: flex;
}

.pngs {
  background-color: #f5efdf;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-98 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-99 {
  grid-column-gap: 14px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.main-frame-2 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1122px;
  text-decoration: none;
  display: flex;
}

.frame-100 {
  grid-row-gap: 170px;
  background-color: #f6f4f2;
  border: 10px solid #f1e5c5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 69px 84px;
  text-decoration: none;
  display: flex;
}

.frame-101 {
  grid-column-gap: 14px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 57.1824px;
  height: 57.1824px;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #3e2f09;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-102 {
  grid-row-gap: 33px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 934.622px;
  text-decoration: none;
  display: flex;
}

.frame-103 {
  grid-column-gap: 194px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-104 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 446.233px;
  text-decoration: none;
  display: flex;
}

.frame-105 {
  grid-row-gap: 10px;
  background-color: #f5efdf;
  border-radius: 30.669px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 170px;
  padding: 28px 22px;
  display: flex;
  box-shadow: 0 3.0669px 6.13379px #3818081a;
}

.frame-106 {
  grid-row-gap: 9px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 393.139px;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #3e2f09;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 31px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.frame-107 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-10 {
  color: #cebe95;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-10 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 12.1388px;
  height: 9.10547px;
  text-decoration: none;
  display: flex;
}

.frame-108 {
  grid-column-gap: 10px;
  background-color: #fafafa;
  border-radius: 13.3985px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 57.5043px;
  padding: 14px 32px;
  display: flex;
}

.text-11 {
  color: #e4c2a3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-11 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 166.524px;
  height: 16.9349px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-12 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.image-50 {
  object-fit: cover;
}

.frame-109 {
  grid-column-gap: 71px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-110 {
  grid-column-gap: 10px;
  background-image: url("../images/Frame-75.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 226.899px;
  min-height: 226.899px;
  padding: 15px 115px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-13 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  text-decoration: none;
  display: flex;
}

.frame-111 {
  grid-row-gap: 21px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #ddaa2d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text-13 {
  color: #896d26;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 166%;
  text-decoration: none;
}

.frame-112 {
  grid-column-gap: 126px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-113 {
  grid-row-gap: 21px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 559px;
  text-decoration: none;
  display: flex;
}

.frame-114 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-115 {
  grid-column-gap: 27px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.error-42573918-2261-4d0a-574b-3cce6b0bb1d1 {
  color: #896d26;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 166.07%;
  text-decoration: none;
}

.frame-116 {
  grid-column-gap: 36px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 783px;
  text-decoration: none;
  display: flex;
}

.frame-117 {
  grid-row-gap: 21px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 696px;
  text-decoration: none;
  display: flex;
}

.frame-118 {
  grid-row-gap: 10px;
  background-color: #ddaa2d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 112px;
  padding: 46px 76px;
  display: flex;
}

.frame-119 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.text-14 {
  color: #f3ecdb;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-120 {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 256.353px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-14 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 120.252px;
  height: 15px;
  text-decoration: none;
  display: flex;
}

.iphone-13-14---4 {
  background-color: #f6f4f2;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  max-width: 100%; /* Ensures it can grow up to 100% of its parent width */
  height: 3245.52px;
  padding-top: 79px;
  padding-bottom: 0px;
  text-decoration: none;
  display: flex;
}

.frame-121 {
  grid-column-gap: 8.9241px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.image-58 {
  max-width: 100%; /* Ensures the image is not wider than its container */
  max-height: 100%; /* Ensures the image is not taller than its container */
  height: auto; /* Maintains aspect ratio */
  object-fit: contain; /* Ensures the image fits within its frame without overflowing */
  display: block; /* Ensures the image is treated as a block-level element */
  margin: auto; /* Center the image within its container */
}

.image-59 {
  object-fit: cover;
}

.text-15 {
  color: #3e2f09;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-76 {
  grid-row-gap: 34px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-left: 20%;
  padding-right: 20%;
  text-decoration: none;
  display: flex;
}

.frame-122 {
  grid-column-gap: 137.123px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-123 {
  grid-row-gap: 17.7486px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-124 {
  grid-row-gap: 7.39524px;
  background-color: #f5efdf;
  border-radius: 22.6804px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 125.719px;
  padding: 20.7067px 16.2695px;
  display: flex;
  box-shadow: 0 2.26804px 4.53608px #3818081a;
}

.frame-125 {
  grid-row-gap: 6.65571px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.text-16 {
  color: #3e2f09;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.frame-126 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-17 {
  color: #cebe95;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-15 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 8.97696px;
  height: 6.73371px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-16 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 197.64px;
  height: 20.161px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-17 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 44.3713px;
  text-decoration: none;
  display: flex;
}

.frame-128 {
  grid-row-gap: 40.1268px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 492px;
  text-decoration: none;
  display: flex;
}

.frame-129 {
  grid-column-gap: 10px;
  background-image: url("../images/Frame-75.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 324.784px;
  height: 245.644px;
  min-height: 245.644px;
  padding: 16px 125px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-18 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 49.8002px;
  height: 49.8002px;
  text-decoration: none;
  display: flex;
}

.frame-130 {
  grid-row-gap: 11.8685px;
  max-width: 100%;
  padding-left: 15%;
  padding-right: 15%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-19 {
  color: #ddaa2d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text-20 {
  color: #896d26;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 166%;
  text-decoration: none;
}

.frame-131 {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 545px;
  text-decoration: none;
  display: flex;
  width: 100%;
}

.frame-132 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 23px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-85 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 69.9327px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 24.4053px;
  left: 146.292px;
}

.frame-133 {
  grid-row-gap: 12.3971px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding-left: 15%;
  padding-right: 15%;
  text-decoration: none;
  display: flex;
}

.frame-134 {
  grid-row-gap: 15.9875px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 500px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.frame-71 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 295.762px;
  text-decoration: none;
  display: flex;
}

.frame-70 {
  grid-row-gap: 12.4347px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 20px;
  text-decoration: none;
  display: flex;
}

.don-t-treat-me-like-a-tool-i-m-here-to-be-a-friend-you-may-think-it-s-odd-to-talk-to-a-bunny-on-your-phone-but-when-s-the-last-time-you-ve-seen-a-speaking-bunny-unlike-most-friends-i-ll-never-judge-you {
  color: #896d26;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 166.07%;
  text-decoration: none;
}

.frame-135 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-136 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 213px;
  text-decoration: none;
  display: flex;
}

.text-21 {
  color: #ddaa2d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-19 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 40.909px;
  text-decoration: none;
  display: flex;
}

.frame-84 {
  grid-row-gap: 10px;
  background-color: #ddaa2d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 21px 30px;
  text-decoration: none;
  display: flex;
}

.frame-137 {
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20%;
  padding-top: 10px;
  width: 100%;
  height: 275px;
  display: flex;
}

.text-22 {
  color: #f3ecdb;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-138 {
  grid-column-gap: 9.45169px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 302.871px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-20 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 142.071px;
  height: 17.7215px;
  text-decoration: none;
  display: flex;
}

.for-zehao {
  grid-row-gap: 10px;
  background-color: #f6f4f2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 58px 97px;
  text-decoration: none;
  display: flex;
}

.frame-96 {
  background-color: #f6f4f2;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
}

.frame-91 {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-23 {
  color: #ddaa2d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.inner-work-provides-the-wellness-companion-abeni-that-helps-college-students-understand-their-emotional-needs {
  color: #896d26;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 166%;
  text-decoration: none;
}

.pngs-2 {
  grid-column-gap: 10px;
  background-color: #f5efdf;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-139 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
  min-height: 100vh; /* Use at least the full height of the viewport */
}

.frame-140 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-141 {
  grid-column-gap: 14px;
  flex-grow: 1; /* Allows the container to expand to fill the available space */
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  width: auto;
  max-width: none;
}

.image-60 {
  object-fit: cover;
}

.main-frame-3 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-142 {
  grid-row-gap: 170px;
  background-color: #f6f4f2;
  border: 10px solid #f1e5c5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 69px 84px;
  text-decoration: none;
  display: flex;
}

.frame-143 {
  grid-column-gap: 14px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-21 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 57.1824px;
  height: 57.1824px;
  text-decoration: none;
  display: flex;
}

.text-24 {
  color: #3e2f09;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-144 {
  grid-row-gap: 33px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 934.622px;
  text-decoration: none;
  display: flex;
}

.frame-145 {
  grid-column-gap: 94px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-146 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 446.233px;
  text-decoration: none;
  display: flex;
}

.frame-147 {
  grid-row-gap: 10px;
  background-color: #f5efdf;
  border-radius: 30.669px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 170px;
  padding: 28px 22px;
  display: flex;
  box-shadow: 0 3.0669px 6.13379px #3818081a;
}

.frame-148 {
  grid-row-gap: 9px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 393.139px;
  text-decoration: none;
  display: flex;
}

.text-25 {
  color: #3e2f09;
  font-family: "Quicksand", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 29px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.frame-149 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-26 {
  color: #cebe95;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-22 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 12.1388px;
  height: 9.10547px;
  text-decoration: none;
  display: flex;
}

.frame-150 {
  grid-column-gap: 10px;
  background-color: #fafafa;
  border-radius: 13.3985px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 57.5043px;
  padding: 14px 32px;
  display: flex;
}

.text-27 {
  color: #e4c2a3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-23 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 166.524px;
  height: 16.9349px;
  text-decoration: none;
  display: flex;
}

.frame-151 {
  grid-column-gap: 71px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-152 {
  grid-column-gap: 10px;
  background-image: url("../images/Frame-75.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 226.899px;
  min-height: 226.899px;
  padding: 15px 115px;
  text-decoration: none;
  display: flex;
  margin-left: 90px;
}

.vectors-wrapper-25 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  text-decoration: none;
  display: flex;
}

.frame-153 {
  grid-row-gap: 21px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  max-width: 559px;
  display: flex;
}

.text-28 {
  color: #ddaa2d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text-31 {
  color: #ddaa2d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text-29 {
  color: #896d26;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 166%;
  text-decoration: none;
}

.frame-154 {
  grid-column-gap: 126px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-155 {
  grid-row-gap: 21px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 559px;
  text-decoration: none;
  display: flex;
}

.frame-156 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-157 {
  grid-column-gap: 27px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-158 {
  grid-column-gap: 36px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 783px;
  text-decoration: none;
  display: flex;
}

.frame-159 {
  grid-row-gap: 21px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 696px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-26 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 116.5px;
  text-decoration: none;
  display: flex;
}

.frame-160 {
  grid-row-gap: 10px;
  background-color: #ddaa2d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 112px;
  padding: 46px 76px;
  display: flex;
}

.frame-161 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.text-30 {
  color: #f3ecdb;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-162 {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 256.353px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-27 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 120.252px;
  height: 15px;
  text-decoration: none;
  display: flex;
}
