:root {
  --spw-ds-container-xl: 1200px;
  --spw-ds-container-lg: 1024px;
  --spw-ds-container-md: 768px;
  --spw-ds-container-sm: 640px;
}

.spw-ds-container {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 360px) {
  .spw-ds-container {
    max-width: var(--spw-ds-container-sm);
  }
}
@media (min-width: 768px) {
  .spw-ds-container {
    max-width: var(--spw-ds-container-md);
  }
}
@media (min-width: 1024px) {
  .spw-ds-container {
    max-width: var(--spw-ds-container-lg);
  }
}
@media (min-width: 1200px) {
  .spw-ds-container {
    max-width: var(--spw-ds-container-xl);
  }
}

spw-group {
  box-sizing: border-box;
  line-height: 1.3;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
}
spw-group h1,
spw-group h2,
spw-group h3,
spw-group h4,
spw-group h5,
spw-group h6,
spw-group p,
spw-group ul,
spw-group li {
  padding: 0;
  margin: 0;
}
spw-group ul {
  list-style: none;
}
spw-group *,
spw-group *::before,
spw-group *::after {
  box-sizing: inherit;
  font-family: var(--spw-ds-font-main);
  letter-spacing: -0.18px;
}
spw-group {
  /* Grouping content
   ========================================================================== */
  /**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
}
spw-group hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
spw-group {
  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
}
spw-group pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
spw-group {
  /* Text-level semantics
   ========================================================================== */
  /**
  * Remove the gray background on active links in IE 10.
  */
}
spw-group a {
  background-color: transparent;
}
spw-group {
  /**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
}
spw-group abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
spw-group {
  /**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
}
spw-group b,
spw-group strong {
  font-weight: bolder;
}
spw-group {
  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
}
spw-group code,
spw-group kbd,
spw-group samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
spw-group {
  /**
  * Add the correct font size in all browsers.
  */
}
spw-group small {
  font-size: 80%;
}
spw-group {
  /**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
}
spw-group sub,
spw-group sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
spw-group sub {
  bottom: -0.25em;
}
spw-group sup {
  top: -0.5em;
}
spw-group {
  /* Embedded content
   ========================================================================== */
  /**
  * Remove the border on images inside links in IE 10.
  */
}
spw-group img {
  border-style: none;
}
spw-group {
  /* Forms
   ========================================================================== */
  /**
  * 1. Change the font styles in all browsers.
  * 2. Remove the margin in Firefox and Safari.
  */
}
spw-group button,
spw-group input,
spw-group optgroup,
spw-group select,
spw-group textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
spw-group {
  /**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
}
spw-group button,
spw-group input {
  /* 1 */
  overflow: visible;
}
spw-group {
  /**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
}
spw-group button,
spw-group select {
  /* 1 */
  text-transform: none;
}
spw-group {
  /**
  * Correct the inability to style clickable types in iOS and Safari.
  */
}
spw-group button,
spw-group [type=button],
spw-group [type=reset],
spw-group [type=submit] {
  -webkit-appearance: button;
}
spw-group {
  /**
  * Remove the inner border and padding in Firefox.
  */
}
spw-group button::-moz-focus-inner,
spw-group [type=button]::-moz-focus-inner,
spw-group [type=reset]::-moz-focus-inner,
spw-group [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
spw-group {
  /**
  * Restore the focus styles unset by the previous rule.
  */
}
spw-group button:-moz-focusring,
spw-group [type=button]:-moz-focusring,
spw-group [type=reset]:-moz-focusring,
spw-group [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
spw-group {
  /**
  * Correct the padding in Firefox.
  */
}
spw-group fieldset {
  padding: 0.35em 0.75em 0.625em;
}
spw-group {
  /**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *    `fieldset` elements in all browsers.
  */
}
spw-group legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
spw-group {
  /**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
}
spw-group progress {
  vertical-align: baseline;
}
spw-group {
  /**
  * Remove the default vertical scrollbar in IE 10+.
  */
}
spw-group textarea {
  overflow: auto;
}
spw-group {
  /**
  * 1. Add the correct box sizing in IE 10.
  * 2. Remove the padding in IE 10.
  */
}
spw-group [type=checkbox],
spw-group [type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
spw-group {
  /**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
}
spw-group [type=number]::-webkit-inner-spin-button,
spw-group [type=number]::-webkit-outer-spin-button {
  height: auto;
}
spw-group {
  /**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */
}
spw-group [type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
spw-group {
  /**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
}
spw-group [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
spw-group {
  /**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
}
spw-group ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
spw-group {
  /* Interactive
   ========================================================================== */
  /*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
}
spw-group details {
  display: block;
}
spw-group {
  /*
  * Add the correct display in all browsers.
  */
}
spw-group summary {
  display: list-item;
}
spw-group {
  /* Misc
   ========================================================================== */
  /**
  * Add the correct display in IE 10+.
  */
}
spw-group template {
  display: none;
}
spw-group {
  /**
  * Add the correct display in IE 10.
  */
}
spw-group [hidden] {
  display: none;
}

:host {
  display: block;
  width: 100%;
}

.spw-group spw-button:not[is-fullwidth-mobile=false] {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .spw-group spw-button:not[is-fullwidth-mobile=false] {
    display: initial;
    width: auto;
  }
}
.spw-group__field-label {
  margin-bottom: 12px;
}
.spw-group__field-message {
  margin-bottom: 8px;
  margin-top: -8px;
}
.spw-group__container {
  display: flex;
  width: fit-content;
}
.spw-group--is-full-width .spw-group__container {
  width: 100% !important;
}
@media (min-width: 768px) {
  .spw-group--buttons.spw-group--align-center .spw-group__container {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .spw-group__container {
    align-items: center;
  }
}
.spw-group--buttons .spw-group__container {
  gap: 12px;
  width: 100%;
}
@media (min-width: 768px) {
  .spw-group--buttons .spw-group__container {
    width: fit-content;
  }
}
.spw-group--links .spw-group__container, .spw-group--checkboxes .spw-group__container, .spw-group--radios .spw-group__container {
  gap: 16px;
}
.spw-group--checkboxes.spw-group--horizontal .spw-group__container, .spw-group--radios.spw-group--horizontal .spw-group__container {
  gap: 16px;
}
@media (min-width: 768px) {
  .spw-group--checkboxes.spw-group--horizontal .spw-group__container, .spw-group--radios.spw-group--horizontal .spw-group__container {
    gap: 24px;
  }
}
.spw-group--buttons.spw-group--align-right.spw-group--horizontal .spw-group__container {
  flex-direction: column;
}
@media (min-width: 768px) {
  .spw-group--buttons.spw-group--align-right.spw-group--horizontal .spw-group__container {
    flex-direction: row-reverse;
  }
}
.spw-group--buttons.spw-group--align-left.spw-group--horizontal.spw-group--reversed .spw-group__container {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .spw-group--buttons.spw-group--align-left.spw-group--horizontal.spw-group--reversed .spw-group__container {
    flex-direction: row;
  }
}
.spw-group--align-left .spw-group__container {
  margin-right: auto;
}
.spw-group--align-center .spw-group__container {
  margin-left: auto;
  margin-right: auto;
}
.spw-group--align-right .spw-group__container {
  margin-left: auto;
}
.spw-group--vertical .spw-group__container {
  flex-direction: column;
  align-items: flex-start;
}
.spw-group--align-center .spw-group--vertical .spw-group__container {
  align-items: center;
}
.spw-group--align-right .spw-group--vertical .spw-group__container {
  align-items: flex-end;
}
.spw-group--horizontal .spw-group__container {
  flex-direction: column;
}
@media (min-width: 768px) {
  .spw-group--horizontal .spw-group__container {
    flex-direction: row;
  }
}
.spw-group--disabled {
  opacity: 0.5;
  pointer-events: none;
}