.so-styles {
  --line-height: 1.5;
  --font-wight-normal: 400;
  /* FALLBCACK */
  /* COLORS */
  --so-color-foreground-fb: 255, 0, 0;
  /* VARS */
  /* COLORS */
  --so-color-foreground: var(--color-foreground, var(--so-color-foreground-fb));
}

.so-styles *,
    .so-styles :after,
    .so-styles :before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

.so-styles {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

.so-hidden {
  display: none !important;
}

.so-hyper-img-w {
  /* FALLBCACK */
  /* COLORS */
  --so-color-foreground-fb: 255, 0, 0;
  --so-color-background-fb: 255, 255, 255;
  /* VARS */
  /* COLORS */
  --so-color-foreground: var(--color-foreground, var(--so-color-foreground-fb));
  --so-color-background: var(--color-background, var(--so-color-background-fb));
}

.so-hyper-img-w .so-lds-ring {
  display: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(var(--so-color-background));
}

.so-hyper-img-w .so-lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid rgb(var(--so-color-foreground));
  border-radius: 50%;
  animation: so-lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: rgb(var(--so-color-foreground)) transparent transparent transparent;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
}

.so-hyper-img-w .so-lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.so-hyper-img-w .so-lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.so-hyper-img-w .so-lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

.so-hyper-img-w.so-sending-payload {
  position: relative;
  display: block;
}

.so-hyper-img-w.so-sending-payload .so-col-images-thumb-wrap,
    .so-hyper-img-w.so-sending-payload .so-col-images-featured-wrap,
    .so-hyper-img-w.so-sending-payload .so-featured-slider,
    .so-hyper-img-w.so-sending-payload .thumbnail-slider {
  opacity: 0;
}

.so-hyper-img-w.so-sending-payload .so-lds-ring {
  display: inline-block !important;
}

.so-hyper-img-w.so-hyper-image-appears .so-col-images-thumb-wrap,
    .so-hyper-img-w.so-hyper-image-appears .so-product-images-featured-wrap {
  opacity: 0;
}

.product-media-modal__content.so-sending-payload .so-lds-ring {
  position: fixed;
  margin-top: 0;
}

@keyframes so-lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.so-upsell {
  line-height: var(--line-height);
  font-wight-normal: var(--font-wight-normal);
}

.so-upsell .form-checkbox {
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  border-color: #6b7280;
  border-width: 1px;
}

.so-upsell .form-checkbox:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --so-ring-inset: var(--so-empty, /*!*/ /*!*/);
  --so-ring-offset-width: 2px;
  --so-ring-offset-color: #fff;
  --so-ring-color: #2563eb;
  --so-ring-offset-shadow: var(--so-ring-inset) 0 0 0 var(--so-ring-offset-width) var(--so-ring-offset-color);
  --so-ring-shadow: var(--so-ring-inset) 0 0 0 calc(2px + var(--so-ring-offset-width)) var(--so-ring-color);
  box-shadow: var(--so-ring-offset-shadow), var(--so-ring-shadow), var(--so-shadow);
}

.so-upsell .form-checkbox:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

.so-upsell .form-checkbox:checked:hover {
  border-color: transparent;
}

.so-upsell .form-checkbox:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.so-upsell .so-upsell-gw-label {
  position: absolute;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(18px + var(--inputs-border-width));
  transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
}

.so-upsell .so-upsell-gw-message {
  resize: vertical;
  min-height: 64px;
}

.so-upsell .so-upsell-gw-message:not(:-moz-placeholder-shown) ~ .so-upsell-gw-label, .so-upsell .so-upsell-gw-message:not(:-moz-placeholder-shown) ~ .so-upsell-gw-label {
  font-size: 0.625em;
  top: calc(var(--inputs-border-width) + 7px);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}

.so-upsell .so-upsell-gw-message:not(:placeholder-shown) ~ .so-upsell-gw-label,
    .so-upsell .so-upsell-gw-message:not(:placeholder-shown) ~ .so-upsell-gw-label,
    .so-upsell .so-upsell-gw-message:focus ~ .so-upsell-gw-label {
  font-size: 0.625em;
  top: calc(var(--inputs-border-width) + 7px);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}

.so-upsell-gw-note.so-error-message, .so-btn-note.so-error-message {
  color: red;
  font-size: 0.875em;
}

.so-cart-page {
  color: red !important;
}

.so-cart-page .so-cart-addon__toggle {
  padding: 0;
}

.so-cart-page-addons {
  display: none;
}

so-input-elem {
  display: block;
}

so-input-elem + so-input-elem {
  margin-top: 1.5rem;
}

so-input-elem .so-input-counter-w {
  display: none;
}

so-input-elem .field__input:focus ~ .field__label .so-input-counter-w {
  display: inline;
}

so-input-elem .so-empty-input-notification,
	so-input-elem .so-wrong-input-notification {
  display: none;
  white-space: nowrap;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -13px;
}

so-input-elem .so-empty-input-notification {
  color: red;
}

so-input-elem .so-symbols-removed-notification {
  font-style: italic;
  font-size: 12px;
  color: red;
}

/* ShineOnScript1 - font-family-preview-so1 */

@font-face {
  font-family: fontPreview1;

  src: url(https://cdn.shopify.com/s/files/1/0077/2420/4096/files/ShineOnScript1.ttf?v=1663091405);
}

@font-face {
  font-family: fontPreview1;

  src: url(https://cdn.shopify.com/s/files/1/0077/2420/4096/files/ShineOnScript1.otf?v=1663091404);
}

/* ShineOnScript2 - font-family-preview-so2 */

@font-face {
  font-family: fontPreview2;

  src: url(https://cdn.shopify.com/s/files/1/0077/2420/4096/files/ShineOnScript2_e37e1897-3ce2-4e52-9b36-d2c1a075ad62.ttf?v=1699542166);
}

@font-face {
  font-family: fontPreview2;

  src: url(https://cdn.shopify.com/s/files/1/0077/2420/4096/files/ShineOnScript2_8289a6ea-7f78-4633-93d4-5d9414ec0b2d.otf?v=1699542166);
}

@font-face {
  font-family: fontPreviewSignature;

  src: url(https://cdn.shopify.com/s/files/1/0077/2420/4096/files/ShineOnSignature1-Bold_02c99905-b348-487c-a0cc-39242165b80e.ttf?v=1699542189);
}

@font-face {
  font-family: fontPreviewSignature;

  src: url(https://cdn.shopify.com/s/files/1/0077/2420/4096/files/ShineOnSignature1-Bold_7d1fc633-276c-44de-93c4-de2169464600.otf?v=1699542189);
}

@font-face {
  font-family: ShineOnScript2;

  src: url(https://cdn.shopify.com/s/files/1/0077/2420/4096/files/ShineOnScript2-Regular.otf?v=1676882416);
}

@font-face {
  font-family: ShineOnScript2;

  src: url(https://cdn.shopify.com/s/files/1/0077/2420/4096/files/ShineOnScript2-Regular.ttf?v=1676882416);
}

@font-face {
  font-family: fontPreviewDangle;

  src: url(https://cdn.shopify.com/s/files/1/0077/2420/4096/files/ShineOnScript2-Dangle.ttf?v=1677768309);
}

@font-face {
  font-family: fontPreviewDangle;

  src: url(https://cdn.shopify.com/s/files/1/0077/2420/4096/files/ShineOnScript2-Dangle.otf?v=1677768309);
}

@font-face {
  font-family: ShineOnSignatureFDangle1;

  src: url(https://cdn.shopify.com/s/files/1/0077/2420/4096/files/ShineOnSignatureFDangle1_222340fb-4bbd-45ca-84b8-0c159a35e424.otf?v=1699542198);
}

@font-face {
  font-family: ShineOnSignatureFDangle1;

  src: url(https://cdn.shopify.com/s/files/1/0077/2420/4096/files/ShineOnSignatureFDangle1_8eef3354-bfcc-46f2-8934-c35addaff01c.ttf?v=1699542198);
}

.input-preview-w .preview,
    .input-preview-w .preview-upside-down {
  position: relative;
  justify-content: center;
  white-space: nowrap;
  font-size: 36px;
  font-family: 'fontPreview1';
}

.input-preview-w .preview.font-family-preview-so-signature-f-dangle,
        .input-preview-w .preview.preview-upside-down.font-family-preview-so-signature-f-dangle,
        .input-preview-w .preview-upside-down.font-family-preview-so-signature-f-dangle,
        .input-preview-w .preview-upside-down.preview-upside-down.font-family-preview-so-signature-f-dangle {
  font-family: 'ShineOnSignatureFDangle1';
}

.input-preview-w .preview.font-family-preview-so-signature-f-dangle,
        .input-preview-w .preview.font-family-preview-so-signature-f-dangle,
        .input-preview-w .preview-upside-down.font-family-preview-so-signature-f-dangle,
        .input-preview-w .preview-upside-down.font-family-preview-so-signature-f-dangle {
  font-family: 'ShineOnSignatureFDangle1';
}

.input-preview-w .preview.font-family-preview-so-signature-f-dangle, .input-preview-w .preview-upside-down.font-family-preview-so-signature-f-dangle {
  line-height: 2.5;
}

/*CF-102 cf_102*/

.input-preview-w .preview.font-family-so2, .input-preview-w .preview-upside-down.font-family-so2 {
  font-family: 'fontPreview2';
}

/*CF-107 cf_107*/

.input-preview-w .preview.font-family-preview-so-signature, .input-preview-w .preview-upside-down.font-family-preview-so-signature {
  padding-top: 20px;
  font-family: 'fontPreviewSignature';
  display: inline-block;
  padding-bottom: 36px;
}

/*CF-109 cf_109*/

.input-preview-w .preview.font-family-preview-so-script-regular, .input-preview-w .preview-upside-down.font-family-preview-so-script-regular {
  font-family: 'ShineOnScript2April';
}

.input-preview-w .preview.font-family-preview-so-dangle, .input-preview-w .preview-upside-down.font-family-preview-so-dangle {
  font-family: 'fontPreviewDangle';
}

.input-preview-w .preview.font-family-preview-so-signature-f-dangle, .input-preview-w .preview-upside-down.font-family-preview-so-signature-f-dangle {
  line-height: 2.5;
  font-family: 'ShineOnSignatureFDangle1';
}

.input-preview-w[data-metal="silver"] .colored-with-gradient,
    .input-preview-w[data-metal="other"] .colored-with-gradient,
    .input-preview-w[data-metal="stainless"] .colored-with-gradient {
  background-image: linear-gradient(#a1a1a1, #e7e7e7, #636363);
}

.input-preview-w[data-metal="gold"] .colored-with-gradient,
    .input-preview-w[data-metal="gold14solid"] .colored-with-gradient,
    .input-preview-w[data-metal="gold14"] .colored-with-gradient {
  background-image: linear-gradient(#ffcc8d,#f4ac17,#cda700);
}

.input-preview-w[data-metal="silver"] .preview,
    .input-preview-w[data-metal="other"] .preview,
    .input-preview-w[data-metal="stainless"] .preview {
  background-image: linear-gradient(#a1a1a1, #e7e7e7, #636363);
}

.input-preview-w[data-metal="gold"] .preview,
    .input-preview-w[data-metal="gold14solid"] .preview,
    .input-preview-w[data-metal="gold14"] .preview {
  background-image: linear-gradient(#D0A236,#FCD679,#D0A236);
}

.input-preview-w .preview,
    .input-preview-w .preview-mask {
  position: relative;
  z-index: 1;
  padding-bottom: 1px;
}

.input-preview-w .preview-mask {
  position: absolute;
  left: 0;
  right: 0;
  text-align:center;
}

.input-preview-w .preview,
    .input-preview-w .preview-mask,
    .input-preview-w .preview-upside-down {
  letter-spacing: 0 !important;
  text-rendering: initial;
}

.input-preview-w .colored-with-gradient {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
}

.font-family-so2,
.font-family-preview-so-signature,
.font-family-preview-so-script-regular,
.font-family-preview-so-dangle {
  font-size: 20px;
}

.input-preview-inc-w:not(.input-preview-inc-w-live-preview) .input-preview-w[data-metal="silver"] .preview,
.input-preview-inc-w:not(.input-preview-inc-w-live-preview) .input-preview-w[data-metal="other"] .preview,
.input-preview-inc-w:not(.input-preview-inc-w-live-preview) .input-preview-w[data-metal="stainless"] .preview {
  background-image: linear-gradient(#a1a1a1, #e7e7e7, #636363);
}

.input-preview-inc-w:not(.input-preview-inc-w-live-preview) .input-preview-w[data-metal="gold"] .preview,
.input-preview-inc-w:not(.input-preview-inc-w-live-preview) .input-preview-w[data-metal="gold14solid"] .preview,
.input-preview-inc-w:not(.input-preview-inc-w-live-preview) .input-preview-w[data-metal="gold14"] .preview {
  background-image: linear-gradient(#D0A236,#FCD679,#D0A236);
}

.input-preview-inc-w:not(.input-preview-inc-w-live-preview) .input-preview-w .preview {
  display: block;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.input-preview-inc-w-live-preview .input-preview-w .preview:not(.colored-with-gradient) {
  color: #fff;
  text-shadow: rgb(0 0 0) 0px 1px 2px;
}

.input-preview-inc-w.input-preview-inc-w-live-preview {
  position:absolute;
  top: 0;
  bottom: 0;
  background-color: #fff;
}

@media(min-width: 768px) {
  .input-preview-inc-w.input-preview-inc-w-live-preview {
    bottom: 35px;
  }
}

.input-preview-with-chains {
  top: 32px;
  margin: 0 8% 0 6%;
  overflow: hidden;
}

.input-preview-without-image .input-preview-with-chains {
  top: 62px;
}

.input-preview-with-chains .position-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  padding-bottom: 40px;
}

@media(min-width: 768px) {
  .input-preview-with-chains {
    margin: 0 6%;
  }
}

@media(max-width: 767px) {
  .input-preview-with-chains {
    top: 23px;
  }

  .input-preview-without-image .input-preview-with-chains .position-wrap {
    top: -15px;
  }

  .input-preview-with-chains .position-wrap {
    top: -65px;
  }
}

.input-preview-with-chains.input-preview-w .preview,
.input-preview-with-chains.input-preview-w .preview-upside-down {
  font-size: 42px;
}

@media(min-width: 768px) {
  .input-preview-with-chains.input-preview-w .preview,
    .input-preview-with-chains.input-preview-w .preview-upside-down {
    font-size: 56px;
  }
}

.input-preview-chain {
  position: relative;
  top: -39px;
  flex: 0 0 178px;
}

.chain-left.font-family-preview-so {
  left: 18px;
}

.chain-right.font-family-preview-so {
  top: -53px;
  right: 18px;
}

.input-preview-chain.font-family-preview-so-signature {
  top: -59px;
  margin-right: -22px;
}

.input-preview-without-image .chain-left.font-family-preview-so-signature {
  left: 0;
}

.input-preview-without-image.input-preview-inc-w-live-preview-f .chain-left.font-family-preview-so-signature {
  top: -76px;
}

.input-preview-without-image.input-preview-inc-w-live-preview-t .chain-left.font-family-preview-so-signature {
  top: -70px;
}

.input-preview-without-image.input-preview-inc-w-live-preview-a {
  margin-left: -10px;
}

.input-preview-without-image.input-preview-inc-w-live-preview-a .chain-left.font-family-preview-so-signature {
  left: 9px;
}

.input-preview-without-image.input-preview-inc-w-live-preview-h .chain-left.font-family-preview-so-signature {
  left: 7px;
}

.input-preview-without-image.input-preview-inc-w-live-preview-b {
  margin-left: -10px;
}

.input-preview-without-image.input-preview-inc-w-live-preview-b .chain-left.font-family-preview-so-signature {
  left: 20px;
}

@media(min-width: 768px) {
  .input-preview-chain {
    position: relative;
    top: -58px;
    flex: 0 0 178px;
  }

  .chain-left.font-family-preview-so {
    left: 20px;
  }

  .chain-right.font-family-preview-so {
    right: 20px;
  }

  .input-preview-chain.font-family-preview-so-signature {
    top: -75px;
  }

  .input-preview-without-image.input-preview-inc-w-live-preview-f .chain-left.font-family-preview-so-signature {
    top: -95px;
  }

  .input-preview-without-image.input-preview-inc-w-live-preview-t .chain-left.font-family-preview-so-signature {
    top: -90px;
  }

  .input-preview-without-image.input-preview-inc-w-live-preview-a {
    margin-left: -26px;
  }

  .input-preview-without-image.input-preview-inc-w-live-preview-a .chain-left.font-family-preview-so-signature {
    left: 13px;
  }

  .input-preview-without-image.input-preview-inc-w-live-preview-h {
    margin-left: -18px;
  }

  .input-preview-without-image.input-preview-inc-w-live-preview-h .chain-left.font-family-preview-so-signature {
    left: 10px;
  }

  .input-preview-without-image.input-preview-inc-w-live-preview-b {
    margin-left: -70px;
  }

  .input-preview-without-image.input-preview-inc-w-live-preview-b .chain-left.font-family-preview-so-signature {
    left: 30px;
  }
}

.input-preview-chain.font-family-so2 {
  top: -30px;
}

.input-preview-chain.font-family-preview-so-script-regular,
.input-preview-chain.font-family-preview-signature {
  top: -34px;
}

.chain-left.font-family-so2 {
  left: 20px;
}

.chain-right.font-family-so2 {
  right: 19px;
}

.input-preview-chain.chain-right.input-preview-dot {
  top: -20px;
}

@media(min-width: 768px) {
  .input-preview-chain.font-family-so2 {
    top: -43px;
  }

  .input-preview-chain.chain-right.input-preview-dot {
    top: -30px;
  }

  .input-preview-chain.font-family-preview-so-script-regular,
    .input-preview-chain.font-family-preview-signature {
    top: -41px;
  }

  .so-featured-slider .input-preview-chain.font-family-preview-so-script-regular,
    .so-featured-slider .input-preview-chain.font-family-preview-signature {
    top: -47px;
  }
}

.input-preview-without-image .chain-left,
.chain-left.font-family-so,
.chain-left.font-family-so1 {
  left: 18px;
}

.input-preview-without-image .chain-right,
.chain-right.font-family-so,
.chain-right.font-family-so1 {
  top: -36px;
  right: 20px;
}

.input-preview-without-image .chain-right.input-preview-small-letter,
.chain-right.input-preview-small-letter.font-family-so,
.chain-right.input-preview-small-letter.font-family-so1 {
  top: -23px;
  right: 17px;
}

.chain-right.font-family-preview-so-signature {
  right: 16px;
  top: -59px;
}

.chain-right.input-preview-small-letter.font-family-preview-so-signature {
  right: 21px;
  top: -48px;
}

@media(min-width: 768px) {
  .input-preview-without-image .chain-left,
    .chain-left.font-family-so,
    .chain-left.font-family-so1 {
    left: 20px;
  }

  .input-preview-without-image .chain-right,
    .chain-right.font-family-so,
    .chain-right.font-family-so1 {
    top: -54px;
    right: 21px;
  }

  .input-preview-without-image .chain-right.input-preview-small-letter,
    .chain-right.input-preview-small-letter.font-family-so,
    .chain-right.input-preview-small-letter.font-family-so1 {
    top: -35px;
    right: 20px;
  }

  .chain-right.font-family-preview-so-signature {
    right: 21px;
    top: -75px;
  }

  .chain-right.input-preview-small-letter.font-family-preview-so-signature {
    top: -59px;
  }
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.so-styles :is(.so-sr-only) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.so-styles :is(.so-pointer-events-none) {
  pointer-events: none;
}

.so-styles :is(.so-invisible) {
  visibility: hidden;
}

.so-styles :is(.so-absolute) {
  position: absolute;
}

.so-styles :is(.so-relative) {
  position: relative;
}

.so-styles :is(.so-inset-0) {
  inset: 0px;
}

.so-styles :is(.so--right-2) {
  right: -0.5em;
}

.so-styles :is(.so--right-2\.5) {
  right: -0.625em;
}

.so-styles :is(.so--top-2) {
  top: -0.5em;
}

.so-styles :is(.so--top-2\.5) {
  top: -0.625em;
}

.so-styles :is(.so-my-0) {
  margin-top: 0px;
  margin-bottom: 0px;
}

.so-styles :is(.so-my-3) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.so-styles :is(.so-mb-0) {
  margin-bottom: 0px;
}

.so-styles :is(.so-ml-3) {
  margin-left: 0.75em;
}

.so-styles :is(.so-ml-9) {
  margin-left: 2.25em;
}

.so-styles :is(.so-mr-3) {
  margin-right: 0.75em;
}

.so-styles :is(.so-mt-1) {
  margin-top: 0.25em;
}

.so-styles :is(.so-mt-2) {
  margin-top: 0.5em;
}

.so-styles :is(.so-mt-3) {
  margin-top: 0.75em;
}

.so-styles :is(.so-mt-6) {
  margin-top: 1.5em;
}

.so-styles :is(.so-block) {
  display: block;
}

.so-styles :is(.so-inline-block) {
  display: inline-block;
}

.so-styles :is(.so-flex) {
  display: flex;
}

.so-styles :is(.so-inline-flex) {
  display: inline-flex;
}

.so-styles :is(.so-hidden) {
  display: none;
}

.so-styles :is(.so-h-12) {
  height: 3em;
}

.so-styles :is(.so-h-16) {
  height: 4em;
}

.so-styles :is(.so-h-3) {
  height: 0.75em;
}

.so-styles :is(.so-h-48) {
  height: 12rem;
}

.so-styles :is(.so-h-5) {
  height: 1.25em;
}

.so-styles :is(.so-h-6) {
  height: 1.5em;
}

.so-styles :is(.so-h-full) {
  height: 100%;
}

.so-styles :is(.so-w-11) {
  width: 2.75em;
}

.so-styles :is(.so-w-12) {
  width: 3em;
}

.so-styles :is(.so-w-16) {
  width: 4em;
}

.so-styles :is(.so-w-3) {
  width: 0.75em;
}

.so-styles :is(.so-w-5) {
  width: 1.25em;
}

.so-styles :is(.so-w-6) {
  width: 1.5em;
}

.so-styles :is(.so-w-full) {
  width: 100%;
}

.so-styles :is(.so-flex-shrink-0) {
  flex-shrink: 0;
}

.so-styles :is(.so-translate-x-0) {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.so-styles :is(.so-translate-x-5) {
  --tw-translate-x: 1.25em;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.so-styles :is(.so-transform) {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.so-styles :is(.so-cursor-pointer) {
  cursor: pointer;
}

.so-styles :is(.so-items-center) {
  align-items: center;
}

.so-styles :is(.so-justify-center) {
  justify-content: center;
}

.so-styles :is(.so-justify-between) {
  justify-content: space-between;
}

.so-styles :is(.so-space-x-8 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2em * var(--tw-space-x-reverse));
  margin-left: calc(2em * calc(1 - var(--tw-space-x-reverse)));
}

.so-styles :is(.so-divide-y > :not([hidden]) ~ :not([hidden])) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.so-styles :is(.so-divide-gray-300 > :not([hidden]) ~ :not([hidden])) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity));
}

.so-styles :is(.so-divide-secondary-bg > :not([hidden]) ~ :not([hidden])) {
  border-color: rgb(var(--so-color-foreground));
}

.so-styles :is(.so-overflow-hidden) {
  overflow: hidden;
}

.so-styles :is(.so-rounded) {
  border-radius: var(--inputs-radius);
}

.so-styles :is(.so-rounded-full) {
  border-radius: 9999px;
}

.so-styles :is(.so-rounded-md) {
  border-radius: var(--inputs-radius);
}

.so-styles :is(.so-border) {
  border-width: 1px;
}

.so-styles :is(.so-border-2) {
  border-width: 2px;
}

.so-styles :is(.so-border-solid) {
  border-style: solid;
}

.so-styles :is(.so-border-secondary-bg) {
  border-color: rgb(var(--so-color-foreground));
}

.so-styles :is(.so-border-transparent) {
  border-color: transparent;
}

.so-styles :is(.so-bg-\[\#84c793\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(132 199 147 / var(--tw-bg-opacity));
}

.so-styles :is(.so-bg-gray-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.so-styles :is(.so-bg-gray-800\/75) {
  background-color: rgb(31 41 55 / 0.75);
}

.so-styles :is(.so-bg-primary-bg) {
  background-color: rgb(var(--color-background));
}

.so-styles :is(.so-bg-secondary-bg) {
  background-color: rgb(var(--so-color-foreground));
}

.so-styles :is(.so-bg-white) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.so-styles :is(.so-object-cover) {
  -o-object-fit: cover;
     object-fit: cover;
}

.so-styles :is(.so-p-4) {
  padding: 1em;
}

.so-styles :is(.so-px-3) {
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.so-styles :is(.so-px-6) {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.so-styles :is(.so-py-3) {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.so-styles :is(.so-py-4) {
  padding-top: 1em;
  padding-bottom: 1em;
}

.so-styles :is(.so-pt-4) {
  padding-top: 1em;
}

.so-styles :is(.so-font-sans) {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.so-styles :is(.so-text-2xl) {
  font-size: 1.5em;
}

.so-styles :is(.so-text-sm) {
  font-size: 0.875em;
  line-height: 1.25em;
}

.so-styles :is(.so-text-xs) {
  font-size: 0.75em;
  line-height: 1em;
}

.so-styles :is(.so-font-bold) {
  font-weight: 700;
}

.so-styles :is(.so-font-semibold) {
  font-weight: 600;
}

.so-styles :is(.so-italic) {
  font-style: italic;
}

.so-styles :is(.\!so-text-gray-500) {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}

.so-styles :is(.so-text-\[\#40ac14\]) {
  --tw-text-opacity: 1;
  color: rgb(64 172 20 / var(--tw-text-opacity));
}

.so-styles :is(.so-text-\[\#84c793\]) {
  --tw-text-opacity: 1;
  color: rgb(132 199 147 / var(--tw-text-opacity));
}

.so-styles :is(.so-text-gray-400) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.so-styles :is(.so-text-gray-700) {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.so-styles :is(.so-text-green-600) {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.so-styles :is(.so-text-primary) {
  --tw-text-opacity: 1;
  color: rgb(55 65 82 / var(--tw-text-opacity));
}

.so-styles :is(.so-text-secondary-2) {
  --tw-text-opacity: 1;
  color: rgb(155 162 175 / var(--tw-text-opacity));
}

.so-styles :is(.so-text-secondary-bg-text) {
  color: rgb(var(--color-background));
}

.so-styles :is(.so-text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.so-styles :is(.so-opacity-0) {
  opacity: 0;
}

.so-styles :is(.so-opacity-100) {
  opacity: 1;
}

.so-styles :is(.so-shadow) {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.so-styles :is(.so-shadow-sm) {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.so-styles :is(.so-ring-0) {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.so-styles :is(.so-transition) {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.so-styles :is(.so-transition-colors) {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.so-styles :is(.so-transition-opacity) {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.so-styles :is(.so-duration-100) {
  transition-duration: 100ms;
}

.so-styles :is(.so-duration-200) {
  transition-duration: 200ms;
}

.so-styles :is(.so-ease-in) {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.so-styles :is(.so-ease-in-out) {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.so-styles :is(.so-ease-out) {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.so-styles :is(.checked\:so-border-transparent:checked) {
  border-color: transparent;
}

.so-styles :is(.checked\:so-bg-secondary-bg:checked) {
  background-color: rgb(var(--so-color-foreground));
}

.so-styles :is(.hover\:so-cursor-pointer:hover) {
  cursor: pointer;
}

.so-styles :is(.hover\:so-text-gray-900:hover) {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.so-styles :is(.hover\:so-underline:hover) {
  text-decoration-line: underline;
}

.so-styles :is(.focus\:so-shadow-none:focus) {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.so-styles :is(.focus\:so-outline-none:focus) {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.so-styles :is(.focus\:so-ring-2:focus) {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.so-styles :is(.focus\:so-ring-\[\#84c793\]:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(132 199 147 / var(--tw-ring-opacity));
}

.so-styles :is(.focus\:so-ring-gray-500:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity));
}

.so-styles :is(.focus\:so-ring-offset-2:focus) {
  --tw-ring-offset-width: 2px;
}

.so-styles :is(:is(.so-dark .dark\:so-divide-primary) > :not([hidden]) ~ :not([hidden])) {
  --tw-divide-opacity: 1;
  border-color: rgb(55 65 82 / var(--tw-divide-opacity));
}

.so-styles :is(.so-dark .dark\:so-border-primary) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 82 / var(--tw-border-opacity));
}

.so-styles :is(.so-dark .dark\:so-border-secondary-2) {
  --tw-border-opacity: 1;
  border-color: rgb(155 162 175 / var(--tw-border-opacity));
}

.so-styles :is(.so-dark .dark\:so-bg-primary) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 82 / var(--tw-bg-opacity));
}

.so-styles :is(.so-dark .dark\:so-font-extrabold) {
  font-weight: 800;
}

.so-styles :is(.so-dark .dark\:so-text-primary-2) {
  --tw-text-opacity: 1;
  color: rgb(125 125 125 / var(--tw-text-opacity));
}

.so-styles :is(.so-dark .dark\:so-text-secondary) {
  --tw-text-opacity: 1;
  color: rgb(186 194 211 / var(--tw-text-opacity));
}

.so-styles :is(.so-dark .dark\:checked\:so-bg-secondary-2:checked) {
  --tw-bg-opacity: 1;
  background-color: rgb(155 162 175 / var(--tw-bg-opacity));
}

.so-styles :is(.so-dark .hover\:dark\:so-bg-primary-700):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(19 27 43 / var(--tw-bg-opacity));
}
