body, html {
  margin: 0;
  padding: 0;
  background-color: #070707;
  min-height: 100%;
  height: 100%;
  overflow-x: hidden;
}

.katara {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  padding: 18px 18px 100px;
  position: relative;
  background-color: #070707;
  min-height: 100%;
}

.katara .view {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-top: 40px;
}

.katara .card-ios {
  height: 322px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}

.katara .image {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.katara .text-wrapper {
  position: relative;
  width: fit-content;
  font-family: var(--font-large-title-semibold-font-family);
  font-weight: var(--font-large-title-semibold-font-weight);
  color: #EEEEEE;
  font-size: var(--font-large-title-semibold-font-size);
  letter-spacing: var(--font-large-title-semibold-letter-spacing);
  line-height: var(--font-large-title-semibold-line-height);
  white-space: nowrap;
  font-style: var(--font-large-title-semibold-font-style);
}

.katara .subhead {
  position: relative;
  align-self: stretch;
  font-family: var(--font-subheadline-2-regular-font-family);
  font-weight: var(--font-subheadline-2-regular-font-weight);
  color: var(--colors-native-subtitle-text-color);
  font-size: var(--font-subheadline-2-regular-font-size);
  letter-spacing: var(--font-subheadline-2-regular-letter-spacing);
  line-height: var(--font-subheadline-2-regular-line-height);
  font-style: var(--font-subheadline-2-regular-font-style);
}

.katara .frame {
  align-items: flex-start;
  gap: 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.katara .button-ios-wrapper {
  display: flex;
  min-width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: 100px;
  overflow: hidden;
}

.katara .button-ios {
  display: flex;
  position: relative;
  flex: 1;
  flex-grow: 1;
  height: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 12px;
  align-self: stretch;
  background-color: #d4a857;
  border-radius: 100px;
  overflow: hidden;
  text-decoration: none;
}

.katara .label {
  position: relative;
  width: fit-content;
  margin-top: -2.00px;
  font-family: var(--font-text-semibold-font-family);
  font-weight: var(--font-text-semibold-font-weight);
  color: var(--colors-native-text-color);
  font-size: var(--font-text-semibold-font-size);
  text-align: center;
  letter-spacing: var(--font-text-semibold-letter-spacing);
  line-height: var(--font-text-semibold-line-height);
  white-space: nowrap;
  font-style: var(--font-text-semibold-font-style);
}

.katara .div {
  width: fit-content;
  font-size: var(--font-text-regular-font-size);
  letter-spacing: var(--font-text-regular-letter-spacing);
  line-height: var(--font-text-regular-line-height);
  white-space: nowrap;
  position: relative;
  font-family: var(--font-text-regular-font-family);
  font-weight: var(--font-text-regular-font-weight);
  color: var(--colors-native-subtitle-text-color);
  font-style: var(--font-text-regular-font-style);
}

.katara .label-wrapper {
  display: flex;
  min-width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #4378ff1a;
  border-radius: 100px;
  overflow: hidden;
}

.katara .label-2 {
  color: #d4a857;
  position: relative;
  width: fit-content;
  margin-top: -2.00px;
  font-family: var(--font-text-semibold-font-family);
  font-weight: var(--font-text-semibold-font-weight);
  font-size: var(--font-text-semibold-font-size);
  text-align: center;
  letter-spacing: var(--font-text-semibold-letter-spacing);
  line-height: var(--font-text-semibold-line-height);
  white-space: nowrap;
  font-style: var(--font-text-semibold-font-style);
}

.regular-text {
  font-size: var(--font-text-regular-font-size);
  letter-spacing: var(--font-text-regular-letter-spacing);
  line-height: var(--font-text-regular-line-height);
  text-align: left;
  font-family: var(--font-text-regular-font-family);
  font-weight: var(--font-text-regular-font-weight);
  height: auto;
  font-style: var(--font-text-regular-font-style);
  text-decoration: none;
  z-index: 5;
}

.semi-bold-text {
  border-radius: 0px;
  font-family: var(--font-text-semibold-font-family);
  font-weight: var(--font-text-semibold-font-weight);
  font-size: var(--font-text-semibold-font-size);
  text-align: left;
  letter-spacing: var(--font-text-semibold-letter-spacing);
  line-height: var(--font-text-semibold-line-height);
  color: var(--colors-native-text-color);
  font-style: var(--font-text-semibold-font-style);
  text-decoration: none;
}
