/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/assets/scss/globals.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
@layer base {}
/* stylelint-disable prettier/prettier */
.ss-button {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 0;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: none;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 12px;
  width: -moz-fit-content;
  width: fit-content;
}
.ss-button.size40 {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0;
  margin-bottom: 0;
  min-height: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 8px;
}
.ss-button.size48 {
  min-height: 48px;
  height: 48px;
  padding: 12px 16px;
}
.ss-button .icon {
  min-width: 24px;
  min-height: 24px;
  color: inherit;
}
.ss-button .text {
  padding: 4px 0;
}
.ss-button.btn-secondary.light {
  background-color: #fff;
  color: #16191c;
}
.ss-button.btn-secondary.dark {
  background-color: #16191c;
  color: #fff;
}
.ss-button.btn-secondary.red {
  background-color: #fa3556;
  color: #fff;
}
.ss-button.btn-secondary.brand {
  background-color: #1ebfbf;
  color: #16191c;
}
.ss-button.btn-secondary.grey {
  background-color: #f1f1f1;
  color: #16191c;
}
.ss-button.btn-secondary:hover.light {
  background-color: #f5f5f6;
  color: #5b6065;
}
.ss-button.btn-secondary:hover.dark {
  background-color: #1e2327;
  color: #bfbfc0;
}
.ss-button.btn-secondary:hover.brand {
  background-color: #50c8c8;
  color: #16191c;
}
.ss-button.btn-secondary:hover.grey {
  background-color: #dadadd;
  color: #16191c;
}
.ss-button.btn-secondary:active.light {
  background-color: #f1f1f1;
  color: #16191c;
}
.ss-button.btn-secondary:active.dark {
  background-color: #1e2327;
  color: #fff;
}
.ss-button.btn-secondary:active.brand {
  background-color: #1ebfbf;
}
.ss-button.btn-secondary.disabled {
  pointer-events: none;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #bfbfc0;
  color: #dadadd;
}
.ss-button.btn-secondary.disabled.dark {
  background-color: transparent;
  color: #393e41;
}
.ss-button.btn-tertiary.light {
  color: #fff;
}
.ss-button.btn-tertiary.dark {
  background: transparent;
  color: #16191c;
}
.ss-button.btn-tertiary:hover.light {
  background-color: rgba(255, 255, 255, 0.05);
}
.ss-button.btn-tertiary:hover.dark {
  background-color: rgba(22, 25, 28, 0.05);
}
.ss-button.outline {
  border: 2px solid;
  background-color: transparent !important;
}
.ss-button.outline.size40 {
  padding: 6px;
}
.ss-button.outline.size48 {
  padding: 10px 14px;
}
.ss-button.outline.light {
  border-color: #fff;
  color: #fff;
}
.ss-button.outline.dark {
  border-color: #16191c;
  color: #16191c;
}
.ss-button.outline:hover.light {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: #f1f1f1;
  color: #bfbfc0;
}
.ss-button.outline:hover.dark {
  background-color: rgba(22, 25, 28, 0.05);
  border-color: #393e41;
  color: #393e41;
}
.ss-button.outline:active.light {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #fff;
  color: #fff;
}
.ss-button.outline:active.dark {
  background-color: rgba(22, 25, 28, 0.15);
  border-color: #16191c;
  color: #16191c;
}
.ss-button.outline.disabled {
  pointer-events: none;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-color: #5b6065;
  color: #5b6065;
}
.ss-button.outline.disabled.dark {
  border-color: #bfbfc0;
  color: #bfbfc0;
}
.tag-outline {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.66;
  letter-spacing: 0.2px;
  margin-bottom: 0;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 3px 11px;
  display: flex;
  gap: 4px;
  align-items: center;
  text-align: center;
  border: 1px solid;
  border-radius: 32px;
}
@media screen and (min-width: 1024px) {
  .tag-outline {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.71;
    letter-spacing: 0.2px;
    margin-bottom: 0;
    padding: 7px 15px;
  }
}
.tag-outline.grey {
  color: #5b6065;
  border-color: #7d8185;
}
.tag-outline.light {
  color: #fff;
  border-color: #fff;
}
.tag-outline.dark {
  color: #16191c;
  border-color: #16191c;
  background-color: unset;
}
.tag-outline .iconWrapper {
  display: flex;
}
.tag-outline .icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: inherit;
}
@media screen and (min-width: 1024px) {
  .tag-outline .icon {
    width: 20px;
    height: 20px;
  }
}
.tag-outline.uppercase {
  font-size: 0.5625rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.tag-outline.uppercase .icon {
  width: 12px;
  height: 12px;
}
.dg-gap-xs-8 {
  gap: 8px;
}
.dg-gap-xs-16 {
  gap: 16px;
}
.dg-gap-xs-24 {
  gap: 24px;
}
.dg-gap-xs-32 {
  gap: 32px;
}
.dg-gap-xs-40 {
  gap: 40px;
}
.dg-gap-xs-48 {
  gap: 48px;
}
.dg-gap-xs-64 {
  gap: 64px;
}
.dg-gap-xs-96 {
  gap: 96px;
}
@media screen and (min-width: 768px) {
  .dg-gap-sm-8 {
    gap: 8px;
  }
  .dg-gap-sm-16 {
    gap: 16px;
  }
  .dg-gap-sm-24 {
    gap: 24px;
  }
  .dg-gap-sm-32 {
    gap: 32px;
  }
  .dg-gap-sm-40 {
    gap: 40px;
  }
  .dg-gap-sm-48 {
    gap: 48px;
  }
  .dg-gap-sm-64 {
    gap: 64px;
  }
  .dg-gap-sm-96 {
    gap: 96px;
  }
}
@media screen and (min-width: 1024px) {
  .dg-gap-md-8 {
    gap: 8px;
  }
  .dg-gap-md-16 {
    gap: 16px;
  }
  .dg-gap-md-24 {
    gap: 24px;
  }
  .dg-gap-md-32 {
    gap: 32px;
  }
  .dg-gap-md-40 {
    gap: 40px;
  }
  .dg-gap-md-48 {
    gap: 48px;
  }
  .dg-gap-md-64 {
    gap: 64px;
  }
  .dg-gap-md-96 {
    gap: 96px;
  }
}
.dg-justify-xs-start {
  justify-content: flex-start;
}
.dg-justify-xs-center {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .dg-justify-sm-start {
    justify-content: flex-start;
  }
  .dg-justify-sm-center {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .dg-justify-md-start {
    justify-content: flex-start;
  }
  .dg-justify-md-center {
    justify-content: center;
  }
}
.dg-align-xs-left {
  align-items: flex-start;
}
.dg-align-xs-center {
  align-items: center;
}
.dg-align-xs-right {
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .dg-align-sm-left {
    align-items: flex-start;
  }
  .dg-align-sm-center {
    align-items: center;
  }
  .dg-align-sm-right {
    align-items: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .dg-align-md-left {
    align-items: flex-start;
  }
  .dg-align-md-center {
    align-items: center;
  }
  .dg-align-md-right {
    align-items: flex-end;
  }
}
.dg-text-xs-left {
  text-align: left;
}
.dg-text-xs-center {
  text-align: center;
}
.dg-text-xs-right {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .dg-text-sm-left {
    text-align: left;
  }
  .dg-text-sm-center {
    text-align: center;
  }
  .dg-text-sm-right {
    text-align: right;
  }
}
@media screen and (min-width: 1024px) {
  .dg-text-md-left {
    text-align: left;
  }
  .dg-text-md-center {
    text-align: center;
  }
  .dg-text-md-right {
    text-align: right;
  }
}

/*# sourceMappingURL=main.min.css.map*/