html,
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-synthesis-weight: none;
  background: transparent;
  box-sizing: border-box;
  overflow: hidden;
}

.content-layer {
  position: relative;
  z-index: 0;
}

.frame,
.shape,
.text,
.svg-container,
.mask-container {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}

.svg-container>svg {
  display: block;
  width: 100%;
  height: 100%;
  shape-rendering: geometricPrecision;
}

.svg-container>img {
  display: block;
  width: 100%;
  height: 100%;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: flex-end;
}

.self-stretch {
  align-self: stretch;
}

.grow {
  flex-grow: 1;
}

.min-w-0 {
  min-width: 0px;
}

.min-h-0 {
  min-height: 0px;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.box-border {
  box-sizing: border-box;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.overflow-hidden {
  overflow: hidden;
}

.gap-\[8px\] {
  gap: 8px;
}

.gap-\[16px\] {
  gap: 16px;
}

.gap-\[4px\] {
  gap: 4px;
}

.gap-\[154px\] {
  gap: 154px;
}

.gap-\[12px\] {
  gap: 12px;
}

.gap-\[2px\] {
  gap: 2px;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[7px\] {
  gap: 7px;
}

.gap-\[5px\] {
  gap: 5px;
}

.rounded-\[1px\] {
  border-radius: 1px;
}

.rounded-\[8\.5px\] {
  border-radius: 8.5px;
}

.rounded-\[999px\] {
  border-radius: 999px;
}

.rounded-\[10\.5px\] {
  border-radius: 10.5px;
}

.rounded-\[6\.5px\] {
  border-radius: 6.5px;
}

.rounded-\[2px\] {
  border-radius: 2px;
}

.rounded-\[4\.3px\] {
  border-radius: 4.3px;
}

.rounded-\[2\.5px\] {
  border-radius: 2.5px;
}

.rounded-\[6px\] {
  border-radius: 6px;
}

.rounded-\[705\.18px\] {
  border-radius: 705.18px;
}

.rounded-\[7\.41px\] {
  border-radius: 7.41px;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[17px\] {
  font-size: 17px;
}

.text-\[9px\] {
  font-size: 9px;
}

.text-\[12px\] {
  font-size: 12px;
}

.leading-\[14px\] {
  line-height: 14px;
}

.leading-\[22px\] {
  line-height: 22px;
}

.leading-\[18px\] {
  line-height: 18px;
}

.leading-\[12px\] {
  line-height: 12px;
}

.tracking-\[0\.12px\] {
  letter-spacing: 0.12px;
}

.tracking-\[-0\.2px\] {
  letter-spacing: -0.2px;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.w-\[375px\] {
  width: 375px;
}

.h-\[673px\] {
  height: 673px;
}

.h-\[64px\] {
  height: 64px;
}

.h-\[445px\] {
  height: 445px;
}

.h-\[60\.5px\] {
  height: 60.5px;
}

.w-\[91\.75px\] {
  width: 91.75px;
}

.w-\[44px\] {
  width: 44px;
}

.w-\[52px\] {
  width: 52px;
}

.h-\[22px\] {
  height: 22px;
}

.w-\[22px\] {
  width: 22px;
}

.w-\[86\.5px\] {
  width: 86.5px;
}

.w-\[295px\] {
  width: 295px;
}

.w-\[32px\] {
  width: 32px;
}

.h-\[17px\] {
  height: 17px;
}

.w-\[17px\] {
  width: 17px;
}

.h-\[13px\] {
  height: 13px;
}

.w-\[13px\] {
  width: 13px;
}

.h-\[40px\] {
  height: 40px;
}

.w-\[139\.69px\] {
  width: 139.69px;
}

.h-\[20px\] {
  height: 20px;
}

.w-\[20px\] {
  width: 20px;
}

.w-\[27\.33px\] {
  width: 27.33px;
}

.h-\[15px\] {
  height: 15px;
}

.w-\[15px\] {
  width: 15px;
}

.w-\[248px\] {
  width: 248px;
}

.h-\[12px\] {
  height: 12px;
}

.w-\[12px\] {
  width: 12px;
}

.h-\[28px\] {
  height: 28px;
}

.w-\[64px\] {
  width: 64px;
}

.w-\[27px\] {
  width: 27px;
}

.w-\[36px\] {
  width: 36px;
}

.left-\[0px\] {
  left: 0px;
}

.top-\[0px\] {
  top: 0px;
}

.left-\[87px\] {
  left: 87px;
}

.top-\[168px\] {
  top: 168px;
}

.left-\[55px\] {
  left: 55px;
}

.top-\[211\.29px\] {
  top: 211.29px;
}

.left-\[99px\] {
  left: 99px;
}

.top-\[312px\] {
  top: 312px;
}

.left-\[142px\] {
  left: 142px;
}

.top-\[231px\] {
  top: 231px;
}

.left-\[125\.75px\] {
  left: 125.75px;
}

.top-\[272\.81px\] {
  top: 272.81px;
}

.left-\[35px\] {
  left: 35px;
}

.top-\[364px\] {
  top: 364px;
}

.left-\[67\.03px\] {
  left: 67.03px;
}

.top-\[404px\] {
  top: 404px;
}

.left-\[151px\] {
  left: 151px;
}

.top-\[335px\] {
  top: 335px;
}

.left-\[13\.5px\] {
  left: 13.5px;
}

.top-\[10\.5px\] {
  top: 10.5px;
}

.top-\[7\.4px\] {
  top: 7.4px;
}

.left-\[9\.75px\] {
  left: 9.75px;
}

.top-\[11\.4px\] {
  top: 11.4px;
}

.left-\[15\.5px\] {
  left: 15.5px;
}

.top-\[12\.5px\] {
  top: 12.5px;
}

.left-\[33\.25px\] {
  left: 33.25px;
}

.top-\[12\.19px\] {
  top: 12.19px;
}

.left-\[25\.03px\] {
  left: 25.03px;
}

.top-\[14\.85px\] {
  top: 14.85px;
}

.left-\[13\.03px\] {
  left: 13.03px;
}

.top-\[5\.85px\] {
  top: 5.85px;
}

.p-\[20px\] {
  padding: 20px;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pb-\[19px\] {
  padding-bottom: 19px;
}

.pl-\[24px\] {
  padding-left: 24px;
}

.pr-\[24px\] {
  padding-right: 24px;
}

.pt-\[21px\] {
  padding-top: 21px;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.p-\[8px\] {
  padding: 8px;
}

.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}

.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}

.pt-\[1\.5px\] {
  padding-top: 1.5px;
}

.pr-\[1px\] {
  padding-right: 1px;
}

.pt-\[1px\] {
  padding-top: 1px;
}

.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}

.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}

.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}

.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}

.text-\[rgb\(102\,102\,102\)\] {
  color: rgb(102, 102, 102);
}

.text-\[rgb\(255\,255\,255\)\] {
  color: rgb(255, 255, 255);
}

.text-\[rgb\(34\,36\,34\)\] {
  color: rgb(34, 36, 34);
}

.text-\[rgb\(0\,0\,0\)\] {
  color: rgb(0, 0, 0);
}

.text-\[rgb\(0\,122\,255\)\] {
  color: rgb(0, 122, 255);
}

.text-\[rgb\(58\,58\,60\)\] {
  color: rgb(58, 58, 60);
}

.text-\[rgb\(153\,153\,153\)\] {
  color: rgb(153, 153, 153);
}

.text-\[rgb\(29\,29\,31\)\] {
  color: rgb(29, 29, 31);
}

.text-\[rgb\(110\,110\,115\)\] {
  color: rgb(110, 110, 115);
}

.text-\[rgb\(174\,174\,178\)\] {
  color: rgb(174, 174, 178);
}

.opacity-\[0\.35\] {
  opacity: 0.35;
}

.opacity-\[0\.4\] {
  opacity: 0.4;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[2\] {
  z-index: 2;
}

.z-\[3\] {
  z-index: 3;
}

.z-\[4\] {
  z-index: 4;
}

.z-\[5\] {
  z-index: 5;
}

.z-\[6\] {
  z-index: 6;
}

.z-\[7\] {
  z-index: 7;
}

.z-\[8\] {
  z-index: 8;
}

.z-\[9\] {
  z-index: 9;
}