
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: 700;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

dd,
ol,
ul {
  margin-left: 1rem;
}
:root {
  --section-main-wrapper: 1280px;
  --section-narrow-wrapper: 1080px;
  --section-copy-wrapper: 720px;
  --section-x-spacing: 1rem;
  --section-y-spacing: 4rem;
}
@media (min-width: 62.4375em) {
  :root {
    --section-x-spacing: 1.5rem;
    --section-y-spacing: 6rem;
  }
}
.wrapper {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: var(--section-main-wrapper);
}
.wrapper-narrow {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: var(--section-narrow-wrapper);
}
.wrapper-copy {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: var(--section-copy-wrapper);
}
.gutter {
  padding-right: var(--section-x-spacing);
  padding-left: var(--section-x-spacing);
}
.gutter-l {
  padding-left: var(--section-x-spacing);
}
.gutter-r {
  padding-right: var(--section-x-spacing);
}
@media (min-width: 37.4375em) {
  .sm\:gutter {
    padding-right: var(--section-x-spacing);
    padding-left: var(--section-x-spacing);
  }
  .sm\:gutter-l {
    padding-left: var(--section-x-spacing);
  }
  .sm\:gutter-r {
    padding-right: var(--section-x-spacing);
  }
}
@media (min-width: 62.4375em) {
  .md\:gutter {
    padding-right: var(--section-x-spacing);
    padding-left: var(--section-x-spacing);
  }
  .md\:gutter-l {
    padding-left: var(--section-x-spacing);
  }
  .md\:gutter-r {
    padding-right: var(--section-x-spacing);
  }
}
@media (min-width: 89.9375em) {
  .lg\:gutter {
    padding-right: var(--section-x-spacing);
    padding-left: var(--section-x-spacing);
  }
  .lg\:gutter-l {
    padding-left: var(--section-x-spacing);
  }
  .lg\:gutter-r {
    padding-right: var(--section-x-spacing);
  }
}
.frame {
  margin-top: var(--section-y-spacing);
  margin-bottom: var(--section-y-spacing);
}
.frame-t {
  margin-top: var(--section-y-spacing);
}
.frame-b {
  margin-bottom: var(--section-y-spacing);
}
@media (min-width: 37.4375em) {
  .sm\:frame {
    margin-top: var(--section-y-spacing);
    margin-bottom: var(--section-y-spacing);
  }
  .sm\:frame-t {
    margin-top: var(--section-y-spacing);
  }
  .sm\:frame-b {
    margin-bottom: var(--section-y-spacing);
  }
}
@media (min-width: 62.4375em) {
  .md\:frame {
    margin-top: var(--section-y-spacing);
    margin-bottom: var(--section-y-spacing);
  }
  .md\:frame-t {
    margin-top: var(--section-y-spacing);
  }
  .md\:frame-b {
    margin-bottom: var(--section-y-spacing);
  }
}
@media (min-width: 89.9375em) {
  .lg\:frame {
    margin-top: var(--section-y-spacing);
    margin-bottom: var(--section-y-spacing);
  }
  .lg\:frame-t {
    margin-top: var(--section-y-spacing);
  }
  .lg\:frame-b {
    margin-bottom: var(--section-y-spacing);
  }
}

table {
  width: 100%;
}
[colspan] {
  text-align: center;
}
[colspan="1"] {
  text-align: left;
}
[rowspan] {
  vertical-align: middle;
}
[rowspan="1"] {
  vertical-align: top;
}
fieldset {
  border: none;
  margin: 0;
  min-width: 0;
  padding: 0;
}
label,
select,
textarea {
  display: block;
}
textarea {
  resize: vertical;
}
blockquote {
  margin: 2rem 0;
  padding: 0.5rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  border-radius: 4px;
  border-left-width: 0.25rem;
  border-left-style: solid;
  border-left-color: #0157ff;
  font-family: CircularStd-Book, Arial, sans-serif;
  max-width: 75ch;
}
blockquote cite {
  letter-spacing: 0.0625rem;
  font-size: 1rem;
  line-height: 1.75;
  color: #0157ff;
  font-style: normal;
  text-transform: capitalize;
}
blockquote span {
  margin-left: 1.5rem;
  color: #515260;
  display: block;
}
img {
  font-style: italic;
  max-width: 100%;
  vertical-align: middle;
}
img[width],
img[height] {
  max-width: none;
}

.Icon {
  color: inherit;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
}
.Icon--xs {
  width: 1rem;
  height: 1rem;
}
.Icon--sm {
  width: 1.5rem;
  height: 1.5rem;
}
.Icon--nm {
  width: 2rem;
  height: 2rem;
}
.Icon--md {
  width: 2.5rem;
  height: 2.5rem;
}
.Icon--lg {
  width: 3rem;
  height: 3rem;
}
.Icon--xl {
  width: 3.5rem;
  height: 3.5rem;
}
.Icon--xxl {
  width: 4rem;
  height: 4rem;
}
@media screen and (min-width: 599px) {
  .sm\:Icon--xs {
    width: 1rem;
    height: 1rem;
  }
  .sm\:Icon--sm {
    width: 1.5rem;
    height: 1.5rem;
  }
  .sm\:Icon--nm {
    width: 2rem;
    height: 2rem;
  }
  .sm\:Icon--md {
    width: 2.5rem;
    height: 2.5rem;
  }
  .sm\:Icon--lg {
    width: 3rem;
    height: 3rem;
  }
  .sm\:Icon--xl {
    width: 3.5rem;
    height: 3.5rem;
  }
  .sm\:Icon--xxl {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (min-width: 999px) {
  .md\:Icon--xs {
    width: 1rem;
    height: 1rem;
  }
  .md\:Icon--sm {
    width: 1.5rem;
    height: 1.5rem;
  }
  .md\:Icon--nm {
    width: 2rem;
    height: 2rem;
  }
  .md\:Icon--md {
    width: 2.5rem;
    height: 2.5rem;
  }
  .md\:Icon--lg {
    width: 3rem;
    height: 3rem;
  }
  .md\:Icon--xl {
    width: 3.5rem;
    height: 3.5rem;
  }
  .md\:Icon--xxl {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:Icon--xs {
    width: 1rem;
    height: 1rem;
  }
  .lg\:Icon--sm {
    width: 1.5rem;
    height: 1.5rem;
  }
  .lg\:Icon--nm {
    width: 2rem;
    height: 2rem;
  }
  .lg\:Icon--md {
    width: 2.5rem;
    height: 2.5rem;
  }
  .lg\:Icon--lg {
    width: 3rem;
    height: 3rem;
  }
  .lg\:Icon--xl {
    width: 3.5rem;
    height: 3.5rem;
  }
  .lg\:Icon--xxl {
    width: 4rem;
    height: 4rem;
  }
}
.Icon-glyph {
  display: block;
  fill: currentColor;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}
.Accordion {
  border-top: 1px solid #b1b7c5;
  list-style: none;
  margin-left: 0;
}
.Accordion-item {
  border-bottom: 1px solid #b1b7c5;
  position: relative;
}
.Accordion-titleContainer {
  -webkit-appearance: none;
  align-items: center;
  background-color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin: 0;
  transition: all 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89);
  width: 100%;
  padding: 2rem 0;
}
.Accordion-titleContainer:hover {
  background-color: #f2f7ff;
  border-radius: 2px;
  box-shadow: inset 0 0 0 4px #fff;
  color: #0157ff;
}
.Accordion-titleContainer.is-active .Accordion-icon {
  transform: rotate(-180deg);
}
.Accordion-titleContainer--withCategoryIcon {
  padding: 1.5rem 2rem;
}
.Accordion-title {
  font-size: 1.25rem;
  letter-spacing: 0.0625rem;
  color: inherit;
  flex: 1;
  font-family: CircularStd-Book, Arial, sans-serif;
  position: relative;
  text-align: left;
  margin: 0;
}
.Accordion-title:hover {
  color: #0157ff;
  fill: #0157ff;
}
.Accordion-content {
  padding: 2rem;
  padding-top: 0;
}
.Accordion-content > :last-child {
  margin-bottom: 0;
}
.Accordion-icon {
  transform: rotate(0);
  transition: transform 0.3s ease-in;
}
.Alert {
  align-items: flex-start;
  border-left: 0.25rem solid #0157ff;
  box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533;
  display: flex;
  border-radius: 0.25rem;
  padding: 1.5rem;
}
.Alert--error {
  border-left-color: #d71919;
}
.Alert--error .Alert-icon {
  color: #d71919;
  fill: #d71919;
}
.Alert--success {
  border-left-color: #28c814;
}
.Alert--success .Alert-icon {
  color: #28c814;
  fill: #28c814;
}
.Alert-text {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  margin-right: 1rem;
}
.Alert-text > :last-child {
  margin-bottom: 0;
}
.Alert-dismiss {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: relative;
  transition: background-color 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89),
    box-shadow 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89);
}
.Alert-dismiss:hover {
  background-color: #f2f7ff;
  box-shadow: 0 0 0 0.5rem #f2f7ff;
}
.Avatar {
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 3rem;
  height: 3rem;
}
.Avatar:after {
  content: "";
  display: inline-block;
  padding-bottom: 100%;
  position: absolute;
  width: 100%;
}
.Avatar-image {
  bottom: 0;
  height: 100%;
  left: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.Avatar.Icon {
  width: 2.5rem;
  height: 2.5rem;
}
.Badge {
  background-color: #15151599;
  color: #fff;
  display: inline-block;
  font-family: CircularStd-Book, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 1.5rem;
  letter-spacing: 0.01875rem;
  padding: 0.25rem 0.5rem;
}
.Breadcrumb {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 37.4375em) {
  .Breadcrumb {
    margin-bottom: 2.5rem;
  }
}
.Breadcrumb-itemContainer {
  display: inline-block;
  position: relative;
}
.Breadcrumb-itemContainer--singular:after,
.Breadcrumb-itemContainer + .Breadcrumb-itemContainer:before {
  color: #151515;
  content: "\203a";
  display: inline-block;
  font-family: CircularStd-Book, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  vertical-align: baseline;
  margin: 0 0.5rem;
  font-size: 0.875rem;
}
.Breadcrumb-item {
  color: #0157ff;
  font-family: CircularStd-Book, Arial, sans-serif;
  text-decoration: none;
  font-size: 0.875rem;
}
.Breadcrumb-item:hover,
.Breadcrumb-item:focus {
  text-decoration: underline;
}
.Breadcrumb-item.is-active {
  color: #515260;
  text-decoration: none;
}
.Button {
  -webkit-appearance: none;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  overflow: visible;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89);
  vertical-align: middle;
  white-space: normal;
  font-size: 1.125rem;
  max-width: 24rem;
  padding: 1rem 1.5rem;
}
.Button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.Button.is-disabled,
.Button[disabled] {
  background-color: #b1b7c5;
  box-shadow: none;
  color: #151515;
  opacity: 0.4;
  pointer-events: none;
}
.Button.is-loading {
  line-height: inherit;
  pointer-events: none;
  position: relative;
  padding: 0.75rem 1.5rem;
}
.Button.is-loading,
.Button.is-loading:hover,
.Button.is-loading:focus,
.Button.is-loading:active {
  color: transparent;
}
.Button.is-loading:before {
  animation: spinAround 0.5s infinite linear;
  border-color: #b1b7c5;
  border-radius: 50%;
  border-right-color: transparent;
  border-style: solid;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  left: calc(50% - 0.5em);
  position: absolute;
  top: calc(50% - 0.5em);
  width: 1em;
  border-width: 0.125rem;
}
.Button--bare {
  letter-spacing: 0;
  padding: 0;
  text-align: inherit;
}
.Button--reset {
  background: transparent;
  border: 0;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}
.Button--primary {
  background-color: #0157ff;
  border: 0.125rem solid #0157ff;
  color: #fff;
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-weight: 600;
  transition: background-color 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89),
    border-color 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89),
    color 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89);
  border-radius: 0.25rem;
  letter-spacing: 0.03125rem;
  padding: 0.875rem 1.5rem;
  font-size: 1rem;
  line-height: 1.75;
}
.Button--primary:before,
.Button--primary:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.Button--primary:before {
  margin-bottom: calc(-0.375em + 0px);
}
.Button--primary:after {
  margin-top: calc(-0.375em + 0px);
}
.Button--primary:hover {
  background-color: #0045cd;
  border-color: #003db4;
  color: #fff;
}
.Button--primary:focus-visible,
.Button--primary:active {
  background-color: #00349a;
  border-color: #003db4;
  color: #fff;
}
.Button--primary[disabled],
.Button--primary[disabled]:hover,
.Button--primary.is-disabled,
.Button--primary.is-disabled:hover {
  background-color: #0157ff;
  border-color: #0157ff;
  color: #fff;
}
.Button--secondary {
  background-color: #fff;
  border: 0.125rem solid #0157ff;
  color: #0157ff;
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-weight: 600;
  transition: background-color 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89),
    border-color 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89),
    color 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89);
  border-radius: 0.25rem;
  letter-spacing: 0.03125rem;
  padding: 0.875rem 1.5rem;
  font-size: 1rem;
  line-height: 1.75;
}
.Button--secondary:before,
.Button--secondary:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.Button--secondary:before {
  margin-bottom: calc(-0.375em + 0px);
}
.Button--secondary:after {
  margin-top: calc(-0.375em + 0px);
}
.Button--secondary:hover {
  background-color: #f2f7ff;
  color: #0157ff;
}
.Button--secondary:focus-visible,
.Button--secondary:active {
  background-color: #e6eeff;
}
.Button--secondary[disabled],
.Button--secondary[disabled]:hover,
.Button--secondary.is-disabled,
.Button--secondary.is-disabled:hover {
  background-color: #fff;
  border-color: #0157ff;
  color: #0157ff;
}
.Button--neutral {
  background-color: #fff;
  border: 0.125rem solid #b1b7c5;
  color: #0157ff;
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-weight: 600;
  transition: background-color 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89),
    border-color 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89),
    color 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89);
  border-radius: 0.25rem;
  letter-spacing: 0.03125rem;
  padding: 0.875rem 1.5rem;
  font-size: 1rem;
  line-height: 1.75;
}
.Button--neutral:before,
.Button--neutral:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.Button--neutral:before {
  margin-bottom: calc(-0.375em + 0px);
}
.Button--neutral:after {
  margin-top: calc(-0.375em + 0px);
}
.Button--neutral:hover {
  background-color: #f2f7ff;
  border: 0.125rem solid #0157ff;
  color: #0157ff;
}
.Button--neutral:focus-visible,
.Button--neutral:active {
  background-color: #e6eeff;
}
.Button--neutral[disabled],
.Button--neutral[disabled]:hover,
.Button--neutral.is-disabled,
.Button--neutral.is-disabled:hover {
  background-color: #fff;
  border-color: #b1b7c5;
  color: #0157ff;
}
.Button--flat {
  background-color: transparent;
  border: 0.125rem solid transparent;
  color: #0157ff;
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-weight: 600;
  transition: background-color 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89),
    border-color 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89),
    color 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89);
  border-radius: 0.25rem;
  font-size: 1rem;
  letter-spacing: 0.03125rem;
  padding: 0.875rem 1.5rem;
  line-height: 1.75;
}
.Button--flat:before,
.Button--flat:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.Button--flat:before {
  margin-bottom: calc(-0.375em + 0px);
}
.Button--flat:after {
  margin-top: calc(-0.375em + 0px);
}
.Button--flat:hover {
  background-color: #f2f7ff;
  color: #0157ff;
}
.Button--flat:focus-visible,
.Button--flat:active {
  background-color: #e6eeff;
  color: #0157ff;
}
.Button--pill {
  background-color: #fff;
  border: 0.125rem solid #0157ff;
  color: #0157ff;
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-weight: 600;
  transition: background-color 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89),
    border-color 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89),
    color 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89);
  box-shadow: 0 0 4px #15151524, 0 24px 30px -8px #1515152e;
  border-radius: 1.5rem;
  font-size: 1rem;
  letter-spacing: 0.03125rem;
  padding: 0.875rem 1.5rem;
  line-height: 1.75;
}
.Button--pill:before,
.Button--pill:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.Button--pill:before {
  margin-bottom: calc(-0.375em + 0px);
}
.Button--pill:after {
  margin-top: calc(-0.375em + 0px);
}
.Button--pill:focus-visible,
.Button--pill:active,
.Button--pill:hover {
  background-color: #0157ff;
  color: #fff;
}
.Button--small {
  font-size: 0.875rem;
  padding: 0.75rem 1rem;
  line-height: 1.75;
}
.Button--small:before,
.Button--small:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.Button--small:before {
  margin-bottom: calc(-0.2857142857em + 0px);
}
.Button--small:after {
  margin-top: calc(-0.4285714286em + 0px);
}
.Button--extraSmall {
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
  line-height: 1.75;
}
.Button--extraSmall:before,
.Button--extraSmall:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.Button--extraSmall:before {
  margin-bottom: calc(-0.2857142857em + 0px);
}
.Button--extraSmall:after {
  margin-top: calc(-0.4285714286em + 0px);
}
.Button--utility {
  background-color: #fff;
  border-radius: 50%;
  border: 0.125rem solid #b1b7c5;
  color: #0157ff;
  fill: #0157ff;
  overflow: hidden;
  height: 2.5rem;
  padding: 0.375rem;
  width: 2.5rem;
}
.Button--utility:hover {
  background-color: #f2f7ff;
  border-color: #0157ff;
}
.Button--utility--inverse {
  background-color: #15151599;
  border-color: #fff;
  color: #fff;
  fill: #fff;
}
.Button--utility--inverse:hover {
  background-color: #b1b7c5;
  border-color: #fff;
  color: #0157ff;
  fill: #0157ff;
}
.Button--utility > .Icon {
  height: 1.5rem;
  width: 1.5rem;
}
@keyframes spinAround {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
.Card {
  align-content: stretch;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: border-color 0.2s ease-in, box-shadow 0.2s ease-in;
  width: 100%;
}
.Card:focus-within {
  outline: solid 2px #0157ff;
}
.Card-body {
  align-self: stretch;
  display: flex;
  flex-basis: auto;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 1.5rem;
  width: 100%;
}
.Card-body > :last-child {
  margin-bottom: 0;
  margin-top: auto;
}
.Card-imageContainer {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0;
}
.Card-imageContainer:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
  width: 100%;
}
.Card-image {
  left: 50%;
  max-width: 125%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.Card a {
  position: relative;
  text-decoration: none;
  z-index: 1;
}
.Card-link {
  position: inherit !important;
  z-index: 0;
  color: #151515;
  text-decoration: none;
  transition: color 0.2s ease-in;
  cursor: pointer;
}
.Card-link:hover {
  text-decoration: none;
}
.Card-link:after {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.Card-arrow {
  align-items: center;
  border-radius: 50%;
  border: 2px solid #b1b7c5;
  color: #b1b7c5;
  display: flex;
  fill: #b1b7c5;
  height: 2.625rem;
  justify-content: center;
  position: relative;
  transition: border-color 0.25s ease-out;
  width: 2.625rem;
}
.Card-additional {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.Card-badge {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 5;
}
@media (min-width: 37.4375em) {
  .Card--imageLeft {
    flex-direction: row;
  }
  .Card--imageLeft:before,
  .Card--imageLeft:after {
    display: none !important;
  }
  .Card--imageLeft .Card-imageContainer {
    width: 17.5rem;
  }
  .Card--imageLeft .Card-body {
    justify-content: unset;
  }
}
.Card--accentedLeft,
.Card--accentedBottom {
  position: relative;
  background-color: #fff;
  border: none !important;
}
.Card--accentedLeft:before,
.Card--accentedLeft:after,
.Card--accentedBottom:before,
.Card--accentedBottom:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: "";
}
.Card--accentedLeft:before,
.Card--accentedBottom:before {
  background-color: transparent;
  transition: background-color 0 ease;
  transition-delay: 0.2s;
}
.Card--accentedLeft:after,
.Card--accentedBottom:after {
  background-color: inherit;
  transition: transform 0.2s ease;
}
.Card--accentedLeft:hover:before,
.Card--accentedLeft:focus-within:before,
.Card--accentedLeft.is-active:before,
.Card--accentedBottom:hover:before,
.Card--accentedBottom:focus-within:before,
.Card--accentedBottom.is-active:before {
  background-color: #0157ff;
  transition-delay: 0ms;
}
.Card--accentedLeft:before,
.Card--accentedLeft:after {
  right: unset;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.Card--accentedLeft:before {
  min-width: 10px;
}
.Card--accentedLeft:after {
  top: -1px;
  bottom: -1px;
  min-width: 11px;
}
.Card--accentedLeft:hover:after,
.Card--accentedLeft:focus-within:after,
.Card--accentedLeft.is-active:after {
  transform: translate(4px);
}
.Card--accentedBottom:before,
.Card--accentedBottom:after {
  top: unset;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.Card--accentedBottom:before {
  min-height: 10px;
}
.Card--accentedBottom:after {
  right: -1px;
  left: -1px;
  min-height: 11px;
}
.Card--accentedBottom:hover:after,
.Card--accentedBottom:focus-within:after,
.Card--accentedBottom.is-active:after {
  transform: translateY(-4px);
}
@media (min-width: 37.4375em) {
  .Card--flat {
    box-shadow: 0 0 0 0 transparent;
  }
}
.Card--icon {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
}
.Card--icon .Card-body {
  align-items: center;
  padding: 0.875rem 0.25rem;
}
.Card--icon .Card-body > :last-child {
  margin: 0 0 0 0.25rem;
}
.Card--icon .Card-icon {
  margin-bottom: 0.5rem;
}
@media (min-width: 37.4375em) {
  .Card--icon {
    font-size: 1.125rem;
    font-weight: 400;
  }
  .Card--icon .Card-body {
    flex-direction: row;
    padding: 1.25rem 1.5rem;
  }
  .Card--icon .Card-icon {
    margin: 0;
  }
}
.Card:hover,
.Card:focus-within,
.Card.is-active {
  box-shadow: 0 0 4px #15151524, 0 16px 20px -5px #1515152e;
}
.Card:hover .Card-arrow,
.Card:focus-within .Card-arrow,
.Card.is-active .Card-arrow {
  border-color: #0157ff;
}
.Card:hover .Card-link,
.Card:focus-within .Card-link,
.Card.is-active .Card-link {
  color: #0157ff;
}
.Card:hover .Card-icon,
.Card:focus-within .Card-icon,
.Card.is-active .Card-icon {
  color: #0157ff;
  fill: #0157ff;
}
.DropCap:first-of-type:first-letter,
.DropCap p:first-of-type:first-letter {
  color: #151515;
  float: left;
  font-style: normal;
  font-weight: 400;
  line-height: 0.9;
  font-size: 6rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
}
input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
  color: #b1b7c5;
  font-family: CircularStd-Bold, Arial, sans-serif;
}
.FormInput {
  background-color: #fff;
  border-radius: 4px;
  border: 0.0625rem solid #515260;
  color: #151515;
  display: block;
  font-family: CircularStd-Book, Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  height: 3rem;
  padding: 0.5rem 1rem;
  width: 100%;
}
.FormInput--inverted {
  background-color: #f3f4f8;
  border-color: #151515;
  color: #151515;
}
.FormInput:focus,
.FormInput:active {
  background-color: #eaf1ff;
  border-color: #0157ff;
  border-width: 2px;
  outline: none;
  padding: 0.4375rem 0.9375rem;
}
.FormButtonGroup {
  border-radius: 0.25rem;
  border: 1px solid #b1b7c5;
  display: inline-flex;
}
.FormButtonGroup--fill {
  display: flex;
}
.FormButtonGroup--fill .FormButtonGroup-label {
  flex: 1 1 0%;
}
.FormButtonGroup--small .FormButtonGroup-label {
  font-size: 0.875rem;
  padding: 0.75rem 1rem;
  line-height: 1.75;
}
.FormButtonGroup--small .FormButtonGroup-label:before,
.FormButtonGroup--small .FormButtonGroup-label:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.FormButtonGroup--small .FormButtonGroup-label:before {
  margin-bottom: calc(-0.2857142857em + 0px);
}
.FormButtonGroup--small .FormButtonGroup-label:after {
  margin-top: calc(-0.4285714286em + 0px);
}
.FormButtonGroup-button {
  display: flex;
  flex: 1 1 auto;
  position: relative;
  text-align: center;
}
.FormButtonGroup-button > .FormButtonGroup-label {
  margin: -0.0625rem;
}
.FormButtonGroup-button :first-of-type {
  margin-left: 0;
}
.FormButtonGroup-button :last-of-type {
  margin-right: 0;
}
.FormButtonGroup-input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.FormButtonGroup-input.is-focusable:active,
.FormButtonGroup-input.is-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.FormButtonGroup-input:not([disabled]):checked + .FormButtonGroup-label {
  background-color: #e6eeff;
  border-color: #0157ff;
  border-radius: 0.25rem;
  z-index: 5;
}
.FormButtonGroup-input:disabled + .FormButtonGroup-label {
  background-color: #fff;
  border-color: #e8e9ee;
  color: #b3cdff;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.FormButtonGroup-input:focus + .FormButtonGroup-label,
.FormButtonGroup-input:active + .FormButtonGroup-label {
  background-color: #f2f7ff;
  border-color: #8db3ff;
  z-index: 1;
}
.FormButtonGroup-label {
  border: 2px solid transparent;
  color: #0157ff;
  cursor: pointer;
  font-family: CircularStd-Book, Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.03125rem;
  padding: 0.875rem 1.5rem;
  line-height: 1.75;
}
.FormButtonGroup-label:before,
.FormButtonGroup-label:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.FormButtonGroup-label:before {
  margin-bottom: calc(-0.375em + 0px);
}
.FormButtonGroup-label:after {
  margin-top: calc(-0.375em + 0px);
}
.FormButtonGroup-label:hover {
  background-color: #f2f7ff;
  border-color: #8db3ff;
  border-radius: 0.25rem;
  z-index: 1;
}
.FormCheckbox {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-family: CircularStd-Book, Arial, sans-serif;
  font-size: 1rem;
  position: relative;
}
.FormCheckbox:before {
  content: "";
  transition: all 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89);
}
.FormCheckbox:hover:before {
  background-color: #f2f7ff;
  border-radius: 4px;
  bottom: 0;
  box-shadow: 0 0 0 4px #f2f7ff;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -5;
}
.FormCheckbox + .FormElementHelp {
  padding-left: 2.625rem;
}
.FormCheckbox.is-error .FormCheckbox-fauxInput {
  border-color: #d71919;
  border-width: 0.125rem;
}
.FormCheckbox.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.FormCheckbox--small {
  font-size: 0.875rem;
}
.FormCheckbox--small + .FormElementHelp {
  padding-left: 1.625rem;
}
.FormCheckbox--small .FormCheckbox-fauxInput {
  margin-right: 0.5rem;
  padding: 0.125rem;
}
.FormCheckbox--small .FormCheckbox-fauxInput,
.FormCheckbox--small .FormCheckbox-fauxInput.Icon {
  height: 1rem;
  width: 1rem;
}
.FormCheckbox-input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.FormCheckbox-input.is-focusable:active,
.FormCheckbox-input.is-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.FormCheckbox-fauxInput {
  background-color: #fff;
  border-color: #b1b7c5;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 0.125rem;
  margin-right: 1rem;
  padding: 0.125rem;
}
.FormCheckbox-fauxInput,
.FormCheckbox-fauxInput.Icon {
  color: #fff;
  height: 1.5rem;
  width: 1.5rem;
  fill: #fff;
}
.FormCheckbox-input:checked ~ .FormCheckbox-fauxInput {
  background-color: #f2f7ff;
  border-color: #0157ff;
  color: #0157ff;
  fill: #0157ff;
}
.FormCheckbox:hover
  .FormCheckbox-input:not([disabled])
  ~ .FormCheckbox-fauxInput,
.FormCheckbox-input:focus:not([disabled]) ~ .FormCheckbox-fauxInput {
  background-color: #fff;
  border-color: #0157ff;
}
.FormCheckbox-input:disabled ~ .FormCheckbox-fauxInput {
  background-color: #fff;
  border-color: #b1b7c5;
  color: #fff;
  fill: #fff;
  pointer-events: none;
}
.FormCheckbox-input:disabled ~ .FormCheckbox-fauxInput:hover {
  border-color: #b1b7c5;
}
.FormCheckbox-input:disabled:checked ~ .FormCheckbox-fauxInput {
  color: #0157ff;
  fill: #0157ff;
}
.FormControl {
  position: relative;
}
.FormControl--withLeftIcon .FormInput {
  padding-left: 1.5625rem;
}
.FormControl--withLeftIcon:before {
  color: #151515;
  content: attr(data-format);
  font-family: CircularStd-Book, Arial, sans-serif;
  font-size: 1rem;
  left: 1rem;
  line-height: 1.75;
  position: absolute;
  bottom: 0.675em;
}
.FormControl--withRightIcon .FormInput {
  padding-right: 1.5625rem;
}
.FormControl--withRightIcon:after {
  color: #151515;
  content: attr(data-format);
  font-family: CircularStd-Book, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  position: absolute;
  right: 1rem;
  bottom: 0.675em;
}
.FormControl.is-error .FormInput {
  background-color: #fff3f3;
  border-color: #d71919;
  border-width: 2px;
  color: #d71919;
  outline: none;
}
.FormControl.is-success .FormInput {
  background-color: #fff;
  border-color: #28c814;
  border-width: 2px;
  color: #28c814;
  outline: none;
}
.FormControl.is-success:after,
.FormControl.is-success:before {
  color: #151515;
}
.FormElementHelp {
  color: #515260;
  display: block;
  font-family: CircularStd-Book, Arial, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
}
.FormElementHelp.is-error {
  color: #d71919;
}
.FormElementHelp.is-success {
  color: #28c814;
}
.FormLabel {
  color: #151515;
  display: block;
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.0125rem;
}
.FormLabel--inverted {
  background-color: #f3f4f8;
  color: #515260;
}
.FormLabel--additional {
  display: block;
  font-weight: 400;
}
.FormLabel--rightAddon {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
}
.FormLabel.is-disabled,
.FormLabel.is-readonly,
.FormLabel.is-disabled.FormLabel--inverted,
.FormLabel.is-readonly.FormLabel--inverted {
  color: #b9bac4;
}
.FormLabel.is-disabled {
  background-color: #fff;
  border-color: #ced2db;
  color: #2f2f2f;
  cursor: not-allowed;
}
.FormLabel.is-disabled:focus,
.FormLabel.is-disabled:active {
  border-color: #ced2db;
}
.FormLabel-additionalCopy {
  bottom: calc((50% - 0.25em) / 2);
  color: #515260;
  font-family: CircularStd-Book, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  position: absolute;
  right: 1.5rem;
}
.FormPill {
  display: inline-block;
  position: relative;
}
.FormPill-label {
  background-color: #fff;
  border-radius: 1.5rem;
  border: 2px solid #b1b7c5;
  color: #0157ff;
  cursor: pointer;
  display: inline-block;
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.03125rem;
  padding: 0.875rem 1.5rem;
  transition: background-color 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89),
    border-color 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89);
  line-height: 1.75;
}
.FormPill-label:before,
.FormPill-label:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.FormPill-label:before {
  margin-bottom: calc(-0.375em + 0px);
}
.FormPill-label:after {
  margin-top: calc(-0.375em + 0px);
}
.FormPill-label:hover {
  background-color: #f2f7ff;
  border-color: #8db3ff;
  color: #0157ff;
}
.FormPill-input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.FormPill-input.is-focusable:active,
.FormPill-input.is-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.FormPill--small .FormPill-label {
  font-size: 0.875rem;
  padding: 0.75rem 1rem;
  line-height: 1.75;
}
.FormPill--small .FormPill-label:before,
.FormPill--small .FormPill-label:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.FormPill--small .FormPill-label:before {
  margin-bottom: calc(-0.4285714286em + 0px);
}
.FormPill--small .FormPill-label:after {
  margin-top: calc(-0.4285714286em + 0px);
}
.FormPill.is-error .FormPill-label {
  background-color: #fbe8e8;
  border-color: #d71919;
  color: #151515;
}
.FormPill-input:active + .FormPill-label {
  background-color: #e6eeff;
  border-color: #8db3ff;
  color: #0157ff;
}
.FormPill-input:focus + .FormPill-label {
  background-color: #f2f7ff;
  border-color: #8db3ff;
  color: #0157ff;
}
.FormPill-input:checked + .FormPill-label {
  background-color: #e6eeff;
  border-color: #0157ff;
  color: #0157ff;
}
.FormPill.is-disabled .FormPill-label,
.FormPill-input[disabled] + .FormPill-label {
  background-color: #fff;
  border-color: #e8e9ee;
  color: #b3cdff;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.FormRadio {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-family: CircularStd-Book, Arial, sans-serif;
  font-size: 1rem;
  position: relative;
}
.FormRadio:before {
  content: "";
  transition: all 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89);
}
.FormRadio:hover:before {
  z-index: -5;
  background-color: #f2f7ff;
  border-radius: 24px;
  box-shadow: 0 0 0 4px #f2f7ff;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.FormRadio + .FormElementHelp {
  padding-left: 2.625rem;
}
.FormRadio.is-error .FormRadio-fauxInput {
  border-color: #d71919;
}
.FormRadio-input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.FormRadio-input.is-focusable:active,
.FormRadio-input.is-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.FormRadio-fauxInput {
  height: 1.5rem;
  width: 1.5rem;
  border-width: 0.125rem;
  margin-right: 1rem;
  background-color: #fff;
  border-color: #b1b7c5;
  border-radius: 50%;
  border-style: solid;
  position: relative;
}
.FormRadio-fauxInput:after {
  height: 0.75rem;
  width: 0.75rem;
  background-color: #0157ff;
  border-radius: 50%;
  content: "";
  display: none;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.FormRadio:hover .FormRadio-input:not([disabled]) ~ .FormRadio-fauxInput,
.FormRadio-input:not([disabled]):focus ~ .FormRadio-fauxInput {
  background-color: #fff;
  border-color: #0157ff;
}
.FormRadio-input:checked ~ .FormRadio-fauxInput {
  background-color: #f2f7ff;
  border-color: #0157ff;
}
.FormRadio-input:checked ~ .FormRadio-fauxInput:after {
  display: block;
}
.FormRadio-input:disabled ~ .FormRadio-fauxInput {
  background-color: #b1b7c5;
  border-color: #b1b7c5;
  pointer-events: none;
}
.FormRadio-input:disabled ~ .FormRadio-fauxInput:hover {
  border-color: #b1b7c5;
}
.FormRadio-input:disabled ~ .FormRadio-fauxInput:after {
  background-color: #b1b7c5;
  border-color: #b1b7c5;
}
.FormRadio-input:disabled:checked ~ .FormRadio-fauxInput {
  background-color: #fff;
  border-color: #b1b7c5;
}
.FormRadio-input:disabled:checked ~ .FormRadio-fauxInput:after {
  background-color: #b1b7c5;
}
.FormSelect {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border-radius: 4px;
  border: 0.0625rem solid #515260;
  cursor: pointer;
  display: block;
  font-family: CircularStd-Book, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  min-height: 3rem;
  padding: 0.25rem 1.4375rem;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}
.FormSelect:focus,
.FormSelect:active {
  background-color: #eaf1ff;
  border-color: #0157ff;
  border-width: 0.125rem;
  outline: none;
  padding: 0.125rem 1.375rem;
}
.FormSelect::-ms-expand {
  display: none;
}
.FormSelect-arrow {
  bottom: 1rem;
  color: #0157ff;
  fill: #0157ff;
  pointer-events: none;
  position: absolute;
  right: 1.5rem;
}
.FormSelect-listContainer {
  background-color: #fff;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-width: 0;
  border-color: #515260;
  border-left-width: 0.0625rem;
  border-right-width: 0.0625rem;
  border-style: solid;
  border-top: none;
  height: 0;
  margin-top: -0.125rem;
  overflow-y: scroll;
  padding: 0;
  position: absolute;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: height 0.15s;
  width: 100%;
  list-style: none;
  margin-left: 0;
  box-shadow: 0 0 3px #1515151a, 0 8px 16px -3px #15151533;
}
.FormSelect-listContainer.is-active {
  border-bottom-width: 0.0625rem;
  height: 10rem;
}
.FormSelect-listContainer:hover {
  overflow-y: scroll;
}
.FormSelect-listItem {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-size: 1rem;
  justify-content: space-between;
  min-height: 3rem;
  padding: 0.25rem 1.4375rem;
  transition: background-color 0.15s ease-in, color 0.15s ease-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.FormSelect-listItem.is-selected,
.FormSelect-listItem:hover {
  background-color: #f2f7ff;
  color: #0157ff;
}
.FormSelect-listItem:first-of-type {
  border-top-color: #515260;
  border-top-style: solid;
  border-top-width: 0.0625rem;
}
.FormControl.is-error .FormSelect {
  border: 0.125rem solid #d71919;
  background-color: #fff3f3;
  color: #d71919;
  outline: none;
}
.FormControl.is-error:after,
.FormControl.is-error:before {
  color: #d71919;
}
.FormControl.is-success .FormSelect {
  border-color: #28c814;
  color: #28c814;
  outline: none;
}
.FormControl.is-success:after,
.FormControl.is-success:before {
  color: #28c814;
}
select[disabled],
.FormSelect.is-disabled,
.FormControl.is-disabled .FormSelect {
  background-color: #fff;
  border-color: #e8e9ee;
  color: #b9b9b9;
  cursor: not-allowed;
}
select[disabled] + .FormSelect-arrow,
.FormSelect.is-disabled + .FormSelect-arrow,
.FormControl.is-disabled .FormSelect + .FormSelect-arrow {
  color: #b9b9b9;
  fill: #b9b9b9;
  pointer-events: none;
}
select[readonly],
.FormSelect.is-readonly,
.FormControl.is-readonly .FormSelect {
  background-color: #fff;
  border-color: #e8e9ee;
  color: #b9b9b9;
  cursor: not-allowed;
}
select[readonly] + .FormSelect-arrow,
.FormSelect.is-readonly + .FormSelect-arrow,
.FormControl.is-readonly .FormSelect + .FormSelect-arrow {
  color: #b9b9b9;
  fill: #b9b9b9;
  pointer-events: none;
}
.List {
  list-style: none;
  margin-left: 0;
}
.List--inline .List-item {
  display: inline-block;
}
.List--inlineFlex .List-item {
  display: inline-flex;
}
.List--ordered {
  counter-reset: step-counter;
  margin-bottom: 0.5rem;
}
.List--ordered > .List-item {
  font-family: CircularStd-Book, Arial, sans-serif;
  position: relative;
  padding-left: 1.2rem;
}
.List--ordered > .List-item:before {
  color: #0157ff;
  content: counter(step-counter) ".";
  counter-increment: step-counter;
  font-family: CircularStd-Bold, Arial, sans-serif;
  left: 0;
  position: absolute;
  top: 0;
  font-size: 1rem;
  line-height: 1.5;
}
.List--unordered {
  list-style: none;
}
.List--unordered > .List-item {
  position: relative;
  list-style: none;
  padding-left: 1.5em;
  line-height: 1.4;
}
.List--unordered > .List-item:before {
  position: absolute;
  top: 0.7em;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  background-color: #0157ff;
  content: "";
}
.List--twoColumn {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
@media screen and (min-width: 599px) {
  .sm\:List--twoColumn {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}
@media screen and (min-width: 999px) {
  .md\:List--twoColumn {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:List--twoColumn {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}
.List--threeColumn {
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
@media screen and (min-width: 599px) {
  .sm\:List--threeColumn {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}
@media screen and (min-width: 999px) {
  .md\:List--threeColumn {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:List--threeColumn {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}
.List--fourColumn {
  -moz-column-count: 4;
  column-count: 4;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
@media screen and (min-width: 599px) {
  .sm\:List--fourColumn {
    -moz-column-count: 4;
    column-count: 4;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}
@media screen and (min-width: 999px) {
  .md\:List--fourColumn {
    -moz-column-count: 4;
    column-count: 4;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:List--fourColumn {
    -moz-column-count: 4;
    column-count: 4;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}
.List--fiveColumn {
  -moz-column-count: 5;
  column-count: 5;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
@media screen and (min-width: 599px) {
  .sm\:List--fiveColumn {
    -moz-column-count: 5;
    column-count: 5;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}
@media screen and (min-width: 999px) {
  .md\:List--fiveColumn {
    -moz-column-count: 5;
    column-count: 5;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:List--fiveColumn {
    -moz-column-count: 5;
    column-count: 5;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}
.List--sixColumn {
  -moz-column-count: 6;
  column-count: 6;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
@media screen and (min-width: 599px) {
  .sm\:List--sixColumn {
    -moz-column-count: 6;
    column-count: 6;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}
@media screen and (min-width: 999px) {
  .md\:List--sixColumn {
    -moz-column-count: 6;
    column-count: 6;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:List--sixColumn {
    -moz-column-count: 6;
    column-count: 6;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 37.43125em) {
  .List--multiColumnFullMobile {
    -moz-column-count: 1;
    column-count: 1;
  }
}
@keyframes modalPopIn {
  0% {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes modalPopOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes modalFadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalFadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.Modal {
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  left: 0;
  overflow: auto;
  padding: 0 1.5rem;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 990;
}
.Modal:before,
.Modal:after {
  content: "";
  display: block;
  flex-shrink: 0;
  height: 3rem;
  position: relative;
  width: 100%;
  z-index: 899;
}
.Modal.is-opening {
  animation: modalFadeIn 0.3s forwards ease-in;
}
.Modal.is-opening .Modal-container {
  animation: modalPopIn 0.3s forwards ease-in;
}
.Modal.is-open,
.Modal.is-open .Modal-container {
  display: flex;
}
.Modal.is-closing {
  animation: modalFadeOut 0.3s forwards ease-out;
}
.Modal.is-closing .Modal-container {
  animation: modalPopOut 0.3s forwards ease-out;
}
.Modal.is-closed,
.Modal.is-closed .Modal-container {
  display: none;
}
.Modal > .Modal-container {
  display: flex;
  max-width: 100%;
  max-height: calc(100% - 75px);
  position: relative;
  z-index: 998;
}
.Modal > .Modal-container > div {
  overflow: scroll;
}
.Modal > .Modal-container .Modal-close {
  transform: translate(60%, -60%);
}
.Modal > .Modal-overlay {
  background-color: #00000080;
  bottom: 0;
  content: "";
  cursor: pointer;
  display: block;
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 991;
}
.Modal-close {
  box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  border: 0;
  color: #0157ff;
  cursor: pointer;
  display: flex;
  font-size: 24px;
  height: 1.5em;
  justify-content: center;
  left: unset;
  line-height: 1;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  width: 1.5em;
  z-index: 999;
}
.Modal-close:after {
  content: "\d7";
  display: block;
  font-family: "Arial" sans-serif !important;
}
.Modal-close:hover,
.Modal-close:focus {
  box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533;
  background-color: #0157ff;
  border: 0;
  color: #fff;
}
.Numeral {
  display: inline-block;
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  white-space: nowrap;
  font-size: 1.5rem;
  letter-spacing: -0.015625rem;
  line-height: 1.16;
}
.Numeral:before,
.Numeral:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.Numeral:before {
  margin-bottom: calc(-0.1966666667em + 0px);
}
.Numeral:after {
  margin-top: calc(-0.1966666667em + 0px);
}
@media (min-width: 37.4375em) {
  .Numeral {
    font-size: 1.75rem;
    letter-spacing: -0.021875rem;
    line-height: 1.14;
  }
  .Numeral:before,
  .Numeral:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .Numeral:before {
    margin-bottom: calc(-0.2342857143em + 0px);
  }
  .Numeral:after {
    margin-top: calc(-0.2342857143em + 0px);
  }
}
.Numeral--sm {
  display: inline-block;
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  white-space: nowrap;
  font-size: 1.25rem;
  letter-spacing: -0.021875rem;
  line-height: 1.14;
}
.Numeral--sm:before,
.Numeral--sm:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.Numeral--sm:before {
  margin-bottom: calc(-0.32em + 0px);
}
.Numeral--sm:after {
  margin-top: calc(-0.32em + 0px);
}
.Numeral-accent {
  font-size: 50%;
  position: relative;
  top: -0.5em;
  vertical-align: middle;
}
.Pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
  margin-left: 0;
}
.Pagination-item {
  margin-right: 0.5rem;
}
.Pagination-item:last-of-type {
  margin-right: 0;
}
.Pagination-marker {
  background-color: #0157ff;
  border: 2px solid #0157ff;
  cursor: pointer;
  display: block;
  transition: transform 0.15s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  border-radius: 50%;
  height: 0.75rem;
  width: 0.75rem;
}
.Pagination-marker.is-active {
  background-color: #fff;
}
.Pagination-marker:hover,
.Pagination-marker:focus,
.Pagination-marker:active {
  transform: scale(1.5);
}
.Pagination-link {
  align-items: center;
  border-radius: 50%;
  color: #0157ff;
  cursor: pointer;
  display: flex;
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: border-color 0.25s ease-out, background-color 0.25s ease-out;
  font-size: 1rem;
  height: 2.625rem;
  width: 2.625rem;
}
.Pagination-link:hover,
.Pagination-link:focus,
.Pagination-link:active {
  background-color: #f2f7ff;
  color: #0157ff;
}
.Pagination-link.is-active {
  color: #515260;
}
.Pagination-link.is-active:hover,
.Pagination-link.is-active:focus,
.Pagination-link.is-active:active {
  background-color: #f2f7ff;
  color: #515260;
}
.Pagination-link--directional {
  border-radius: 50%;
  border: 0.125rem solid #b1b7c5;
  height: 2.625rem;
  width: 2.625rem;
}
.Pagination-link--directional:hover,
.Pagination-link--directional:focus,
.Pagination-link--directional:active {
  border-color: #0157ff;
}
.PullQuote {
  border-left: none;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3333333333;
  font-size: 2.25rem;
  margin: 4rem 0 2rem;
  padding: 0.25rem 0;
}
@media (min-width: 89.9375em) {
  .PullQuote {
    line-height: 1.1851851852;
    font-size: 3.375rem;
    padding: 0.25rem 4rem;
  }
}
.PullQuote span {
  color: #515260;
  display: block;
  font-family: CircularStd-Book, Arial, sans-serif;
  margin-left: 1.5rem;
}
.PullQuote-copy {
  color: #151515;
  display: block;
  margin-bottom: 2rem;
  position: relative;
}
.PullQuote-copy:before,
.PullQuote-copy:after {
  line-height: 1;
  color: #0157ff;
  position: absolute;
  font-size: 6.75rem;
  height: 4rem;
  width: 4rem;
}
.PullQuote-copy:before {
  content: "\201c";
  left: 0;
  top: -4rem;
}
@media (min-width: 89.9375em) {
  .PullQuote-copy:before {
    left: -4rem;
  }
}
.PullQuote-copy:after {
  content: "\201d";
  bottom: -4rem;
  right: 0;
}
@media (min-width: 89.9375em) {
  .PullQuote-copy:after {
    right: -4rem;
    bottom: -2rem;
  }
}
.PullQuote-cite {
  color: #0157ff;
  display: block;
  font-family: CircularStd-Book, Arial, sans-serif;
  font-style: normal;
  text-transform: capitalize;
  font-size: 1rem;
  letter-spacing: 0.0625rem;
}
.RatingStars {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  position: relative;
}
.RatingStars--stacked {
  flex-direction: column;
}
.RatingStars--ratingBadge {
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 8rem;
  width: 8rem;
}
.RatingStars--ratingBadge:after {
  background-image: url(/build/assets/fdic-badge.7c916457.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  height: 8rem;
  width: 8rem;
  z-index: -5;
}
.RatingStars-iconMask {
  z-index: 5;
  display: inline-flex;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  white-space: nowrap;
}
.RatingStars-iconContainer {
  display: inline-flex;
  margin-bottom: 0;
  list-style: none;
  margin-left: 0;
}
.RatingStars-icon {
  margin-right: 0.25rem;
}
.RatingStars-icon:last-of-type {
  margin-right: 0;
}
.ShimmerBox {
  background-image: linear-gradient(
    to right,
    #f0f0f2 0%,
    #f0f0f2 40%,
    white 50%,
    #f0f0f2 60%,
    #f0f0f2 100%
  );
  background-size: 400%;
  animation-name: bkg-shimmer;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.ShimmerBox--empty {
  background-image: none;
}
.ShimmerBox--slow {
  animation-duration: 5s;
}
.ShimmerBox--fast {
  animation-duration: 2s;
}
.ShimmerBox--hyperactive {
  animation-duration: 1s;
}
.ShimmerBox--roundedCorners {
  border-radius: 7px;
}
.ShimmerBox--roundedCornersFat {
  border-radius: 14px;
}
.ShimmerBox--offerUpper {
  flex-grow: 1;
  margin-bottom: 0.625rem;
  min-height: 6.75rem;
}
.ShimmerBox--offerLower {
  min-height: 1.375rem;
}
.Table {
  font-family: Roboto, Arial, sans-serif;
}
.Table th,
.Table td {
  padding: 1rem;
}
.Table th {
  font-size: 0.875rem;
}
.Table td {
  font-size: 1rem;
}
.Table td:first-child,
.Table th:first-child {
  text-align: left;
}
.Table td:not(:first-child),
.Table th:not(:first-child) {
  text-align: right;
}
.Table thead {
  color: #151515;
}
.Table tbody {
  color: #515260;
}
.Table tfoot td {
  font-size: 0.75rem;
}
.Table--fixed {
  table-layout: fixed;
}
.Table--bordered th,
.Table--bordered td {
  border: 1px solid #b1b7c5;
}
.Table--borderedRows th,
.Table--borderedRows td {
  border-bottom: 1px solid #b1b7c5;
}
.Table--borderedCols {
  border-left: 1px solid #b1b7c5;
}
.Table--borderedCols th,
.Table--borderedCols td {
  border-right: 1px solid #b1b7c5;
}
.Table--striped tbody tr:nth-of-type(odd),
.Table--stripedOdd tbody tr:nth-of-type(odd) {
  background-color: #f3f4f8;
}
.Table--stripedEven tbody tr:nth-of-type(even) {
  background-color: #f3f4f8;
}
.Table--inline {
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5555555556;
}
.Table--inline th,
.Table--inline td {
  text-align: center;
}
.Table--inline th:first-of-type,
.Table--inline td:first-of-type {
  text-align: left;
}
.Table--inline th:last-of-type,
.Table--inline td:last-of-type {
  text-align: right;
}
.Table--numerical td:not(:first-of-type) {
  font-size: 0.875rem;
  line-height: 2;
  font-family: Roboto, Arial, sans-serif;
}
.Table--numerical th,
.Table--numerical td {
  text-align: right;
}
.Table--numerical th:first-of-type,
.Table--numerical td:first-of-type {
  text-align: left;
}
.Table--text td:first-child,
.Table--text th:first-child {
  text-align: left;
}
.Table--text td:not(:first-child),
.Table--text th:not(:first-child) {
  text-align: left;
}
.Table--spacing0 th,
.Table--spacing0 td {
  padding: 0;
}
.Table--spacing1 th,
.Table--spacing1 td {
  padding: 0.25rem;
}
.Table--spacing2 th,
.Table--spacing2 td {
  padding: 0.5rem;
}
.Table--spacing4 th,
.Table--spacing4 td {
  padding: 1rem;
}
.Table--spacing8 th,
.Table--spacing8 td {
  padding: 2rem;
}
.Table--spacing16 th,
.Table--spacing16 td {
  padding: 4rem;
}
.Table--spacing32 th,
.Table--spacing32 td {
  padding: 8rem;
}
.Tabs {
  align-items: flex-start;
  background-color: #fff;
  border-bottom: 2px solid #b1b7c5;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: 0;
}
.Tabs--alignCenter {
  justify-content: center;
}
.Tabs--alignRight {
  justify-content: flex-end;
}
.Tabs--fill .Tabs-item {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: center;
}
.Tabs.is-disabled {
  pointer-events: none;
}
.Tabs.is-disabled .Tabs-link {
  background-color: transparent;
  border-bottom-color: transparent;
  color: #cbcbcf;
}
.Tabs.is-disabled .Tabs-link.is-active {
  border-bottom-color: #b3cdff;
  color: #b9b9b9;
}
.Tabs-item {
  margin-bottom: -0.125rem;
  z-index: 0;
}
.Tabs-panel {
  padding: 0.5rem;
}
.Tabs-panel[aria-hidden="true"] {
  display: none;
}
.Tabs-link {
  -webkit-appearance: none;
  align-items: center;
  background-color: transparent;
  border: none;
  border-bottom: 4px solid transparent;
  color: #515260;
  cursor: pointer;
  display: flex;
  font-family: CircularStd-Book, Arial, sans-serif;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: color 0.1s ease-in, border-bottom-color 0.1s ease-in,
    fill 0.1s ease-in;
  width: 100%;
  font-size: 1rem;
  padding: 0.5rem 1.4375rem 0.25rem;
}
.Tabs-link.is-active {
  background-color: #fff;
  border-bottom-color: #0157ff;
  color: #151515;
  font-weight: 600;
}
.Tabs-link:not(.is-active):hover {
  border-bottom-color: #b1b7c5;
  color: #0157ff;
}
.Tabs-link:focus,
.Tabs-link:active {
  border-bottom-color: #0157ff;
  color: #151515;
}
.Tooltip {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.Tooltip.is-active .Tooltip-trigger {
  background-color: #0157ff;
  color: #fff;
}
.Tooltip-arrow {
  bottom: -1rem;
  position: relative;
  min-width: 1rem;
  min-height: 1rem;
  pointer-events: none;
  position: absolute;
}
.Tooltip-arrow:after,
.Tooltip-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.Tooltip-arrow:after {
  border-width: 0.5rem;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-top-color: #fff;
}
.Tooltip-arrow:before {
  border-width: 0.625rem;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-top-color: #0157ff;
  margin-left: -0.125rem;
  margin-top: 0;
}
.Tooltip-body {
  background-color: #fff;
  border-bottom-color: #0157ff;
  border-bottom-style: solid;
  border-radius: 4px;
  bottom: calc(100% + 0.5rem);
  box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533;
  position: relative;
  border-bottom-width: 0.125rem;
  padding: 1rem;
}
.Tooltip-trigger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font: inherit;
  padding: 0;
}
.Tooltip-trigger--underline {
  position: relative;
}
.Tooltip-trigger--underline:after {
  background: radial-gradient(circle, #0157ff, 1px, transparent 0);
  background-position: 0;
  background-repeat: repeat-x;
  background-size: 6px 6px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
  height: 0.25rem;
}
.Tooltip-content {
  bottom: 100%;
  padding-bottom: 0.5rem;
  position: absolute;
  right: 0;
  text-align: left;
  width: calc(100vw - 1rem);
  z-index: 5;
}
@media (min-width: 37.4375em) {
  .Tooltip-content {
    width: 18.75rem;
  }
}
.Tooltip-content *:last-child {
  margin-bottom: 0;
}
.Tooltip-content--anchorLeft {
  left: -0.875rem;
}
.Tooltip-content--anchorLeft .Tooltip-arrow {
  left: 0.875rem;
}
.Tooltip-content--anchorRight {
  right: -0.875rem;
}
.Tooltip-content--anchorRight .Tooltip-arrow {
  right: 0.875rem;
}
.Tooltip-content--anchorCenter {
  right: 50%;
  transform: translate(50%);
}
.Tooltip-content--anchorCenter .Tooltip-arrow {
  transform: translate(-50%);
  left: 50%;
}
.Tooltip-content--anchorCenter.Tooltip-content--belowTrigger .Tooltip-arrow {
  transform: translate(-50%) rotate(180deg);
}
.Tooltip-content--belowTrigger {
  bottom: auto;
  padding-bottom: 0;
  padding-top: 0.5rem;
  top: 100%;
}
.Tooltip-content--belowTrigger .Tooltip-arrow {
  top: -1rem;
  transform: rotate(180deg);
  bottom: auto;
}
.Tooltip-content--belowTrigger .Tooltip-body {
  border-top-width: 0.125rem;
  border-bottom: none;
  border-top-color: #0157ff;
  border-top-style: solid;
}
.bg-bottom {
  background-position: bottom;
}
@media screen and (min-width: 599px) {
  .sm\:bg-bottom {
    background-position: bottom;
  }
}
@media screen and (min-width: 999px) {
  .md\:bg-bottom {
    background-position: bottom;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:bg-bottom {
    background-position: bottom;
  }
}
.bg-center {
  background-position: center;
}
@media screen and (min-width: 599px) {
  .sm\:bg-center {
    background-position: center;
  }
}
@media screen and (min-width: 999px) {
  .md\:bg-center {
    background-position: center;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:bg-center {
    background-position: center;
  }
}
.bg-left {
  background-position: left;
}
@media screen and (min-width: 599px) {
  .sm\:bg-left {
    background-position: left;
  }
}
@media screen and (min-width: 999px) {
  .md\:bg-left {
    background-position: left;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:bg-left {
    background-position: left;
  }
}
.bg-left-bottom {
  background-position: left bottom;
}
@media screen and (min-width: 599px) {
  .sm\:bg-left-bottom {
    background-position: left bottom;
  }
}
@media screen and (min-width: 999px) {
  .md\:bg-left-bottom {
    background-position: left bottom;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:bg-left-bottom {
    background-position: left bottom;
  }
}
.bg-left-top {
  background-position: left top;
}
@media screen and (min-width: 599px) {
  .sm\:bg-left-top {
    background-position: left top;
  }
}
@media screen and (min-width: 999px) {
  .md\:bg-left-top {
    background-position: left top;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:bg-left-top {
    background-position: left top;
  }
}
.bg-right {
  background-position: right;
}
@media screen and (min-width: 599px) {
  .sm\:bg-right {
    background-position: right;
  }
}
@media screen and (min-width: 999px) {
  .md\:bg-right {
    background-position: right;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:bg-right {
    background-position: right;
  }
}
.bg-right-bottom {
  background-position: right bottom;
}
@media screen and (min-width: 599px) {
  .sm\:bg-right-bottom {
    background-position: right bottom;
  }
}
@media screen and (min-width: 999px) {
  .md\:bg-right-bottom {
    background-position: right bottom;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:bg-right-bottom {
    background-position: right bottom;
  }
}
.bg-right-top {
  background-position: right top;
}
@media screen and (min-width: 599px) {
  .sm\:bg-right-top {
    background-position: right top;
  }
}
@media screen and (min-width: 999px) {
  .md\:bg-right-top {
    background-position: right top;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:bg-right-top {
    background-position: right top;
  }
}
.bg-top {
  background-position: top;
}
@media screen and (min-width: 599px) {
  .sm\:bg-top {
    background-position: top;
  }
}
@media screen and (min-width: 999px) {
  .md\:bg-top {
    background-position: top;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:bg-top {
    background-position: top;
  }
}
.bg-repeat {
  background-repeat: repeat;
}
@media screen and (min-width: 599px) {
  .sm\:bg-repeat {
    background-repeat: repeat;
  }
}
@media screen and (min-width: 999px) {
  .md\:bg-repeat {
    background-repeat: repeat;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:bg-repeat {
    background-repeat: repeat;
  }
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
@media screen and (min-width: 599px) {
  .sm\:bg-no-repeat {
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 999px) {
  .md\:bg-no-repeat {
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
@media screen and (min-width: 599px) {
  .sm\:bg-repeat-x {
    background-repeat: repeat-x;
  }
}
@media screen and (min-width: 999px) {
  .md\:bg-repeat-x {
    background-repeat: repeat-x;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:bg-repeat-x {
    background-repeat: repeat-x;
  }
}
.bg-repeat-y {
  background-repeat: repeat-y;
}
@media screen and (min-width: 599px) {
  .sm\:bg-repeat-y {
    background-repeat: repeat-y;
  }
}
@media screen and (min-width: 999px) {
  .md\:bg-repeat-y {
    background-repeat: repeat-y;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:bg-repeat-y {
    background-repeat: repeat-y;
  }
}
.bg-repeat-round {
  background-repeat: round;
}
@media screen and (min-width: 599px) {
  .sm\:bg-repeat-round {
    background-repeat: round;
  }
}
@media screen and (min-width: 999px) {
  .md\:bg-repeat-round {
    background-repeat: round;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:bg-repeat-round {
    background-repeat: round;
  }
}
.bg-repeat-space {
  background-repeat: space;
}
@media screen and (min-width: 599px) {
  .sm\:bg-repeat-space {
    background-repeat: space;
  }
}
@media screen and (min-width: 999px) {
  .md\:bg-repeat-space {
    background-repeat: space;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:bg-repeat-space {
    background-repeat: space;
  }
}
.bg-auto {
  background-size: auto;
}
@media screen and (min-width: 599px) {
  .sm\:bg-auto {
    background-size: auto;
  }
}
@media screen and (min-width: 999px) {
  .md\:bg-auto {
    background-size: auto;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:bg-auto {
    background-size: auto;
  }
}
.bg-cover {
  background-size: cover;
}
@media screen and (min-width: 599px) {
  .sm\:bg-cover {
    background-size: cover;
  }
}
@media screen and (min-width: 999px) {
  .md\:bg-cover {
    background-size: cover;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:bg-cover {
    background-size: cover;
  }
}
.bg-contain {
  background-size: contain;
}
@media screen and (min-width: 599px) {
  .sm\:bg-contain {
    background-size: contain;
  }
}
@media screen and (min-width: 999px) {
  .md\:bg-contain {
    background-size: contain;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:bg-contain {
    background-size: contain;
  }
}
.border,
.hover\:border:hover {
  border-width: 1px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border,
  .sm\:hover\:border:hover {
    border-width: 1px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border,
  .md\:hover\:border:hover {
    border-width: 1px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border,
  .lg\:hover\:border:hover {
    border-width: 1px !important;
  }
}
.border-0,
.hover\:border-0:hover {
  border-width: 0px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-0,
  .sm\:hover\:border-0:hover {
    border-width: 0px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-0,
  .md\:hover\:border-0:hover {
    border-width: 0px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-0,
  .lg\:hover\:border-0:hover {
    border-width: 0px !important;
  }
}
.border-2,
.hover\:border-2:hover {
  border-width: 2px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-2,
  .sm\:hover\:border-2:hover {
    border-width: 2px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-2,
  .md\:hover\:border-2:hover {
    border-width: 2px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-2,
  .lg\:hover\:border-2:hover {
    border-width: 2px !important;
  }
}
.border-4,
.hover\:border-4:hover {
  border-width: 4px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-4,
  .sm\:hover\:border-4:hover {
    border-width: 4px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-4,
  .md\:hover\:border-4:hover {
    border-width: 4px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-4,
  .lg\:hover\:border-4:hover {
    border-width: 4px !important;
  }
}
.border-8,
.hover\:border-8:hover {
  border-width: 8px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-8,
  .sm\:hover\:border-8:hover {
    border-width: 8px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-8,
  .md\:hover\:border-8:hover {
    border-width: 8px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-8,
  .lg\:hover\:border-8:hover {
    border-width: 8px !important;
  }
}
.border-t,
.hover\:border-t:hover {
  border-top-width: 1px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-t,
  .sm\:hover\:border-t:hover {
    border-top-width: 1px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-t,
  .md\:hover\:border-t:hover {
    border-top-width: 1px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-t,
  .lg\:hover\:border-t:hover {
    border-top-width: 1px !important;
  }
}
.border-t-0,
.hover\:border-t-0:hover {
  border-top-width: 0px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-t-0,
  .sm\:hover\:border-t-0:hover {
    border-top-width: 0px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-t-0,
  .md\:hover\:border-t-0:hover {
    border-top-width: 0px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-t-0,
  .lg\:hover\:border-t-0:hover {
    border-top-width: 0px !important;
  }
}
.border-t-2,
.hover\:border-t-2:hover {
  border-top-width: 2px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-t-2,
  .sm\:hover\:border-t-2:hover {
    border-top-width: 2px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-t-2,
  .md\:hover\:border-t-2:hover {
    border-top-width: 2px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-t-2,
  .lg\:hover\:border-t-2:hover {
    border-top-width: 2px !important;
  }
}
.border-t-4,
.hover\:border-t-4:hover {
  border-top-width: 4px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-t-4,
  .sm\:hover\:border-t-4:hover {
    border-top-width: 4px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-t-4,
  .md\:hover\:border-t-4:hover {
    border-top-width: 4px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-t-4,
  .lg\:hover\:border-t-4:hover {
    border-top-width: 4px !important;
  }
}
.border-t-8,
.hover\:border-t-8:hover {
  border-top-width: 8px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-t-8,
  .sm\:hover\:border-t-8:hover {
    border-top-width: 8px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-t-8,
  .md\:hover\:border-t-8:hover {
    border-top-width: 8px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-t-8,
  .lg\:hover\:border-t-8:hover {
    border-top-width: 8px !important;
  }
}
.border-r,
.hover\:border-r:hover {
  border-right-width: 1px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-r,
  .sm\:hover\:border-r:hover {
    border-right-width: 1px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-r,
  .md\:hover\:border-r:hover {
    border-right-width: 1px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-r,
  .lg\:hover\:border-r:hover {
    border-right-width: 1px !important;
  }
}
.border-r-0,
.hover\:border-r-0:hover {
  border-right-width: 0px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-r-0,
  .sm\:hover\:border-r-0:hover {
    border-right-width: 0px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-r-0,
  .md\:hover\:border-r-0:hover {
    border-right-width: 0px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-r-0,
  .lg\:hover\:border-r-0:hover {
    border-right-width: 0px !important;
  }
}
.border-r-2,
.hover\:border-r-2:hover {
  border-right-width: 2px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-r-2,
  .sm\:hover\:border-r-2:hover {
    border-right-width: 2px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-r-2,
  .md\:hover\:border-r-2:hover {
    border-right-width: 2px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-r-2,
  .lg\:hover\:border-r-2:hover {
    border-right-width: 2px !important;
  }
}
.border-r-4,
.hover\:border-r-4:hover {
  border-right-width: 4px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-r-4,
  .sm\:hover\:border-r-4:hover {
    border-right-width: 4px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-r-4,
  .md\:hover\:border-r-4:hover {
    border-right-width: 4px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-r-4,
  .lg\:hover\:border-r-4:hover {
    border-right-width: 4px !important;
  }
}
.border-r-8,
.hover\:border-r-8:hover {
  border-right-width: 8px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-r-8,
  .sm\:hover\:border-r-8:hover {
    border-right-width: 8px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-r-8,
  .md\:hover\:border-r-8:hover {
    border-right-width: 8px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-r-8,
  .lg\:hover\:border-r-8:hover {
    border-right-width: 8px !important;
  }
}
.border-b,
.DefinitionList--table .Definition-item,
.hover\:border-b:hover {
  border-bottom-width: 1px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-b,
  .sm\:hover\:border-b:hover {
    border-bottom-width: 1px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-b,
  .md\:hover\:border-b:hover {
    border-bottom-width: 1px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-b,
  .lg\:hover\:border-b:hover {
    border-bottom-width: 1px !important;
  }
}
.border-b-0,
.hover\:border-b-0:hover {
  border-bottom-width: 0px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-b-0,
  .sm\:hover\:border-b-0:hover {
    border-bottom-width: 0px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-b-0,
  .md\:hover\:border-b-0:hover {
    border-bottom-width: 0px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-b-0,
  .lg\:hover\:border-b-0:hover {
    border-bottom-width: 0px !important;
  }
}
.border-b-2,
.hover\:border-b-2:hover {
  border-bottom-width: 2px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-b-2,
  .sm\:hover\:border-b-2:hover {
    border-bottom-width: 2px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-b-2,
  .md\:hover\:border-b-2:hover {
    border-bottom-width: 2px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-b-2,
  .lg\:hover\:border-b-2:hover {
    border-bottom-width: 2px !important;
  }
}
.border-b-4,
.hover\:border-b-4:hover {
  border-bottom-width: 4px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-b-4,
  .sm\:hover\:border-b-4:hover {
    border-bottom-width: 4px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-b-4,
  .md\:hover\:border-b-4:hover {
    border-bottom-width: 4px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-b-4,
  .lg\:hover\:border-b-4:hover {
    border-bottom-width: 4px !important;
  }
}
.border-b-8,
.hover\:border-b-8:hover {
  border-bottom-width: 8px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-b-8,
  .sm\:hover\:border-b-8:hover {
    border-bottom-width: 8px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-b-8,
  .md\:hover\:border-b-8:hover {
    border-bottom-width: 8px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-b-8,
  .lg\:hover\:border-b-8:hover {
    border-bottom-width: 8px !important;
  }
}
.border-l,
.hover\:border-l:hover {
  border-left-width: 1px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-l,
  .sm\:hover\:border-l:hover {
    border-left-width: 1px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-l,
  .md\:hover\:border-l:hover {
    border-left-width: 1px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-l,
  .lg\:hover\:border-l:hover {
    border-left-width: 1px !important;
  }
}
.border-l-0,
.hover\:border-l-0:hover {
  border-left-width: 0px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-l-0,
  .sm\:hover\:border-l-0:hover {
    border-left-width: 0px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-l-0,
  .md\:hover\:border-l-0:hover {
    border-left-width: 0px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-l-0,
  .lg\:hover\:border-l-0:hover {
    border-left-width: 0px !important;
  }
}
.border-l-2,
.hover\:border-l-2:hover {
  border-left-width: 2px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-l-2,
  .sm\:hover\:border-l-2:hover {
    border-left-width: 2px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-l-2,
  .md\:hover\:border-l-2:hover {
    border-left-width: 2px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-l-2,
  .lg\:hover\:border-l-2:hover {
    border-left-width: 2px !important;
  }
}
.border-l-4,
.hover\:border-l-4:hover {
  border-left-width: 4px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-l-4,
  .sm\:hover\:border-l-4:hover {
    border-left-width: 4px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-l-4,
  .md\:hover\:border-l-4:hover {
    border-left-width: 4px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-l-4,
  .lg\:hover\:border-l-4:hover {
    border-left-width: 4px !important;
  }
}
.border-l-8,
.hover\:border-l-8:hover {
  border-left-width: 8px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-l-8,
  .sm\:hover\:border-l-8:hover {
    border-left-width: 8px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-l-8,
  .md\:hover\:border-l-8:hover {
    border-left-width: 8px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-l-8,
  .lg\:hover\:border-l-8:hover {
    border-left-width: 8px !important;
  }
}
.border-x,
.hover\:border-x:hover {
  border-left-width: 1px !important;
  border-right-width: 1px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-x,
  .sm\:hover\:border-x:hover {
    border-left-width: 1px !important;
    border-right-width: 1px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-x,
  .md\:hover\:border-x:hover {
    border-left-width: 1px !important;
    border-right-width: 1px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-x,
  .lg\:hover\:border-x:hover {
    border-left-width: 1px !important;
    border-right-width: 1px !important;
  }
}
.border-x-0,
.hover\:border-x-0:hover {
  border-left-width: 0px !important;
  border-right-width: 0px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-x-0,
  .sm\:hover\:border-x-0:hover {
    border-left-width: 0px !important;
    border-right-width: 0px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-x-0,
  .md\:hover\:border-x-0:hover {
    border-left-width: 0px !important;
    border-right-width: 0px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-x-0,
  .lg\:hover\:border-x-0:hover {
    border-left-width: 0px !important;
    border-right-width: 0px !important;
  }
}
.border-x-2,
.hover\:border-x-2:hover {
  border-left-width: 2px !important;
  border-right-width: 2px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-x-2,
  .sm\:hover\:border-x-2:hover {
    border-left-width: 2px !important;
    border-right-width: 2px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-x-2,
  .md\:hover\:border-x-2:hover {
    border-left-width: 2px !important;
    border-right-width: 2px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-x-2,
  .lg\:hover\:border-x-2:hover {
    border-left-width: 2px !important;
    border-right-width: 2px !important;
  }
}
.border-x-4,
.hover\:border-x-4:hover {
  border-left-width: 4px !important;
  border-right-width: 4px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-x-4,
  .sm\:hover\:border-x-4:hover {
    border-left-width: 4px !important;
    border-right-width: 4px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-x-4,
  .md\:hover\:border-x-4:hover {
    border-left-width: 4px !important;
    border-right-width: 4px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-x-4,
  .lg\:hover\:border-x-4:hover {
    border-left-width: 4px !important;
    border-right-width: 4px !important;
  }
}
.border-x-8,
.hover\:border-x-8:hover {
  border-left-width: 8px !important;
  border-right-width: 8px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-x-8,
  .sm\:hover\:border-x-8:hover {
    border-left-width: 8px !important;
    border-right-width: 8px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-x-8,
  .md\:hover\:border-x-8:hover {
    border-left-width: 8px !important;
    border-right-width: 8px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-x-8,
  .lg\:hover\:border-x-8:hover {
    border-left-width: 8px !important;
    border-right-width: 8px !important;
  }
}
.border-y,
.hover\:border-y:hover {
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-y,
  .sm\:hover\:border-y:hover {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-y,
  .md\:hover\:border-y:hover {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-y,
  .lg\:hover\:border-y:hover {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
  }
}
.border-y-0,
.hover\:border-y-0:hover {
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-y-0,
  .sm\:hover\:border-y-0:hover {
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-y-0,
  .md\:hover\:border-y-0:hover {
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-y-0,
  .lg\:hover\:border-y-0:hover {
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
  }
}
.border-y-2,
.hover\:border-y-2:hover {
  border-top-width: 2px !important;
  border-bottom-width: 2px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-y-2,
  .sm\:hover\:border-y-2:hover {
    border-top-width: 2px !important;
    border-bottom-width: 2px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-y-2,
  .md\:hover\:border-y-2:hover {
    border-top-width: 2px !important;
    border-bottom-width: 2px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-y-2,
  .lg\:hover\:border-y-2:hover {
    border-top-width: 2px !important;
    border-bottom-width: 2px !important;
  }
}
.border-y-4,
.hover\:border-y-4:hover {
  border-top-width: 4px !important;
  border-bottom-width: 4px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-y-4,
  .sm\:hover\:border-y-4:hover {
    border-top-width: 4px !important;
    border-bottom-width: 4px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-y-4,
  .md\:hover\:border-y-4:hover {
    border-top-width: 4px !important;
    border-bottom-width: 4px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-y-4,
  .lg\:hover\:border-y-4:hover {
    border-top-width: 4px !important;
    border-bottom-width: 4px !important;
  }
}
.border-y-8,
.hover\:border-y-8:hover {
  border-top-width: 8px !important;
  border-bottom-width: 8px !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-y-8,
  .sm\:hover\:border-y-8:hover {
    border-top-width: 8px !important;
    border-bottom-width: 8px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-y-8,
  .md\:hover\:border-y-8:hover {
    border-top-width: 8px !important;
    border-bottom-width: 8px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-y-8,
  .lg\:hover\:border-y-8:hover {
    border-top-width: 8px !important;
    border-bottom-width: 8px !important;
  }
}
.rounded,
.hover\:rounded:hover {
  border-radius: 0.25rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded,
  .sm\:hover\:rounded:hover {
    border-radius: 0.25rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded,
  .md\:hover\:rounded:hover {
    border-radius: 0.25rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded,
  .lg\:hover\:rounded:hover {
    border-radius: 0.25rem !important;
  }
}
.rounded-none,
.hover\:rounded-none:hover {
  border-radius: 0 !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-none,
  .sm\:hover\:rounded-none:hover {
    border-radius: 0 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-none,
  .md\:hover\:rounded-none:hover {
    border-radius: 0 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-none,
  .lg\:hover\:rounded-none:hover {
    border-radius: 0 !important;
  }
}
.rounded-sm,
.hover\:rounded-sm:hover {
  border-radius: 0.125rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-sm,
  .sm\:hover\:rounded-sm:hover {
    border-radius: 0.125rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-sm,
  .md\:hover\:rounded-sm:hover {
    border-radius: 0.125rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-sm,
  .lg\:hover\:rounded-sm:hover {
    border-radius: 0.125rem !important;
  }
}
.rounded-md,
.hover\:rounded-md:hover {
  border-radius: 0.375rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-md,
  .sm\:hover\:rounded-md:hover {
    border-radius: 0.375rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-md,
  .md\:hover\:rounded-md:hover {
    border-radius: 0.375rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-md,
  .lg\:hover\:rounded-md:hover {
    border-radius: 0.375rem !important;
  }
}
.rounded-lg,
.hover\:rounded-lg:hover {
  border-radius: 0.5rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-lg,
  .sm\:hover\:rounded-lg:hover {
    border-radius: 0.5rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-lg,
  .md\:hover\:rounded-lg:hover {
    border-radius: 0.5rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-lg,
  .lg\:hover\:rounded-lg:hover {
    border-radius: 0.5rem !important;
  }
}
.rounded-xl,
.hover\:rounded-xl:hover {
  border-radius: 1rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-xl,
  .sm\:hover\:rounded-xl:hover {
    border-radius: 1rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-xl,
  .md\:hover\:rounded-xl:hover {
    border-radius: 1rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-xl,
  .lg\:hover\:rounded-xl:hover {
    border-radius: 1rem !important;
  }
}
.rounded-full,
.hover\:rounded-full:hover {
  border-radius: 9999px !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-full,
  .sm\:hover\:rounded-full:hover {
    border-radius: 9999px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-full,
  .md\:hover\:rounded-full:hover {
    border-radius: 9999px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-full,
  .lg\:hover\:rounded-full:hover {
    border-radius: 9999px !important;
  }
}
.rounded-t,
.hover\:rounded-t:hover {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-t,
  .sm\:hover\:rounded-t:hover {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-t,
  .md\:hover\:rounded-t:hover {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-t,
  .lg\:hover\:rounded-t:hover {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
}
.rounded-t-none,
.hover\:rounded-t-none:hover {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-t-none,
  .sm\:hover\:rounded-t-none:hover {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-t-none,
  .md\:hover\:rounded-t-none:hover {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-t-none,
  .lg\:hover\:rounded-t-none:hover {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}
.rounded-t-sm,
.hover\:rounded-t-sm:hover {
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-t-sm,
  .sm\:hover\:rounded-t-sm:hover {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-t-sm,
  .md\:hover\:rounded-t-sm:hover {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-t-sm,
  .lg\:hover\:rounded-t-sm:hover {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }
}
.rounded-t-md,
.hover\:rounded-t-md:hover {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-t-md,
  .sm\:hover\:rounded-t-md:hover {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-t-md,
  .md\:hover\:rounded-t-md:hover {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-t-md,
  .lg\:hover\:rounded-t-md:hover {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }
}
.rounded-t-lg,
.hover\:rounded-t-lg:hover {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-t-lg,
  .sm\:hover\:rounded-t-lg:hover {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-t-lg,
  .md\:hover\:rounded-t-lg:hover {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-t-lg,
  .lg\:hover\:rounded-t-lg:hover {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
}
.rounded-t-xl,
.hover\:rounded-t-xl:hover {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-t-xl,
  .sm\:hover\:rounded-t-xl:hover {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-t-xl,
  .md\:hover\:rounded-t-xl:hover {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-t-xl,
  .lg\:hover\:rounded-t-xl:hover {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
}
.rounded-t-full,
.hover\:rounded-t-full:hover {
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-t-full,
  .sm\:hover\:rounded-t-full:hover {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-t-full,
  .md\:hover\:rounded-t-full:hover {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-t-full,
  .lg\:hover\:rounded-t-full:hover {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }
}
.rounded-r,
.hover\:rounded-r:hover {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-r,
  .sm\:hover\:rounded-r:hover {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-r,
  .md\:hover\:rounded-r:hover {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-r,
  .lg\:hover\:rounded-r:hover {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
}
.rounded-r-none,
.hover\:rounded-r-none:hover {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-r-none,
  .sm\:hover\:rounded-r-none:hover {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-r-none,
  .md\:hover\:rounded-r-none:hover {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-r-none,
  .lg\:hover\:rounded-r-none:hover {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
.rounded-r-sm,
.hover\:rounded-r-sm:hover {
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-r-sm,
  .sm\:hover\:rounded-r-sm:hover {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-r-sm,
  .md\:hover\:rounded-r-sm:hover {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-r-sm,
  .lg\:hover\:rounded-r-sm:hover {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }
}
.rounded-r-md,
.hover\:rounded-r-md:hover {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-r-md,
  .sm\:hover\:rounded-r-md:hover {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-r-md,
  .md\:hover\:rounded-r-md:hover {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-r-md,
  .lg\:hover\:rounded-r-md:hover {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
}
.rounded-r-lg,
.hover\:rounded-r-lg:hover {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-r-lg,
  .sm\:hover\:rounded-r-lg:hover {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-r-lg,
  .md\:hover\:rounded-r-lg:hover {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-r-lg,
  .lg\:hover\:rounded-r-lg:hover {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
}
.rounded-r-xl,
.hover\:rounded-r-xl:hover {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-r-xl,
  .sm\:hover\:rounded-r-xl:hover {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-r-xl,
  .md\:hover\:rounded-r-xl:hover {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-r-xl,
  .lg\:hover\:rounded-r-xl:hover {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
}
.rounded-r-full,
.hover\:rounded-r-full:hover {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-r-full,
  .sm\:hover\:rounded-r-full:hover {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-r-full,
  .md\:hover\:rounded-r-full:hover {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-r-full,
  .lg\:hover\:rounded-r-full:hover {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }
}
.rounded-b,
.hover\:rounded-b:hover {
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-b,
  .sm\:hover\:rounded-b:hover {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-b,
  .md\:hover\:rounded-b:hover {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-b,
  .lg\:hover\:rounded-b:hover {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
}
.rounded-b-none,
.hover\:rounded-b-none:hover {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-b-none,
  .sm\:hover\:rounded-b-none:hover {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-b-none,
  .md\:hover\:rounded-b-none:hover {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-b-none,
  .lg\:hover\:rounded-b-none:hover {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
.rounded-b-sm,
.hover\:rounded-b-sm:hover {
  border-bottom-left-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-b-sm,
  .sm\:hover\:rounded-b-sm:hover {
    border-bottom-left-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-b-sm,
  .md\:hover\:rounded-b-sm:hover {
    border-bottom-left-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-b-sm,
  .lg\:hover\:rounded-b-sm:hover {
    border-bottom-left-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }
}
.rounded-b-md,
.hover\:rounded-b-md:hover {
  border-bottom-left-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-b-md,
  .sm\:hover\:rounded-b-md:hover {
    border-bottom-left-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-b-md,
  .md\:hover\:rounded-b-md:hover {
    border-bottom-left-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-b-md,
  .lg\:hover\:rounded-b-md:hover {
    border-bottom-left-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
}
.rounded-b-lg,
.hover\:rounded-b-lg:hover {
  border-bottom-left-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-b-lg,
  .sm\:hover\:rounded-b-lg:hover {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-b-lg,
  .md\:hover\:rounded-b-lg:hover {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-b-lg,
  .lg\:hover\:rounded-b-lg:hover {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
}
.rounded-b-xl,
.hover\:rounded-b-xl:hover {
  border-bottom-left-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-b-xl,
  .sm\:hover\:rounded-b-xl:hover {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-b-xl,
  .md\:hover\:rounded-b-xl:hover {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-b-xl,
  .lg\:hover\:rounded-b-xl:hover {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
}
.rounded-b-full,
.hover\:rounded-b-full:hover {
  border-bottom-left-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-b-full,
  .sm\:hover\:rounded-b-full:hover {
    border-bottom-left-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-b-full,
  .md\:hover\:rounded-b-full:hover {
    border-bottom-left-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-b-full,
  .lg\:hover\:rounded-b-full:hover {
    border-bottom-left-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }
}
.rounded-l,
.hover\:rounded-l:hover {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-l,
  .sm\:hover\:rounded-l:hover {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-l,
  .md\:hover\:rounded-l:hover {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-l,
  .lg\:hover\:rounded-l:hover {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
}
.rounded-l-none,
.hover\:rounded-l-none:hover {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-l-none,
  .sm\:hover\:rounded-l-none:hover {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-l-none,
  .md\:hover\:rounded-l-none:hover {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-l-none,
  .lg\:hover\:rounded-l-none:hover {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
.rounded-l-sm,
.hover\:rounded-l-sm:hover {
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-l-sm,
  .sm\:hover\:rounded-l-sm:hover {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-l-sm,
  .md\:hover\:rounded-l-sm:hover {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-l-sm,
  .lg\:hover\:rounded-l-sm:hover {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }
}
.rounded-l-md,
.hover\:rounded-l-md:hover {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-l-md,
  .sm\:hover\:rounded-l-md:hover {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-l-md,
  .md\:hover\:rounded-l-md:hover {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-l-md,
  .lg\:hover\:rounded-l-md:hover {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }
}
.rounded-l-lg,
.hover\:rounded-l-lg:hover {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-l-lg,
  .sm\:hover\:rounded-l-lg:hover {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-l-lg,
  .md\:hover\:rounded-l-lg:hover {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-l-lg,
  .lg\:hover\:rounded-l-lg:hover {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }
}
.rounded-l-xl,
.hover\:rounded-l-xl:hover {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-l-xl,
  .sm\:hover\:rounded-l-xl:hover {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-l-xl,
  .md\:hover\:rounded-l-xl:hover {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-l-xl,
  .lg\:hover\:rounded-l-xl:hover {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
}
.rounded-l-full,
.hover\:rounded-l-full:hover {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-l-full,
  .sm\:hover\:rounded-l-full:hover {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-l-full,
  .md\:hover\:rounded-l-full:hover {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-l-full,
  .lg\:hover\:rounded-l-full:hover {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }
}
.rounded-tl,
.hover\:rounded-tl:hover {
  border-top-left-radius: 0.25rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-tl,
  .sm\:hover\:rounded-tl:hover {
    border-top-left-radius: 0.25rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-tl,
  .md\:hover\:rounded-tl:hover {
    border-top-left-radius: 0.25rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-tl,
  .lg\:hover\:rounded-tl:hover {
    border-top-left-radius: 0.25rem !important;
  }
}
.rounded-tl-none,
.hover\:rounded-tl-none:hover {
  border-top-left-radius: 0 !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-tl-none,
  .sm\:hover\:rounded-tl-none:hover {
    border-top-left-radius: 0 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-tl-none,
  .md\:hover\:rounded-tl-none:hover {
    border-top-left-radius: 0 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-tl-none,
  .lg\:hover\:rounded-tl-none:hover {
    border-top-left-radius: 0 !important;
  }
}
.rounded-tl-sm,
.hover\:rounded-tl-sm:hover {
  border-top-left-radius: 0.125rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-tl-sm,
  .sm\:hover\:rounded-tl-sm:hover {
    border-top-left-radius: 0.125rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-tl-sm,
  .md\:hover\:rounded-tl-sm:hover {
    border-top-left-radius: 0.125rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-tl-sm,
  .lg\:hover\:rounded-tl-sm:hover {
    border-top-left-radius: 0.125rem !important;
  }
}
.rounded-tl-md,
.hover\:rounded-tl-md:hover {
  border-top-left-radius: 0.375rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-tl-md,
  .sm\:hover\:rounded-tl-md:hover {
    border-top-left-radius: 0.375rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-tl-md,
  .md\:hover\:rounded-tl-md:hover {
    border-top-left-radius: 0.375rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-tl-md,
  .lg\:hover\:rounded-tl-md:hover {
    border-top-left-radius: 0.375rem !important;
  }
}
.rounded-tl-lg,
.hover\:rounded-tl-lg:hover {
  border-top-left-radius: 0.5rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-tl-lg,
  .sm\:hover\:rounded-tl-lg:hover {
    border-top-left-radius: 0.5rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-tl-lg,
  .md\:hover\:rounded-tl-lg:hover {
    border-top-left-radius: 0.5rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-tl-lg,
  .lg\:hover\:rounded-tl-lg:hover {
    border-top-left-radius: 0.5rem !important;
  }
}
.rounded-tl-xl,
.hover\:rounded-tl-xl:hover {
  border-top-left-radius: 1rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-tl-xl,
  .sm\:hover\:rounded-tl-xl:hover {
    border-top-left-radius: 1rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-tl-xl,
  .md\:hover\:rounded-tl-xl:hover {
    border-top-left-radius: 1rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-tl-xl,
  .lg\:hover\:rounded-tl-xl:hover {
    border-top-left-radius: 1rem !important;
  }
}
.rounded-tl-full,
.hover\:rounded-tl-full:hover {
  border-top-left-radius: 9999px !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-tl-full,
  .sm\:hover\:rounded-tl-full:hover {
    border-top-left-radius: 9999px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-tl-full,
  .md\:hover\:rounded-tl-full:hover {
    border-top-left-radius: 9999px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-tl-full,
  .lg\:hover\:rounded-tl-full:hover {
    border-top-left-radius: 9999px !important;
  }
}
.rounded-tr,
.hover\:rounded-tr:hover {
  border-top-right-radius: 0.25rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-tr,
  .sm\:hover\:rounded-tr:hover {
    border-top-right-radius: 0.25rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-tr,
  .md\:hover\:rounded-tr:hover {
    border-top-right-radius: 0.25rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-tr,
  .lg\:hover\:rounded-tr:hover {
    border-top-right-radius: 0.25rem !important;
  }
}
.rounded-tr-none,
.hover\:rounded-tr-none:hover {
  border-top-right-radius: 0 !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-tr-none,
  .sm\:hover\:rounded-tr-none:hover {
    border-top-right-radius: 0 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-tr-none,
  .md\:hover\:rounded-tr-none:hover {
    border-top-right-radius: 0 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-tr-none,
  .lg\:hover\:rounded-tr-none:hover {
    border-top-right-radius: 0 !important;
  }
}
.rounded-tr-sm,
.hover\:rounded-tr-sm:hover {
  border-top-right-radius: 0.125rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-tr-sm,
  .sm\:hover\:rounded-tr-sm:hover {
    border-top-right-radius: 0.125rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-tr-sm,
  .md\:hover\:rounded-tr-sm:hover {
    border-top-right-radius: 0.125rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-tr-sm,
  .lg\:hover\:rounded-tr-sm:hover {
    border-top-right-radius: 0.125rem !important;
  }
}
.rounded-tr-md,
.hover\:rounded-tr-md:hover {
  border-top-right-radius: 0.375rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-tr-md,
  .sm\:hover\:rounded-tr-md:hover {
    border-top-right-radius: 0.375rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-tr-md,
  .md\:hover\:rounded-tr-md:hover {
    border-top-right-radius: 0.375rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-tr-md,
  .lg\:hover\:rounded-tr-md:hover {
    border-top-right-radius: 0.375rem !important;
  }
}
.rounded-tr-lg,
.hover\:rounded-tr-lg:hover {
  border-top-right-radius: 0.5rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-tr-lg,
  .sm\:hover\:rounded-tr-lg:hover {
    border-top-right-radius: 0.5rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-tr-lg,
  .md\:hover\:rounded-tr-lg:hover {
    border-top-right-radius: 0.5rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-tr-lg,
  .lg\:hover\:rounded-tr-lg:hover {
    border-top-right-radius: 0.5rem !important;
  }
}
.rounded-tr-xl,
.hover\:rounded-tr-xl:hover {
  border-top-right-radius: 1rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-tr-xl,
  .sm\:hover\:rounded-tr-xl:hover {
    border-top-right-radius: 1rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-tr-xl,
  .md\:hover\:rounded-tr-xl:hover {
    border-top-right-radius: 1rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-tr-xl,
  .lg\:hover\:rounded-tr-xl:hover {
    border-top-right-radius: 1rem !important;
  }
}
.rounded-tr-full,
.hover\:rounded-tr-full:hover {
  border-top-right-radius: 9999px !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-tr-full,
  .sm\:hover\:rounded-tr-full:hover {
    border-top-right-radius: 9999px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-tr-full,
  .md\:hover\:rounded-tr-full:hover {
    border-top-right-radius: 9999px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-tr-full,
  .lg\:hover\:rounded-tr-full:hover {
    border-top-right-radius: 9999px !important;
  }
}
.rounded-br,
.hover\:rounded-br:hover {
  border-bottom-right-radius: 0.25rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-br,
  .sm\:hover\:rounded-br:hover {
    border-bottom-right-radius: 0.25rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-br,
  .md\:hover\:rounded-br:hover {
    border-bottom-right-radius: 0.25rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-br,
  .lg\:hover\:rounded-br:hover {
    border-bottom-right-radius: 0.25rem !important;
  }
}
.rounded-br-none,
.hover\:rounded-br-none:hover {
  border-bottom-right-radius: 0 !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-br-none,
  .sm\:hover\:rounded-br-none:hover {
    border-bottom-right-radius: 0 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-br-none,
  .md\:hover\:rounded-br-none:hover {
    border-bottom-right-radius: 0 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-br-none,
  .lg\:hover\:rounded-br-none:hover {
    border-bottom-right-radius: 0 !important;
  }
}
.rounded-br-sm,
.hover\:rounded-br-sm:hover {
  border-bottom-right-radius: 0.125rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-br-sm,
  .sm\:hover\:rounded-br-sm:hover {
    border-bottom-right-radius: 0.125rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-br-sm,
  .md\:hover\:rounded-br-sm:hover {
    border-bottom-right-radius: 0.125rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-br-sm,
  .lg\:hover\:rounded-br-sm:hover {
    border-bottom-right-radius: 0.125rem !important;
  }
}
.rounded-br-md,
.hover\:rounded-br-md:hover {
  border-bottom-right-radius: 0.375rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-br-md,
  .sm\:hover\:rounded-br-md:hover {
    border-bottom-right-radius: 0.375rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-br-md,
  .md\:hover\:rounded-br-md:hover {
    border-bottom-right-radius: 0.375rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-br-md,
  .lg\:hover\:rounded-br-md:hover {
    border-bottom-right-radius: 0.375rem !important;
  }
}
.rounded-br-lg,
.hover\:rounded-br-lg:hover {
  border-bottom-right-radius: 0.5rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-br-lg,
  .sm\:hover\:rounded-br-lg:hover {
    border-bottom-right-radius: 0.5rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-br-lg,
  .md\:hover\:rounded-br-lg:hover {
    border-bottom-right-radius: 0.5rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-br-lg,
  .lg\:hover\:rounded-br-lg:hover {
    border-bottom-right-radius: 0.5rem !important;
  }
}
.rounded-br-xl,
.hover\:rounded-br-xl:hover {
  border-bottom-right-radius: 1rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-br-xl,
  .sm\:hover\:rounded-br-xl:hover {
    border-bottom-right-radius: 1rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-br-xl,
  .md\:hover\:rounded-br-xl:hover {
    border-bottom-right-radius: 1rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-br-xl,
  .lg\:hover\:rounded-br-xl:hover {
    border-bottom-right-radius: 1rem !important;
  }
}
.rounded-br-full,
.hover\:rounded-br-full:hover {
  border-bottom-right-radius: 9999px !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-br-full,
  .sm\:hover\:rounded-br-full:hover {
    border-bottom-right-radius: 9999px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-br-full,
  .md\:hover\:rounded-br-full:hover {
    border-bottom-right-radius: 9999px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-br-full,
  .lg\:hover\:rounded-br-full:hover {
    border-bottom-right-radius: 9999px !important;
  }
}
.rounded-bl,
.hover\:rounded-bl:hover {
  border-bottom-left-radius: 0.25rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-bl,
  .sm\:hover\:rounded-bl:hover {
    border-bottom-left-radius: 0.25rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-bl,
  .md\:hover\:rounded-bl:hover {
    border-bottom-left-radius: 0.25rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-bl,
  .lg\:hover\:rounded-bl:hover {
    border-bottom-left-radius: 0.25rem !important;
  }
}
.rounded-bl-none,
.hover\:rounded-bl-none:hover {
  border-bottom-left-radius: 0 !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-bl-none,
  .sm\:hover\:rounded-bl-none:hover {
    border-bottom-left-radius: 0 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-bl-none,
  .md\:hover\:rounded-bl-none:hover {
    border-bottom-left-radius: 0 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-bl-none,
  .lg\:hover\:rounded-bl-none:hover {
    border-bottom-left-radius: 0 !important;
  }
}
.rounded-bl-sm,
.hover\:rounded-bl-sm:hover {
  border-bottom-left-radius: 0.125rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-bl-sm,
  .sm\:hover\:rounded-bl-sm:hover {
    border-bottom-left-radius: 0.125rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-bl-sm,
  .md\:hover\:rounded-bl-sm:hover {
    border-bottom-left-radius: 0.125rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-bl-sm,
  .lg\:hover\:rounded-bl-sm:hover {
    border-bottom-left-radius: 0.125rem !important;
  }
}
.rounded-bl-md,
.hover\:rounded-bl-md:hover {
  border-bottom-left-radius: 0.375rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-bl-md,
  .sm\:hover\:rounded-bl-md:hover {
    border-bottom-left-radius: 0.375rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-bl-md,
  .md\:hover\:rounded-bl-md:hover {
    border-bottom-left-radius: 0.375rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-bl-md,
  .lg\:hover\:rounded-bl-md:hover {
    border-bottom-left-radius: 0.375rem !important;
  }
}
.rounded-bl-lg,
.hover\:rounded-bl-lg:hover {
  border-bottom-left-radius: 0.5rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-bl-lg,
  .sm\:hover\:rounded-bl-lg:hover {
    border-bottom-left-radius: 0.5rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-bl-lg,
  .md\:hover\:rounded-bl-lg:hover {
    border-bottom-left-radius: 0.5rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-bl-lg,
  .lg\:hover\:rounded-bl-lg:hover {
    border-bottom-left-radius: 0.5rem !important;
  }
}
.rounded-bl-xl,
.hover\:rounded-bl-xl:hover {
  border-bottom-left-radius: 1rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-bl-xl,
  .sm\:hover\:rounded-bl-xl:hover {
    border-bottom-left-radius: 1rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-bl-xl,
  .md\:hover\:rounded-bl-xl:hover {
    border-bottom-left-radius: 1rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-bl-xl,
  .lg\:hover\:rounded-bl-xl:hover {
    border-bottom-left-radius: 1rem !important;
  }
}
.rounded-bl-full,
.hover\:rounded-bl-full:hover {
  border-bottom-left-radius: 9999px !important;
}
@media screen and (min-width: 599px) {
  .sm\:rounded-bl-full,
  .sm\:hover\:rounded-bl-full:hover {
    border-bottom-left-radius: 9999px !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:rounded-bl-full,
  .md\:hover\:rounded-bl-full:hover {
    border-bottom-left-radius: 9999px !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:rounded-bl-full,
  .lg\:hover\:rounded-bl-full:hover {
    border-bottom-left-radius: 9999px !important;
  }
}
.border-white,
.hover\:border-white:hover {
  border-color: #fff !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-white,
  .sm\:hover\:border-white:hover {
    border-color: #fff !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-white,
  .md\:hover\:border-white:hover {
    border-color: #fff !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-white,
  .lg\:hover\:border-white:hover {
    border-color: #fff !important;
  }
}
.border-gray-light,
.hover\:border-gray-light:hover {
  border-color: #f3f4f8 !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-gray-light,
  .sm\:hover\:border-gray-light:hover {
    border-color: #f3f4f8 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-gray-light,
  .md\:hover\:border-gray-light:hover {
    border-color: #f3f4f8 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-gray-light,
  .lg\:hover\:border-gray-light:hover {
    border-color: #f3f4f8 !important;
  }
}
.border-gray-mid,
.hover\:border-gray-mid:hover {
  border-color: #e3e6ee !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-gray-mid,
  .sm\:hover\:border-gray-mid:hover {
    border-color: #e3e6ee !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-gray-mid,
  .md\:hover\:border-gray-mid:hover {
    border-color: #e3e6ee !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-gray-mid,
  .lg\:hover\:border-gray-mid:hover {
    border-color: #e3e6ee !important;
  }
}
.border-gray,
.DefinitionList--table .Definition-item,
.hover\:border-gray:hover {
  border-color: #b1b7c5 !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-gray,
  .sm\:hover\:border-gray:hover {
    border-color: #b1b7c5 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-gray,
  .md\:hover\:border-gray:hover {
    border-color: #b1b7c5 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-gray,
  .lg\:hover\:border-gray:hover {
    border-color: #b1b7c5 !important;
  }
}
.border-gray-medium,
.hover\:border-gray-medium:hover {
  border-color: #868a9a !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-gray-medium,
  .sm\:hover\:border-gray-medium:hover {
    border-color: #868a9a !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-gray-medium,
  .md\:hover\:border-gray-medium:hover {
    border-color: #868a9a !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-gray-medium,
  .lg\:hover\:border-gray-medium:hover {
    border-color: #868a9a !important;
  }
}
.border-slate,
.hover\:border-slate:hover {
  border-color: #515260 !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-slate,
  .sm\:hover\:border-slate:hover {
    border-color: #515260 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-slate,
  .md\:hover\:border-slate:hover {
    border-color: #515260 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-slate,
  .lg\:hover\:border-slate:hover {
    border-color: #515260 !important;
  }
}
.border-black,
.hover\:border-black:hover {
  border-color: #151515 !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-black,
  .sm\:hover\:border-black:hover {
    border-color: #151515 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-black,
  .md\:hover\:border-black:hover {
    border-color: #151515 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-black,
  .lg\:hover\:border-black:hover {
    border-color: #151515 !important;
  }
}
.border-blue-50,
.hover\:border-blue-50:hover {
  border-color: #f6faff !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-blue-50,
  .sm\:hover\:border-blue-50:hover {
    border-color: #f6faff !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-blue-50,
  .md\:hover\:border-blue-50:hover {
    border-color: #f6faff !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-blue-50,
  .lg\:hover\:border-blue-50:hover {
    border-color: #f6faff !important;
  }
}
.border-blue-light,
.hover\:border-blue-light:hover {
  border-color: #eaf1ff !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-blue-light,
  .sm\:hover\:border-blue-light:hover {
    border-color: #eaf1ff !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-blue-light,
  .md\:hover\:border-blue-light:hover {
    border-color: #eaf1ff !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-blue-light,
  .lg\:hover\:border-blue-light:hover {
    border-color: #eaf1ff !important;
  }
}
.border-blue-200,
.hover\:border-blue-200:hover {
  border-color: #d5e3fd !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-blue-200,
  .sm\:hover\:border-blue-200:hover {
    border-color: #d5e3fd !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-blue-200,
  .md\:hover\:border-blue-200:hover {
    border-color: #d5e3fd !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-blue-200,
  .lg\:hover\:border-blue-200:hover {
    border-color: #d5e3fd !important;
  }
}
.border-blue-500,
.hover\:border-blue-500:hover {
  border-color: #548dff !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-blue-500,
  .sm\:hover\:border-blue-500:hover {
    border-color: #548dff !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-blue-500,
  .md\:hover\:border-blue-500:hover {
    border-color: #548dff !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-blue-500,
  .lg\:hover\:border-blue-500:hover {
    border-color: #548dff !important;
  }
}
.border-blue-600,
.hover\:border-blue-600:hover {
  border-color: #0157ff !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-blue-600,
  .sm\:hover\:border-blue-600:hover {
    border-color: #0157ff !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-blue-600,
  .md\:hover\:border-blue-600:hover {
    border-color: #0157ff !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-blue-600,
  .lg\:hover\:border-blue-600:hover {
    border-color: #0157ff !important;
  }
}
.border-blue-700,
.hover\:border-blue-700:hover {
  border-color: #0049c0 !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-blue-700,
  .sm\:hover\:border-blue-700:hover {
    border-color: #0049c0 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-blue-700,
  .md\:hover\:border-blue-700:hover {
    border-color: #0049c0 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-blue-700,
  .lg\:hover\:border-blue-700:hover {
    border-color: #0049c0 !important;
  }
}
.border-blue-800,
.hover\:border-blue-800:hover {
  border-color: #013497 !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-blue-800,
  .sm\:hover\:border-blue-800:hover {
    border-color: #013497 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-blue-800,
  .md\:hover\:border-blue-800:hover {
    border-color: #013497 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-blue-800,
  .lg\:hover\:border-blue-800:hover {
    border-color: #013497 !important;
  }
}
.border-blue,
.hover\:border-blue:hover {
  border-color: #0157ff !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-blue,
  .sm\:hover\:border-blue:hover {
    border-color: #0157ff !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-blue,
  .md\:hover\:border-blue:hover {
    border-color: #0157ff !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-blue,
  .lg\:hover\:border-blue:hover {
    border-color: #0157ff !important;
  }
}
.border-blue-mid,
.hover\:border-blue-mid:hover {
  border-color: #0137a1 !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-blue-mid,
  .sm\:hover\:border-blue-mid:hover {
    border-color: #0137a1 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-blue-mid,
  .md\:hover\:border-blue-mid:hover {
    border-color: #0137a1 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-blue-mid,
  .lg\:hover\:border-blue-mid:hover {
    border-color: #0137a1 !important;
  }
}
.border-blue-dark,
.hover\:border-blue-dark:hover {
  border-color: #00143d !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-blue-dark,
  .sm\:hover\:border-blue-dark:hover {
    border-color: #00143d !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-blue-dark,
  .md\:hover\:border-blue-dark:hover {
    border-color: #00143d !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-blue-dark,
  .lg\:hover\:border-blue-dark:hover {
    border-color: #00143d !important;
  }
}
.border-teal,
.hover\:border-teal:hover {
  border-color: #1affd5 !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-teal,
  .sm\:hover\:border-teal:hover {
    border-color: #1affd5 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-teal,
  .md\:hover\:border-teal:hover {
    border-color: #1affd5 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-teal,
  .lg\:hover\:border-teal:hover {
    border-color: #1affd5 !important;
  }
}
.border-teal-200,
.hover\:border-teal-200:hover {
  border-color: #cde8e3 !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-teal-200,
  .sm\:hover\:border-teal-200:hover {
    border-color: #cde8e3 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-teal-200,
  .md\:hover\:border-teal-200:hover {
    border-color: #cde8e3 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-teal-200,
  .lg\:hover\:border-teal-200:hover {
    border-color: #cde8e3 !important;
  }
}
.border-teal-600,
.hover\:border-teal-600:hover {
  border-color: #007871 !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-teal-600,
  .sm\:hover\:border-teal-600:hover {
    border-color: #007871 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-teal-600,
  .md\:hover\:border-teal-600:hover {
    border-color: #007871 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-teal-600,
  .lg\:hover\:border-teal-600:hover {
    border-color: #007871 !important;
  }
}
.border-teal-700,
.hover\:border-teal-700:hover {
  border-color: #054f52 !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-teal-700,
  .sm\:hover\:border-teal-700:hover {
    border-color: #054f52 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-teal-700,
  .md\:hover\:border-teal-700:hover {
    border-color: #054f52 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-teal-700,
  .lg\:hover\:border-teal-700:hover {
    border-color: #054f52 !important;
  }
}
.border-green,
.hover\:border-green:hover {
  border-color: #28c814 !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-green,
  .sm\:hover\:border-green:hover {
    border-color: #28c814 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-green,
  .md\:hover\:border-green:hover {
    border-color: #28c814 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-green,
  .lg\:hover\:border-green:hover {
    border-color: #28c814 !important;
  }
}
.border-green-dark,
.hover\:border-green-dark:hover {
  border-color: #2b7a0e !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-green-dark,
  .sm\:hover\:border-green-dark:hover {
    border-color: #2b7a0e !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-green-dark,
  .md\:hover\:border-green-dark:hover {
    border-color: #2b7a0e !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-green-dark,
  .lg\:hover\:border-green-dark:hover {
    border-color: #2b7a0e !important;
  }
}
.border-red-light,
.hover\:border-red-light:hover {
  border-color: #fff3f3 !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-red-light,
  .sm\:hover\:border-red-light:hover {
    border-color: #fff3f3 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-red-light,
  .md\:hover\:border-red-light:hover {
    border-color: #fff3f3 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-red-light,
  .lg\:hover\:border-red-light:hover {
    border-color: #fff3f3 !important;
  }
}
.border-red,
.hover\:border-red:hover {
  border-color: #d71919 !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-red,
  .sm\:hover\:border-red:hover {
    border-color: #d71919 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-red,
  .md\:hover\:border-red:hover {
    border-color: #d71919 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-red,
  .lg\:hover\:border-red:hover {
    border-color: #d71919 !important;
  }
}
.border-coral-400,
.hover\:border-coral-400:hover {
  border-color: #ec9489 !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-coral-400,
  .sm\:hover\:border-coral-400:hover {
    border-color: #ec9489 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-coral-400,
  .md\:hover\:border-coral-400:hover {
    border-color: #ec9489 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-coral-400,
  .lg\:hover\:border-coral-400:hover {
    border-color: #ec9489 !important;
  }
}
.border-coral-500,
.hover\:border-coral-500:hover {
  border-color: #e5665e !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-coral-500,
  .sm\:hover\:border-coral-500:hover {
    border-color: #e5665e !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-coral-500,
  .md\:hover\:border-coral-500:hover {
    border-color: #e5665e !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-coral-500,
  .lg\:hover\:border-coral-500:hover {
    border-color: #e5665e !important;
  }
}
.border-coral-600,
.hover\:border-coral-600:hover {
  border-color: #ba413e !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-coral-600,
  .sm\:hover\:border-coral-600:hover {
    border-color: #ba413e !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-coral-600,
  .md\:hover\:border-coral-600:hover {
    border-color: #ba413e !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-coral-600,
  .lg\:hover\:border-coral-600:hover {
    border-color: #ba413e !important;
  }
}
.border-lavender-200,
.hover\:border-lavender-200:hover {
  border-color: #f0dcef !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-lavender-200,
  .sm\:hover\:border-lavender-200:hover {
    border-color: #f0dcef !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-lavender-200,
  .md\:hover\:border-lavender-200:hover {
    border-color: #f0dcef !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-lavender-200,
  .lg\:hover\:border-lavender-200:hover {
    border-color: #f0dcef !important;
  }
}
.border-lavender-400,
.hover\:border-lavender-400:hover {
  border-color: #c79fc5 !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-lavender-400,
  .sm\:hover\:border-lavender-400:hover {
    border-color: #c79fc5 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-lavender-400,
  .md\:hover\:border-lavender-400:hover {
    border-color: #c79fc5 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-lavender-400,
  .lg\:hover\:border-lavender-400:hover {
    border-color: #c79fc5 !important;
  }
}
.border-lavender-500,
.hover\:border-lavender-500:hover {
  border-color: #b480af !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-lavender-500,
  .sm\:hover\:border-lavender-500:hover {
    border-color: #b480af !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-lavender-500,
  .md\:hover\:border-lavender-500:hover {
    border-color: #b480af !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-lavender-500,
  .lg\:hover\:border-lavender-500:hover {
    border-color: #b480af !important;
  }
}
.border-lavender-600,
.hover\:border-lavender-600:hover {
  border-color: #9b4f8f !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-lavender-600,
  .sm\:hover\:border-lavender-600:hover {
    border-color: #9b4f8f !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-lavender-600,
  .md\:hover\:border-lavender-600:hover {
    border-color: #9b4f8f !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-lavender-600,
  .lg\:hover\:border-lavender-600:hover {
    border-color: #9b4f8f !important;
  }
}
.border-yellow-100,
.hover\:border-yellow-100:hover {
  border-color: #fff0ca !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-yellow-100,
  .sm\:hover\:border-yellow-100:hover {
    border-color: #fff0ca !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-yellow-100,
  .md\:hover\:border-yellow-100:hover {
    border-color: #fff0ca !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-yellow-100,
  .lg\:hover\:border-yellow-100:hover {
    border-color: #fff0ca !important;
  }
}
.border-yellow,
.hover\:border-yellow:hover {
  border-color: #ffdd83 !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-yellow,
  .sm\:hover\:border-yellow:hover {
    border-color: #ffdd83 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-yellow,
  .md\:hover\:border-yellow:hover {
    border-color: #ffdd83 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-yellow,
  .lg\:hover\:border-yellow:hover {
    border-color: #ffdd83 !important;
  }
}
.border-gold,
.hover\:border-gold:hover {
  border-color: #ffb136 !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-gold,
  .sm\:hover\:border-gold:hover {
    border-color: #ffb136 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-gold,
  .md\:hover\:border-gold:hover {
    border-color: #ffb136 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-gold,
  .lg\:hover\:border-gold:hover {
    border-color: #ffb136 !important;
  }
}
.border-transparent,
.hover\:border-transparent:hover {
  border-color: transparent !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-transparent,
  .sm\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-transparent,
  .md\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-transparent,
  .lg\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }
}
.border-solid,
.hover\:border-solid:hover {
  border-style: solid !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-solid,
  .sm\:hover\:border-solid:hover {
    border-style: solid !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-solid,
  .md\:hover\:border-solid:hover {
    border-style: solid !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-solid,
  .lg\:hover\:border-solid:hover {
    border-style: solid !important;
  }
}
.border-dashed,
.hover\:border-dashed:hover {
  border-style: dashed !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-dashed,
  .sm\:hover\:border-dashed:hover {
    border-style: dashed !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-dashed,
  .md\:hover\:border-dashed:hover {
    border-style: dashed !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-dashed,
  .lg\:hover\:border-dashed:hover {
    border-style: dashed !important;
  }
}
.border-dotted,
.hover\:border-dotted:hover {
  border-style: dotted !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-dotted,
  .sm\:hover\:border-dotted:hover {
    border-style: dotted !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-dotted,
  .md\:hover\:border-dotted:hover {
    border-style: dotted !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-dotted,
  .lg\:hover\:border-dotted:hover {
    border-style: dotted !important;
  }
}
.border-double,
.hover\:border-double:hover {
  border-style: double !important;
}
@media screen and (min-width: 599px) {
  .sm\:border-double,
  .sm\:hover\:border-double:hover {
    border-style: double !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:border-double,
  .md\:hover\:border-double:hover {
    border-style: double !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:border-double,
  .lg\:hover\:border-double:hover {
    border-style: double !important;
  }
}
.box-shadow-none {
  box-shadow: 0 !important;
}
.box-shadow-1 {
  box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533 !important;
}
.box-shadow-2 {
  box-shadow: 0 0 3px #1515151a, 0 8px 16px -3px #15151533 !important;
}
.box-shadow-3 {
  box-shadow: 0 0 4px #15151524, 0 16px 20px -5px #1515152e !important;
}
.box-shadow-4 {
  box-shadow: 0 0 4px #15151524, 0 24px 30px -8px #1515152e !important;
}
@media (min-width: 37.4375em) {
  .sm\:box-shadow-none {
    box-shadow: 0 !important;
  }
  .sm\:box-shadow-1 {
    box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533 !important;
  }
  .sm\:box-shadow-2 {
    box-shadow: 0 0 3px #1515151a, 0 8px 16px -3px #15151533 !important;
  }
  .sm\:box-shadow-3 {
    box-shadow: 0 0 4px #15151524, 0 16px 20px -5px #1515152e !important;
  }
  .sm\:box-shadow-4 {
    box-shadow: 0 0 4px #15151524, 0 24px 30px -8px #1515152e !important;
  }
}
@media (min-width: 62.4375em) {
  .md\:box-shadow-none {
    box-shadow: 0 !important;
  }
  .md\:box-shadow-1 {
    box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533 !important;
  }
  .md\:box-shadow-2 {
    box-shadow: 0 0 3px #1515151a, 0 8px 16px -3px #15151533 !important;
  }
  .md\:box-shadow-3 {
    box-shadow: 0 0 4px #15151524, 0 16px 20px -5px #1515152e !important;
  }
  .md\:box-shadow-4 {
    box-shadow: 0 0 4px #15151524, 0 24px 30px -8px #1515152e !important;
  }
}
@media (min-width: 89.9375em) {
  .lg\:box-shadow-none {
    box-shadow: 0 !important;
  }
  .lg\:box-shadow-1 {
    box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533 !important;
  }
  .lg\:box-shadow-2 {
    box-shadow: 0 0 3px #1515151a, 0 8px 16px -3px #15151533 !important;
  }
  .lg\:box-shadow-3 {
    box-shadow: 0 0 4px #15151524, 0 16px 20px -5px #1515152e !important;
  }
  .lg\:box-shadow-4 {
    box-shadow: 0 0 4px #15151524, 0 24px 30px -8px #1515152e !important;
  }
}
.center-content {
  margin-left: auto !important;
  margin-right: auto !important;
}
.clearfix:after {
  clear: both !important;
  content: "" !important;
  display: block !important;
}
.text-white,
.hover\:text-white:hover,
.group:hover .group-hover\:text-white {
  color: #333 !important;
}
.bg-white,
.hover\:bg-white:hover,
.group:hover .group-hover\:bg-white {
  background-color: #fff !important;
}
.fill-white,
.hover\:fill-white:hover,
.group:hover .group-hover\:fill-white {
  color: #fff !important;
  fill: #fff !important;
}
.text-gray-light,
.hover\:text-gray-light:hover,
.group:hover .group-hover\:text-gray-light {
  color: #f3f4f8 !important;
}
.bg-gray-light,
.DefinitionList--table dt,
.hover\:bg-gray-light:hover,
.group:hover .group-hover\:bg-gray-light {
  background-color: #f3f4f8 !important;
}
.fill-gray-light,
.hover\:fill-gray-light:hover,
.group:hover .group-hover\:fill-gray-light {
  color: #f3f4f8 !important;
  fill: #f3f4f8 !important;
}
.text-gray-mid,
.hover\:text-gray-mid:hover,
.group:hover .group-hover\:text-gray-mid {
  color: #e3e6ee !important;
}
.bg-gray-mid,
.hover\:bg-gray-mid:hover,
.group:hover .group-hover\:bg-gray-mid {
  background-color: #e3e6ee !important;
}
.fill-gray-mid,
.hover\:fill-gray-mid:hover,
.group:hover .group-hover\:fill-gray-mid {
  color: #e3e6ee !important;
  fill: #e3e6ee !important;
}
.text-gray,
.hover\:text-gray:hover,
.group:hover .group-hover\:text-gray {
  color: #b1b7c5 !important;
}
.bg-gray,
.hover\:bg-gray:hover,
.group:hover .group-hover\:bg-gray {
  background-color: #b1b7c5 !important;
}
.fill-gray,
.hover\:fill-gray:hover,
.group:hover .group-hover\:fill-gray {
  color: #b1b7c5 !important;
  fill: #b1b7c5 !important;
}
.text-gray-medium,
.hover\:text-gray-medium:hover,
.group:hover .group-hover\:text-gray-medium {
  color: #868a9a !important;
}
.bg-gray-medium,
.hover\:bg-gray-medium:hover,
.group:hover .group-hover\:bg-gray-medium {
  background-color: #868a9a !important;
}
.fill-gray-medium,
.hover\:fill-gray-medium:hover,
.group:hover .group-hover\:fill-gray-medium {
  color: #868a9a !important;
  fill: #868a9a !important;
}
.text-slate,
.hover\:text-slate:hover,
.group:hover .group-hover\:text-slate {
  color: #515260 !important;
}
.bg-slate,
.hover\:bg-slate:hover,
.group:hover .group-hover\:bg-slate {
  background-color: #515260 !important;
}
.fill-slate,
.hover\:fill-slate:hover,
.group:hover .group-hover\:fill-slate {
  color: #515260 !important;
  fill: #515260 !important;
}
.text-black,
.hover\:text-black:hover,
.group:hover .group-hover\:text-black {
  color: #151515 !important;
}
.bg-black,
.hover\:bg-black:hover,
.group:hover .group-hover\:bg-black {
  background-color: #151515 !important;
}
.fill-black,
.hover\:fill-black:hover,
.group:hover .group-hover\:fill-black {
  color: #151515 !important;
  fill: #151515 !important;
}
.text-blue-50,
.hover\:text-blue-50:hover,
.group:hover .group-hover\:text-blue-50 {
  color: #f6faff !important;
}
.bg-blue-50,
.hover\:bg-blue-50:hover,
.group:hover .group-hover\:bg-blue-50 {
  background-color: #f6faff !important;
}
.fill-blue-50,
.hover\:fill-blue-50:hover,
.group:hover .group-hover\:fill-blue-50 {
  color: #f6faff !important;
  fill: #f6faff !important;
}
.text-blue-light,
.hover\:text-blue-light:hover,
.group:hover .group-hover\:text-blue-light {
  color: #eaf1ff !important;
}
.bg-blue-light,
.hover\:bg-blue-light:hover,
.group:hover .group-hover\:bg-blue-light {
  background-color: #eaf1ff !important;
}
.fill-blue-light,
.hover\:fill-blue-light:hover,
.group:hover .group-hover\:fill-blue-light {
  color: #eaf1ff !important;
  fill: #eaf1ff !important;
}
.text-blue-200,
.hover\:text-blue-200:hover,
.group:hover .group-hover\:text-blue-200 {
  color: #d5e3fd !important;
}
.bg-blue-200,
.hover\:bg-blue-200:hover,
.group:hover .group-hover\:bg-blue-200 {
  background-color: #d5e3fd !important;
}
.fill-blue-200,
.hover\:fill-blue-200:hover,
.group:hover .group-hover\:fill-blue-200 {
  color: #d5e3fd !important;
  fill: #d5e3fd !important;
}
.text-blue-500,
.hover\:text-blue-500:hover,
.group:hover .group-hover\:text-blue-500 {
  color: #548dff !important;
}
.bg-blue-500,
.hover\:bg-blue-500:hover,
.group:hover .group-hover\:bg-blue-500 {
  background-color: #548dff !important;
}
.fill-blue-500,
.hover\:fill-blue-500:hover,
.group:hover .group-hover\:fill-blue-500 {
  color: #548dff !important;
  fill: #548dff !important;
}
.text-blue-600,
.hover\:text-blue-600:hover,
.group:hover .group-hover\:text-blue-600 {
  color: #0157ff !important;
}
.bg-blue-600,
.hover\:bg-blue-600:hover,
.group:hover .group-hover\:bg-blue-600 {
  background-color: #0157ff !important;
}
.fill-blue-600,
.hover\:fill-blue-600:hover,
.group:hover .group-hover\:fill-blue-600 {
  color: #0157ff !important;
  fill: #0157ff !important;
}
.text-blue-700,
.hover\:text-blue-700:hover,
.group:hover .group-hover\:text-blue-700 {
  color: #0049c0 !important;
}
.bg-blue-700,
.hover\:bg-blue-700:hover,
.group:hover .group-hover\:bg-blue-700 {
  background-color: #0049c0 !important;
}
.fill-blue-700,
.hover\:fill-blue-700:hover,
.group:hover .group-hover\:fill-blue-700 {
  color: #0049c0 !important;
  fill: #0049c0 !important;
}
.text-blue-800,
.hover\:text-blue-800:hover,
.group:hover .group-hover\:text-blue-800 {
  color: #013497 !important;
}
.bg-blue-800,
.hover\:bg-blue-800:hover,
.group:hover .group-hover\:bg-blue-800 {
  background-color: #013497 !important;
}
.fill-blue-800,
.hover\:fill-blue-800:hover,
.group:hover .group-hover\:fill-blue-800 {
  color: #013497 !important;
  fill: #013497 !important;
}
.text-blue,
.hover\:text-blue:hover,
.group:hover .group-hover\:text-blue {
  color: #0157ff !important;
}
.bg-blue,
.hover\:bg-blue:hover,
.group:hover .group-hover\:bg-blue {
  background-color: #0157ff !important;
}
.fill-blue,
.hover\:fill-blue:hover,
.group:hover .group-hover\:fill-blue {
  color: #0157ff !important;
  fill: #0157ff !important;
}
.text-blue-mid,
.hover\:text-blue-mid:hover,
.group:hover .group-hover\:text-blue-mid {
  color: #0137a1 !important;
}
.bg-blue-mid,
.hover\:bg-blue-mid:hover,
.group:hover .group-hover\:bg-blue-mid {
  background-color: #0137a1 !important;
}
.fill-blue-mid,
.hover\:fill-blue-mid:hover,
.group:hover .group-hover\:fill-blue-mid {
  color: #0137a1 !important;
  fill: #0137a1 !important;
}
.text-blue-dark,
.hover\:text-blue-dark:hover,
.group:hover .group-hover\:text-blue-dark {
  color: #00143d !important;
}
.bg-blue-dark,
.hover\:bg-blue-dark:hover,
.group:hover .group-hover\:bg-blue-dark {
  background-color: #00143d !important;
}
.fill-blue-dark,
.hover\:fill-blue-dark:hover,
.group:hover .group-hover\:fill-blue-dark {
  color: #00143d !important;
  fill: #00143d !important;
}
.text-teal,
.hover\:text-teal:hover,
.group:hover .group-hover\:text-teal {
  color: #1affd5 !important;
}
.bg-teal,
.hover\:bg-teal:hover,
.group:hover .group-hover\:bg-teal {
  background-color: #1affd5 !important;
}
.fill-teal,
.hover\:fill-teal:hover,
.group:hover .group-hover\:fill-teal {
  color: #1affd5 !important;
  fill: #1affd5 !important;
}
.text-teal-200,
.hover\:text-teal-200:hover,
.group:hover .group-hover\:text-teal-200 {
  color: #cde8e3 !important;
}
.bg-teal-200,
.hover\:bg-teal-200:hover,
.group:hover .group-hover\:bg-teal-200 {
  background-color: #cde8e3 !important;
}
.fill-teal-200,
.hover\:fill-teal-200:hover,
.group:hover .group-hover\:fill-teal-200 {
  color: #cde8e3 !important;
  fill: #cde8e3 !important;
}
.text-teal-600,
.hover\:text-teal-600:hover,
.group:hover .group-hover\:text-teal-600 {
  color: #007871 !important;
}
.bg-teal-600,
.hover\:bg-teal-600:hover,
.group:hover .group-hover\:bg-teal-600 {
  background-color: #007871 !important;
}
.fill-teal-600,
.hover\:fill-teal-600:hover,
.group:hover .group-hover\:fill-teal-600 {
  color: #007871 !important;
  fill: #007871 !important;
}
.text-teal-700,
.hover\:text-teal-700:hover,
.group:hover .group-hover\:text-teal-700 {
  color: #054f52 !important;
}
.bg-teal-700,
.hover\:bg-teal-700:hover,
.group:hover .group-hover\:bg-teal-700 {
  background-color: #054f52 !important;
}
.fill-teal-700,
.hover\:fill-teal-700:hover,
.group:hover .group-hover\:fill-teal-700 {
  color: #054f52 !important;
  fill: #054f52 !important;
}
.text-green,
.hover\:text-green:hover,
.group:hover .group-hover\:text-green {
  color: #28c814 !important;
}
.bg-green,
.hover\:bg-green:hover,
.group:hover .group-hover\:bg-green {
  background-color: #28c814 !important;
}
.fill-green,
.hover\:fill-green:hover,
.group:hover .group-hover\:fill-green {
  color: #28c814 !important;
  fill: #28c814 !important;
}
.text-green-dark,
.hover\:text-green-dark:hover,
.group:hover .group-hover\:text-green-dark {
  color: #2b7a0e !important;
}
.bg-green-dark,
.hover\:bg-green-dark:hover,
.group:hover .group-hover\:bg-green-dark {
  background-color: #2b7a0e !important;
}
.fill-green-dark,
.hover\:fill-green-dark:hover,
.group:hover .group-hover\:fill-green-dark {
  color: #2b7a0e !important;
  fill: #2b7a0e !important;
}
.text-red-light,
.hover\:text-red-light:hover,
.group:hover .group-hover\:text-red-light {
  color: #fff3f3 !important;
}
.bg-red-light,
.hover\:bg-red-light:hover,
.group:hover .group-hover\:bg-red-light {
  background-color: #fff3f3 !important;
}
.fill-red-light,
.hover\:fill-red-light:hover,
.group:hover .group-hover\:fill-red-light {
  color: #fff3f3 !important;
  fill: #fff3f3 !important;
}
.text-red,
.hover\:text-red:hover,
.group:hover .group-hover\:text-red {
  color: #d71919 !important;
}
.bg-red,
.hover\:bg-red:hover,
.group:hover .group-hover\:bg-red {
  background-color: #d71919 !important;
}
.fill-red,
.hover\:fill-red:hover,
.group:hover .group-hover\:fill-red {
  color: #d71919 !important;
  fill: #d71919 !important;
}
.text-coral-400,
.hover\:text-coral-400:hover,
.group:hover .group-hover\:text-coral-400 {
  color: #ec9489 !important;
}
.bg-coral-400,
.hover\:bg-coral-400:hover,
.group:hover .group-hover\:bg-coral-400 {
  background-color: #ec9489 !important;
}
.fill-coral-400,
.hover\:fill-coral-400:hover,
.group:hover .group-hover\:fill-coral-400 {
  color: #ec9489 !important;
  fill: #ec9489 !important;
}
.text-coral-500,
.hover\:text-coral-500:hover,
.group:hover .group-hover\:text-coral-500 {
  color: #e5665e !important;
}
.bg-coral-500,
.hover\:bg-coral-500:hover,
.group:hover .group-hover\:bg-coral-500 {
  background-color: #e5665e !important;
}
.fill-coral-500,
.hover\:fill-coral-500:hover,
.group:hover .group-hover\:fill-coral-500 {
  color: #e5665e !important;
  fill: #e5665e !important;
}
.text-coral-600,
.hover\:text-coral-600:hover,
.group:hover .group-hover\:text-coral-600 {
  color: #ba413e !important;
}
.bg-coral-600,
.hover\:bg-coral-600:hover,
.group:hover .group-hover\:bg-coral-600 {
  background-color: #ba413e !important;
}
.fill-coral-600,
.hover\:fill-coral-600:hover,
.group:hover .group-hover\:fill-coral-600 {
  color: #ba413e !important;
  fill: #ba413e !important;
}
.text-lavender-200,
.hover\:text-lavender-200:hover,
.group:hover .group-hover\:text-lavender-200 {
  color: #f0dcef !important;
}
.bg-lavender-200,
.hover\:bg-lavender-200:hover,
.group:hover .group-hover\:bg-lavender-200 {
  background-color: #f0dcef !important;
}
.fill-lavender-200,
.hover\:fill-lavender-200:hover,
.group:hover .group-hover\:fill-lavender-200 {
  color: #f0dcef !important;
  fill: #f0dcef !important;
}
.text-lavender-400,
.hover\:text-lavender-400:hover,
.group:hover .group-hover\:text-lavender-400 {
  color: #c79fc5 !important;
}
.bg-lavender-400,
.hover\:bg-lavender-400:hover,
.group:hover .group-hover\:bg-lavender-400 {
  background-color: #c79fc5 !important;
}
.fill-lavender-400,
.hover\:fill-lavender-400:hover,
.group:hover .group-hover\:fill-lavender-400 {
  color: #c79fc5 !important;
  fill: #c79fc5 !important;
}
.text-lavender-500,
.hover\:text-lavender-500:hover,
.group:hover .group-hover\:text-lavender-500 {
  color: #b480af !important;
}
.bg-lavender-500,
.hover\:bg-lavender-500:hover,
.group:hover .group-hover\:bg-lavender-500 {
  background-color: #b480af !important;
}
.fill-lavender-500,
.hover\:fill-lavender-500:hover,
.group:hover .group-hover\:fill-lavender-500 {
  color: #b480af !important;
  fill: #b480af !important;
}
.text-lavender-600,
.hover\:text-lavender-600:hover,
.group:hover .group-hover\:text-lavender-600 {
  color: #9b4f8f !important;
}
.bg-lavender-600,
.hover\:bg-lavender-600:hover,
.group:hover .group-hover\:bg-lavender-600 {
  background-color: #9b4f8f !important;
}
.fill-lavender-600,
.hover\:fill-lavender-600:hover,
.group:hover .group-hover\:fill-lavender-600 {
  color: #9b4f8f !important;
  fill: #9b4f8f !important;
}
.text-yellow-100,
.hover\:text-yellow-100:hover,
.group:hover .group-hover\:text-yellow-100 {
  color: #fff0ca !important;
}
.bg-yellow-100,
.hover\:bg-yellow-100:hover,
.group:hover .group-hover\:bg-yellow-100 {
  background-color: #fff0ca !important;
}
.fill-yellow-100,
.hover\:fill-yellow-100:hover,
.group:hover .group-hover\:fill-yellow-100 {
  color: #fff0ca !important;
  fill: #fff0ca !important;
}
.text-yellow,
.hover\:text-yellow:hover,
.group:hover .group-hover\:text-yellow {
  color: #ffdd83 !important;
}
.bg-yellow,
.hover\:bg-yellow:hover,
.group:hover .group-hover\:bg-yellow {
  background-color: #ffdd83 !important;
}
.fill-yellow,
.hover\:fill-yellow:hover,
.group:hover .group-hover\:fill-yellow {
  color: #ffdd83 !important;
  fill: #ffdd83 !important;
}
.text-gold,
.hover\:text-gold:hover,
.group:hover .group-hover\:text-gold {
  color: #ffb136 !important;
}
.bg-gold,
.hover\:bg-gold:hover,
.group:hover .group-hover\:bg-gold {
  background-color: #ffb136 !important;
}
.fill-gold,
.hover\:fill-gold:hover,
.group:hover .group-hover\:fill-gold {
  color: #ffb136 !important;
  fill: #ffb136 !important;
}
.text-transparent,
.hover\:text-transparent:hover,
.group:hover .group-hover\:text-transparent {
  color: transparent !important;
}
.bg-transparent,
.hover\:bg-transparent:hover,
.group:hover .group-hover\:bg-transparent {
  background-color: transparent !important;
}
.fill-transparent,
.hover\:fill-transparent:hover,
.group:hover .group-hover\:fill-transparent {
  color: transparent !important;
  fill: transparent !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-help {
  cursor: help !important;
}
.cursor-move {
  cursor: move !important;
}
.cursor-text {
  cursor: text !important;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
.display-block {
  display: block !important;
}
.display-contents {
  display: contents !important;
}
.display-flex {
  display: flex !important;
}
.display-grid {
  display: grid !important;
}
.display-inline-block {
  display: inline-block !important;
}
.display-inline-flex {
  display: inline-flex !important;
}
.display-inline {
  display: inline !important;
}
.display-list-item {
  display: list-item !important;
}
.display-none {
  display: none !important;
}
.display-table {
  display: table !important;
}
@media (min-width: 37.4375em) {
  .sm\:display-block {
    display: block !important;
  }
  .sm\:display-contents {
    display: contents !important;
  }
  .sm\:display-flex {
    display: flex !important;
  }
  .sm\:display-grid {
    display: grid !important;
  }
  .sm\:display-inline-block {
    display: inline-block !important;
  }
  .sm\:display-inline-flex {
    display: inline-flex !important;
  }
  .sm\:display-inline {
    display: inline !important;
  }
  .sm\:display-list-item {
    display: list-item !important;
  }
  .sm\:display-none {
    display: none !important;
  }
  .sm\:display-table {
    display: table !important;
  }
}
@media (min-width: 62.4375em) {
  .md\:display-block {
    display: block !important;
  }
  .md\:display-contents {
    display: contents !important;
  }
  .md\:display-flex {
    display: flex !important;
  }
  .md\:display-grid {
    display: grid !important;
  }
  .md\:display-inline-block {
    display: inline-block !important;
  }
  .md\:display-inline-flex {
    display: inline-flex !important;
  }
  .md\:display-inline {
    display: inline !important;
  }
  .md\:display-list-item {
    display: list-item !important;
  }
  .md\:display-none {
    display: none !important;
  }
  .md\:display-table {
    display: table !important;
  }
}
@media (min-width: 89.9375em) {
  .lg\:display-block {
    display: block !important;
  }
  .lg\:display-contents {
    display: contents !important;
  }
  .lg\:display-flex {
    display: flex !important;
  }
  .lg\:display-grid {
    display: grid !important;
  }
  .lg\:display-inline-block {
    display: inline-block !important;
  }
  .lg\:display-inline-flex {
    display: inline-flex !important;
  }
  .lg\:display-inline {
    display: inline !important;
  }
  .lg\:display-list-item {
    display: list-item !important;
  }
  .lg\:display-none {
    display: none !important;
  }
  .lg\:display-table {
    display: table !important;
  }
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-auto {
  overflow: auto !important;
}
.flex-direction-column,
.DefinitionList--list .Definition-item {
  flex-direction: column !important;
}
.flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-direction-row {
  flex-direction: row !important;
}
.flex-direction-row-reverse {
  flex-direction: row-reverse !important;
}
@media (min-width: 37.4375em) {
  .sm\:flex-direction-column {
    flex-direction: column !important;
  }
  .sm\:flex-direction-column-reverse {
    flex-direction: column-reverse !important;
  }
  .sm\:flex-direction-row {
    flex-direction: row !important;
  }
  .sm\:flex-direction-row-reverse {
    flex-direction: row-reverse !important;
  }
}
@media (min-width: 62.4375em) {
  .md\:flex-direction-column {
    flex-direction: column !important;
  }
  .md\:flex-direction-column-reverse {
    flex-direction: column-reverse !important;
  }
  .md\:flex-direction-row {
    flex-direction: row !important;
  }
  .md\:flex-direction-row-reverse {
    flex-direction: row-reverse !important;
  }
}
@media (min-width: 89.9375em) {
  .lg\:flex-direction-column {
    flex-direction: column !important;
  }
  .lg\:flex-direction-column-reverse {
    flex-direction: column-reverse !important;
  }
  .lg\:flex-direction-row {
    flex-direction: row !important;
  }
  .lg\:flex-direction-row-reverse {
    flex-direction: row-reverse !important;
  }
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
@media (min-width: 37.4375em) {
  .sm\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .sm\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 62.4375em) {
  .md\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 89.9375em) {
  .lg\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-start {
  align-items: start !important;
}
.align-items-end {
  align-items: end !important;
}
.align-items-flex-start {
  align-items: flex-start !important;
}
.align-items-flex-end {
  align-items: flex-end !important;
}
.align-items-self-start {
  align-items: self-start !important;
}
.align-items-self-end {
  align-items: self-end !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-normal {
  align-items: normal !important;
}
@media (min-width: 37.4375em) {
  .sm\:align-items-stretch {
    align-items: stretch !important;
  }
  .sm\:align-items-center {
    align-items: center !important;
  }
  .sm\:align-items-start {
    align-items: start !important;
  }
  .sm\:align-items-end {
    align-items: end !important;
  }
  .sm\:align-items-flex-start {
    align-items: flex-start !important;
  }
  .sm\:align-items-flex-end {
    align-items: flex-end !important;
  }
  .sm\:align-items-self-start {
    align-items: self-start !important;
  }
  .sm\:align-items-self-end {
    align-items: self-end !important;
  }
  .sm\:align-items-baseline {
    align-items: baseline !important;
  }
  .sm\:align-items-normal {
    align-items: normal !important;
  }
}
@media (min-width: 62.4375em) {
  .md\:align-items-stretch {
    align-items: stretch !important;
  }
  .md\:align-items-center {
    align-items: center !important;
  }
  .md\:align-items-start {
    align-items: start !important;
  }
  .md\:align-items-end {
    align-items: end !important;
  }
  .md\:align-items-flex-start {
    align-items: flex-start !important;
  }
  .md\:align-items-flex-end {
    align-items: flex-end !important;
  }
  .md\:align-items-self-start {
    align-items: self-start !important;
  }
  .md\:align-items-self-end {
    align-items: self-end !important;
  }
  .md\:align-items-baseline {
    align-items: baseline !important;
  }
  .md\:align-items-normal {
    align-items: normal !important;
  }
}
@media (min-width: 89.9375em) {
  .lg\:align-items-stretch {
    align-items: stretch !important;
  }
  .lg\:align-items-center {
    align-items: center !important;
  }
  .lg\:align-items-start {
    align-items: start !important;
  }
  .lg\:align-items-end {
    align-items: end !important;
  }
  .lg\:align-items-flex-start {
    align-items: flex-start !important;
  }
  .lg\:align-items-flex-end {
    align-items: flex-end !important;
  }
  .lg\:align-items-self-start {
    align-items: self-start !important;
  }
  .lg\:align-items-self-end {
    align-items: self-end !important;
  }
  .lg\:align-items-baseline {
    align-items: baseline !important;
  }
  .lg\:align-items-normal {
    align-items: normal !important;
  }
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-start {
  justify-content: start !important;
}
.justify-content-end {
  justify-content: end !important;
}
.justify-content-flex-start {
  justify-content: flex-start !important;
}
.justify-content-flex-end {
  justify-content: flex-end !important;
}
.justify-content-left {
  justify-content: left !important;
}
.justify-content-right {
  justify-content: right !important;
}
.justify-content-baseline {
  justify-content: baseline !important;
}
.justify-content-space-between {
  justify-content: space-between !important;
}
.justify-content-space-around {
  justify-content: space-around !important;
}
.justify-content-space-evenly {
  justify-content: space-evenly !important;
}
.justify-content-stretch {
  justify-content: stretch !important;
}
@media (min-width: 37.4375em) {
  .sm\:justify-content-center {
    justify-content: center !important;
  }
  .sm\:justify-content-start {
    justify-content: start !important;
  }
  .sm\:justify-content-end {
    justify-content: end !important;
  }
  .sm\:justify-content-flex-start {
    justify-content: flex-start !important;
  }
  .sm\:justify-content-flex-end {
    justify-content: flex-end !important;
  }
  .sm\:justify-content-left {
    justify-content: left !important;
  }
  .sm\:justify-content-right {
    justify-content: right !important;
  }
  .sm\:justify-content-baseline {
    justify-content: baseline !important;
  }
  .sm\:justify-content-space-between {
    justify-content: space-between !important;
  }
  .sm\:justify-content-space-around {
    justify-content: space-around !important;
  }
  .sm\:justify-content-space-evenly {
    justify-content: space-evenly !important;
  }
  .sm\:justify-content-stretch {
    justify-content: stretch !important;
  }
}
@media (min-width: 62.4375em) {
  .md\:justify-content-center {
    justify-content: center !important;
  }
  .md\:justify-content-start {
    justify-content: start !important;
  }
  .md\:justify-content-end {
    justify-content: end !important;
  }
  .md\:justify-content-flex-start {
    justify-content: flex-start !important;
  }
  .md\:justify-content-flex-end {
    justify-content: flex-end !important;
  }
  .md\:justify-content-left {
    justify-content: left !important;
  }
  .md\:justify-content-right {
    justify-content: right !important;
  }
  .md\:justify-content-baseline {
    justify-content: baseline !important;
  }
  .md\:justify-content-space-between {
    justify-content: space-between !important;
  }
  .md\:justify-content-space-around {
    justify-content: space-around !important;
  }
  .md\:justify-content-space-evenly {
    justify-content: space-evenly !important;
  }
  .md\:justify-content-stretch {
    justify-content: stretch !important;
  }
}
@media (min-width: 89.9375em) {
  .lg\:justify-content-center {
    justify-content: center !important;
  }
  .lg\:justify-content-start {
    justify-content: start !important;
  }
  .lg\:justify-content-end {
    justify-content: end !important;
  }
  .lg\:justify-content-flex-start {
    justify-content: flex-start !important;
  }
  .lg\:justify-content-flex-end {
    justify-content: flex-end !important;
  }
  .lg\:justify-content-left {
    justify-content: left !important;
  }
  .lg\:justify-content-right {
    justify-content: right !important;
  }
  .lg\:justify-content-baseline {
    justify-content: baseline !important;
  }
  .lg\:justify-content-space-between {
    justify-content: space-between !important;
  }
  .lg\:justify-content-space-around {
    justify-content: space-around !important;
  }
  .lg\:justify-content-space-evenly {
    justify-content: space-evenly !important;
  }
  .lg\:justify-content-stretch {
    justify-content: stretch !important;
  }
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-flex-start {
  align-self: flex-start !important;
}
.align-self-flex-end {
  align-self: flex-end !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
@media (min-width: 37.4375em) {
  .sm\:align-self-auto {
    align-self: auto !important;
  }
  .sm\:align-self-stretch {
    align-self: stretch !important;
  }
  .sm\:align-self-center {
    align-self: center !important;
  }
  .sm\:align-self-flex-start {
    align-self: flex-start !important;
  }
  .sm\:align-self-flex-end {
    align-self: flex-end !important;
  }
  .sm\:align-self-baseline {
    align-self: baseline !important;
  }
}
@media (min-width: 62.4375em) {
  .md\:align-self-auto {
    align-self: auto !important;
  }
  .md\:align-self-stretch {
    align-self: stretch !important;
  }
  .md\:align-self-center {
    align-self: center !important;
  }
  .md\:align-self-flex-start {
    align-self: flex-start !important;
  }
  .md\:align-self-flex-end {
    align-self: flex-end !important;
  }
  .md\:align-self-baseline {
    align-self: baseline !important;
  }
}
@media (min-width: 89.9375em) {
  .lg\:align-self-auto {
    align-self: auto !important;
  }
  .lg\:align-self-stretch {
    align-self: stretch !important;
  }
  .lg\:align-self-center {
    align-self: center !important;
  }
  .lg\:align-self-flex-start {
    align-self: flex-start !important;
  }
  .lg\:align-self-flex-end {
    align-self: flex-end !important;
  }
  .lg\:align-self-baseline {
    align-self: baseline !important;
  }
}
.align-content-flex-start {
  align-content: flex-start !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-flex-end {
  align-content: flex-end !important;
}
.align-content-space-between {
  align-content: space-between !important;
}
.align-content-space-around {
  align-content: space-around !important;
}
@media (min-width: 37.4375em) {
  .sm\:align-content-flex-start {
    align-content: flex-start !important;
  }
  .sm\:align-content-center {
    align-content: center !important;
  }
  .sm\:align-content-flex-end {
    align-content: flex-end !important;
  }
  .sm\:align-content-space-between {
    align-content: space-between !important;
  }
  .sm\:align-content-space-around {
    align-content: space-around !important;
  }
}
@media (min-width: 62.4375em) {
  .md\:align-content-flex-start {
    align-content: flex-start !important;
  }
  .md\:align-content-center {
    align-content: center !important;
  }
  .md\:align-content-flex-end {
    align-content: flex-end !important;
  }
  .md\:align-content-space-between {
    align-content: space-between !important;
  }
  .md\:align-content-space-around {
    align-content: space-around !important;
  }
}
@media (min-width: 89.9375em) {
  .lg\:align-content-flex-start {
    align-content: flex-start !important;
  }
  .lg\:align-content-center {
    align-content: center !important;
  }
  .lg\:align-content-flex-end {
    align-content: flex-end !important;
  }
  .lg\:align-content-space-between {
    align-content: space-between !important;
  }
  .lg\:align-content-space-around {
    align-content: space-around !important;
  }
}
.flex-initial {
  flex: 0 1 auto !important;
}
@media screen and (min-width: 599px) {
  .sm\:flex-initial {
    flex: 0 1 auto !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:flex-initial {
    flex: 0 1 auto !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:flex-initial {
    flex: 0 1 auto !important;
  }
}
.flex-1 {
  flex: 1 1 0% !important;
}
@media screen and (min-width: 599px) {
  .sm\:flex-1 {
    flex: 1 1 0% !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:flex-1 {
    flex: 1 1 0% !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:flex-1 {
    flex: 1 1 0% !important;
  }
}
.flex-auto {
  flex: 1 1 auto !important;
}
@media screen and (min-width: 599px) {
  .sm\:flex-auto {
    flex: 1 1 auto !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:flex-auto {
    flex: 1 1 auto !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:flex-auto {
    flex: 1 1 auto !important;
  }
}
.flex-none {
  flex: none !important;
}
@media screen and (min-width: 599px) {
  .sm\:flex-none {
    flex: none !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:flex-none {
    flex: none !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:flex-none {
    flex: none !important;
  }
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
@media screen and (min-width: 599px) {
  .sm\:flex-grow-0 {
    flex-grow: 0 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:flex-grow-0 {
    flex-grow: 0 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:flex-grow-0 {
    flex-grow: 0 !important;
  }
}
.flex-grow {
  flex-grow: 1 !important;
}
@media screen and (min-width: 599px) {
  .sm\:flex-grow {
    flex-grow: 1 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:flex-grow {
    flex-grow: 1 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:flex-grow {
    flex-grow: 1 !important;
  }
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
@media screen and (min-width: 599px) {
  .sm\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
}
.flex-shrink {
  flex-shrink: 1 !important;
}
@media screen and (min-width: 599px) {
  .sm\:flex-shrink {
    flex-shrink: 1 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:flex-shrink {
    flex-shrink: 1 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:flex-shrink {
    flex-shrink: 1 !important;
  }
}
.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 37.4375em) {
  .sm\:float-right {
    float: right !important;
  }
  .sm\:float-left {
    float: left !important;
  }
  .sm\:float-none {
    float: none !important;
  }
}
@media (min-width: 62.4375em) {
  .md\:float-right {
    float: right !important;
  }
  .md\:float-left {
    float: left !important;
  }
  .md\:float-none {
    float: none !important;
  }
}
@media (min-width: 89.9375em) {
  .lg\:float-right {
    float: right !important;
  }
  .lg\:float-left {
    float: left !important;
  }
  .lg\:float-none {
    float: none !important;
  }
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-rows-8 {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-rows-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-rows-none {
  grid-template-rows: none;
}
.grid-cols-none {
  grid-template-columns: none;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.row-span-3 {
  grid-row: span 3 / span 3;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.row-span-4 {
  grid-row: span 4 / span 4;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.row-span-5 {
  grid-row: span 5 / span 5;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.row-span-6 {
  grid-row: span 6 / span 6;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.row-span-7 {
  grid-row: span 7 / span 7;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.row-span-8 {
  grid-row: span 8 / span 8;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.row-span-9 {
  grid-row: span 9 / span 9;
}
.col-span-9 {
  grid-column: span 9 / span 9;
}
.row-span-10 {
  grid-row: span 10 / span 10;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.row-span-11 {
  grid-row: span 11 / span 11;
}
.col-span-11 {
  grid-column: span 11 / span 11;
}
.row-span-12 {
  grid-row: span 12 / span 12;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.row-span-auto {
  grid-row: auto;
}
.col-span-auto {
  grid-column: auto;
}
.gap-0 {
  gap: 0 !important;
}
.gap-x-0 {
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}
.gap-y-0 {
  row-gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}
.gap-y-1 {
  row-gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}
.gap-y-2 {
  row-gap: 0.5rem !important;
}
.gap-3 {
  gap: 0.75rem !important;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem !important;
  column-gap: 0.75rem !important;
}
.gap-y-3 {
  row-gap: 0.75rem !important;
}
.gap-4 {
  gap: 1rem !important;
}
.gap-x-4 {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}
.gap-y-4 {
  row-gap: 1rem !important;
}
.gap-5 {
  gap: 1.25rem !important;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem !important;
  column-gap: 1.25rem !important;
}
.gap-y-5 {
  row-gap: 1.25rem !important;
}
.gap-6 {
  gap: 1.5rem !important;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}
.gap-y-6 {
  row-gap: 1.5rem !important;
}
.gap-7 {
  gap: 1.75rem !important;
}
.gap-x-7 {
  -moz-column-gap: 1.75rem !important;
  column-gap: 1.75rem !important;
}
.gap-y-7 {
  row-gap: 1.75rem !important;
}
.gap-8 {
  gap: 2rem !important;
}
.gap-x-8 {
  -moz-column-gap: 2rem !important;
  column-gap: 2rem !important;
}
.gap-y-8 {
  row-gap: 2rem !important;
}
.gap-9 {
  gap: 2.25rem !important;
}
.gap-x-9 {
  -moz-column-gap: 2.25rem !important;
  column-gap: 2.25rem !important;
}
.gap-y-9 {
  row-gap: 2.25rem !important;
}
.gap-10 {
  gap: 2.5rem !important;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem !important;
  column-gap: 2.5rem !important;
}
.gap-y-10 {
  row-gap: 2.5rem !important;
}
.gap-11 {
  gap: 2.75rem !important;
}
.gap-x-11 {
  -moz-column-gap: 2.75rem !important;
  column-gap: 2.75rem !important;
}
.gap-y-11 {
  row-gap: 2.75rem !important;
}
.gap-12 {
  gap: 3rem !important;
}
.gap-x-12 {
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}
.gap-y-12 {
  row-gap: 3rem !important;
}
.gap-px {
  gap: 1px !important;
}
.gap-x-px {
  -moz-column-gap: 1px !important;
  column-gap: 1px !important;
}
.gap-y-px {
  row-gap: 1px !important;
}
@media (min-width: 37.4375em) {
  .sm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .sm\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .sm\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .sm\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .sm\:grid-rows-none {
    grid-template-rows: none;
  }
  .sm\:grid-cols-none {
    grid-template-columns: none;
  }
  .sm\:row-span-1 {
    grid-row: span 1 / span 1;
  }
  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .sm\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .sm\:row-span-3 {
    grid-row: span 3 / span 3;
  }
  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .sm\:row-span-4 {
    grid-row: span 4 / span 4;
  }
  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .sm\:row-span-5 {
    grid-row: span 5 / span 5;
  }
  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .sm\:row-span-6 {
    grid-row: span 6 / span 6;
  }
  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .sm\:row-span-7 {
    grid-row: span 7 / span 7;
  }
  .sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .sm\:row-span-8 {
    grid-row: span 8 / span 8;
  }
  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .sm\:row-span-9 {
    grid-row: span 9 / span 9;
  }
  .sm\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  .sm\:row-span-10 {
    grid-row: span 10 / span 10;
  }
  .sm\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  .sm\:row-span-11 {
    grid-row: span 11 / span 11;
  }
  .sm\:col-span-11 {
    grid-column: span 11 / span 11;
  }
  .sm\:row-span-12 {
    grid-row: span 12 / span 12;
  }
  .sm\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  .sm\:row-span-auto {
    grid-row: auto;
  }
  .sm\:col-span-auto {
    grid-column: auto;
  }
  .sm\:gap-0 {
    gap: 0 !important;
  }
  .sm\:gap-x-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .sm\:gap-y-0 {
    row-gap: 0 !important;
  }
  .sm\:gap-1 {
    gap: 0.25rem !important;
  }
  .sm\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .sm\:gap-y-1 {
    row-gap: 0.25rem !important;
  }
  .sm\:gap-2 {
    gap: 0.5rem !important;
  }
  .sm\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .sm\:gap-y-2 {
    row-gap: 0.5rem !important;
  }
  .sm\:gap-3 {
    gap: 0.75rem !important;
  }
  .sm\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }
  .sm\:gap-y-3 {
    row-gap: 0.75rem !important;
  }
  .sm\:gap-4 {
    gap: 1rem !important;
  }
  .sm\:gap-x-4 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .sm\:gap-y-4 {
    row-gap: 1rem !important;
  }
  .sm\:gap-5 {
    gap: 1.25rem !important;
  }
  .sm\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }
  .sm\:gap-y-5 {
    row-gap: 1.25rem !important;
  }
  .sm\:gap-6 {
    gap: 1.5rem !important;
  }
  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .sm\:gap-y-6 {
    row-gap: 1.5rem !important;
  }
  .sm\:gap-7 {
    gap: 1.75rem !important;
  }
  .sm\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
    column-gap: 1.75rem !important;
  }
  .sm\:gap-y-7 {
    row-gap: 1.75rem !important;
  }
  .sm\:gap-8 {
    gap: 2rem !important;
  }
  .sm\:gap-x-8 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  .sm\:gap-y-8 {
    row-gap: 2rem !important;
  }
  .sm\:gap-9 {
    gap: 2.25rem !important;
  }
  .sm\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
    column-gap: 2.25rem !important;
  }
  .sm\:gap-y-9 {
    row-gap: 2.25rem !important;
  }
  .sm\:gap-10 {
    gap: 2.5rem !important;
  }
  .sm\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  .sm\:gap-y-10 {
    row-gap: 2.5rem !important;
  }
  .sm\:gap-11 {
    gap: 2.75rem !important;
  }
  .sm\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
    column-gap: 2.75rem !important;
  }
  .sm\:gap-y-11 {
    row-gap: 2.75rem !important;
  }
  .sm\:gap-12 {
    gap: 3rem !important;
  }
  .sm\:gap-x-12 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .sm\:gap-y-12 {
    row-gap: 3rem !important;
  }
  .sm\:gap-px {
    gap: 1px !important;
  }
  .sm\:gap-x-px {
    -moz-column-gap: 1px !important;
    column-gap: 1px !important;
  }
  .sm\:gap-y-px {
    row-gap: 1px !important;
  }
}
@media (min-width: 62.4375em) {
  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .md\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .md\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-rows-none {
    grid-template-rows: none;
  }
  .md\:grid-cols-none {
    grid-template-columns: none;
  }
  .md\:row-span-1 {
    grid-row: span 1 / span 1;
  }
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:row-span-3 {
    grid-row: span 3 / span 3;
  }
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .md\:row-span-4 {
    grid-row: span 4 / span 4;
  }
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .md\:row-span-5 {
    grid-row: span 5 / span 5;
  }
  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .md\:row-span-6 {
    grid-row: span 6 / span 6;
  }
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .md\:row-span-7 {
    grid-row: span 7 / span 7;
  }
  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .md\:row-span-8 {
    grid-row: span 8 / span 8;
  }
  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .md\:row-span-9 {
    grid-row: span 9 / span 9;
  }
  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  .md\:row-span-10 {
    grid-row: span 10 / span 10;
  }
  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  .md\:row-span-11 {
    grid-row: span 11 / span 11;
  }
  .md\:col-span-11 {
    grid-column: span 11 / span 11;
  }
  .md\:row-span-12 {
    grid-row: span 12 / span 12;
  }
  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  .md\:row-span-auto {
    grid-row: auto;
  }
  .md\:col-span-auto {
    grid-column: auto;
  }
  .md\:gap-0 {
    gap: 0 !important;
  }
  .md\:gap-x-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .md\:gap-y-0 {
    row-gap: 0 !important;
  }
  .md\:gap-1 {
    gap: 0.25rem !important;
  }
  .md\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .md\:gap-y-1 {
    row-gap: 0.25rem !important;
  }
  .md\:gap-2 {
    gap: 0.5rem !important;
  }
  .md\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .md\:gap-y-2 {
    row-gap: 0.5rem !important;
  }
  .md\:gap-3 {
    gap: 0.75rem !important;
  }
  .md\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }
  .md\:gap-y-3 {
    row-gap: 0.75rem !important;
  }
  .md\:gap-4 {
    gap: 1rem !important;
  }
  .md\:gap-x-4 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .md\:gap-y-4 {
    row-gap: 1rem !important;
  }
  .md\:gap-5 {
    gap: 1.25rem !important;
  }
  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }
  .md\:gap-y-5 {
    row-gap: 1.25rem !important;
  }
  .md\:gap-6 {
    gap: 1.5rem !important;
  }
  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .md\:gap-y-6 {
    row-gap: 1.5rem !important;
  }
  .md\:gap-7 {
    gap: 1.75rem !important;
  }
  .md\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
    column-gap: 1.75rem !important;
  }
  .md\:gap-y-7 {
    row-gap: 1.75rem !important;
  }
  .md\:gap-8 {
    gap: 2rem !important;
  }
  .md\:gap-x-8 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  .md\:gap-y-8 {
    row-gap: 2rem !important;
  }
  .md\:gap-9 {
    gap: 2.25rem !important;
  }
  .md\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
    column-gap: 2.25rem !important;
  }
  .md\:gap-y-9 {
    row-gap: 2.25rem !important;
  }
  .md\:gap-10 {
    gap: 2.5rem !important;
  }
  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  .md\:gap-y-10 {
    row-gap: 2.5rem !important;
  }
  .md\:gap-11 {
    gap: 2.75rem !important;
  }
  .md\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
    column-gap: 2.75rem !important;
  }
  .md\:gap-y-11 {
    row-gap: 2.75rem !important;
  }
  .md\:gap-12 {
    gap: 3rem !important;
  }
  .md\:gap-x-12 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .md\:gap-y-12 {
    row-gap: 3rem !important;
  }
  .md\:gap-px {
    gap: 1px !important;
  }
  .md\:gap-x-px {
    -moz-column-gap: 1px !important;
    column-gap: 1px !important;
  }
  .md\:gap-y-px {
    row-gap: 1px !important;
  }
}
@media (min-width: 89.9375em) {
  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .lg\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .lg\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-rows-none {
    grid-template-rows: none;
  }
  .lg\:grid-cols-none {
    grid-template-columns: none;
  }
  .lg\:row-span-1 {
    grid-row: span 1 / span 1;
  }
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:row-span-3 {
    grid-row: span 3 / span 3;
  }
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .lg\:row-span-4 {
    grid-row: span 4 / span 4;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:row-span-5 {
    grid-row: span 5 / span 5;
  }
  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .lg\:row-span-6 {
    grid-row: span 6 / span 6;
  }
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .lg\:row-span-7 {
    grid-row: span 7 / span 7;
  }
  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .lg\:row-span-8 {
    grid-row: span 8 / span 8;
  }
  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .lg\:row-span-9 {
    grid-row: span 9 / span 9;
  }
  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  .lg\:row-span-10 {
    grid-row: span 10 / span 10;
  }
  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  .lg\:row-span-11 {
    grid-row: span 11 / span 11;
  }
  .lg\:col-span-11 {
    grid-column: span 11 / span 11;
  }
  .lg\:row-span-12 {
    grid-row: span 12 / span 12;
  }
  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  .lg\:row-span-auto {
    grid-row: auto;
  }
  .lg\:col-span-auto {
    grid-column: auto;
  }
  .lg\:gap-0 {
    gap: 0 !important;
  }
  .lg\:gap-x-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .lg\:gap-y-0 {
    row-gap: 0 !important;
  }
  .lg\:gap-1 {
    gap: 0.25rem !important;
  }
  .lg\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .lg\:gap-y-1 {
    row-gap: 0.25rem !important;
  }
  .lg\:gap-2 {
    gap: 0.5rem !important;
  }
  .lg\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .lg\:gap-y-2 {
    row-gap: 0.5rem !important;
  }
  .lg\:gap-3 {
    gap: 0.75rem !important;
  }
  .lg\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }
  .lg\:gap-y-3 {
    row-gap: 0.75rem !important;
  }
  .lg\:gap-4 {
    gap: 1rem !important;
  }
  .lg\:gap-x-4 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .lg\:gap-y-4 {
    row-gap: 1rem !important;
  }
  .lg\:gap-5 {
    gap: 1.25rem !important;
  }
  .lg\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }
  .lg\:gap-y-5 {
    row-gap: 1.25rem !important;
  }
  .lg\:gap-6 {
    gap: 1.5rem !important;
  }
  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .lg\:gap-y-6 {
    row-gap: 1.5rem !important;
  }
  .lg\:gap-7 {
    gap: 1.75rem !important;
  }
  .lg\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
    column-gap: 1.75rem !important;
  }
  .lg\:gap-y-7 {
    row-gap: 1.75rem !important;
  }
  .lg\:gap-8 {
    gap: 2rem !important;
  }
  .lg\:gap-x-8 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  .lg\:gap-y-8 {
    row-gap: 2rem !important;
  }
  .lg\:gap-9 {
    gap: 2.25rem !important;
  }
  .lg\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
    column-gap: 2.25rem !important;
  }
  .lg\:gap-y-9 {
    row-gap: 2.25rem !important;
  }
  .lg\:gap-10 {
    gap: 2.5rem !important;
  }
  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  .lg\:gap-y-10 {
    row-gap: 2.5rem !important;
  }
  .lg\:gap-11 {
    gap: 2.75rem !important;
  }
  .lg\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
    column-gap: 2.75rem !important;
  }
  .lg\:gap-y-11 {
    row-gap: 2.75rem !important;
  }
  .lg\:gap-12 {
    gap: 3rem !important;
  }
  .lg\:gap-x-12 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .lg\:gap-y-12 {
    row-gap: 3rem !important;
  }
  .lg\:gap-px {
    gap: 1px !important;
  }
  .lg\:gap-x-px {
    -moz-column-gap: 1px !important;
    column-gap: 1px !important;
  }
  .lg\:gap-y-px {
    row-gap: 1px !important;
  }
}
.heading-alpha,
.type-heading-one {
  line-height: 1 !important;
  font-size: 2.25rem !important;
  letter-spacing: 0 !important;
  font-family: CircularStd-Bold, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
}
.heading-alpha:before,
.heading-alpha:after,
.type-heading-one:before,
.type-heading-one:after {
  content: "" !important;
  display: block !important;
  height: 0 !important;
  width: 0 !important;
}
.heading-alpha:before,
.type-heading-one:before {
  margin-bottom: calc(-0.1116666667em + 0px) !important;
}
.heading-alpha:after,
.type-heading-one:after {
  margin-top: calc(-0em + 0px) !important;
}
@media (min-width: 37.4375em) {
  .heading-alpha,
  .type-heading-one {
    line-height: 1 !important;
    font-size: 3.375rem !important;
    letter-spacing: 0 !important;
  }
  .heading-alpha:before,
  .heading-alpha:after,
  .type-heading-one:before,
  .type-heading-one:after {
    content: "" !important;
    display: block !important;
    height: 0 !important;
    width: 0 !important;
  }
  .heading-alpha:before,
  .type-heading-one:before {
    margin-bottom: calc(-0.1322222222em + 0px) !important;
  }
  .heading-alpha:after,
  .type-heading-one:after {
    margin-top: calc(-0.1322222222em + 0px) !important;
  }
}
.heading-beta,
.type-heading-two {
  line-height: 1.15 !important;
  font-size: 1.75rem !important;
  letter-spacing: -0.021875rem !important;
  font-family: CircularStd-Bold, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
}
.heading-beta:before,
.heading-beta:after,
.type-heading-two:before,
.type-heading-two:after {
  content: "" !important;
  display: block !important;
  height: 0 !important;
  width: 0 !important;
}
.heading-beta:before,
.type-heading-two:before {
  margin-bottom: calc(-0.1478571429em + 0px) !important;
}
.heading-beta:after,
.type-heading-two:after {
  margin-top: calc(-0.1478571429em + 0px) !important;
}
@media (min-width: 37.4375em) {
  .heading-beta,
  .type-heading-two {
    line-height: 1.15 !important;
    font-size: 2.25rem !important;
    letter-spacing: -0.021875rem !important;
  }
  .heading-beta:before,
  .heading-beta:after,
  .type-heading-two:before,
  .type-heading-two:after {
    content: "" !important;
    display: block !important;
    height: 0 !important;
    width: 0 !important;
  }
  .heading-beta:before,
  .type-heading-two:before {
    margin-bottom: calc(-0.1311111111em + 0px) !important;
  }
  .heading-beta:after,
  .type-heading-two:after {
    margin-top: calc(-0.1866666667em + 0px) !important;
  }
}
.heading-gamma,
.type-heading-three {
  line-height: 1.1 !important;
  font-size: 1.5rem !important;
  letter-spacing: -0.015625rem !important;
  font-family: CircularStd-Bold, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
}
.heading-gamma:before,
.heading-gamma:after,
.type-heading-three:before,
.type-heading-three:after {
  content: "" !important;
  display: block !important;
  height: 0 !important;
  width: 0 !important;
}
.heading-gamma:before,
.type-heading-three:before {
  margin-bottom: calc(-0.1366666667em + 0px) !important;
}
.heading-gamma:after,
.type-heading-three:after {
  margin-top: calc(-0.1366666667em + 0px) !important;
}
@media (min-width: 37.4375em) {
  .heading-gamma,
  .type-heading-three {
    line-height: 1.1 !important;
    font-size: 1.75rem !important;
    letter-spacing: -0.021875rem !important;
  }
  .heading-gamma:before,
  .heading-gamma:after,
  .type-heading-three:before,
  .type-heading-three:after {
    content: "" !important;
    display: block !important;
    height: 0 !important;
    width: 0 !important;
  }
  .heading-gamma:before,
  .type-heading-three:before {
    margin-bottom: calc(-0.1942857143em + 0px) !important;
  }
  .heading-gamma:after,
  .type-heading-three:after {
    margin-top: calc(-0.1942857143em + 0px) !important;
  }
}
.heading-delta,
.type-heading-four,
.DefinitionList--list dt {
  line-height: 1.3 !important;
  font-size: 1.25rem !important;
  letter-spacing: -0.009375rem !important;
  font-family: CircularStd-Bold, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
}
.heading-delta:before,
.heading-delta:after,
.type-heading-four:before,
.DefinitionList--list dt:before,
.type-heading-four:after,
.DefinitionList--list dt:after {
  content: "" !important;
  display: block !important;
  height: 0 !important;
  width: 0 !important;
}
.heading-delta:before,
.type-heading-four:before,
.DefinitionList--list dt:before {
  margin-bottom: calc(-0.25em + 0px) !important;
}
.heading-delta:after,
.type-heading-four:after,
.DefinitionList--list dt:after {
  margin-top: calc(-0.25em + 0px) !important;
}
@media (min-width: 37.4375em) {
  .heading-delta,
  .type-heading-four,
  .DefinitionList--list dt {
    line-height: 1.3 !important;
    font-size: 1.25rem !important;
    letter-spacing: -0.009375rem !important;
  }
  .heading-delta:before,
  .heading-delta:after,
  .type-heading-four:before,
  .DefinitionList--list dt:before,
  .type-heading-four:after,
  .DefinitionList--list dt:after {
    content: "" !important;
    display: block !important;
    height: 0 !important;
    width: 0 !important;
  }
  .heading-delta:before,
  .type-heading-four:before,
  .DefinitionList--list dt:before {
    margin-bottom: calc(-0.25em + 0px) !important;
  }
  .heading-delta:after,
  .type-heading-four:after,
  .DefinitionList--list dt:after {
    margin-top: calc(-0.25em + 0px) !important;
  }
}
.subheading.thin,
.type-heading-five {
  line-height: 1.2 !important;
  font-size: 0.625rem !important;
  letter-spacing: 0.15625rem !important;
  font-family: CircularStd-Bold, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
}
.subheading.thin:before,
.subheading.thin:after,
.type-heading-five:before,
.type-heading-five:after {
  content: "" !important;
  display: block !important;
  height: 0 !important;
  width: 0 !important;
}
.subheading.thin:before,
.type-heading-five:before {
  margin-bottom: calc(-0.5em + 0px) !important;
}
.subheading.thin:after,
.type-heading-five:after {
  margin-top: calc(-0.5em + 0px) !important;
}
.subheading,
.type-heading-six {
  line-height: 1.4 !important;
  font-size: 0.875rem !important;
  letter-spacing: 0.1125rem !important;
  font-family: CircularStd-Bold, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
}
.subheading:before,
.subheading:after,
.type-heading-six:before,
.type-heading-six:after {
  content: "" !important;
  display: block !important;
  height: 0 !important;
  width: 0 !important;
}
.subheading:before,
.type-heading-six:before {
  margin-bottom: calc(-0.2142857143em + 0px) !important;
}
.subheading:after,
.type-heading-six:after {
  margin-top: calc(-0.2857142857em + 0px) !important;
}
.type-heading-seven {
  line-height: 1.1 !important;
  font-size: 1.875rem !important;
  letter-spacing: 0 !important;
  font-family: CircularStd-Bold, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
}
.type-heading-seven:before,
.type-heading-seven:after {
  content: "" !important;
  display: block !important;
  height: 0 !important;
  width: 0 !important;
}
.type-heading-seven:before {
  margin-bottom: calc(-0.15em + 0px) !important;
}
.type-heading-seven:after {
  margin-top: calc(-0.15em + 0px) !important;
}
@media (min-width: 37.4375em) {
  .type-heading-seven {
    line-height: 1.1 !important;
    font-size: 2.25rem !important;
    letter-spacing: 0 !important;
  }
  .type-heading-seven:before,
  .type-heading-seven:after {
    content: "" !important;
    display: block !important;
    height: 0 !important;
    width: 0 !important;
  }
  .type-heading-seven:before {
    margin-bottom: calc(-0.1616666667em + 0px) !important;
  }
  .type-heading-seven:after {
    margin-top: calc(-0.1616666667em + 0px) !important;
  }
}
.type-heading-eight {
  line-height: 1.2 !important;
  font-size: 1.625rem !important;
  letter-spacing: 0 !important;
  font-family: CircularStd-Bold, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
}
.type-heading-eight:before,
.type-heading-eight:after {
  content: "" !important;
  display: block !important;
  height: 0 !important;
  width: 0 !important;
}
.type-heading-eight:before {
  margin-bottom: calc(-0.2138461538em + 0px) !important;
}
.type-heading-eight:after {
  margin-top: calc(-0.2138461538em + 0px) !important;
}
.pos-absolute {
  position: absolute !important;
}
.pos-fixed {
  position: fixed !important;
}
.pos-relative {
  position: relative !important;
}
.pos-static {
  position: static !important;
}
.pos-sticky {
  position: sticky !important;
}
@media (min-width: 37.4375em) {
  .sm\:pos-absolute {
    position: absolute !important;
  }
  .sm\:pos-fixed {
    position: fixed !important;
  }
  .sm\:pos-relative {
    position: relative !important;
  }
  .sm\:pos-static {
    position: static !important;
  }
  .sm\:pos-sticky {
    position: sticky !important;
  }
}
@media (min-width: 62.4375em) {
  .md\:pos-absolute {
    position: absolute !important;
  }
  .md\:pos-fixed {
    position: fixed !important;
  }
  .md\:pos-relative {
    position: relative !important;
  }
  .md\:pos-static {
    position: static !important;
  }
  .md\:pos-sticky {
    position: sticky !important;
  }
}
@media (min-width: 89.9375em) {
  .lg\:pos-absolute {
    position: absolute !important;
  }
  .lg\:pos-fixed {
    position: fixed !important;
  }
  .lg\:pos-relative {
    position: relative !important;
  }
  .lg\:pos-static {
    position: static !important;
  }
  .lg\:pos-sticky {
    position: sticky !important;
  }
}
.h-px {
  height: 1px !important;
}
.h-0 {
  height: 0 !important;
}
.h-1 {
  height: 0.25rem !important;
}
.h-2 {
  height: 0.5rem !important;
}
.h-3 {
  height: 0.75rem !important;
}
.h-4 {
  height: 1rem !important;
}
.h-5 {
  height: 1.25rem !important;
}
.h-6 {
  height: 1.5rem !important;
}
.h-7 {
  height: 1.75rem !important;
}
.h-8 {
  height: 2rem !important;
}
.h-9 {
  height: 2.25rem !important;
}
.h-10 {
  height: 2.5rem !important;
}
.h-11 {
  height: 2.75rem !important;
}
.h-12 {
  height: 3rem !important;
}
.h-14 {
  height: 3.5rem !important;
}
.h-16 {
  height: 4rem !important;
}
.h-20 {
  height: 5rem !important;
}
.h-24 {
  height: 6rem !important;
}
.h-28 {
  height: 7rem !important;
}
.h-32 {
  height: 8rem !important;
}
.h-36 {
  height: 9rem !important;
}
.h-40 {
  height: 10rem !important;
}
.h-44 {
  height: 11rem !important;
}
.h-48 {
  height: 12rem !important;
}
.h-52 {
  height: 13rem !important;
}
.h-56 {
  height: 14rem !important;
}
.h-60 {
  height: 15rem !important;
}
.h-64 {
  height: 16rem !important;
}
.h-72 {
  height: 18rem !important;
}
.h-80 {
  height: 20rem !important;
}
.h-96 {
  height: 24rem !important;
}
.h-auto {
  height: auto !important;
}
.h-1\/2 {
  height: 50% !important;
}
.h-1\/3 {
  height: 33.333333% !important;
}
.h-2\/3 {
  height: 66.666667% !important;
}
.h-1\/4 {
  height: 25% !important;
}
.h-2\/4 {
  height: 50% !important;
}
.h-3\/4 {
  height: 75% !important;
}
.h-1\/5 {
  height: 20% !important;
}
.h-2\/5 {
  height: 40% !important;
}
.h-3\/5 {
  height: 60% !important;
}
.h-4\/5 {
  height: 80% !important;
}
.h-1\/6 {
  height: 16.666667% !important;
}
.h-2\/6 {
  height: 33.333333% !important;
}
.h-3\/6 {
  height: 50% !important;
}
.h-4\/6 {
  height: 66.666667% !important;
}
.h-5\/6 {
  height: 83.333333% !important;
}
.h-full {
  height: 100% !important;
}
.h-screen {
  height: 100vh !important;
}
.w-px {
  width: 1px !important;
}
.w-0 {
  width: 0 !important;
}
.w-1 {
  width: 0.25rem !important;
}
.w-2 {
  width: 0.5rem !important;
}
.w-3 {
  width: 0.75rem !important;
}
.w-4 {
  width: 1rem !important;
}
.w-5 {
  width: 1.25rem !important;
}
.w-6 {
  width: 1.5rem !important;
}
.w-7 {
  width: 1.75rem !important;
}
.w-8 {
  width: 2rem !important;
}
.w-9 {
  width: 2.25rem !important;
}
.w-10 {
  width: 2.5rem !important;
}
.w-11 {
  width: 2.75rem !important;
}
.w-12 {
  width: 3rem !important;
}
.w-14 {
  width: 3.5rem !important;
}
.w-16 {
  width: 4rem !important;
}
.w-20 {
  width: 5rem !important;
}
.w-24 {
  width: 6rem !important;
}
.w-28 {
  width: 7rem !important;
}
.w-32 {
  width: 8rem !important;
}
.w-36 {
  width: 9rem !important;
}
.w-40 {
  width: 10rem !important;
}
.w-44 {
  width: 11rem !important;
}
.w-48 {
  width: 12rem !important;
}
.w-52 {
  width: 13rem !important;
}
.w-56 {
  width: 14rem !important;
}
.w-60 {
  width: 15rem !important;
}
.w-64 {
  width: 16rem !important;
}
.w-72 {
  width: 18rem !important;
}
.w-80 {
  width: 20rem !important;
}
.w-96 {
  width: 24rem !important;
}
.w-auto {
  width: auto !important;
}
.w-1\/2 {
  width: 50% !important;
}
.w-1\/3 {
  width: 33.333333% !important;
}
.w-2\/3 {
  width: 66.666667% !important;
}
.w-1\/4 {
  width: 25% !important;
}
.w-2\/4 {
  width: 50% !important;
}
.w-3\/4 {
  width: 75% !important;
}
.w-1\/5 {
  width: 20% !important;
}
.w-2\/5 {
  width: 40% !important;
}
.w-3\/5 {
  width: 60% !important;
}
.w-4\/5 {
  width: 80% !important;
}
.w-1\/6 {
  width: 16.666667% !important;
}
.w-2\/6 {
  width: 33.333333% !important;
}
.w-3\/6 {
  width: 50% !important;
}
.w-4\/6 {
  width: 66.666667% !important;
}
.w-5\/6 {
  width: 83.333333% !important;
}
.w-1\/12 {
  width: 8.333333% !important;
}
.w-2\/12 {
  width: 16.666667% !important;
}
.w-3\/12 {
  width: 25% !important;
}
.w-4\/12 {
  width: 33.333333% !important;
}
.w-5\/12 {
  width: 41.666667% !important;
}
.w-6\/12 {
  width: 50% !important;
}
.w-7\/12 {
  width: 58.333333% !important;
}
.w-8\/12 {
  width: 66.666667% !important;
}
.w-9\/12 {
  width: 75% !important;
}
.w-10\/12 {
  width: 83.333333% !important;
}
.w-11\/12 {
  width: 91.666667% !important;
}
.w-full {
  width: 100% !important;
}
.w-screen {
  width: 100vw !important;
}
.w-min {
  width: -moz-min-content !important;
  width: min-content !important;
}
.w-max {
  width: -moz-max-content !important;
  width: max-content !important;
}
.min-w-0 {
  min-width: 0px !important;
}
.min-w-full {
  min-width: 100% !important;
}
.min-w-min {
  min-width: -moz-min-content !important;
  min-width: min-content !important;
}
.min-w-max {
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}
.max-w-none {
  max-width: none !important;
}
.max-w-0 {
  max-width: 0rem !important;
}
.max-w-xs {
  max-width: 20rem !important;
}
.max-w-sm {
  max-width: 24rem !important;
}
.max-w-md {
  max-width: 28rem !important;
}
.max-w-lg {
  max-width: 32rem !important;
}
.max-w-xl {
  max-width: 36rem !important;
}
.max-w-2xl {
  max-width: 42rem !important;
}
.max-w-3xl {
  max-width: 48rem !important;
}
.max-w-4xl {
  max-width: 56rem !important;
}
.max-w-5xl {
  max-width: 64rem !important;
}
.max-w-6xl {
  max-width: 72rem !important;
}
.max-w-7xl {
  max-width: 80rem !important;
}
.max-w-full {
  max-width: 100% !important;
}
.max-w-min {
  max-width: -moz-min-content !important;
  max-width: min-content !important;
}
.max-w-max {
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}
.max-w-prose {
  max-width: 65ch !important;
}
.min-h-0 {
  min-height: 0px !important;
}
.min-h-full {
  min-height: 100% !important;
}
.min-h-screen {
  min-height: 100vh !important;
}
.max-h-px {
  max-height: 1px !important;
}
.max-h-0 {
  max-height: 0 !important;
}
.max-h-1 {
  max-height: 0.25rem !important;
}
.max-h-2 {
  max-height: 0.5rem !important;
}
.max-h-3 {
  max-height: 0.75rem !important;
}
.max-h-4 {
  max-height: 1rem !important;
}
.max-h-5 {
  max-height: 1.25rem !important;
}
.max-h-6 {
  max-height: 1.5rem !important;
}
.max-h-7 {
  max-height: 1.75rem !important;
}
.max-h-8 {
  max-height: 2rem !important;
}
.max-h-9 {
  max-height: 2.25rem !important;
}
.max-h-10 {
  max-height: 2.5rem !important;
}
.max-h-11 {
  max-height: 2.75rem !important;
}
.max-h-12 {
  max-height: 3rem !important;
}
.max-h-14 {
  max-height: 3.5rem !important;
}
.max-h-16 {
  max-height: 4rem !important;
}
.max-h-20 {
  max-height: 5rem !important;
}
.max-h-24 {
  max-height: 6rem !important;
}
.max-h-28 {
  max-height: 7rem !important;
}
.max-h-32 {
  max-height: 8rem !important;
}
.max-h-36 {
  max-height: 9rem !important;
}
.max-h-40 {
  max-height: 10rem !important;
}
.max-h-44 {
  max-height: 11rem !important;
}
.max-h-48 {
  max-height: 12rem !important;
}
.max-h-52 {
  max-height: 13rem !important;
}
.max-h-56 {
  max-height: 14rem !important;
}
.max-h-60 {
  max-height: 15rem !important;
}
.max-h-64 {
  max-height: 16rem !important;
}
.max-h-72 {
  max-height: 18rem !important;
}
.max-h-80 {
  max-height: 20rem !important;
}
.max-h-96 {
  max-height: 24rem !important;
}
.max-h-full {
  max-height: 100% !important;
}
.max-h-screen {
  max-height: 100vh !important;
}
@media (min-width: 37.4375em) {
  .sm\:h-px {
    height: 1px !important;
  }
  .sm\:h-0 {
    height: 0 !important;
  }
  .sm\:h-1 {
    height: 0.25rem !important;
  }
  .sm\:h-2 {
    height: 0.5rem !important;
  }
  .sm\:h-3 {
    height: 0.75rem !important;
  }
  .sm\:h-4 {
    height: 1rem !important;
  }
  .sm\:h-5 {
    height: 1.25rem !important;
  }
  .sm\:h-6 {
    height: 1.5rem !important;
  }
  .sm\:h-7 {
    height: 1.75rem !important;
  }
  .sm\:h-8 {
    height: 2rem !important;
  }
  .sm\:h-9 {
    height: 2.25rem !important;
  }
  .sm\:h-10 {
    height: 2.5rem !important;
  }
  .sm\:h-11 {
    height: 2.75rem !important;
  }
  .sm\:h-12 {
    height: 3rem !important;
  }
  .sm\:h-14 {
    height: 3.5rem !important;
  }
  .sm\:h-16 {
    height: 4rem !important;
  }
  .sm\:h-20 {
    height: 5rem !important;
  }
  .sm\:h-24 {
    height: 6rem !important;
  }
  .sm\:h-28 {
    height: 7rem !important;
  }
  .sm\:h-32 {
    height: 8rem !important;
  }
  .sm\:h-36 {
    height: 9rem !important;
  }
  .sm\:h-40 {
    height: 10rem !important;
  }
  .sm\:h-44 {
    height: 11rem !important;
  }
  .sm\:h-48 {
    height: 12rem !important;
  }
  .sm\:h-52 {
    height: 13rem !important;
  }
  .sm\:h-56 {
    height: 14rem !important;
  }
  .sm\:h-60 {
    height: 15rem !important;
  }
  .sm\:h-64 {
    height: 16rem !important;
  }
  .sm\:h-72 {
    height: 18rem !important;
  }
  .sm\:h-80 {
    height: 20rem !important;
  }
  .sm\:h-96 {
    height: 24rem !important;
  }
  .sm\:h-auto {
    height: auto !important;
  }
  .sm\:h-1\/2 {
    height: 50% !important;
  }
  .sm\:h-1\/3 {
    height: 33.333333% !important;
  }
  .sm\:h-2\/3 {
    height: 66.666667% !important;
  }
  .sm\:h-1\/4 {
    height: 25% !important;
  }
  .sm\:h-2\/4 {
    height: 50% !important;
  }
  .sm\:h-3\/4 {
    height: 75% !important;
  }
  .sm\:h-1\/5 {
    height: 20% !important;
  }
  .sm\:h-2\/5 {
    height: 40% !important;
  }
  .sm\:h-3\/5 {
    height: 60% !important;
  }
  .sm\:h-4\/5 {
    height: 80% !important;
  }
  .sm\:h-1\/6 {
    height: 16.666667% !important;
  }
  .sm\:h-2\/6 {
    height: 33.333333% !important;
  }
  .sm\:h-3\/6 {
    height: 50% !important;
  }
  .sm\:h-4\/6 {
    height: 66.666667% !important;
  }
  .sm\:h-5\/6 {
    height: 83.333333% !important;
  }
  .sm\:h-full {
    height: 100% !important;
  }
  .sm\:h-screen {
    height: 100vh !important;
  }
  .sm\:w-px {
    width: 1px !important;
  }
  .sm\:w-0 {
    width: 0 !important;
  }
  .sm\:w-1 {
    width: 0.25rem !important;
  }
  .sm\:w-2 {
    width: 0.5rem !important;
  }
  .sm\:w-3 {
    width: 0.75rem !important;
  }
  .sm\:w-4 {
    width: 1rem !important;
  }
  .sm\:w-5 {
    width: 1.25rem !important;
  }
  .sm\:w-6 {
    width: 1.5rem !important;
  }
  .sm\:w-7 {
    width: 1.75rem !important;
  }
  .sm\:w-8 {
    width: 2rem !important;
  }
  .sm\:w-9 {
    width: 2.25rem !important;
  }
  .sm\:w-10 {
    width: 2.5rem !important;
  }
  .sm\:w-11 {
    width: 2.75rem !important;
  }
  .sm\:w-12 {
    width: 3rem !important;
  }
  .sm\:w-14 {
    width: 3.5rem !important;
  }
  .sm\:w-16 {
    width: 4rem !important;
  }
  .sm\:w-20 {
    width: 5rem !important;
  }
  .sm\:w-24 {
    width: 6rem !important;
  }
  .sm\:w-28 {
    width: 7rem !important;
  }
  .sm\:w-32 {
    width: 8rem !important;
  }
  .sm\:w-36 {
    width: 9rem !important;
  }
  .sm\:w-40 {
    width: 10rem !important;
  }
  .sm\:w-44 {
    width: 11rem !important;
  }
  .sm\:w-48 {
    width: 12rem !important;
  }
  .sm\:w-52 {
    width: 13rem !important;
  }
  .sm\:w-56 {
    width: 14rem !important;
  }
  .sm\:w-60 {
    width: 15rem !important;
  }
  .sm\:w-64 {
    width: 16rem !important;
  }
  .sm\:w-72 {
    width: 18rem !important;
  }
  .sm\:w-80 {
    width: 20rem !important;
  }
  .sm\:w-96 {
    width: 24rem !important;
  }
  .sm\:w-auto {
    width: auto !important;
  }
  .sm\:w-1\/2 {
    width: 50% !important;
  }
  .sm\:w-1\/3 {
    width: 33.333333% !important;
  }
  .sm\:w-2\/3 {
    width: 66.666667% !important;
  }
  .sm\:w-1\/4 {
    width: 25% !important;
  }
  .sm\:w-2\/4 {
    width: 50% !important;
  }
  .sm\:w-3\/4 {
    width: 75% !important;
  }
  .sm\:w-1\/5 {
    width: 20% !important;
  }
  .sm\:w-2\/5 {
    width: 40% !important;
  }
  .sm\:w-3\/5 {
    width: 60% !important;
  }
  .sm\:w-4\/5 {
    width: 80% !important;
  }
  .sm\:w-1\/6 {
    width: 16.666667% !important;
  }
  .sm\:w-2\/6 {
    width: 33.333333% !important;
  }
  .sm\:w-3\/6 {
    width: 50% !important;
  }
  .sm\:w-4\/6 {
    width: 66.666667% !important;
  }
  .sm\:w-5\/6 {
    width: 83.333333% !important;
  }
  .sm\:w-1\/12 {
    width: 8.333333% !important;
  }
  .sm\:w-2\/12 {
    width: 16.666667% !important;
  }
  .sm\:w-3\/12 {
    width: 25% !important;
  }
  .sm\:w-4\/12 {
    width: 33.333333% !important;
  }
  .sm\:w-5\/12 {
    width: 41.666667% !important;
  }
  .sm\:w-6\/12 {
    width: 50% !important;
  }
  .sm\:w-7\/12 {
    width: 58.333333% !important;
  }
  .sm\:w-8\/12 {
    width: 66.666667% !important;
  }
  .sm\:w-9\/12 {
    width: 75% !important;
  }
  .sm\:w-10\/12 {
    width: 83.333333% !important;
  }
  .sm\:w-11\/12 {
    width: 91.666667% !important;
  }
  .sm\:w-full {
    width: 100% !important;
  }
  .sm\:w-screen {
    width: 100vw !important;
  }
  .sm\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  .sm\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .sm\:min-w-0 {
    min-width: 0px !important;
  }
  .sm\:min-w-full {
    min-width: 100% !important;
  }
  .sm\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }
  .sm\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  .sm\:max-w-none {
    max-width: none !important;
  }
  .sm\:max-w-0 {
    max-width: 0rem !important;
  }
  .sm\:max-w-xs {
    max-width: 20rem !important;
  }
  .sm\:max-w-sm {
    max-width: 24rem !important;
  }
  .sm\:max-w-md {
    max-width: 28rem !important;
  }
  .sm\:max-w-lg {
    max-width: 32rem !important;
  }
  .sm\:max-w-xl {
    max-width: 36rem !important;
  }
  .sm\:max-w-2xl {
    max-width: 42rem !important;
  }
  .sm\:max-w-3xl {
    max-width: 48rem !important;
  }
  .sm\:max-w-4xl {
    max-width: 56rem !important;
  }
  .sm\:max-w-5xl {
    max-width: 64rem !important;
  }
  .sm\:max-w-6xl {
    max-width: 72rem !important;
  }
  .sm\:max-w-7xl {
    max-width: 80rem !important;
  }
  .sm\:max-w-full {
    max-width: 100% !important;
  }
  .sm\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  .sm\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .sm\:max-w-prose {
    max-width: 65ch !important;
  }
  .sm\:min-h-0 {
    min-height: 0px !important;
  }
  .sm\:min-h-full {
    min-height: 100% !important;
  }
  .sm\:min-h-screen {
    min-height: 100vh !important;
  }
  .sm\:max-h-px {
    max-height: 1px !important;
  }
  .sm\:max-h-0 {
    max-height: 0 !important;
  }
  .sm\:max-h-1 {
    max-height: 0.25rem !important;
  }
  .sm\:max-h-2 {
    max-height: 0.5rem !important;
  }
  .sm\:max-h-3 {
    max-height: 0.75rem !important;
  }
  .sm\:max-h-4 {
    max-height: 1rem !important;
  }
  .sm\:max-h-5 {
    max-height: 1.25rem !important;
  }
  .sm\:max-h-6 {
    max-height: 1.5rem !important;
  }
  .sm\:max-h-7 {
    max-height: 1.75rem !important;
  }
  .sm\:max-h-8 {
    max-height: 2rem !important;
  }
  .sm\:max-h-9 {
    max-height: 2.25rem !important;
  }
  .sm\:max-h-10 {
    max-height: 2.5rem !important;
  }
  .sm\:max-h-11 {
    max-height: 2.75rem !important;
  }
  .sm\:max-h-12 {
    max-height: 3rem !important;
  }
  .sm\:max-h-14 {
    max-height: 3.5rem !important;
  }
  .sm\:max-h-16 {
    max-height: 4rem !important;
  }
  .sm\:max-h-20 {
    max-height: 5rem !important;
  }
  .sm\:max-h-24 {
    max-height: 6rem !important;
  }
  .sm\:max-h-28 {
    max-height: 7rem !important;
  }
  .sm\:max-h-32 {
    max-height: 8rem !important;
  }
  .sm\:max-h-36 {
    max-height: 9rem !important;
  }
  .sm\:max-h-40 {
    max-height: 10rem !important;
  }
  .sm\:max-h-44 {
    max-height: 11rem !important;
  }
  .sm\:max-h-48 {
    max-height: 12rem !important;
  }
  .sm\:max-h-52 {
    max-height: 13rem !important;
  }
  .sm\:max-h-56 {
    max-height: 14rem !important;
  }
  .sm\:max-h-60 {
    max-height: 15rem !important;
  }
  .sm\:max-h-64 {
    max-height: 16rem !important;
  }
  .sm\:max-h-72 {
    max-height: 18rem !important;
  }
  .sm\:max-h-80 {
    max-height: 20rem !important;
  }
  .sm\:max-h-96 {
    max-height: 24rem !important;
  }
  .sm\:max-h-full {
    max-height: 100% !important;
  }
  .sm\:max-h-screen {
    max-height: 100vh !important;
  }
}
@media (min-width: 62.4375em) {
  .md\:h-px {
    height: 1px !important;
  }
  .md\:h-0 {
    height: 0 !important;
  }
  .md\:h-1 {
    height: 0.25rem !important;
  }
  .md\:h-2 {
    height: 0.5rem !important;
  }
  .md\:h-3 {
    height: 0.75rem !important;
  }
  .md\:h-4 {
    height: 1rem !important;
  }
  .md\:h-5 {
    height: 1.25rem !important;
  }
  .md\:h-6 {
    height: 1.5rem !important;
  }
  .md\:h-7 {
    height: 1.75rem !important;
  }
  .md\:h-8 {
    height: 2rem !important;
  }
  .md\:h-9 {
    height: 2.25rem !important;
  }
  .md\:h-10 {
    height: 2.5rem !important;
  }
  .md\:h-11 {
    height: 2.75rem !important;
  }
  .md\:h-12 {
    height: 3rem !important;
  }
  .md\:h-14 {
    height: 3.5rem !important;
  }
  .md\:h-16 {
    height: 4rem !important;
  }
  .md\:h-20 {
    height: 5rem !important;
  }
  .md\:h-24 {
    height: 6rem !important;
  }
  .md\:h-28 {
    height: 7rem !important;
  }
  .md\:h-32 {
    height: 8rem !important;
  }
  .md\:h-36 {
    height: 9rem !important;
  }
  .md\:h-40 {
    height: 10rem !important;
  }
  .md\:h-44 {
    height: 11rem !important;
  }
  .md\:h-48 {
    height: 12rem !important;
  }
  .md\:h-52 {
    height: 13rem !important;
  }
  .md\:h-56 {
    height: 14rem !important;
  }
  .md\:h-60 {
    height: 15rem !important;
  }
  .md\:h-64 {
    height: 16rem !important;
  }
  .md\:h-72 {
    height: 18rem !important;
  }
  .md\:h-80 {
    height: 20rem !important;
  }
  .md\:h-96 {
    height: 24rem !important;
  }
  .md\:h-auto {
    height: auto !important;
  }
  .md\:h-1\/2 {
    height: 50% !important;
  }
  .md\:h-1\/3 {
    height: 33.333333% !important;
  }
  .md\:h-2\/3 {
    height: 66.666667% !important;
  }
  .md\:h-1\/4 {
    height: 25% !important;
  }
  .md\:h-2\/4 {
    height: 50% !important;
  }
  .md\:h-3\/4 {
    height: 75% !important;
  }
  .md\:h-1\/5 {
    height: 20% !important;
  }
  .md\:h-2\/5 {
    height: 40% !important;
  }
  .md\:h-3\/5 {
    height: 60% !important;
  }
  .md\:h-4\/5 {
    height: 80% !important;
  }
  .md\:h-1\/6 {
    height: 16.666667% !important;
  }
  .md\:h-2\/6 {
    height: 33.333333% !important;
  }
  .md\:h-3\/6 {
    height: 50% !important;
  }
  .md\:h-4\/6 {
    height: 66.666667% !important;
  }
  .md\:h-5\/6 {
    height: 83.333333% !important;
  }
  .md\:h-full {
    height: 100% !important;
  }
  .md\:h-screen {
    height: 100vh !important;
  }
  .md\:w-px {
    width: 1px !important;
  }
  .md\:w-0 {
    width: 0 !important;
  }
  .md\:w-1 {
    width: 0.25rem !important;
  }
  .md\:w-2 {
    width: 0.5rem !important;
  }
  .md\:w-3 {
    width: 0.75rem !important;
  }
  .md\:w-4 {
    width: 1rem !important;
  }
  .md\:w-5 {
    width: 1.25rem !important;
  }
  .md\:w-6 {
    width: 1.5rem !important;
  }
  .md\:w-7 {
    width: 1.75rem !important;
  }
  .md\:w-8 {
    width: 2rem !important;
  }
  .md\:w-9 {
    width: 2.25rem !important;
  }
  .md\:w-10 {
    width: 2.5rem !important;
  }
  .md\:w-11 {
    width: 2.75rem !important;
  }
  .md\:w-12 {
    width: 3rem !important;
  }
  .md\:w-14 {
    width: 3.5rem !important;
  }
  .md\:w-16 {
    width: 4rem !important;
  }
  .md\:w-20 {
    width: 5rem !important;
  }
  .md\:w-24 {
    width: 6rem !important;
  }
  .md\:w-28 {
    width: 7rem !important;
  }
  .md\:w-32 {
    width: 8rem !important;
  }
  .md\:w-36 {
    width: 9rem !important;
  }
  .md\:w-40 {
    width: 10rem !important;
  }
  .md\:w-44 {
    width: 11rem !important;
  }
  .md\:w-48 {
    width: 12rem !important;
  }
  .md\:w-52 {
    width: 13rem !important;
  }
  .md\:w-56 {
    width: 14rem !important;
  }
  .md\:w-60 {
    width: 15rem !important;
  }
  .md\:w-64 {
    width: 16rem !important;
  }
  .md\:w-72 {
    width: 18rem !important;
  }
  .md\:w-80 {
    width: 20rem !important;
  }
  .md\:w-96 {
    width: 24rem !important;
  }
  .md\:w-auto {
    width: auto !important;
  }
  .md\:w-1\/2 {
    width: 50% !important;
  }
  .md\:w-1\/3 {
    width: 33.333333% !important;
  }
  .md\:w-2\/3 {
    width: 66.666667% !important;
  }
  .md\:w-1\/4 {
    width: 25% !important;
  }
  .md\:w-2\/4 {
    width: 50% !important;
  }
  .md\:w-3\/4 {
    width: 75% !important;
  }
  .md\:w-1\/5 {
    width: 20% !important;
  }
  .md\:w-2\/5 {
    width: 40% !important;
  }
  .md\:w-3\/5 {
    width: 60% !important;
  }
  .md\:w-4\/5 {
    width: 80% !important;
  }
  .md\:w-1\/6 {
    width: 16.666667% !important;
  }
  .md\:w-2\/6 {
    width: 33.333333% !important;
  }
  .md\:w-3\/6 {
    width: 50% !important;
  }
  .md\:w-4\/6 {
    width: 66.666667% !important;
  }
  .md\:w-5\/6 {
    width: 83.333333% !important;
  }
  .md\:w-1\/12 {
    width: 8.333333% !important;
  }
  .md\:w-2\/12 {
    width: 16.666667% !important;
  }
  .md\:w-3\/12 {
    width: 25% !important;
  }
  .md\:w-4\/12 {
    width: 33.333333% !important;
  }
  .md\:w-5\/12 {
    width: 41.666667% !important;
  }
  .md\:w-6\/12 {
    width: 50% !important;
  }
  .md\:w-7\/12 {
    width: 58.333333% !important;
  }
  .md\:w-8\/12 {
    width: 66.666667% !important;
  }
  .md\:w-9\/12 {
    width: 75% !important;
  }
  .md\:w-10\/12 {
    width: 83.333333% !important;
  }
  .md\:w-11\/12 {
    width: 91.666667% !important;
  }
  .md\:w-full {
    width: 100% !important;
  }
  .md\:w-screen {
    width: 100vw !important;
  }
  .md\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  .md\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .md\:min-w-0 {
    min-width: 0px !important;
  }
  .md\:min-w-full {
    min-width: 100% !important;
  }
  .md\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }
  .md\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  .md\:max-w-none {
    max-width: none !important;
  }
  .md\:max-w-0 {
    max-width: 0rem !important;
  }
  .md\:max-w-xs {
    max-width: 20rem !important;
  }
  .md\:max-w-sm {
    max-width: 24rem !important;
  }
  .md\:max-w-md {
    max-width: 28rem !important;
  }
  .md\:max-w-lg {
    max-width: 32rem !important;
  }
  .md\:max-w-xl {
    max-width: 36rem !important;
  }
  .md\:max-w-2xl {
    max-width: 42rem !important;
  }
  .md\:max-w-3xl {
    max-width: 48rem !important;
  }
  .md\:max-w-4xl {
    max-width: 56rem !important;
  }
  .md\:max-w-5xl {
    max-width: 64rem !important;
  }
  .md\:max-w-6xl {
    max-width: 72rem !important;
  }
  .md\:max-w-7xl {
    max-width: 80rem !important;
  }
  .md\:max-w-full {
    max-width: 100% !important;
  }
  .md\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  .md\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .md\:max-w-prose {
    max-width: 65ch !important;
  }
  .md\:min-h-0 {
    min-height: 0px !important;
  }
  .md\:min-h-full {
    min-height: 100% !important;
  }
  .md\:min-h-screen {
    min-height: 100vh !important;
  }
  .md\:max-h-px {
    max-height: 1px !important;
  }
  .md\:max-h-0 {
    max-height: 0 !important;
  }
  .md\:max-h-1 {
    max-height: 0.25rem !important;
  }
  .md\:max-h-2 {
    max-height: 0.5rem !important;
  }
  .md\:max-h-3 {
    max-height: 0.75rem !important;
  }
  .md\:max-h-4 {
    max-height: 1rem !important;
  }
  .md\:max-h-5 {
    max-height: 1.25rem !important;
  }
  .md\:max-h-6 {
    max-height: 1.5rem !important;
  }
  .md\:max-h-7 {
    max-height: 1.75rem !important;
  }
  .md\:max-h-8 {
    max-height: 2rem !important;
  }
  .md\:max-h-9 {
    max-height: 2.25rem !important;
  }
  .md\:max-h-10 {
    max-height: 2.5rem !important;
  }
  .md\:max-h-11 {
    max-height: 2.75rem !important;
  }
  .md\:max-h-12 {
    max-height: 3rem !important;
  }
  .md\:max-h-14 {
    max-height: 3.5rem !important;
  }
  .md\:max-h-16 {
    max-height: 4rem !important;
  }
  .md\:max-h-20 {
    max-height: 5rem !important;
  }
  .md\:max-h-24 {
    max-height: 6rem !important;
  }
  .md\:max-h-28 {
    max-height: 7rem !important;
  }
  .md\:max-h-32 {
    max-height: 8rem !important;
  }
  .md\:max-h-36 {
    max-height: 9rem !important;
  }
  .md\:max-h-40 {
    max-height: 10rem !important;
  }
  .md\:max-h-44 {
    max-height: 11rem !important;
  }
  .md\:max-h-48 {
    max-height: 12rem !important;
  }
  .md\:max-h-52 {
    max-height: 13rem !important;
  }
  .md\:max-h-56 {
    max-height: 14rem !important;
  }
  .md\:max-h-60 {
    max-height: 15rem !important;
  }
  .md\:max-h-64 {
    max-height: 16rem !important;
  }
  .md\:max-h-72 {
    max-height: 18rem !important;
  }
  .md\:max-h-80 {
    max-height: 20rem !important;
  }
  .md\:max-h-96 {
    max-height: 24rem !important;
  }
  .md\:max-h-full {
    max-height: 100% !important;
  }
  .md\:max-h-screen {
    max-height: 100vh !important;
  }
}
@media (min-width: 89.9375em) {
  .lg\:h-px {
    height: 1px !important;
  }
  .lg\:h-0 {
    height: 0 !important;
  }
  .lg\:h-1 {
    height: 0.25rem !important;
  }
  .lg\:h-2 {
    height: 0.5rem !important;
  }
  .lg\:h-3 {
    height: 0.75rem !important;
  }
  .lg\:h-4 {
    height: 1rem !important;
  }
  .lg\:h-5 {
    height: 1.25rem !important;
  }
  .lg\:h-6 {
    height: 1.5rem !important;
  }
  .lg\:h-7 {
    height: 1.75rem !important;
  }
  .lg\:h-8 {
    height: 2rem !important;
  }
  .lg\:h-9 {
    height: 2.25rem !important;
  }
  .lg\:h-10 {
    height: 2.5rem !important;
  }
  .lg\:h-11 {
    height: 2.75rem !important;
  }
  .lg\:h-12 {
    height: 3rem !important;
  }
  .lg\:h-14 {
    height: 3.5rem !important;
  }
  .lg\:h-16 {
    height: 4rem !important;
  }
  .lg\:h-20 {
    height: 5rem !important;
  }
  .lg\:h-24 {
    height: 6rem !important;
  }
  .lg\:h-28 {
    height: 7rem !important;
  }
  .lg\:h-32 {
    height: 8rem !important;
  }
  .lg\:h-36 {
    height: 9rem !important;
  }
  .lg\:h-40 {
    height: 10rem !important;
  }
  .lg\:h-44 {
    height: 11rem !important;
  }
  .lg\:h-48 {
    height: 12rem !important;
  }
  .lg\:h-52 {
    height: 13rem !important;
  }
  .lg\:h-56 {
    height: 14rem !important;
  }
  .lg\:h-60 {
    height: 15rem !important;
  }
  .lg\:h-64 {
    height: 16rem !important;
  }
  .lg\:h-72 {
    height: 18rem !important;
  }
  .lg\:h-80 {
    height: 20rem !important;
  }
  .lg\:h-96 {
    height: 24rem !important;
  }
  .lg\:h-auto {
    height: auto !important;
  }
  .lg\:h-1\/2 {
    height: 50% !important;
  }
  .lg\:h-1\/3 {
    height: 33.333333% !important;
  }
  .lg\:h-2\/3 {
    height: 66.666667% !important;
  }
  .lg\:h-1\/4 {
    height: 25% !important;
  }
  .lg\:h-2\/4 {
    height: 50% !important;
  }
  .lg\:h-3\/4 {
    height: 75% !important;
  }
  .lg\:h-1\/5 {
    height: 20% !important;
  }
  .lg\:h-2\/5 {
    height: 40% !important;
  }
  .lg\:h-3\/5 {
    height: 60% !important;
  }
  .lg\:h-4\/5 {
    height: 80% !important;
  }
  .lg\:h-1\/6 {
    height: 16.666667% !important;
  }
  .lg\:h-2\/6 {
    height: 33.333333% !important;
  }
  .lg\:h-3\/6 {
    height: 50% !important;
  }
  .lg\:h-4\/6 {
    height: 66.666667% !important;
  }
  .lg\:h-5\/6 {
    height: 83.333333% !important;
  }
  .lg\:h-full {
    height: 100% !important;
  }
  .lg\:h-screen {
    height: 100vh !important;
  }
  .lg\:w-px {
    width: 1px !important;
  }
  .lg\:w-0 {
    width: 0 !important;
  }
  .lg\:w-1 {
    width: 0.25rem !important;
  }
  .lg\:w-2 {
    width: 0.5rem !important;
  }
  .lg\:w-3 {
    width: 0.75rem !important;
  }
  .lg\:w-4 {
    width: 1rem !important;
  }
  .lg\:w-5 {
    width: 1.25rem !important;
  }
  .lg\:w-6 {
    width: 1.5rem !important;
  }
  .lg\:w-7 {
    width: 1.75rem !important;
  }
  .lg\:w-8 {
    width: 2rem !important;
  }
  .lg\:w-9 {
    width: 2.25rem !important;
  }
  .lg\:w-10 {
    width: 2.5rem !important;
  }
  .lg\:w-11 {
    width: 2.75rem !important;
  }
  .lg\:w-12 {
    width: 3rem !important;
  }
  .lg\:w-14 {
    width: 3.5rem !important;
  }
  .lg\:w-16 {
    width: 4rem !important;
  }
  .lg\:w-20 {
    width: 5rem !important;
  }
  .lg\:w-24 {
    width: 6rem !important;
  }
  .lg\:w-28 {
    width: 7rem !important;
  }
  .lg\:w-32 {
    width: 8rem !important;
  }
  .lg\:w-36 {
    width: 9rem !important;
  }
  .lg\:w-40 {
    width: 10rem !important;
  }
  .lg\:w-44 {
    width: 11rem !important;
  }
  .lg\:w-48 {
    width: 12rem !important;
  }
  .lg\:w-52 {
    width: 13rem !important;
  }
  .lg\:w-56 {
    width: 14rem !important;
  }
  .lg\:w-60 {
    width: 15rem !important;
  }
  .lg\:w-64 {
    width: 16rem !important;
  }
  .lg\:w-72 {
    width: 18rem !important;
  }
  .lg\:w-80 {
    width: 20rem !important;
  }
  .lg\:w-96 {
    width: 24rem !important;
  }
  .lg\:w-auto {
    width: auto !important;
  }
  .lg\:w-1\/2 {
    width: 50% !important;
  }
  .lg\:w-1\/3 {
    width: 33.333333% !important;
  }
  .lg\:w-2\/3 {
    width: 66.666667% !important;
  }
  .lg\:w-1\/4 {
    width: 25% !important;
  }
  .lg\:w-2\/4 {
    width: 50% !important;
  }
  .lg\:w-3\/4 {
    width: 75% !important;
  }
  .lg\:w-1\/5 {
    width: 20% !important;
  }
  .lg\:w-2\/5 {
    width: 40% !important;
  }
  .lg\:w-3\/5 {
    width: 60% !important;
  }
  .lg\:w-4\/5 {
    width: 80% !important;
  }
  .lg\:w-1\/6 {
    width: 16.666667% !important;
  }
  .lg\:w-2\/6 {
    width: 33.333333% !important;
  }
  .lg\:w-3\/6 {
    width: 50% !important;
  }
  .lg\:w-4\/6 {
    width: 66.666667% !important;
  }
  .lg\:w-5\/6 {
    width: 83.333333% !important;
  }
  .lg\:w-1\/12 {
    width: 8.333333% !important;
  }
  .lg\:w-2\/12 {
    width: 16.666667% !important;
  }
  .lg\:w-3\/12 {
    width: 25% !important;
  }
  .lg\:w-4\/12 {
    width: 33.333333% !important;
  }
  .lg\:w-5\/12 {
    width: 41.666667% !important;
  }
  .lg\:w-6\/12 {
    width: 50% !important;
  }
  .lg\:w-7\/12 {
    width: 58.333333% !important;
  }
  .lg\:w-8\/12 {
    width: 66.666667% !important;
  }
  .lg\:w-9\/12 {
    width: 75% !important;
  }
  .lg\:w-10\/12 {
    width: 83.333333% !important;
  }
  .lg\:w-11\/12 {
    width: 91.666667% !important;
  }
  .lg\:w-full {
    width: 100% !important;
  }
  .lg\:w-screen {
    width: 100vw !important;
  }
  .lg\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  .lg\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .lg\:min-w-0 {
    min-width: 0px !important;
  }
  .lg\:min-w-full {
    min-width: 100% !important;
  }
  .lg\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }
  .lg\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  .lg\:max-w-none {
    max-width: none !important;
  }
  .lg\:max-w-0 {
    max-width: 0rem !important;
  }
  .lg\:max-w-xs {
    max-width: 20rem !important;
  }
  .lg\:max-w-sm {
    max-width: 24rem !important;
  }
  .lg\:max-w-md {
    max-width: 28rem !important;
  }
  .lg\:max-w-lg {
    max-width: 32rem !important;
  }
  .lg\:max-w-xl {
    max-width: 36rem !important;
  }
  .lg\:max-w-2xl {
    max-width: 42rem !important;
  }
  .lg\:max-w-3xl {
    max-width: 48rem !important;
  }
  .lg\:max-w-4xl {
    max-width: 56rem !important;
  }
  .lg\:max-w-5xl {
    max-width: 64rem !important;
  }
  .lg\:max-w-6xl {
    max-width: 72rem !important;
  }
  .lg\:max-w-7xl {
    max-width: 80rem !important;
  }
  .lg\:max-w-full {
    max-width: 100% !important;
  }
  .lg\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  .lg\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .lg\:max-w-prose {
    max-width: 65ch !important;
  }
  .lg\:min-h-0 {
    min-height: 0px !important;
  }
  .lg\:min-h-full {
    min-height: 100% !important;
  }
  .lg\:min-h-screen {
    min-height: 100vh !important;
  }
  .lg\:max-h-px {
    max-height: 1px !important;
  }
  .lg\:max-h-0 {
    max-height: 0 !important;
  }
  .lg\:max-h-1 {
    max-height: 0.25rem !important;
  }
  .lg\:max-h-2 {
    max-height: 0.5rem !important;
  }
  .lg\:max-h-3 {
    max-height: 0.75rem !important;
  }
  .lg\:max-h-4 {
    max-height: 1rem !important;
  }
  .lg\:max-h-5 {
    max-height: 1.25rem !important;
  }
  .lg\:max-h-6 {
    max-height: 1.5rem !important;
  }
  .lg\:max-h-7 {
    max-height: 1.75rem !important;
  }
  .lg\:max-h-8 {
    max-height: 2rem !important;
  }
  .lg\:max-h-9 {
    max-height: 2.25rem !important;
  }
  .lg\:max-h-10 {
    max-height: 2.5rem !important;
  }
  .lg\:max-h-11 {
    max-height: 2.75rem !important;
  }
  .lg\:max-h-12 {
    max-height: 3rem !important;
  }
  .lg\:max-h-14 {
    max-height: 3.5rem !important;
  }
  .lg\:max-h-16 {
    max-height: 4rem !important;
  }
  .lg\:max-h-20 {
    max-height: 5rem !important;
  }
  .lg\:max-h-24 {
    max-height: 6rem !important;
  }
  .lg\:max-h-28 {
    max-height: 7rem !important;
  }
  .lg\:max-h-32 {
    max-height: 8rem !important;
  }
  .lg\:max-h-36 {
    max-height: 9rem !important;
  }
  .lg\:max-h-40 {
    max-height: 10rem !important;
  }
  .lg\:max-h-44 {
    max-height: 11rem !important;
  }
  .lg\:max-h-48 {
    max-height: 12rem !important;
  }
  .lg\:max-h-52 {
    max-height: 13rem !important;
  }
  .lg\:max-h-56 {
    max-height: 14rem !important;
  }
  .lg\:max-h-60 {
    max-height: 15rem !important;
  }
  .lg\:max-h-64 {
    max-height: 16rem !important;
  }
  .lg\:max-h-72 {
    max-height: 18rem !important;
  }
  .lg\:max-h-80 {
    max-height: 20rem !important;
  }
  .lg\:max-h-96 {
    max-height: 24rem !important;
  }
  .lg\:max-h-full {
    max-height: 100% !important;
  }
  .lg\:max-h-screen {
    max-height: 100vh !important;
  }
}
.box-sizing-border-box {
  box-sizing: border-box !important;
}
.box-sizing-content-box {
  box-sizing: content-box !important;
}
.box-sizing-initial {
  box-sizing: initial !important;
}
.box-sizing-inherit {
  box-sizing: inherit !important;
}
@media (min-width: 37.4375em) {
  .sm\:box-sizing-border-box {
    box-sizing: border-box !important;
  }
  .sm\:box-sizing-content-box {
    box-sizing: content-box !important;
  }
  .sm\:box-sizing-initial {
    box-sizing: initial !important;
  }
  .sm\:box-sizing-inherit {
    box-sizing: inherit !important;
  }
}
@media (min-width: 62.4375em) {
  .md\:box-sizing-border-box {
    box-sizing: border-box !important;
  }
  .md\:box-sizing-content-box {
    box-sizing: content-box !important;
  }
  .md\:box-sizing-initial {
    box-sizing: initial !important;
  }
  .md\:box-sizing-inherit {
    box-sizing: inherit !important;
  }
}
@media (min-width: 89.9375em) {
  .lg\:box-sizing-border-box {
    box-sizing: border-box !important;
  }
  .lg\:box-sizing-content-box {
    box-sizing: content-box !important;
  }
  .lg\:box-sizing-initial {
    box-sizing: initial !important;
  }
  .lg\:box-sizing-inherit {
    box-sizing: inherit !important;
  }
}
.p-px {
  padding: 1px !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 0.75rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.p-5 {
  padding: 1.25rem !important;
}
.p-6 {
  padding: 1.5rem !important;
}
.p-7 {
  padding: 1.75rem !important;
}
.p-8 {
  padding: 2rem !important;
}
.p-9 {
  padding: 2.25rem !important;
}
.p-10 {
  padding: 2.5rem !important;
}
.p-11 {
  padding: 2.75rem !important;
}
.p-12 {
  padding: 3rem !important;
}
.p-14 {
  padding: 3.5rem !important;
}
.p-16 {
  padding: 4rem !important;
}
.p-20 {
  padding: 5rem !important;
}
.p-24 {
  padding: 6rem !important;
}
.p-28 {
  padding: 7rem !important;
}
.p-32 {
  padding: 8rem !important;
}
.p-36 {
  padding: 9rem !important;
}
.p-40 {
  padding: 10rem !important;
}
.p-44 {
  padding: 11rem !important;
}
.p-48 {
  padding: 12rem !important;
}
.p-52 {
  padding: 13rem !important;
}
.p-56 {
  padding: 14rem !important;
}
.p-60 {
  padding: 15rem !important;
}
.p-64 {
  padding: 16rem !important;
}
.p-72 {
  padding: 18rem !important;
}
.p-80 {
  padding: 20rem !important;
}
.p-96 {
  padding: 24rem !important;
}
.pt-px {
  padding-top: 1px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 0.75rem !important;
}
.pt-4 {
  padding-top: 1rem !important;
}
.pt-5 {
  padding-top: 1.25rem !important;
}
.pt-6 {
  padding-top: 1.5rem !important;
}
.pt-7 {
  padding-top: 1.75rem !important;
}
.pt-8 {
  padding-top: 2rem !important;
}
.pt-9 {
  padding-top: 2.25rem !important;
}
.pt-10 {
  padding-top: 2.5rem !important;
}
.pt-11 {
  padding-top: 2.75rem !important;
}
.pt-12 {
  padding-top: 3rem !important;
}
.pt-14 {
  padding-top: 3.5rem !important;
}
.pt-16 {
  padding-top: 4rem !important;
}
.pt-20 {
  padding-top: 5rem !important;
}
.pt-24 {
  padding-top: 6rem !important;
}
.pt-28 {
  padding-top: 7rem !important;
}
.pt-32 {
  padding-top: 8rem !important;
}
.pt-36 {
  padding-top: 9rem !important;
}
.pt-40 {
  padding-top: 10rem !important;
}
.pt-44 {
  padding-top: 11rem !important;
}
.pt-48 {
  padding-top: 12rem !important;
}
.pt-52 {
  padding-top: 13rem !important;
}
.pt-56 {
  padding-top: 14rem !important;
}
.pt-60 {
  padding-top: 15rem !important;
}
.pt-64 {
  padding-top: 16rem !important;
}
.pt-72 {
  padding-top: 18rem !important;
}
.pt-80 {
  padding-top: 20rem !important;
}
.pt-96 {
  padding-top: 24rem !important;
}
.pr-px {
  padding-right: 1px !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pr-3 {
  padding-right: 0.75rem !important;
}
.pr-4 {
  padding-right: 1rem !important;
}
.pr-5 {
  padding-right: 1.25rem !important;
}
.pr-6 {
  padding-right: 1.5rem !important;
}
.pr-7 {
  padding-right: 1.75rem !important;
}
.pr-8 {
  padding-right: 2rem !important;
}
.pr-9 {
  padding-right: 2.25rem !important;
}
.pr-10 {
  padding-right: 2.5rem !important;
}
.pr-11 {
  padding-right: 2.75rem !important;
}
.pr-12 {
  padding-right: 3rem !important;
}
.pr-14 {
  padding-right: 3.5rem !important;
}
.pr-16 {
  padding-right: 4rem !important;
}
.pr-20 {
  padding-right: 5rem !important;
}
.pr-24 {
  padding-right: 6rem !important;
}
.pr-28 {
  padding-right: 7rem !important;
}
.pr-32 {
  padding-right: 8rem !important;
}
.pr-36 {
  padding-right: 9rem !important;
}
.pr-40 {
  padding-right: 10rem !important;
}
.pr-44 {
  padding-right: 11rem !important;
}
.pr-48 {
  padding-right: 12rem !important;
}
.pr-52 {
  padding-right: 13rem !important;
}
.pr-56 {
  padding-right: 14rem !important;
}
.pr-60 {
  padding-right: 15rem !important;
}
.pr-64 {
  padding-right: 16rem !important;
}
.pr-72 {
  padding-right: 18rem !important;
}
.pr-80 {
  padding-right: 20rem !important;
}
.pr-96 {
  padding-right: 24rem !important;
}
.pb-px {
  padding-bottom: 1px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 0.75rem !important;
}
.pb-4 {
  padding-bottom: 1rem !important;
}
.pb-5 {
  padding-bottom: 1.25rem !important;
}
.pb-6 {
  padding-bottom: 1.5rem !important;
}
.pb-7 {
  padding-bottom: 1.75rem !important;
}
.pb-8 {
  padding-bottom: 2rem !important;
}
.pb-9 {
  padding-bottom: 2.25rem !important;
}
.pb-10 {
  padding-bottom: 2.5rem !important;
}
.pb-11 {
  padding-bottom: 2.75rem !important;
}
.pb-12 {
  padding-bottom: 3rem !important;
}
.pb-14 {
  padding-bottom: 3.5rem !important;
}
.pb-16 {
  padding-bottom: 4rem !important;
}
.pb-20 {
  padding-bottom: 5rem !important;
}
.pb-24 {
  padding-bottom: 6rem !important;
}
.pb-28 {
  padding-bottom: 7rem !important;
}
.pb-32 {
  padding-bottom: 8rem !important;
}
.pb-36 {
  padding-bottom: 9rem !important;
}
.pb-40 {
  padding-bottom: 10rem !important;
}
.pb-44 {
  padding-bottom: 11rem !important;
}
.pb-48 {
  padding-bottom: 12rem !important;
}
.pb-52 {
  padding-bottom: 13rem !important;
}
.pb-56 {
  padding-bottom: 14rem !important;
}
.pb-60 {
  padding-bottom: 15rem !important;
}
.pb-64 {
  padding-bottom: 16rem !important;
}
.pb-72 {
  padding-bottom: 18rem !important;
}
.pb-80 {
  padding-bottom: 20rem !important;
}
.pb-96 {
  padding-bottom: 24rem !important;
}
.pl-px {
  padding-left: 1px !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.pl-3 {
  padding-left: 0.75rem !important;
}
.pl-4 {
  padding-left: 1rem !important;
}
.pl-5 {
  padding-left: 1.25rem !important;
}
.pl-6 {
  padding-left: 1.5rem !important;
}
.pl-7 {
  padding-left: 1.75rem !important;
}
.pl-8 {
  padding-left: 2rem !important;
}
.pl-9 {
  padding-left: 2.25rem !important;
}
.pl-10 {
  padding-left: 2.5rem !important;
}
.pl-11 {
  padding-left: 2.75rem !important;
}
.pl-12 {
  padding-left: 3rem !important;
}
.pl-14 {
  padding-left: 3.5rem !important;
}
.pl-16 {
  padding-left: 4rem !important;
}
.pl-20 {
  padding-left: 5rem !important;
}
.pl-24 {
  padding-left: 6rem !important;
}
.pl-28 {
  padding-left: 7rem !important;
}
.pl-32 {
  padding-left: 8rem !important;
}
.pl-36 {
  padding-left: 9rem !important;
}
.pl-40 {
  padding-left: 10rem !important;
}
.pl-44 {
  padding-left: 11rem !important;
}
.pl-48 {
  padding-left: 12rem !important;
}
.pl-52 {
  padding-left: 13rem !important;
}
.pl-56 {
  padding-left: 14rem !important;
}
.pl-60 {
  padding-left: 15rem !important;
}
.pl-64 {
  padding-left: 16rem !important;
}
.pl-72 {
  padding-left: 18rem !important;
}
.pl-80 {
  padding-left: 20rem !important;
}
.pl-96 {
  padding-left: 24rem !important;
}
.px-px {
  padding-left: 1px !important;
  padding-right: 1px !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-2,
.DefinitionList--table dd,
.DefinitionList--table dt {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}
.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px-9 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}
.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.px-11 {
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important;
}
.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.px-14 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}
.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.px-24 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
.px-28 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}
.px-32 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}
.px-36 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}
.px-40 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}
.px-44 {
  padding-left: 11rem !important;
  padding-right: 11rem !important;
}
.px-48 {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}
.px-52 {
  padding-left: 13rem !important;
  padding-right: 13rem !important;
}
.px-56 {
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}
.px-60 {
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}
.px-64 {
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}
.px-72 {
  padding-left: 18rem !important;
  padding-right: 18rem !important;
}
.px-80 {
  padding-left: 20rem !important;
  padding-right: 20rem !important;
}
.px-96 {
  padding-left: 24rem !important;
  padding-right: 24rem !important;
}
.py-px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1,
.DefinitionList--table dd,
.DefinitionList--table dt {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}
.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}
.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}
.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.py-28 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}
.py-32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}
.py-36 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}
.py-40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
.py-44 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}
.py-48 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}
.py-52 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}
.py-56 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}
.py-60 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}
.py-64 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}
.py-72 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}
.py-80 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}
.py-96 {
  padding-top: 24rem !important;
  padding-bottom: 24rem !important;
}
.m-px {
  margin: 1px !important;
}
.m-0,
.DefinitionList--table dd {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 0.75rem !important;
}
.m-4 {
  margin: 1rem !important;
}
.m-5 {
  margin: 1.25rem !important;
}
.m-6 {
  margin: 1.5rem !important;
}
.m-7 {
  margin: 1.75rem !important;
}
.m-8 {
  margin: 2rem !important;
}
.m-9 {
  margin: 2.25rem !important;
}
.m-10 {
  margin: 2.5rem !important;
}
.m-11 {
  margin: 2.75rem !important;
}
.m-12 {
  margin: 3rem !important;
}
.m-14 {
  margin: 3.5rem !important;
}
.m-16 {
  margin: 4rem !important;
}
.m-20 {
  margin: 5rem !important;
}
.m-24 {
  margin: 6rem !important;
}
.m-28 {
  margin: 7rem !important;
}
.m-32 {
  margin: 8rem !important;
}
.m-36 {
  margin: 9rem !important;
}
.m-40 {
  margin: 10rem !important;
}
.m-44 {
  margin: 11rem !important;
}
.m-48 {
  margin: 12rem !important;
}
.m-52 {
  margin: 13rem !important;
}
.m-56 {
  margin: 14rem !important;
}
.m-60 {
  margin: 15rem !important;
}
.m-64 {
  margin: 16rem !important;
}
.m-72 {
  margin: 18rem !important;
}
.m-80 {
  margin: 20rem !important;
}
.m-96 {
  margin: 24rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-px {
  margin-top: 1px !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 0.75rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mt-5 {
  margin-top: 1.25rem !important;
}
.mt-6,
.DefinitionList--list dt {
  margin-top: 1.5rem !important;
}
.mt-7 {
  margin-top: 1.75rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.mt-9 {
  margin-top: 2.25rem !important;
}
.mt-10 {
  margin-top: 2.5rem !important;
}
.mt-11 {
  margin-top: 2.75rem !important;
}
.mt-12 {
  margin-top: 3rem !important;
}
.mt-14 {
  margin-top: 3.5rem !important;
}
.mt-16 {
  margin-top: 4rem !important;
}
.mt-20 {
  margin-top: 5rem !important;
}
.mt-24 {
  margin-top: 6rem !important;
}
.mt-28 {
  margin-top: 7rem !important;
}
.mt-32 {
  margin-top: 8rem !important;
}
.mt-36 {
  margin-top: 9rem !important;
}
.mt-40 {
  margin-top: 10rem !important;
}
.mt-44 {
  margin-top: 11rem !important;
}
.mt-48 {
  margin-top: 12rem !important;
}
.mt-52 {
  margin-top: 13rem !important;
}
.mt-56 {
  margin-top: 14rem !important;
}
.mt-60 {
  margin-top: 15rem !important;
}
.mt-64 {
  margin-top: 16rem !important;
}
.mt-72 {
  margin-top: 18rem !important;
}
.mt-80 {
  margin-top: 20rem !important;
}
.mt-96 {
  margin-top: 24rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-px {
  margin-right: 1px !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mr-3 {
  margin-right: 0.75rem !important;
}
.mr-4 {
  margin-right: 1rem !important;
}
.mr-5 {
  margin-right: 1.25rem !important;
}
.mr-6 {
  margin-right: 1.5rem !important;
}
.mr-7 {
  margin-right: 1.75rem !important;
}
.mr-8 {
  margin-right: 2rem !important;
}
.mr-9 {
  margin-right: 2.25rem !important;
}
.mr-10 {
  margin-right: 2.5rem !important;
}
.mr-11 {
  margin-right: 2.75rem !important;
}
.mr-12 {
  margin-right: 3rem !important;
}
.mr-14 {
  margin-right: 3.5rem !important;
}
.mr-16 {
  margin-right: 4rem !important;
}
.mr-20 {
  margin-right: 5rem !important;
}
.mr-24 {
  margin-right: 6rem !important;
}
.mr-28 {
  margin-right: 7rem !important;
}
.mr-32 {
  margin-right: 8rem !important;
}
.mr-36 {
  margin-right: 9rem !important;
}
.mr-40 {
  margin-right: 10rem !important;
}
.mr-44 {
  margin-right: 11rem !important;
}
.mr-48 {
  margin-right: 12rem !important;
}
.mr-52 {
  margin-right: 13rem !important;
}
.mr-56 {
  margin-right: 14rem !important;
}
.mr-60 {
  margin-right: 15rem !important;
}
.mr-64 {
  margin-right: 16rem !important;
}
.mr-72 {
  margin-right: 18rem !important;
}
.mr-80 {
  margin-right: 20rem !important;
}
.mr-96 {
  margin-right: 24rem !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-px {
  margin-bottom: 1px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mb-5 {
  margin-bottom: 1.25rem !important;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.mb-7 {
  margin-bottom: 1.75rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.mb-9 {
  margin-bottom: 2.25rem !important;
}
.mb-10 {
  margin-bottom: 2.5rem !important;
}
.mb-11 {
  margin-bottom: 2.75rem !important;
}
.mb-12 {
  margin-bottom: 3rem !important;
}
.mb-14 {
  margin-bottom: 3.5rem !important;
}
.mb-16 {
  margin-bottom: 4rem !important;
}
.mb-20 {
  margin-bottom: 5rem !important;
}
.mb-24 {
  margin-bottom: 6rem !important;
}
.mb-28 {
  margin-bottom: 7rem !important;
}
.mb-32 {
  margin-bottom: 8rem !important;
}
.mb-36 {
  margin-bottom: 9rem !important;
}
.mb-40 {
  margin-bottom: 10rem !important;
}
.mb-44 {
  margin-bottom: 11rem !important;
}
.mb-48 {
  margin-bottom: 12rem !important;
}
.mb-52 {
  margin-bottom: 13rem !important;
}
.mb-56 {
  margin-bottom: 14rem !important;
}
.mb-60 {
  margin-bottom: 15rem !important;
}
.mb-64 {
  margin-bottom: 16rem !important;
}
.mb-72 {
  margin-bottom: 18rem !important;
}
.mb-80 {
  margin-bottom: 20rem !important;
}
.mb-96 {
  margin-bottom: 24rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-px {
  margin-left: 1px !important;
}
.ml-0,
.DefinitionList--list dd {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.ml-3 {
  margin-left: 0.75rem !important;
}
.ml-4 {
  margin-left: 1rem !important;
}
.ml-5 {
  margin-left: 1.25rem !important;
}
.ml-6 {
  margin-left: 1.5rem !important;
}
.ml-7 {
  margin-left: 1.75rem !important;
}
.ml-8 {
  margin-left: 2rem !important;
}
.ml-9 {
  margin-left: 2.25rem !important;
}
.ml-10 {
  margin-left: 2.5rem !important;
}
.ml-11 {
  margin-left: 2.75rem !important;
}
.ml-12 {
  margin-left: 3rem !important;
}
.ml-14 {
  margin-left: 3.5rem !important;
}
.ml-16 {
  margin-left: 4rem !important;
}
.ml-20 {
  margin-left: 5rem !important;
}
.ml-24 {
  margin-left: 6rem !important;
}
.ml-28 {
  margin-left: 7rem !important;
}
.ml-32 {
  margin-left: 8rem !important;
}
.ml-36 {
  margin-left: 9rem !important;
}
.ml-40 {
  margin-left: 10rem !important;
}
.ml-44 {
  margin-left: 11rem !important;
}
.ml-48 {
  margin-left: 12rem !important;
}
.ml-52 {
  margin-left: 13rem !important;
}
.ml-56 {
  margin-left: 14rem !important;
}
.ml-60 {
  margin-left: 15rem !important;
}
.ml-64 {
  margin-left: 16rem !important;
}
.ml-72 {
  margin-left: 18rem !important;
}
.ml-80 {
  margin-left: 20rem !important;
}
.ml-96 {
  margin-left: 24rem !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mx-px {
  margin-left: 1px !important;
  margin-right: 1px !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}
.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}
.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mx-7 {
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important;
}
.mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.mx-9 {
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important;
}
.mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}
.mx-11 {
  margin-left: 2.75rem !important;
  margin-right: 2.75rem !important;
}
.mx-12 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.mx-14 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}
.mx-16 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.mx-20 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
.mx-24 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}
.mx-28 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}
.mx-32 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}
.mx-36 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}
.mx-40 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}
.mx-44 {
  margin-left: 11rem !important;
  margin-right: 11rem !important;
}
.mx-48 {
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}
.mx-52 {
  margin-left: 13rem !important;
  margin-right: 13rem !important;
}
.mx-56 {
  margin-left: 14rem !important;
  margin-right: 14rem !important;
}
.mx-60 {
  margin-left: 15rem !important;
  margin-right: 15rem !important;
}
.mx-64 {
  margin-left: 16rem !important;
  margin-right: 16rem !important;
}
.mx-72 {
  margin-left: 18rem !important;
  margin-right: 18rem !important;
}
.mx-80 {
  margin-left: 20rem !important;
  margin-right: 20rem !important;
}
.mx-96 {
  margin-left: 24rem !important;
  margin-right: 24rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-px {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}
.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}
.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.my-11 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}
.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}
.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.my-24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}
.my-28 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}
.my-32 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}
.my-36 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}
.my-40 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}
.my-44 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}
.my-48 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}
.my-52 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}
.my-56 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}
.my-60 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}
.my-64 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}
.my-72 {
  margin-top: 18rem !important;
  margin-bottom: 18rem !important;
}
.my-80 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}
.my-96 {
  margin-top: 24rem !important;
  margin-bottom: 24rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.-m-px {
  margin: -1px !important;
}
.-m-1 {
  margin: -0.25rem !important;
}
.-m-2 {
  margin: -0.5rem !important;
}
.-m-3 {
  margin: -0.75rem !important;
}
.-m-4 {
  margin: -1rem !important;
}
.-m-5 {
  margin: -1.25rem !important;
}
.-m-6 {
  margin: -1.5rem !important;
}
.-m-7 {
  margin: -1.75rem !important;
}
.-m-8 {
  margin: -2rem !important;
}
.-m-9 {
  margin: -2.25rem !important;
}
.-m-10 {
  margin: -2.5rem !important;
}
.-m-11 {
  margin: -2.75rem !important;
}
.-m-12 {
  margin: -3rem !important;
}
.-m-14 {
  margin: -3.5rem !important;
}
.-m-16 {
  margin: -4rem !important;
}
.-m-20 {
  margin: -5rem !important;
}
.-m-24 {
  margin: -6rem !important;
}
.-m-28 {
  margin: -7rem !important;
}
.-m-32 {
  margin: -8rem !important;
}
.-m-36 {
  margin: -9rem !important;
}
.-m-40 {
  margin: -10rem !important;
}
.-m-44 {
  margin: -11rem !important;
}
.-m-48 {
  margin: -12rem !important;
}
.-m-52 {
  margin: -13rem !important;
}
.-m-56 {
  margin: -14rem !important;
}
.-m-60 {
  margin: -15rem !important;
}
.-m-64 {
  margin: -16rem !important;
}
.-m-72 {
  margin: -18rem !important;
}
.-m-80 {
  margin: -20rem !important;
}
.-m-96 {
  margin: -24rem !important;
}
.-mt-px {
  margin-top: -1px !important;
}
.-mt-1 {
  margin-top: -0.25rem !important;
}
.-mt-2 {
  margin-top: -0.5rem !important;
}
.-mt-3 {
  margin-top: -0.75rem !important;
}
.-mt-4 {
  margin-top: -1rem !important;
}
.-mt-5 {
  margin-top: -1.25rem !important;
}
.-mt-6 {
  margin-top: -1.5rem !important;
}
.-mt-7 {
  margin-top: -1.75rem !important;
}
.-mt-8 {
  margin-top: -2rem !important;
}
.-mt-9 {
  margin-top: -2.25rem !important;
}
.-mt-10 {
  margin-top: -2.5rem !important;
}
.-mt-11 {
  margin-top: -2.75rem !important;
}
.-mt-12 {
  margin-top: -3rem !important;
}
.-mt-14 {
  margin-top: -3.5rem !important;
}
.-mt-16 {
  margin-top: -4rem !important;
}
.-mt-20 {
  margin-top: -5rem !important;
}
.-mt-24 {
  margin-top: -6rem !important;
}
.-mt-28 {
  margin-top: -7rem !important;
}
.-mt-32 {
  margin-top: -8rem !important;
}
.-mt-36 {
  margin-top: -9rem !important;
}
.-mt-40 {
  margin-top: -10rem !important;
}
.-mt-44 {
  margin-top: -11rem !important;
}
.-mt-48 {
  margin-top: -12rem !important;
}
.-mt-52 {
  margin-top: -13rem !important;
}
.-mt-56 {
  margin-top: -14rem !important;
}
.-mt-60 {
  margin-top: -15rem !important;
}
.-mt-64 {
  margin-top: -16rem !important;
}
.-mt-72 {
  margin-top: -18rem !important;
}
.-mt-80 {
  margin-top: -20rem !important;
}
.-mt-96 {
  margin-top: -24rem !important;
}
.-mr-px {
  margin-right: -1px !important;
}
.-mr-1 {
  margin-right: -0.25rem !important;
}
.-mr-2 {
  margin-right: -0.5rem !important;
}
.-mr-3 {
  margin-right: -0.75rem !important;
}
.-mr-4 {
  margin-right: -1rem !important;
}
.-mr-5 {
  margin-right: -1.25rem !important;
}
.-mr-6 {
  margin-right: -1.5rem !important;
}
.-mr-7 {
  margin-right: -1.75rem !important;
}
.-mr-8 {
  margin-right: -2rem !important;
}
.-mr-9 {
  margin-right: -2.25rem !important;
}
.-mr-10 {
  margin-right: -2.5rem !important;
}
.-mr-11 {
  margin-right: -2.75rem !important;
}
.-mr-12 {
  margin-right: -3rem !important;
}
.-mr-14 {
  margin-right: -3.5rem !important;
}
.-mr-16 {
  margin-right: -4rem !important;
}
.-mr-20 {
  margin-right: -5rem !important;
}
.-mr-24 {
  margin-right: -6rem !important;
}
.-mr-28 {
  margin-right: -7rem !important;
}
.-mr-32 {
  margin-right: -8rem !important;
}
.-mr-36 {
  margin-right: -9rem !important;
}
.-mr-40 {
  margin-right: -10rem !important;
}
.-mr-44 {
  margin-right: -11rem !important;
}
.-mr-48 {
  margin-right: -12rem !important;
}
.-mr-52 {
  margin-right: -13rem !important;
}
.-mr-56 {
  margin-right: -14rem !important;
}
.-mr-60 {
  margin-right: -15rem !important;
}
.-mr-64 {
  margin-right: -16rem !important;
}
.-mr-72 {
  margin-right: -18rem !important;
}
.-mr-80 {
  margin-right: -20rem !important;
}
.-mr-96 {
  margin-right: -24rem !important;
}
.-mb-px {
  margin-bottom: -1px !important;
}
.-mb-1 {
  margin-bottom: -0.25rem !important;
}
.-mb-2 {
  margin-bottom: -0.5rem !important;
}
.-mb-3 {
  margin-bottom: -0.75rem !important;
}
.-mb-4 {
  margin-bottom: -1rem !important;
}
.-mb-5 {
  margin-bottom: -1.25rem !important;
}
.-mb-6 {
  margin-bottom: -1.5rem !important;
}
.-mb-7 {
  margin-bottom: -1.75rem !important;
}
.-mb-8 {
  margin-bottom: -2rem !important;
}
.-mb-9 {
  margin-bottom: -2.25rem !important;
}
.-mb-10 {
  margin-bottom: -2.5rem !important;
}
.-mb-11 {
  margin-bottom: -2.75rem !important;
}
.-mb-12 {
  margin-bottom: -3rem !important;
}
.-mb-14 {
  margin-bottom: -3.5rem !important;
}
.-mb-16 {
  margin-bottom: -4rem !important;
}
.-mb-20 {
  margin-bottom: -5rem !important;
}
.-mb-24 {
  margin-bottom: -6rem !important;
}
.-mb-28 {
  margin-bottom: -7rem !important;
}
.-mb-32 {
  margin-bottom: -8rem !important;
}
.-mb-36 {
  margin-bottom: -9rem !important;
}
.-mb-40 {
  margin-bottom: -10rem !important;
}
.-mb-44 {
  margin-bottom: -11rem !important;
}
.-mb-48 {
  margin-bottom: -12rem !important;
}
.-mb-52 {
  margin-bottom: -13rem !important;
}
.-mb-56 {
  margin-bottom: -14rem !important;
}
.-mb-60 {
  margin-bottom: -15rem !important;
}
.-mb-64 {
  margin-bottom: -16rem !important;
}
.-mb-72 {
  margin-bottom: -18rem !important;
}
.-mb-80 {
  margin-bottom: -20rem !important;
}
.-mb-96 {
  margin-bottom: -24rem !important;
}
.-ml-px {
  margin-left: -1px !important;
}
.-ml-1 {
  margin-left: -0.25rem !important;
}
.-ml-2 {
  margin-left: -0.5rem !important;
}
.-ml-3 {
  margin-left: -0.75rem !important;
}
.-ml-4 {
  margin-left: -1rem !important;
}
.-ml-5 {
  margin-left: -1.25rem !important;
}
.-ml-6 {
  margin-left: -1.5rem !important;
}
.-ml-7 {
  margin-left: -1.75rem !important;
}
.-ml-8 {
  margin-left: -2rem !important;
}
.-ml-9 {
  margin-left: -2.25rem !important;
}
.-ml-10 {
  margin-left: -2.5rem !important;
}
.-ml-11 {
  margin-left: -2.75rem !important;
}
.-ml-12 {
  margin-left: -3rem !important;
}
.-ml-14 {
  margin-left: -3.5rem !important;
}
.-ml-16 {
  margin-left: -4rem !important;
}
.-ml-20 {
  margin-left: -5rem !important;
}
.-ml-24 {
  margin-left: -6rem !important;
}
.-ml-28 {
  margin-left: -7rem !important;
}
.-ml-32 {
  margin-left: -8rem !important;
}
.-ml-36 {
  margin-left: -9rem !important;
}
.-ml-40 {
  margin-left: -10rem !important;
}
.-ml-44 {
  margin-left: -11rem !important;
}
.-ml-48 {
  margin-left: -12rem !important;
}
.-ml-52 {
  margin-left: -13rem !important;
}
.-ml-56 {
  margin-left: -14rem !important;
}
.-ml-60 {
  margin-left: -15rem !important;
}
.-ml-64 {
  margin-left: -16rem !important;
}
.-ml-72 {
  margin-left: -18rem !important;
}
.-ml-80 {
  margin-left: -20rem !important;
}
.-ml-96 {
  margin-left: -24rem !important;
}
.-mx-px {
  margin-left: -1px !important;
  margin-right: -1px !important;
}
.-mx-1 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}
.-mx-2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}
.-mx-3 {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}
.-mx-4 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
.-mx-5 {
  margin-left: -1.25rem !important;
  margin-right: -1.25rem !important;
}
.-mx-6 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}
.-mx-7 {
  margin-left: -1.75rem !important;
  margin-right: -1.75rem !important;
}
.-mx-8 {
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}
.-mx-9 {
  margin-left: -2.25rem !important;
  margin-right: -2.25rem !important;
}
.-mx-10 {
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
}
.-mx-11 {
  margin-left: -2.75rem !important;
  margin-right: -2.75rem !important;
}
.-mx-12 {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}
.-mx-14 {
  margin-left: -3.5rem !important;
  margin-right: -3.5rem !important;
}
.-mx-16 {
  margin-left: -4rem !important;
  margin-right: -4rem !important;
}
.-mx-20 {
  margin-left: -5rem !important;
  margin-right: -5rem !important;
}
.-mx-24 {
  margin-left: -6rem !important;
  margin-right: -6rem !important;
}
.-mx-28 {
  margin-left: -7rem !important;
  margin-right: -7rem !important;
}
.-mx-32 {
  margin-left: -8rem !important;
  margin-right: -8rem !important;
}
.-mx-36 {
  margin-left: -9rem !important;
  margin-right: -9rem !important;
}
.-mx-40 {
  margin-left: -10rem !important;
  margin-right: -10rem !important;
}
.-mx-44 {
  margin-left: -11rem !important;
  margin-right: -11rem !important;
}
.-mx-48 {
  margin-left: -12rem !important;
  margin-right: -12rem !important;
}
.-mx-52 {
  margin-left: -13rem !important;
  margin-right: -13rem !important;
}
.-mx-56 {
  margin-left: -14rem !important;
  margin-right: -14rem !important;
}
.-mx-60 {
  margin-left: -15rem !important;
  margin-right: -15rem !important;
}
.-mx-64 {
  margin-left: -16rem !important;
  margin-right: -16rem !important;
}
.-mx-72 {
  margin-left: -18rem !important;
  margin-right: -18rem !important;
}
.-mx-80 {
  margin-left: -20rem !important;
  margin-right: -20rem !important;
}
.-mx-96 {
  margin-left: -24rem !important;
  margin-right: -24rem !important;
}
.-my-px {
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}
.-my-1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}
.-my-2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}
.-my-3 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}
.-my-4 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}
.-my-5 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}
.-my-6 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}
.-my-7 {
  margin-top: -1.75rem !important;
  margin-bottom: -1.75rem !important;
}
.-my-8 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}
.-my-9 {
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important;
}
.-my-10 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}
.-my-11 {
  margin-top: -2.75rem !important;
  margin-bottom: -2.75rem !important;
}
.-my-12 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}
.-my-14 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}
.-my-16 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}
.-my-20 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}
.-my-24 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}
.-my-28 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}
.-my-32 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}
.-my-36 {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}
.-my-40 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}
.-my-44 {
  margin-top: -11rem !important;
  margin-bottom: -11rem !important;
}
.-my-48 {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}
.-my-52 {
  margin-top: -13rem !important;
  margin-bottom: -13rem !important;
}
.-my-56 {
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}
.-my-60 {
  margin-top: -15rem !important;
  margin-bottom: -15rem !important;
}
.-my-64 {
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}
.-my-72 {
  margin-top: -18rem !important;
  margin-bottom: -18rem !important;
}
.-my-80 {
  margin-top: -20rem !important;
  margin-bottom: -20rem !important;
}
.-my-96 {
  margin-top: -24rem !important;
  margin-bottom: -24rem !important;
}
@media (min-width: 37.4375em) {
  .sm\:p-px {
    padding: 1px !important;
  }
  .sm\:p-0 {
    padding: 0 !important;
  }
  .sm\:p-1 {
    padding: 0.25rem !important;
  }
  .sm\:p-2 {
    padding: 0.5rem !important;
  }
  .sm\:p-3 {
    padding: 0.75rem !important;
  }
  .sm\:p-4 {
    padding: 1rem !important;
  }
  .sm\:p-5 {
    padding: 1.25rem !important;
  }
  .sm\:p-6 {
    padding: 1.5rem !important;
  }
  .sm\:p-7 {
    padding: 1.75rem !important;
  }
  .sm\:p-8 {
    padding: 2rem !important;
  }
  .sm\:p-9 {
    padding: 2.25rem !important;
  }
  .sm\:p-10 {
    padding: 2.5rem !important;
  }
  .sm\:p-11 {
    padding: 2.75rem !important;
  }
  .sm\:p-12 {
    padding: 3rem !important;
  }
  .sm\:p-14 {
    padding: 3.5rem !important;
  }
  .sm\:p-16 {
    padding: 4rem !important;
  }
  .sm\:p-20 {
    padding: 5rem !important;
  }
  .sm\:p-24 {
    padding: 6rem !important;
  }
  .sm\:p-28 {
    padding: 7rem !important;
  }
  .sm\:p-32 {
    padding: 8rem !important;
  }
  .sm\:p-36 {
    padding: 9rem !important;
  }
  .sm\:p-40 {
    padding: 10rem !important;
  }
  .sm\:p-44 {
    padding: 11rem !important;
  }
  .sm\:p-48 {
    padding: 12rem !important;
  }
  .sm\:p-52 {
    padding: 13rem !important;
  }
  .sm\:p-56 {
    padding: 14rem !important;
  }
  .sm\:p-60 {
    padding: 15rem !important;
  }
  .sm\:p-64 {
    padding: 16rem !important;
  }
  .sm\:p-72 {
    padding: 18rem !important;
  }
  .sm\:p-80 {
    padding: 20rem !important;
  }
  .sm\:p-96 {
    padding: 24rem !important;
  }
  .sm\:pt-px {
    padding-top: 1px !important;
  }
  .sm\:pt-0 {
    padding-top: 0 !important;
  }
  .sm\:pt-1 {
    padding-top: 0.25rem !important;
  }
  .sm\:pt-2 {
    padding-top: 0.5rem !important;
  }
  .sm\:pt-3 {
    padding-top: 0.75rem !important;
  }
  .sm\:pt-4 {
    padding-top: 1rem !important;
  }
  .sm\:pt-5 {
    padding-top: 1.25rem !important;
  }
  .sm\:pt-6 {
    padding-top: 1.5rem !important;
  }
  .sm\:pt-7 {
    padding-top: 1.75rem !important;
  }
  .sm\:pt-8 {
    padding-top: 2rem !important;
  }
  .sm\:pt-9 {
    padding-top: 2.25rem !important;
  }
  .sm\:pt-10 {
    padding-top: 2.5rem !important;
  }
  .sm\:pt-11 {
    padding-top: 2.75rem !important;
  }
  .sm\:pt-12 {
    padding-top: 3rem !important;
  }
  .sm\:pt-14 {
    padding-top: 3.5rem !important;
  }
  .sm\:pt-16 {
    padding-top: 4rem !important;
  }
  .sm\:pt-20 {
    padding-top: 5rem !important;
  }
  .sm\:pt-24 {
    padding-top: 6rem !important;
  }
  .sm\:pt-28 {
    padding-top: 7rem !important;
  }
  .sm\:pt-32 {
    padding-top: 8rem !important;
  }
  .sm\:pt-36 {
    padding-top: 9rem !important;
  }
  .sm\:pt-40 {
    padding-top: 10rem !important;
  }
  .sm\:pt-44 {
    padding-top: 11rem !important;
  }
  .sm\:pt-48 {
    padding-top: 12rem !important;
  }
  .sm\:pt-52 {
    padding-top: 13rem !important;
  }
  .sm\:pt-56 {
    padding-top: 14rem !important;
  }
  .sm\:pt-60 {
    padding-top: 15rem !important;
  }
  .sm\:pt-64 {
    padding-top: 16rem !important;
  }
  .sm\:pt-72 {
    padding-top: 18rem !important;
  }
  .sm\:pt-80 {
    padding-top: 20rem !important;
  }
  .sm\:pt-96 {
    padding-top: 24rem !important;
  }
  .sm\:pr-px {
    padding-right: 1px !important;
  }
  .sm\:pr-0 {
    padding-right: 0 !important;
  }
  .sm\:pr-1 {
    padding-right: 0.25rem !important;
  }
  .sm\:pr-2 {
    padding-right: 0.5rem !important;
  }
  .sm\:pr-3 {
    padding-right: 0.75rem !important;
  }
  .sm\:pr-4 {
    padding-right: 1rem !important;
  }
  .sm\:pr-5 {
    padding-right: 1.25rem !important;
  }
  .sm\:pr-6 {
    padding-right: 1.5rem !important;
  }
  .sm\:pr-7 {
    padding-right: 1.75rem !important;
  }
  .sm\:pr-8 {
    padding-right: 2rem !important;
  }
  .sm\:pr-9 {
    padding-right: 2.25rem !important;
  }
  .sm\:pr-10 {
    padding-right: 2.5rem !important;
  }
  .sm\:pr-11 {
    padding-right: 2.75rem !important;
  }
  .sm\:pr-12 {
    padding-right: 3rem !important;
  }
  .sm\:pr-14 {
    padding-right: 3.5rem !important;
  }
  .sm\:pr-16 {
    padding-right: 4rem !important;
  }
  .sm\:pr-20 {
    padding-right: 5rem !important;
  }
  .sm\:pr-24 {
    padding-right: 6rem !important;
  }
  .sm\:pr-28 {
    padding-right: 7rem !important;
  }
  .sm\:pr-32 {
    padding-right: 8rem !important;
  }
  .sm\:pr-36 {
    padding-right: 9rem !important;
  }
  .sm\:pr-40 {
    padding-right: 10rem !important;
  }
  .sm\:pr-44 {
    padding-right: 11rem !important;
  }
  .sm\:pr-48 {
    padding-right: 12rem !important;
  }
  .sm\:pr-52 {
    padding-right: 13rem !important;
  }
  .sm\:pr-56 {
    padding-right: 14rem !important;
  }
  .sm\:pr-60 {
    padding-right: 15rem !important;
  }
  .sm\:pr-64 {
    padding-right: 16rem !important;
  }
  .sm\:pr-72 {
    padding-right: 18rem !important;
  }
  .sm\:pr-80 {
    padding-right: 20rem !important;
  }
  .sm\:pr-96 {
    padding-right: 24rem !important;
  }
  .sm\:pb-px {
    padding-bottom: 1px !important;
  }
  .sm\:pb-0 {
    padding-bottom: 0 !important;
  }
  .sm\:pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .sm\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .sm\:pb-3 {
    padding-bottom: 0.75rem !important;
  }
  .sm\:pb-4 {
    padding-bottom: 1rem !important;
  }
  .sm\:pb-5 {
    padding-bottom: 1.25rem !important;
  }
  .sm\:pb-6 {
    padding-bottom: 1.5rem !important;
  }
  .sm\:pb-7 {
    padding-bottom: 1.75rem !important;
  }
  .sm\:pb-8 {
    padding-bottom: 2rem !important;
  }
  .sm\:pb-9 {
    padding-bottom: 2.25rem !important;
  }
  .sm\:pb-10 {
    padding-bottom: 2.5rem !important;
  }
  .sm\:pb-11 {
    padding-bottom: 2.75rem !important;
  }
  .sm\:pb-12 {
    padding-bottom: 3rem !important;
  }
  .sm\:pb-14 {
    padding-bottom: 3.5rem !important;
  }
  .sm\:pb-16 {
    padding-bottom: 4rem !important;
  }
  .sm\:pb-20 {
    padding-bottom: 5rem !important;
  }
  .sm\:pb-24 {
    padding-bottom: 6rem !important;
  }
  .sm\:pb-28 {
    padding-bottom: 7rem !important;
  }
  .sm\:pb-32 {
    padding-bottom: 8rem !important;
  }
  .sm\:pb-36 {
    padding-bottom: 9rem !important;
  }
  .sm\:pb-40 {
    padding-bottom: 10rem !important;
  }
  .sm\:pb-44 {
    padding-bottom: 11rem !important;
  }
  .sm\:pb-48 {
    padding-bottom: 12rem !important;
  }
  .sm\:pb-52 {
    padding-bottom: 13rem !important;
  }
  .sm\:pb-56 {
    padding-bottom: 14rem !important;
  }
  .sm\:pb-60 {
    padding-bottom: 15rem !important;
  }
  .sm\:pb-64 {
    padding-bottom: 16rem !important;
  }
  .sm\:pb-72 {
    padding-bottom: 18rem !important;
  }
  .sm\:pb-80 {
    padding-bottom: 20rem !important;
  }
  .sm\:pb-96 {
    padding-bottom: 24rem !important;
  }
  .sm\:pl-px {
    padding-left: 1px !important;
  }
  .sm\:pl-0 {
    padding-left: 0 !important;
  }
  .sm\:pl-1 {
    padding-left: 0.25rem !important;
  }
  .sm\:pl-2 {
    padding-left: 0.5rem !important;
  }
  .sm\:pl-3 {
    padding-left: 0.75rem !important;
  }
  .sm\:pl-4 {
    padding-left: 1rem !important;
  }
  .sm\:pl-5 {
    padding-left: 1.25rem !important;
  }
  .sm\:pl-6 {
    padding-left: 1.5rem !important;
  }
  .sm\:pl-7 {
    padding-left: 1.75rem !important;
  }
  .sm\:pl-8 {
    padding-left: 2rem !important;
  }
  .sm\:pl-9 {
    padding-left: 2.25rem !important;
  }
  .sm\:pl-10 {
    padding-left: 2.5rem !important;
  }
  .sm\:pl-11 {
    padding-left: 2.75rem !important;
  }
  .sm\:pl-12 {
    padding-left: 3rem !important;
  }
  .sm\:pl-14 {
    padding-left: 3.5rem !important;
  }
  .sm\:pl-16 {
    padding-left: 4rem !important;
  }
  .sm\:pl-20 {
    padding-left: 5rem !important;
  }
  .sm\:pl-24 {
    padding-left: 6rem !important;
  }
  .sm\:pl-28 {
    padding-left: 7rem !important;
  }
  .sm\:pl-32 {
    padding-left: 8rem !important;
  }
  .sm\:pl-36 {
    padding-left: 9rem !important;
  }
  .sm\:pl-40 {
    padding-left: 10rem !important;
  }
  .sm\:pl-44 {
    padding-left: 11rem !important;
  }
  .sm\:pl-48 {
    padding-left: 12rem !important;
  }
  .sm\:pl-52 {
    padding-left: 13rem !important;
  }
  .sm\:pl-56 {
    padding-left: 14rem !important;
  }
  .sm\:pl-60 {
    padding-left: 15rem !important;
  }
  .sm\:pl-64 {
    padding-left: 16rem !important;
  }
  .sm\:pl-72 {
    padding-left: 18rem !important;
  }
  .sm\:pl-80 {
    padding-left: 20rem !important;
  }
  .sm\:pl-96 {
    padding-left: 24rem !important;
  }
  .sm\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .sm\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sm\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .sm\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .sm\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .sm\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .sm\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .sm\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .sm\:px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .sm\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .sm\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .sm\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .sm\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  .sm\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .sm\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .sm\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .sm\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .sm\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .sm\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .sm\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .sm\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .sm\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .sm\:px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  .sm\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .sm\:px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }
  .sm\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
  .sm\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .sm\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }
  .sm\:px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .sm\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .sm\:px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }
  .sm\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .sm\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .sm\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .sm\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .sm\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .sm\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .sm\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .sm\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .sm\:py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .sm\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .sm\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .sm\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .sm\:py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .sm\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .sm\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .sm\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .sm\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .sm\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .sm\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .sm\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .sm\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .sm\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .sm\:py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .sm\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .sm\:py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .sm\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .sm\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .sm\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .sm\:py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .sm\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .sm\:py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .sm\:m-px {
    margin: 1px !important;
  }
  .sm\:m-0 {
    margin: 0 !important;
  }
  .sm\:m-1 {
    margin: 0.25rem !important;
  }
  .sm\:m-2 {
    margin: 0.5rem !important;
  }
  .sm\:m-3 {
    margin: 0.75rem !important;
  }
  .sm\:m-4 {
    margin: 1rem !important;
  }
  .sm\:m-5 {
    margin: 1.25rem !important;
  }
  .sm\:m-6 {
    margin: 1.5rem !important;
  }
  .sm\:m-7 {
    margin: 1.75rem !important;
  }
  .sm\:m-8 {
    margin: 2rem !important;
  }
  .sm\:m-9 {
    margin: 2.25rem !important;
  }
  .sm\:m-10 {
    margin: 2.5rem !important;
  }
  .sm\:m-11 {
    margin: 2.75rem !important;
  }
  .sm\:m-12 {
    margin: 3rem !important;
  }
  .sm\:m-14 {
    margin: 3.5rem !important;
  }
  .sm\:m-16 {
    margin: 4rem !important;
  }
  .sm\:m-20 {
    margin: 5rem !important;
  }
  .sm\:m-24 {
    margin: 6rem !important;
  }
  .sm\:m-28 {
    margin: 7rem !important;
  }
  .sm\:m-32 {
    margin: 8rem !important;
  }
  .sm\:m-36 {
    margin: 9rem !important;
  }
  .sm\:m-40 {
    margin: 10rem !important;
  }
  .sm\:m-44 {
    margin: 11rem !important;
  }
  .sm\:m-48 {
    margin: 12rem !important;
  }
  .sm\:m-52 {
    margin: 13rem !important;
  }
  .sm\:m-56 {
    margin: 14rem !important;
  }
  .sm\:m-60 {
    margin: 15rem !important;
  }
  .sm\:m-64 {
    margin: 16rem !important;
  }
  .sm\:m-72 {
    margin: 18rem !important;
  }
  .sm\:m-80 {
    margin: 20rem !important;
  }
  .sm\:m-96 {
    margin: 24rem !important;
  }
  .sm\:m-auto {
    margin: auto !important;
  }
  .sm\:mt-px {
    margin-top: 1px !important;
  }
  .sm\:mt-0 {
    margin-top: 0 !important;
  }
  .sm\:mt-1 {
    margin-top: 0.25rem !important;
  }
  .sm\:mt-2 {
    margin-top: 0.5rem !important;
  }
  .sm\:mt-3 {
    margin-top: 0.75rem !important;
  }
  .sm\:mt-4 {
    margin-top: 1rem !important;
  }
  .sm\:mt-5 {
    margin-top: 1.25rem !important;
  }
  .sm\:mt-6 {
    margin-top: 1.5rem !important;
  }
  .sm\:mt-7 {
    margin-top: 1.75rem !important;
  }
  .sm\:mt-8 {
    margin-top: 2rem !important;
  }
  .sm\:mt-9 {
    margin-top: 2.25rem !important;
  }
  .sm\:mt-10 {
    margin-top: 2.5rem !important;
  }
  .sm\:mt-11 {
    margin-top: 2.75rem !important;
  }
  .sm\:mt-12 {
    margin-top: 3rem !important;
  }
  .sm\:mt-14 {
    margin-top: 3.5rem !important;
  }
  .sm\:mt-16 {
    margin-top: 4rem !important;
  }
  .sm\:mt-20 {
    margin-top: 5rem !important;
  }
  .sm\:mt-24 {
    margin-top: 6rem !important;
  }
  .sm\:mt-28 {
    margin-top: 7rem !important;
  }
  .sm\:mt-32 {
    margin-top: 8rem !important;
  }
  .sm\:mt-36 {
    margin-top: 9rem !important;
  }
  .sm\:mt-40 {
    margin-top: 10rem !important;
  }
  .sm\:mt-44 {
    margin-top: 11rem !important;
  }
  .sm\:mt-48 {
    margin-top: 12rem !important;
  }
  .sm\:mt-52 {
    margin-top: 13rem !important;
  }
  .sm\:mt-56 {
    margin-top: 14rem !important;
  }
  .sm\:mt-60 {
    margin-top: 15rem !important;
  }
  .sm\:mt-64 {
    margin-top: 16rem !important;
  }
  .sm\:mt-72 {
    margin-top: 18rem !important;
  }
  .sm\:mt-80 {
    margin-top: 20rem !important;
  }
  .sm\:mt-96 {
    margin-top: 24rem !important;
  }
  .sm\:mt-auto {
    margin-top: auto !important;
  }
  .sm\:mr-px {
    margin-right: 1px !important;
  }
  .sm\:mr-0 {
    margin-right: 0 !important;
  }
  .sm\:mr-1 {
    margin-right: 0.25rem !important;
  }
  .sm\:mr-2 {
    margin-right: 0.5rem !important;
  }
  .sm\:mr-3 {
    margin-right: 0.75rem !important;
  }
  .sm\:mr-4 {
    margin-right: 1rem !important;
  }
  .sm\:mr-5 {
    margin-right: 1.25rem !important;
  }
  .sm\:mr-6 {
    margin-right: 1.5rem !important;
  }
  .sm\:mr-7 {
    margin-right: 1.75rem !important;
  }
  .sm\:mr-8 {
    margin-right: 2rem !important;
  }
  .sm\:mr-9 {
    margin-right: 2.25rem !important;
  }
  .sm\:mr-10 {
    margin-right: 2.5rem !important;
  }
  .sm\:mr-11 {
    margin-right: 2.75rem !important;
  }
  .sm\:mr-12 {
    margin-right: 3rem !important;
  }
  .sm\:mr-14 {
    margin-right: 3.5rem !important;
  }
  .sm\:mr-16 {
    margin-right: 4rem !important;
  }
  .sm\:mr-20 {
    margin-right: 5rem !important;
  }
  .sm\:mr-24 {
    margin-right: 6rem !important;
  }
  .sm\:mr-28 {
    margin-right: 7rem !important;
  }
  .sm\:mr-32 {
    margin-right: 8rem !important;
  }
  .sm\:mr-36 {
    margin-right: 9rem !important;
  }
  .sm\:mr-40 {
    margin-right: 10rem !important;
  }
  .sm\:mr-44 {
    margin-right: 11rem !important;
  }
  .sm\:mr-48 {
    margin-right: 12rem !important;
  }
  .sm\:mr-52 {
    margin-right: 13rem !important;
  }
  .sm\:mr-56 {
    margin-right: 14rem !important;
  }
  .sm\:mr-60 {
    margin-right: 15rem !important;
  }
  .sm\:mr-64 {
    margin-right: 16rem !important;
  }
  .sm\:mr-72 {
    margin-right: 18rem !important;
  }
  .sm\:mr-80 {
    margin-right: 20rem !important;
  }
  .sm\:mr-96 {
    margin-right: 24rem !important;
  }
  .sm\:mr-auto {
    margin-right: auto !important;
  }
  .sm\:mb-px {
    margin-bottom: 1px !important;
  }
  .sm\:mb-0 {
    margin-bottom: 0 !important;
  }
  .sm\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .sm\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .sm\:mb-3 {
    margin-bottom: 0.75rem !important;
  }
  .sm\:mb-4 {
    margin-bottom: 1rem !important;
  }
  .sm\:mb-5 {
    margin-bottom: 1.25rem !important;
  }
  .sm\:mb-6 {
    margin-bottom: 1.5rem !important;
  }
  .sm\:mb-7 {
    margin-bottom: 1.75rem !important;
  }
  .sm\:mb-8 {
    margin-bottom: 2rem !important;
  }
  .sm\:mb-9 {
    margin-bottom: 2.25rem !important;
  }
  .sm\:mb-10 {
    margin-bottom: 2.5rem !important;
  }
  .sm\:mb-11 {
    margin-bottom: 2.75rem !important;
  }
  .sm\:mb-12 {
    margin-bottom: 3rem !important;
  }
  .sm\:mb-14 {
    margin-bottom: 3.5rem !important;
  }
  .sm\:mb-16 {
    margin-bottom: 4rem !important;
  }
  .sm\:mb-20 {
    margin-bottom: 5rem !important;
  }
  .sm\:mb-24 {
    margin-bottom: 6rem !important;
  }
  .sm\:mb-28 {
    margin-bottom: 7rem !important;
  }
  .sm\:mb-32 {
    margin-bottom: 8rem !important;
  }
  .sm\:mb-36 {
    margin-bottom: 9rem !important;
  }
  .sm\:mb-40 {
    margin-bottom: 10rem !important;
  }
  .sm\:mb-44 {
    margin-bottom: 11rem !important;
  }
  .sm\:mb-48 {
    margin-bottom: 12rem !important;
  }
  .sm\:mb-52 {
    margin-bottom: 13rem !important;
  }
  .sm\:mb-56 {
    margin-bottom: 14rem !important;
  }
  .sm\:mb-60 {
    margin-bottom: 15rem !important;
  }
  .sm\:mb-64 {
    margin-bottom: 16rem !important;
  }
  .sm\:mb-72 {
    margin-bottom: 18rem !important;
  }
  .sm\:mb-80 {
    margin-bottom: 20rem !important;
  }
  .sm\:mb-96 {
    margin-bottom: 24rem !important;
  }
  .sm\:mb-auto {
    margin-bottom: auto !important;
  }
  .sm\:ml-px {
    margin-left: 1px !important;
  }
  .sm\:ml-0 {
    margin-left: 0 !important;
  }
  .sm\:ml-1 {
    margin-left: 0.25rem !important;
  }
  .sm\:ml-2 {
    margin-left: 0.5rem !important;
  }
  .sm\:ml-3 {
    margin-left: 0.75rem !important;
  }
  .sm\:ml-4 {
    margin-left: 1rem !important;
  }
  .sm\:ml-5 {
    margin-left: 1.25rem !important;
  }
  .sm\:ml-6 {
    margin-left: 1.5rem !important;
  }
  .sm\:ml-7 {
    margin-left: 1.75rem !important;
  }
  .sm\:ml-8 {
    margin-left: 2rem !important;
  }
  .sm\:ml-9 {
    margin-left: 2.25rem !important;
  }
  .sm\:ml-10 {
    margin-left: 2.5rem !important;
  }
  .sm\:ml-11 {
    margin-left: 2.75rem !important;
  }
  .sm\:ml-12 {
    margin-left: 3rem !important;
  }
  .sm\:ml-14 {
    margin-left: 3.5rem !important;
  }
  .sm\:ml-16 {
    margin-left: 4rem !important;
  }
  .sm\:ml-20 {
    margin-left: 5rem !important;
  }
  .sm\:ml-24 {
    margin-left: 6rem !important;
  }
  .sm\:ml-28 {
    margin-left: 7rem !important;
  }
  .sm\:ml-32 {
    margin-left: 8rem !important;
  }
  .sm\:ml-36 {
    margin-left: 9rem !important;
  }
  .sm\:ml-40 {
    margin-left: 10rem !important;
  }
  .sm\:ml-44 {
    margin-left: 11rem !important;
  }
  .sm\:ml-48 {
    margin-left: 12rem !important;
  }
  .sm\:ml-52 {
    margin-left: 13rem !important;
  }
  .sm\:ml-56 {
    margin-left: 14rem !important;
  }
  .sm\:ml-60 {
    margin-left: 15rem !important;
  }
  .sm\:ml-64 {
    margin-left: 16rem !important;
  }
  .sm\:ml-72 {
    margin-left: 18rem !important;
  }
  .sm\:ml-80 {
    margin-left: 20rem !important;
  }
  .sm\:ml-96 {
    margin-left: 24rem !important;
  }
  .sm\:ml-auto {
    margin-left: auto !important;
  }
  .sm\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .sm\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sm\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .sm\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .sm\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .sm\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .sm\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .sm\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .sm\:mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .sm\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .sm\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .sm\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .sm\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  .sm\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .sm\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .sm\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .sm\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .sm\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .sm\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .sm\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .sm\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .sm\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .sm\:mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  .sm\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .sm\:mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }
  .sm\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  .sm\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .sm\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }
  .sm\:mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
  .sm\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .sm\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  .sm\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .sm\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .sm\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .sm\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .sm\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .sm\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .sm\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .sm\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .sm\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .sm\:my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .sm\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .sm\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .sm\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .sm\:my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .sm\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .sm\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .sm\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .sm\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .sm\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .sm\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .sm\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .sm\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .sm\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .sm\:my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .sm\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .sm\:my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .sm\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .sm\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .sm\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .sm\:my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .sm\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .sm\:my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .sm\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .sm\:-m-px {
    margin: -1px !important;
  }
  .sm\:-m-1 {
    margin: -0.25rem !important;
  }
  .sm\:-m-2 {
    margin: -0.5rem !important;
  }
  .sm\:-m-3 {
    margin: -0.75rem !important;
  }
  .sm\:-m-4 {
    margin: -1rem !important;
  }
  .sm\:-m-5 {
    margin: -1.25rem !important;
  }
  .sm\:-m-6 {
    margin: -1.5rem !important;
  }
  .sm\:-m-7 {
    margin: -1.75rem !important;
  }
  .sm\:-m-8 {
    margin: -2rem !important;
  }
  .sm\:-m-9 {
    margin: -2.25rem !important;
  }
  .sm\:-m-10 {
    margin: -2.5rem !important;
  }
  .sm\:-m-11 {
    margin: -2.75rem !important;
  }
  .sm\:-m-12 {
    margin: -3rem !important;
  }
  .sm\:-m-14 {
    margin: -3.5rem !important;
  }
  .sm\:-m-16 {
    margin: -4rem !important;
  }
  .sm\:-m-20 {
    margin: -5rem !important;
  }
  .sm\:-m-24 {
    margin: -6rem !important;
  }
  .sm\:-m-28 {
    margin: -7rem !important;
  }
  .sm\:-m-32 {
    margin: -8rem !important;
  }
  .sm\:-m-36 {
    margin: -9rem !important;
  }
  .sm\:-m-40 {
    margin: -10rem !important;
  }
  .sm\:-m-44 {
    margin: -11rem !important;
  }
  .sm\:-m-48 {
    margin: -12rem !important;
  }
  .sm\:-m-52 {
    margin: -13rem !important;
  }
  .sm\:-m-56 {
    margin: -14rem !important;
  }
  .sm\:-m-60 {
    margin: -15rem !important;
  }
  .sm\:-m-64 {
    margin: -16rem !important;
  }
  .sm\:-m-72 {
    margin: -18rem !important;
  }
  .sm\:-m-80 {
    margin: -20rem !important;
  }
  .sm\:-m-96 {
    margin: -24rem !important;
  }
  .sm\:-mt-px {
    margin-top: -1px !important;
  }
  .sm\:-mt-1 {
    margin-top: -0.25rem !important;
  }
  .sm\:-mt-2 {
    margin-top: -0.5rem !important;
  }
  .sm\:-mt-3 {
    margin-top: -0.75rem !important;
  }
  .sm\:-mt-4 {
    margin-top: -1rem !important;
  }
  .sm\:-mt-5 {
    margin-top: -1.25rem !important;
  }
  .sm\:-mt-6 {
    margin-top: -1.5rem !important;
  }
  .sm\:-mt-7 {
    margin-top: -1.75rem !important;
  }
  .sm\:-mt-8 {
    margin-top: -2rem !important;
  }
  .sm\:-mt-9 {
    margin-top: -2.25rem !important;
  }
  .sm\:-mt-10 {
    margin-top: -2.5rem !important;
  }
  .sm\:-mt-11 {
    margin-top: -2.75rem !important;
  }
  .sm\:-mt-12 {
    margin-top: -3rem !important;
  }
  .sm\:-mt-14 {
    margin-top: -3.5rem !important;
  }
  .sm\:-mt-16 {
    margin-top: -4rem !important;
  }
  .sm\:-mt-20 {
    margin-top: -5rem !important;
  }
  .sm\:-mt-24 {
    margin-top: -6rem !important;
  }
  .sm\:-mt-28 {
    margin-top: -7rem !important;
  }
  .sm\:-mt-32 {
    margin-top: -8rem !important;
  }
  .sm\:-mt-36 {
    margin-top: -9rem !important;
  }
  .sm\:-mt-40 {
    margin-top: -10rem !important;
  }
  .sm\:-mt-44 {
    margin-top: -11rem !important;
  }
  .sm\:-mt-48 {
    margin-top: -12rem !important;
  }
  .sm\:-mt-52 {
    margin-top: -13rem !important;
  }
  .sm\:-mt-56 {
    margin-top: -14rem !important;
  }
  .sm\:-mt-60 {
    margin-top: -15rem !important;
  }
  .sm\:-mt-64 {
    margin-top: -16rem !important;
  }
  .sm\:-mt-72 {
    margin-top: -18rem !important;
  }
  .sm\:-mt-80 {
    margin-top: -20rem !important;
  }
  .sm\:-mt-96 {
    margin-top: -24rem !important;
  }
  .sm\:-mr-px {
    margin-right: -1px !important;
  }
  .sm\:-mr-1 {
    margin-right: -0.25rem !important;
  }
  .sm\:-mr-2 {
    margin-right: -0.5rem !important;
  }
  .sm\:-mr-3 {
    margin-right: -0.75rem !important;
  }
  .sm\:-mr-4 {
    margin-right: -1rem !important;
  }
  .sm\:-mr-5 {
    margin-right: -1.25rem !important;
  }
  .sm\:-mr-6 {
    margin-right: -1.5rem !important;
  }
  .sm\:-mr-7 {
    margin-right: -1.75rem !important;
  }
  .sm\:-mr-8 {
    margin-right: -2rem !important;
  }
  .sm\:-mr-9 {
    margin-right: -2.25rem !important;
  }
  .sm\:-mr-10 {
    margin-right: -2.5rem !important;
  }
  .sm\:-mr-11 {
    margin-right: -2.75rem !important;
  }
  .sm\:-mr-12 {
    margin-right: -3rem !important;
  }
  .sm\:-mr-14 {
    margin-right: -3.5rem !important;
  }
  .sm\:-mr-16 {
    margin-right: -4rem !important;
  }
  .sm\:-mr-20 {
    margin-right: -5rem !important;
  }
  .sm\:-mr-24 {
    margin-right: -6rem !important;
  }
  .sm\:-mr-28 {
    margin-right: -7rem !important;
  }
  .sm\:-mr-32 {
    margin-right: -8rem !important;
  }
  .sm\:-mr-36 {
    margin-right: -9rem !important;
  }
  .sm\:-mr-40 {
    margin-right: -10rem !important;
  }
  .sm\:-mr-44 {
    margin-right: -11rem !important;
  }
  .sm\:-mr-48 {
    margin-right: -12rem !important;
  }
  .sm\:-mr-52 {
    margin-right: -13rem !important;
  }
  .sm\:-mr-56 {
    margin-right: -14rem !important;
  }
  .sm\:-mr-60 {
    margin-right: -15rem !important;
  }
  .sm\:-mr-64 {
    margin-right: -16rem !important;
  }
  .sm\:-mr-72 {
    margin-right: -18rem !important;
  }
  .sm\:-mr-80 {
    margin-right: -20rem !important;
  }
  .sm\:-mr-96 {
    margin-right: -24rem !important;
  }
  .sm\:-mb-px {
    margin-bottom: -1px !important;
  }
  .sm\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }
  .sm\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }
  .sm\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }
  .sm\:-mb-4 {
    margin-bottom: -1rem !important;
  }
  .sm\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }
  .sm\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }
  .sm\:-mb-7 {
    margin-bottom: -1.75rem !important;
  }
  .sm\:-mb-8 {
    margin-bottom: -2rem !important;
  }
  .sm\:-mb-9 {
    margin-bottom: -2.25rem !important;
  }
  .sm\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }
  .sm\:-mb-11 {
    margin-bottom: -2.75rem !important;
  }
  .sm\:-mb-12 {
    margin-bottom: -3rem !important;
  }
  .sm\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }
  .sm\:-mb-16 {
    margin-bottom: -4rem !important;
  }
  .sm\:-mb-20 {
    margin-bottom: -5rem !important;
  }
  .sm\:-mb-24 {
    margin-bottom: -6rem !important;
  }
  .sm\:-mb-28 {
    margin-bottom: -7rem !important;
  }
  .sm\:-mb-32 {
    margin-bottom: -8rem !important;
  }
  .sm\:-mb-36 {
    margin-bottom: -9rem !important;
  }
  .sm\:-mb-40 {
    margin-bottom: -10rem !important;
  }
  .sm\:-mb-44 {
    margin-bottom: -11rem !important;
  }
  .sm\:-mb-48 {
    margin-bottom: -12rem !important;
  }
  .sm\:-mb-52 {
    margin-bottom: -13rem !important;
  }
  .sm\:-mb-56 {
    margin-bottom: -14rem !important;
  }
  .sm\:-mb-60 {
    margin-bottom: -15rem !important;
  }
  .sm\:-mb-64 {
    margin-bottom: -16rem !important;
  }
  .sm\:-mb-72 {
    margin-bottom: -18rem !important;
  }
  .sm\:-mb-80 {
    margin-bottom: -20rem !important;
  }
  .sm\:-mb-96 {
    margin-bottom: -24rem !important;
  }
  .sm\:-ml-px {
    margin-left: -1px !important;
  }
  .sm\:-ml-1 {
    margin-left: -0.25rem !important;
  }
  .sm\:-ml-2 {
    margin-left: -0.5rem !important;
  }
  .sm\:-ml-3 {
    margin-left: -0.75rem !important;
  }
  .sm\:-ml-4 {
    margin-left: -1rem !important;
  }
  .sm\:-ml-5 {
    margin-left: -1.25rem !important;
  }
  .sm\:-ml-6 {
    margin-left: -1.5rem !important;
  }
  .sm\:-ml-7 {
    margin-left: -1.75rem !important;
  }
  .sm\:-ml-8 {
    margin-left: -2rem !important;
  }
  .sm\:-ml-9 {
    margin-left: -2.25rem !important;
  }
  .sm\:-ml-10 {
    margin-left: -2.5rem !important;
  }
  .sm\:-ml-11 {
    margin-left: -2.75rem !important;
  }
  .sm\:-ml-12 {
    margin-left: -3rem !important;
  }
  .sm\:-ml-14 {
    margin-left: -3.5rem !important;
  }
  .sm\:-ml-16 {
    margin-left: -4rem !important;
  }
  .sm\:-ml-20 {
    margin-left: -5rem !important;
  }
  .sm\:-ml-24 {
    margin-left: -6rem !important;
  }
  .sm\:-ml-28 {
    margin-left: -7rem !important;
  }
  .sm\:-ml-32 {
    margin-left: -8rem !important;
  }
  .sm\:-ml-36 {
    margin-left: -9rem !important;
  }
  .sm\:-ml-40 {
    margin-left: -10rem !important;
  }
  .sm\:-ml-44 {
    margin-left: -11rem !important;
  }
  .sm\:-ml-48 {
    margin-left: -12rem !important;
  }
  .sm\:-ml-52 {
    margin-left: -13rem !important;
  }
  .sm\:-ml-56 {
    margin-left: -14rem !important;
  }
  .sm\:-ml-60 {
    margin-left: -15rem !important;
  }
  .sm\:-ml-64 {
    margin-left: -16rem !important;
  }
  .sm\:-ml-72 {
    margin-left: -18rem !important;
  }
  .sm\:-ml-80 {
    margin-left: -20rem !important;
  }
  .sm\:-ml-96 {
    margin-left: -24rem !important;
  }
  .sm\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .sm\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .sm\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .sm\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  .sm\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .sm\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }
  .sm\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .sm\:-mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }
  .sm\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .sm\:-mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }
  .sm\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  .sm\:-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }
  .sm\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .sm\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }
  .sm\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .sm\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .sm\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  .sm\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }
  .sm\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }
  .sm\:-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }
  .sm\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }
  .sm\:-mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }
  .sm\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }
  .sm\:-mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }
  .sm\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }
  .sm\:-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }
  .sm\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }
  .sm\:-mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }
  .sm\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }
  .sm\:-mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }
  .sm\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .sm\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .sm\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .sm\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .sm\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .sm\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .sm\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .sm\:-my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .sm\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .sm\:-my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .sm\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .sm\:-my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .sm\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .sm\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .sm\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .sm\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .sm\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .sm\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .sm\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .sm\:-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .sm\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .sm\:-my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }
  .sm\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .sm\:-my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }
  .sm\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .sm\:-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .sm\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .sm\:-my-72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .sm\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .sm\:-my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }
}
@media (min-width: 62.4375em) {
  .md\:p-px {
    padding: 1px !important;
  }
  .md\:p-0 {
    padding: 0 !important;
  }
  .md\:p-1 {
    padding: 0.25rem !important;
  }
  .md\:p-2 {
    padding: 0.5rem !important;
  }
  .md\:p-3 {
    padding: 0.75rem !important;
  }
  .md\:p-4 {
    padding: 1rem !important;
  }
  .md\:p-5 {
    padding: 1.25rem !important;
  }
  .md\:p-6 {
    padding: 1.5rem !important;
  }
  .md\:p-7 {
    padding: 1.75rem !important;
  }
  .md\:p-8 {
    padding: 2rem !important;
  }
  .md\:p-9 {
    padding: 2.25rem !important;
  }
  .md\:p-10 {
    padding: 2.5rem !important;
  }
  .md\:p-11 {
    padding: 2.75rem !important;
  }
  .md\:p-12 {
    padding: 3rem !important;
  }
  .md\:p-14 {
    padding: 3.5rem !important;
  }
  .md\:p-16 {
    padding: 4rem !important;
  }
  .md\:p-20 {
    padding: 5rem !important;
  }
  .md\:p-24 {
    padding: 6rem !important;
  }
  .md\:p-28 {
    padding: 7rem !important;
  }
  .md\:p-32 {
    padding: 8rem !important;
  }
  .md\:p-36 {
    padding: 9rem !important;
  }
  .md\:p-40 {
    padding: 10rem !important;
  }
  .md\:p-44 {
    padding: 11rem !important;
  }
  .md\:p-48 {
    padding: 12rem !important;
  }
  .md\:p-52 {
    padding: 13rem !important;
  }
  .md\:p-56 {
    padding: 14rem !important;
  }
  .md\:p-60 {
    padding: 15rem !important;
  }
  .md\:p-64 {
    padding: 16rem !important;
  }
  .md\:p-72 {
    padding: 18rem !important;
  }
  .md\:p-80 {
    padding: 20rem !important;
  }
  .md\:p-96 {
    padding: 24rem !important;
  }
  .md\:pt-px {
    padding-top: 1px !important;
  }
  .md\:pt-0 {
    padding-top: 0 !important;
  }
  .md\:pt-1 {
    padding-top: 0.25rem !important;
  }
  .md\:pt-2 {
    padding-top: 0.5rem !important;
  }
  .md\:pt-3 {
    padding-top: 0.75rem !important;
  }
  .md\:pt-4 {
    padding-top: 1rem !important;
  }
  .md\:pt-5 {
    padding-top: 1.25rem !important;
  }
  .md\:pt-6 {
    padding-top: 1.5rem !important;
  }
  .md\:pt-7 {
    padding-top: 1.75rem !important;
  }
  .md\:pt-8 {
    padding-top: 2rem !important;
  }
  .md\:pt-9 {
    padding-top: 2.25rem !important;
  }
  .md\:pt-10 {
    padding-top: 2.5rem !important;
  }
  .md\:pt-11 {
    padding-top: 2.75rem !important;
  }
  .md\:pt-12 {
    padding-top: 3rem !important;
  }
  .md\:pt-14 {
    padding-top: 3.5rem !important;
  }
  .md\:pt-16 {
    padding-top: 4rem !important;
  }
  .md\:pt-20 {
    padding-top: 5rem !important;
  }
  .md\:pt-24 {
    padding-top: 6rem !important;
  }
  .md\:pt-28 {
    padding-top: 7rem !important;
  }
  .md\:pt-32 {
    padding-top: 8rem !important;
  }
  .md\:pt-36 {
    padding-top: 9rem !important;
  }
  .md\:pt-40 {
    padding-top: 10rem !important;
  }
  .md\:pt-44 {
    padding-top: 11rem !important;
  }
  .md\:pt-48 {
    padding-top: 12rem !important;
  }
  .md\:pt-52 {
    padding-top: 13rem !important;
  }
  .md\:pt-56 {
    padding-top: 14rem !important;
  }
  .md\:pt-60 {
    padding-top: 15rem !important;
  }
  .md\:pt-64 {
    padding-top: 16rem !important;
  }
  .md\:pt-72 {
    padding-top: 18rem !important;
  }
  .md\:pt-80 {
    padding-top: 20rem !important;
  }
  .md\:pt-96 {
    padding-top: 24rem !important;
  }
  .md\:pr-px {
    padding-right: 1px !important;
  }
  .md\:pr-0 {
    padding-right: 0 !important;
  }
  .md\:pr-1 {
    padding-right: 0.25rem !important;
  }
  .md\:pr-2 {
    padding-right: 0.5rem !important;
  }
  .md\:pr-3 {
    padding-right: 0.75rem !important;
  }
  .md\:pr-4 {
    padding-right: 1rem !important;
  }
  .md\:pr-5 {
    padding-right: 1.25rem !important;
  }
  .md\:pr-6 {
    padding-right: 1.5rem !important;
  }
  .md\:pr-7 {
    padding-right: 1.75rem !important;
  }
  .md\:pr-8 {
    padding-right: 2rem !important;
  }
  .md\:pr-9 {
    padding-right: 2.25rem !important;
  }
  .md\:pr-10 {
    padding-right: 2.5rem !important;
  }
  .md\:pr-11 {
    padding-right: 2.75rem !important;
  }
  .md\:pr-12 {
    padding-right: 3rem !important;
  }
  .md\:pr-14 {
    padding-right: 3.5rem !important;
  }
  .md\:pr-16 {
    padding-right: 4rem !important;
  }
  .md\:pr-20 {
    padding-right: 5rem !important;
  }
  .md\:pr-24 {
    padding-right: 6rem !important;
  }
  .md\:pr-28 {
    padding-right: 7rem !important;
  }
  .md\:pr-32 {
    padding-right: 8rem !important;
  }
  .md\:pr-36 {
    padding-right: 9rem !important;
  }
  .md\:pr-40 {
    padding-right: 10rem !important;
  }
  .md\:pr-44 {
    padding-right: 11rem !important;
  }
  .md\:pr-48 {
    padding-right: 12rem !important;
  }
  .md\:pr-52 {
    padding-right: 13rem !important;
  }
  .md\:pr-56 {
    padding-right: 14rem !important;
  }
  .md\:pr-60 {
    padding-right: 15rem !important;
  }
  .md\:pr-64 {
    padding-right: 16rem !important;
  }
  .md\:pr-72 {
    padding-right: 18rem !important;
  }
  .md\:pr-80 {
    padding-right: 20rem !important;
  }
  .md\:pr-96 {
    padding-right: 24rem !important;
  }
  .md\:pb-px {
    padding-bottom: 1px !important;
  }
  .md\:pb-0 {
    padding-bottom: 0 !important;
  }
  .md\:pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .md\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .md\:pb-3 {
    padding-bottom: 0.75rem !important;
  }
  .md\:pb-4 {
    padding-bottom: 1rem !important;
  }
  .md\:pb-5 {
    padding-bottom: 1.25rem !important;
  }
  .md\:pb-6 {
    padding-bottom: 1.5rem !important;
  }
  .md\:pb-7 {
    padding-bottom: 1.75rem !important;
  }
  .md\:pb-8 {
    padding-bottom: 2rem !important;
  }
  .md\:pb-9 {
    padding-bottom: 2.25rem !important;
  }
  .md\:pb-10 {
    padding-bottom: 2.5rem !important;
  }
  .md\:pb-11 {
    padding-bottom: 2.75rem !important;
  }
  .md\:pb-12 {
    padding-bottom: 3rem !important;
  }
  .md\:pb-14 {
    padding-bottom: 3.5rem !important;
  }
  .md\:pb-16 {
    padding-bottom: 4rem !important;
  }
  .md\:pb-20 {
    padding-bottom: 5rem !important;
  }
  .md\:pb-24 {
    padding-bottom: 6rem !important;
  }
  .md\:pb-28 {
    padding-bottom: 7rem !important;
  }
  .md\:pb-32 {
    padding-bottom: 8rem !important;
  }
  .md\:pb-36 {
    padding-bottom: 9rem !important;
  }
  .md\:pb-40 {
    padding-bottom: 10rem !important;
  }
  .md\:pb-44 {
    padding-bottom: 11rem !important;
  }
  .md\:pb-48 {
    padding-bottom: 12rem !important;
  }
  .md\:pb-52 {
    padding-bottom: 13rem !important;
  }
  .md\:pb-56 {
    padding-bottom: 14rem !important;
  }
  .md\:pb-60 {
    padding-bottom: 15rem !important;
  }
  .md\:pb-64 {
    padding-bottom: 16rem !important;
  }
  .md\:pb-72 {
    padding-bottom: 18rem !important;
  }
  .md\:pb-80 {
    padding-bottom: 20rem !important;
  }
  .md\:pb-96 {
    padding-bottom: 24rem !important;
  }
  .md\:pl-px {
    padding-left: 1px !important;
  }
  .md\:pl-0 {
    padding-left: 0 !important;
  }
  .md\:pl-1 {
    padding-left: 0.25rem !important;
  }
  .md\:pl-2 {
    padding-left: 0.5rem !important;
  }
  .md\:pl-3 {
    padding-left: 0.75rem !important;
  }
  .md\:pl-4 {
    padding-left: 1rem !important;
  }
  .md\:pl-5 {
    padding-left: 1.25rem !important;
  }
  .md\:pl-6 {
    padding-left: 1.5rem !important;
  }
  .md\:pl-7 {
    padding-left: 1.75rem !important;
  }
  .md\:pl-8 {
    padding-left: 2rem !important;
  }
  .md\:pl-9 {
    padding-left: 2.25rem !important;
  }
  .md\:pl-10 {
    padding-left: 2.5rem !important;
  }
  .md\:pl-11 {
    padding-left: 2.75rem !important;
  }
  .md\:pl-12 {
    padding-left: 3rem !important;
  }
  .md\:pl-14 {
    padding-left: 3.5rem !important;
  }
  .md\:pl-16 {
    padding-left: 4rem !important;
  }
  .md\:pl-20 {
    padding-left: 5rem !important;
  }
  .md\:pl-24 {
    padding-left: 6rem !important;
  }
  .md\:pl-28 {
    padding-left: 7rem !important;
  }
  .md\:pl-32 {
    padding-left: 8rem !important;
  }
  .md\:pl-36 {
    padding-left: 9rem !important;
  }
  .md\:pl-40 {
    padding-left: 10rem !important;
  }
  .md\:pl-44 {
    padding-left: 11rem !important;
  }
  .md\:pl-48 {
    padding-left: 12rem !important;
  }
  .md\:pl-52 {
    padding-left: 13rem !important;
  }
  .md\:pl-56 {
    padding-left: 14rem !important;
  }
  .md\:pl-60 {
    padding-left: 15rem !important;
  }
  .md\:pl-64 {
    padding-left: 16rem !important;
  }
  .md\:pl-72 {
    padding-left: 18rem !important;
  }
  .md\:pl-80 {
    padding-left: 20rem !important;
  }
  .md\:pl-96 {
    padding-left: 24rem !important;
  }
  .md\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .md\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .md\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .md\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .md\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .md\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .md\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .md\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .md\:px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .md\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .md\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .md\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .md\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  .md\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .md\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .md\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .md\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .md\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .md\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .md\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .md\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .md\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .md\:px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  .md\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .md\:px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }
  .md\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
  .md\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .md\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }
  .md\:px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .md\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .md\:px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }
  .md\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .md\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .md\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .md\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .md\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .md\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .md\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .md\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .md\:py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .md\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .md\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .md\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .md\:py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .md\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .md\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .md\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .md\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .md\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .md\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .md\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .md\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .md\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .md\:py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .md\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .md\:py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .md\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .md\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .md\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .md\:py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .md\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .md\:py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .md\:m-px {
    margin: 1px !important;
  }
  .md\:m-0 {
    margin: 0 !important;
  }
  .md\:m-1 {
    margin: 0.25rem !important;
  }
  .md\:m-2 {
    margin: 0.5rem !important;
  }
  .md\:m-3 {
    margin: 0.75rem !important;
  }
  .md\:m-4 {
    margin: 1rem !important;
  }
  .md\:m-5 {
    margin: 1.25rem !important;
  }
  .md\:m-6 {
    margin: 1.5rem !important;
  }
  .md\:m-7 {
    margin: 1.75rem !important;
  }
  .md\:m-8 {
    margin: 2rem !important;
  }
  .md\:m-9 {
    margin: 2.25rem !important;
  }
  .md\:m-10 {
    margin: 2.5rem !important;
  }
  .md\:m-11 {
    margin: 2.75rem !important;
  }
  .md\:m-12 {
    margin: 3rem !important;
  }
  .md\:m-14 {
    margin: 3.5rem !important;
  }
  .md\:m-16 {
    margin: 4rem !important;
  }
  .md\:m-20 {
    margin: 5rem !important;
  }
  .md\:m-24 {
    margin: 6rem !important;
  }
  .md\:m-28 {
    margin: 7rem !important;
  }
  .md\:m-32 {
    margin: 8rem !important;
  }
  .md\:m-36 {
    margin: 9rem !important;
  }
  .md\:m-40 {
    margin: 10rem !important;
  }
  .md\:m-44 {
    margin: 11rem !important;
  }
  .md\:m-48 {
    margin: 12rem !important;
  }
  .md\:m-52 {
    margin: 13rem !important;
  }
  .md\:m-56 {
    margin: 14rem !important;
  }
  .md\:m-60 {
    margin: 15rem !important;
  }
  .md\:m-64 {
    margin: 16rem !important;
  }
  .md\:m-72 {
    margin: 18rem !important;
  }
  .md\:m-80 {
    margin: 20rem !important;
  }
  .md\:m-96 {
    margin: 24rem !important;
  }
  .md\:m-auto {
    margin: auto !important;
  }
  .md\:mt-px {
    margin-top: 1px !important;
  }
  .md\:mt-0 {
    margin-top: 0 !important;
  }
  .md\:mt-1 {
    margin-top: 0.25rem !important;
  }
  .md\:mt-2 {
    margin-top: 0.5rem !important;
  }
  .md\:mt-3 {
    margin-top: 0.75rem !important;
  }
  .md\:mt-4 {
    margin-top: 1rem !important;
  }
  .md\:mt-5 {
    margin-top: 1.25rem !important;
  }
  .md\:mt-6 {
    margin-top: 1.5rem !important;
  }
  .md\:mt-7 {
    margin-top: 1.75rem !important;
  }
  .md\:mt-8 {
    margin-top: 2rem !important;
  }
  .md\:mt-9 {
    margin-top: 2.25rem !important;
  }
  .md\:mt-10 {
    margin-top: 2.5rem !important;
  }
  .md\:mt-11 {
    margin-top: 2.75rem !important;
  }
  .md\:mt-12 {
    margin-top: 3rem !important;
  }
  .md\:mt-14 {
    margin-top: 3.5rem !important;
  }
  .md\:mt-16 {
    margin-top: 4rem !important;
  }
  .md\:mt-20 {
    margin-top: 5rem !important;
  }
  .md\:mt-24 {
    margin-top: 6rem !important;
  }
  .md\:mt-28 {
    margin-top: 7rem !important;
  }
  .md\:mt-32 {
    margin-top: 8rem !important;
  }
  .md\:mt-36 {
    margin-top: 9rem !important;
  }
  .md\:mt-40 {
    margin-top: 10rem !important;
  }
  .md\:mt-44 {
    margin-top: 11rem !important;
  }
  .md\:mt-48 {
    margin-top: 12rem !important;
  }
  .md\:mt-52 {
    margin-top: 13rem !important;
  }
  .md\:mt-56 {
    margin-top: 14rem !important;
  }
  .md\:mt-60 {
    margin-top: 15rem !important;
  }
  .md\:mt-64 {
    margin-top: 16rem !important;
  }
  .md\:mt-72 {
    margin-top: 18rem !important;
  }
  .md\:mt-80 {
    margin-top: 20rem !important;
  }
  .md\:mt-96 {
    margin-top: 24rem !important;
  }
  .md\:mt-auto {
    margin-top: auto !important;
  }
  .md\:mr-px {
    margin-right: 1px !important;
  }
  .md\:mr-0 {
    margin-right: 0 !important;
  }
  .md\:mr-1 {
    margin-right: 0.25rem !important;
  }
  .md\:mr-2 {
    margin-right: 0.5rem !important;
  }
  .md\:mr-3 {
    margin-right: 0.75rem !important;
  }
  .md\:mr-4 {
    margin-right: 1rem !important;
  }
  .md\:mr-5 {
    margin-right: 1.25rem !important;
  }
  .md\:mr-6 {
    margin-right: 1.5rem !important;
  }
  .md\:mr-7 {
    margin-right: 1.75rem !important;
  }
  .md\:mr-8 {
    margin-right: 2rem !important;
  }
  .md\:mr-9 {
    margin-right: 2.25rem !important;
  }
  .md\:mr-10 {
    margin-right: 2.5rem !important;
  }
  .md\:mr-11 {
    margin-right: 2.75rem !important;
  }
  .md\:mr-12 {
    margin-right: 3rem !important;
  }
  .md\:mr-14 {
    margin-right: 3.5rem !important;
  }
  .md\:mr-16 {
    margin-right: 4rem !important;
  }
  .md\:mr-20 {
    margin-right: 5rem !important;
  }
  .md\:mr-24 {
    margin-right: 6rem !important;
  }
  .md\:mr-28 {
    margin-right: 7rem !important;
  }
  .md\:mr-32 {
    margin-right: 8rem !important;
  }
  .md\:mr-36 {
    margin-right: 9rem !important;
  }
  .md\:mr-40 {
    margin-right: 10rem !important;
  }
  .md\:mr-44 {
    margin-right: 11rem !important;
  }
  .md\:mr-48 {
    margin-right: 12rem !important;
  }
  .md\:mr-52 {
    margin-right: 13rem !important;
  }
  .md\:mr-56 {
    margin-right: 14rem !important;
  }
  .md\:mr-60 {
    margin-right: 15rem !important;
  }
  .md\:mr-64 {
    margin-right: 16rem !important;
  }
  .md\:mr-72 {
    margin-right: 18rem !important;
  }
  .md\:mr-80 {
    margin-right: 20rem !important;
  }
  .md\:mr-96 {
    margin-right: 24rem !important;
  }
  .md\:mr-auto {
    margin-right: auto !important;
  }
  .md\:mb-px {
    margin-bottom: 1px !important;
  }
  .md\:mb-0 {
    margin-bottom: 0 !important;
  }
  .md\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .md\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .md\:mb-3 {
    margin-bottom: 0.75rem !important;
  }
  .md\:mb-4 {
    margin-bottom: 1rem !important;
  }
  .md\:mb-5 {
    margin-bottom: 1.25rem !important;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem !important;
  }
  .md\:mb-7 {
    margin-bottom: 1.75rem !important;
  }
  .md\:mb-8 {
    margin-bottom: 2rem !important;
  }
  .md\:mb-9 {
    margin-bottom: 2.25rem !important;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem !important;
  }
  .md\:mb-11 {
    margin-bottom: 2.75rem !important;
  }
  .md\:mb-12 {
    margin-bottom: 3rem !important;
  }
  .md\:mb-14 {
    margin-bottom: 3.5rem !important;
  }
  .md\:mb-16 {
    margin-bottom: 4rem !important;
  }
  .md\:mb-20 {
    margin-bottom: 5rem !important;
  }
  .md\:mb-24 {
    margin-bottom: 6rem !important;
  }
  .md\:mb-28 {
    margin-bottom: 7rem !important;
  }
  .md\:mb-32 {
    margin-bottom: 8rem !important;
  }
  .md\:mb-36 {
    margin-bottom: 9rem !important;
  }
  .md\:mb-40 {
    margin-bottom: 10rem !important;
  }
  .md\:mb-44 {
    margin-bottom: 11rem !important;
  }
  .md\:mb-48 {
    margin-bottom: 12rem !important;
  }
  .md\:mb-52 {
    margin-bottom: 13rem !important;
  }
  .md\:mb-56 {
    margin-bottom: 14rem !important;
  }
  .md\:mb-60 {
    margin-bottom: 15rem !important;
  }
  .md\:mb-64 {
    margin-bottom: 16rem !important;
  }
  .md\:mb-72 {
    margin-bottom: 18rem !important;
  }
  .md\:mb-80 {
    margin-bottom: 20rem !important;
  }
  .md\:mb-96 {
    margin-bottom: 24rem !important;
  }
  .md\:mb-auto {
    margin-bottom: auto !important;
  }
  .md\:ml-px {
    margin-left: 1px !important;
  }
  .md\:ml-0 {
    margin-left: 0 !important;
  }
  .md\:ml-1 {
    margin-left: 0.25rem !important;
  }
  .md\:ml-2 {
    margin-left: 0.5rem !important;
  }
  .md\:ml-3 {
    margin-left: 0.75rem !important;
  }
  .md\:ml-4 {
    margin-left: 1rem !important;
  }
  .md\:ml-5 {
    margin-left: 1.25rem !important;
  }
  .md\:ml-6 {
    margin-left: 1.5rem !important;
  }
  .md\:ml-7 {
    margin-left: 1.75rem !important;
  }
  .md\:ml-8 {
    margin-left: 2rem !important;
  }
  .md\:ml-9 {
    margin-left: 2.25rem !important;
  }
  .md\:ml-10 {
    margin-left: 2.5rem !important;
  }
  .md\:ml-11 {
    margin-left: 2.75rem !important;
  }
  .md\:ml-12 {
    margin-left: 3rem !important;
  }
  .md\:ml-14 {
    margin-left: 3.5rem !important;
  }
  .md\:ml-16 {
    margin-left: 4rem !important;
  }
  .md\:ml-20 {
    margin-left: 5rem !important;
  }
  .md\:ml-24 {
    margin-left: 6rem !important;
  }
  .md\:ml-28 {
    margin-left: 7rem !important;
  }
  .md\:ml-32 {
    margin-left: 8rem !important;
  }
  .md\:ml-36 {
    margin-left: 9rem !important;
  }
  .md\:ml-40 {
    margin-left: 10rem !important;
  }
  .md\:ml-44 {
    margin-left: 11rem !important;
  }
  .md\:ml-48 {
    margin-left: 12rem !important;
  }
  .md\:ml-52 {
    margin-left: 13rem !important;
  }
  .md\:ml-56 {
    margin-left: 14rem !important;
  }
  .md\:ml-60 {
    margin-left: 15rem !important;
  }
  .md\:ml-64 {
    margin-left: 16rem !important;
  }
  .md\:ml-72 {
    margin-left: 18rem !important;
  }
  .md\:ml-80 {
    margin-left: 20rem !important;
  }
  .md\:ml-96 {
    margin-left: 24rem !important;
  }
  .md\:ml-auto {
    margin-left: auto !important;
  }
  .md\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .md\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .md\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .md\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .md\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .md\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .md\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .md\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .md\:mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .md\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .md\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .md\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .md\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  .md\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .md\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .md\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .md\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .md\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .md\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .md\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .md\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .md\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .md\:mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  .md\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .md\:mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }
  .md\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  .md\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .md\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }
  .md\:mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
  .md\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .md\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .md\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .md\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .md\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .md\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .md\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .md\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .md\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .md\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .md\:my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .md\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .md\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .md\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .md\:my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .md\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .md\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .md\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .md\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .md\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .md\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .md\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .md\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .md\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .md\:my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .md\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .md\:my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .md\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .md\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .md\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .md\:my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .md\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .md\:my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .md\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .md\:-m-px {
    margin: -1px !important;
  }
  .md\:-m-1 {
    margin: -0.25rem !important;
  }
  .md\:-m-2 {
    margin: -0.5rem !important;
  }
  .md\:-m-3 {
    margin: -0.75rem !important;
  }
  .md\:-m-4 {
    margin: -1rem !important;
  }
  .md\:-m-5 {
    margin: -1.25rem !important;
  }
  .md\:-m-6 {
    margin: -1.5rem !important;
  }
  .md\:-m-7 {
    margin: -1.75rem !important;
  }
  .md\:-m-8 {
    margin: -2rem !important;
  }
  .md\:-m-9 {
    margin: -2.25rem !important;
  }
  .md\:-m-10 {
    margin: -2.5rem !important;
  }
  .md\:-m-11 {
    margin: -2.75rem !important;
  }
  .md\:-m-12 {
    margin: -3rem !important;
  }
  .md\:-m-14 {
    margin: -3.5rem !important;
  }
  .md\:-m-16 {
    margin: -4rem !important;
  }
  .md\:-m-20 {
    margin: -5rem !important;
  }
  .md\:-m-24 {
    margin: -6rem !important;
  }
  .md\:-m-28 {
    margin: -7rem !important;
  }
  .md\:-m-32 {
    margin: -8rem !important;
  }
  .md\:-m-36 {
    margin: -9rem !important;
  }
  .md\:-m-40 {
    margin: -10rem !important;
  }
  .md\:-m-44 {
    margin: -11rem !important;
  }
  .md\:-m-48 {
    margin: -12rem !important;
  }
  .md\:-m-52 {
    margin: -13rem !important;
  }
  .md\:-m-56 {
    margin: -14rem !important;
  }
  .md\:-m-60 {
    margin: -15rem !important;
  }
  .md\:-m-64 {
    margin: -16rem !important;
  }
  .md\:-m-72 {
    margin: -18rem !important;
  }
  .md\:-m-80 {
    margin: -20rem !important;
  }
  .md\:-m-96 {
    margin: -24rem !important;
  }
  .md\:-mt-px {
    margin-top: -1px !important;
  }
  .md\:-mt-1 {
    margin-top: -0.25rem !important;
  }
  .md\:-mt-2 {
    margin-top: -0.5rem !important;
  }
  .md\:-mt-3 {
    margin-top: -0.75rem !important;
  }
  .md\:-mt-4 {
    margin-top: -1rem !important;
  }
  .md\:-mt-5 {
    margin-top: -1.25rem !important;
  }
  .md\:-mt-6 {
    margin-top: -1.5rem !important;
  }
  .md\:-mt-7 {
    margin-top: -1.75rem !important;
  }
  .md\:-mt-8 {
    margin-top: -2rem !important;
  }
  .md\:-mt-9 {
    margin-top: -2.25rem !important;
  }
  .md\:-mt-10 {
    margin-top: -2.5rem !important;
  }
  .md\:-mt-11 {
    margin-top: -2.75rem !important;
  }
  .md\:-mt-12 {
    margin-top: -3rem !important;
  }
  .md\:-mt-14 {
    margin-top: -3.5rem !important;
  }
  .md\:-mt-16 {
    margin-top: -4rem !important;
  }
  .md\:-mt-20 {
    margin-top: -5rem !important;
  }
  .md\:-mt-24 {
    margin-top: -6rem !important;
  }
  .md\:-mt-28 {
    margin-top: -7rem !important;
  }
  .md\:-mt-32 {
    margin-top: -8rem !important;
  }
  .md\:-mt-36 {
    margin-top: -9rem !important;
  }
  .md\:-mt-40 {
    margin-top: -10rem !important;
  }
  .md\:-mt-44 {
    margin-top: -11rem !important;
  }
  .md\:-mt-48 {
    margin-top: -12rem !important;
  }
  .md\:-mt-52 {
    margin-top: -13rem !important;
  }
  .md\:-mt-56 {
    margin-top: -14rem !important;
  }
  .md\:-mt-60 {
    margin-top: -15rem !important;
  }
  .md\:-mt-64 {
    margin-top: -16rem !important;
  }
  .md\:-mt-72 {
    margin-top: -18rem !important;
  }
  .md\:-mt-80 {
    margin-top: -20rem !important;
  }
  .md\:-mt-96 {
    margin-top: -24rem !important;
  }
  .md\:-mr-px {
    margin-right: -1px !important;
  }
  .md\:-mr-1 {
    margin-right: -0.25rem !important;
  }
  .md\:-mr-2 {
    margin-right: -0.5rem !important;
  }
  .md\:-mr-3 {
    margin-right: -0.75rem !important;
  }
  .md\:-mr-4 {
    margin-right: -1rem !important;
  }
  .md\:-mr-5 {
    margin-right: -1.25rem !important;
  }
  .md\:-mr-6 {
    margin-right: -1.5rem !important;
  }
  .md\:-mr-7 {
    margin-right: -1.75rem !important;
  }
  .md\:-mr-8 {
    margin-right: -2rem !important;
  }
  .md\:-mr-9 {
    margin-right: -2.25rem !important;
  }
  .md\:-mr-10 {
    margin-right: -2.5rem !important;
  }
  .md\:-mr-11 {
    margin-right: -2.75rem !important;
  }
  .md\:-mr-12 {
    margin-right: -3rem !important;
  }
  .md\:-mr-14 {
    margin-right: -3.5rem !important;
  }
  .md\:-mr-16 {
    margin-right: -4rem !important;
  }
  .md\:-mr-20 {
    margin-right: -5rem !important;
  }
  .md\:-mr-24 {
    margin-right: -6rem !important;
  }
  .md\:-mr-28 {
    margin-right: -7rem !important;
  }
  .md\:-mr-32 {
    margin-right: -8rem !important;
  }
  .md\:-mr-36 {
    margin-right: -9rem !important;
  }
  .md\:-mr-40 {
    margin-right: -10rem !important;
  }
  .md\:-mr-44 {
    margin-right: -11rem !important;
  }
  .md\:-mr-48 {
    margin-right: -12rem !important;
  }
  .md\:-mr-52 {
    margin-right: -13rem !important;
  }
  .md\:-mr-56 {
    margin-right: -14rem !important;
  }
  .md\:-mr-60 {
    margin-right: -15rem !important;
  }
  .md\:-mr-64 {
    margin-right: -16rem !important;
  }
  .md\:-mr-72 {
    margin-right: -18rem !important;
  }
  .md\:-mr-80 {
    margin-right: -20rem !important;
  }
  .md\:-mr-96 {
    margin-right: -24rem !important;
  }
  .md\:-mb-px {
    margin-bottom: -1px !important;
  }
  .md\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }
  .md\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }
  .md\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }
  .md\:-mb-4 {
    margin-bottom: -1rem !important;
  }
  .md\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }
  .md\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }
  .md\:-mb-7 {
    margin-bottom: -1.75rem !important;
  }
  .md\:-mb-8 {
    margin-bottom: -2rem !important;
  }
  .md\:-mb-9 {
    margin-bottom: -2.25rem !important;
  }
  .md\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }
  .md\:-mb-11 {
    margin-bottom: -2.75rem !important;
  }
  .md\:-mb-12 {
    margin-bottom: -3rem !important;
  }
  .md\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }
  .md\:-mb-16 {
    margin-bottom: -4rem !important;
  }
  .md\:-mb-20 {
    margin-bottom: -5rem !important;
  }
  .md\:-mb-24 {
    margin-bottom: -6rem !important;
  }
  .md\:-mb-28 {
    margin-bottom: -7rem !important;
  }
  .md\:-mb-32 {
    margin-bottom: -8rem !important;
  }
  .md\:-mb-36 {
    margin-bottom: -9rem !important;
  }
  .md\:-mb-40 {
    margin-bottom: -10rem !important;
  }
  .md\:-mb-44 {
    margin-bottom: -11rem !important;
  }
  .md\:-mb-48 {
    margin-bottom: -12rem !important;
  }
  .md\:-mb-52 {
    margin-bottom: -13rem !important;
  }
  .md\:-mb-56 {
    margin-bottom: -14rem !important;
  }
  .md\:-mb-60 {
    margin-bottom: -15rem !important;
  }
  .md\:-mb-64 {
    margin-bottom: -16rem !important;
  }
  .md\:-mb-72 {
    margin-bottom: -18rem !important;
  }
  .md\:-mb-80 {
    margin-bottom: -20rem !important;
  }
  .md\:-mb-96 {
    margin-bottom: -24rem !important;
  }
  .md\:-ml-px {
    margin-left: -1px !important;
  }
  .md\:-ml-1 {
    margin-left: -0.25rem !important;
  }
  .md\:-ml-2 {
    margin-left: -0.5rem !important;
  }
  .md\:-ml-3 {
    margin-left: -0.75rem !important;
  }
  .md\:-ml-4 {
    margin-left: -1rem !important;
  }
  .md\:-ml-5 {
    margin-left: -1.25rem !important;
  }
  .md\:-ml-6 {
    margin-left: -1.5rem !important;
  }
  .md\:-ml-7 {
    margin-left: -1.75rem !important;
  }
  .md\:-ml-8 {
    margin-left: -2rem !important;
  }
  .md\:-ml-9 {
    margin-left: -2.25rem !important;
  }
  .md\:-ml-10 {
    margin-left: -2.5rem !important;
  }
  .md\:-ml-11 {
    margin-left: -2.75rem !important;
  }
  .md\:-ml-12 {
    margin-left: -3rem !important;
  }
  .md\:-ml-14 {
    margin-left: -3.5rem !important;
  }
  .md\:-ml-16 {
    margin-left: -4rem !important;
  }
  .md\:-ml-20 {
    margin-left: -5rem !important;
  }
  .md\:-ml-24 {
    margin-left: -6rem !important;
  }
  .md\:-ml-28 {
    margin-left: -7rem !important;
  }
  .md\:-ml-32 {
    margin-left: -8rem !important;
  }
  .md\:-ml-36 {
    margin-left: -9rem !important;
  }
  .md\:-ml-40 {
    margin-left: -10rem !important;
  }
  .md\:-ml-44 {
    margin-left: -11rem !important;
  }
  .md\:-ml-48 {
    margin-left: -12rem !important;
  }
  .md\:-ml-52 {
    margin-left: -13rem !important;
  }
  .md\:-ml-56 {
    margin-left: -14rem !important;
  }
  .md\:-ml-60 {
    margin-left: -15rem !important;
  }
  .md\:-ml-64 {
    margin-left: -16rem !important;
  }
  .md\:-ml-72 {
    margin-left: -18rem !important;
  }
  .md\:-ml-80 {
    margin-left: -20rem !important;
  }
  .md\:-ml-96 {
    margin-left: -24rem !important;
  }
  .md\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .md\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .md\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .md\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  .md\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .md\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }
  .md\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .md\:-mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }
  .md\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .md\:-mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }
  .md\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  .md\:-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }
  .md\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .md\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }
  .md\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .md\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .md\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  .md\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }
  .md\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }
  .md\:-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }
  .md\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }
  .md\:-mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }
  .md\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }
  .md\:-mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }
  .md\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }
  .md\:-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }
  .md\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }
  .md\:-mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }
  .md\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }
  .md\:-mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }
  .md\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .md\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .md\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .md\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .md\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .md\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .md\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .md\:-my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .md\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .md\:-my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .md\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .md\:-my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .md\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .md\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .md\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .md\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .md\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .md\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .md\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .md\:-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .md\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .md\:-my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }
  .md\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .md\:-my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }
  .md\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .md\:-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .md\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .md\:-my-72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .md\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .md\:-my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }
}
@media (min-width: 89.9375em) {
  .lg\:p-px {
    padding: 1px !important;
  }
  .lg\:p-0 {
    padding: 0 !important;
  }
  .lg\:p-1 {
    padding: 0.25rem !important;
  }
  .lg\:p-2 {
    padding: 0.5rem !important;
  }
  .lg\:p-3 {
    padding: 0.75rem !important;
  }
  .lg\:p-4 {
    padding: 1rem !important;
  }
  .lg\:p-5 {
    padding: 1.25rem !important;
  }
  .lg\:p-6 {
    padding: 1.5rem !important;
  }
  .lg\:p-7 {
    padding: 1.75rem !important;
  }
  .lg\:p-8 {
    padding: 2rem !important;
  }
  .lg\:p-9 {
    padding: 2.25rem !important;
  }
  .lg\:p-10 {
    padding: 2.5rem !important;
  }
  .lg\:p-11 {
    padding: 2.75rem !important;
  }
  .lg\:p-12 {
    padding: 3rem !important;
  }
  .lg\:p-14 {
    padding: 3.5rem !important;
  }
  .lg\:p-16 {
    padding: 4rem !important;
  }
  .lg\:p-20 {
    padding: 5rem !important;
  }
  .lg\:p-24 {
    padding: 6rem !important;
  }
  .lg\:p-28 {
    padding: 7rem !important;
  }
  .lg\:p-32 {
    padding: 8rem !important;
  }
  .lg\:p-36 {
    padding: 9rem !important;
  }
  .lg\:p-40 {
    padding: 10rem !important;
  }
  .lg\:p-44 {
    padding: 11rem !important;
  }
  .lg\:p-48 {
    padding: 12rem !important;
  }
  .lg\:p-52 {
    padding: 13rem !important;
  }
  .lg\:p-56 {
    padding: 14rem !important;
  }
  .lg\:p-60 {
    padding: 15rem !important;
  }
  .lg\:p-64 {
    padding: 16rem !important;
  }
  .lg\:p-72 {
    padding: 18rem !important;
  }
  .lg\:p-80 {
    padding: 20rem !important;
  }
  .lg\:p-96 {
    padding: 24rem !important;
  }
  .lg\:pt-px {
    padding-top: 1px !important;
  }
  .lg\:pt-0 {
    padding-top: 0 !important;
  }
  .lg\:pt-1 {
    padding-top: 0.25rem !important;
  }
  .lg\:pt-2 {
    padding-top: 0.5rem !important;
  }
  .lg\:pt-3 {
    padding-top: 0.75rem !important;
  }
  .lg\:pt-4 {
    padding-top: 1rem !important;
  }
  .lg\:pt-5 {
    padding-top: 1.25rem !important;
  }
  .lg\:pt-6 {
    padding-top: 1.5rem !important;
  }
  .lg\:pt-7 {
    padding-top: 1.75rem !important;
  }
  .lg\:pt-8 {
    padding-top: 2rem !important;
  }
  .lg\:pt-9 {
    padding-top: 2.25rem !important;
  }
  .lg\:pt-10 {
    padding-top: 2.5rem !important;
  }
  .lg\:pt-11 {
    padding-top: 2.75rem !important;
  }
  .lg\:pt-12 {
    padding-top: 3rem !important;
  }
  .lg\:pt-14 {
    padding-top: 3.5rem !important;
  }
  .lg\:pt-16 {
    padding-top: 4rem !important;
  }
  .lg\:pt-20 {
    padding-top: 5rem !important;
  }
  .lg\:pt-24 {
    padding-top: 6rem !important;
  }
  .lg\:pt-28 {
    padding-top: 7rem !important;
  }
  .lg\:pt-32 {
    padding-top: 8rem !important;
  }
  .lg\:pt-36 {
    padding-top: 9rem !important;
  }
  .lg\:pt-40 {
    padding-top: 10rem !important;
  }
  .lg\:pt-44 {
    padding-top: 11rem !important;
  }
  .lg\:pt-48 {
    padding-top: 12rem !important;
  }
  .lg\:pt-52 {
    padding-top: 13rem !important;
  }
  .lg\:pt-56 {
    padding-top: 14rem !important;
  }
  .lg\:pt-60 {
    padding-top: 15rem !important;
  }
  .lg\:pt-64 {
    padding-top: 16rem !important;
  }
  .lg\:pt-72 {
    padding-top: 18rem !important;
  }
  .lg\:pt-80 {
    padding-top: 20rem !important;
  }
  .lg\:pt-96 {
    padding-top: 24rem !important;
  }
  .lg\:pr-px {
    padding-right: 1px !important;
  }
  .lg\:pr-0 {
    padding-right: 0 !important;
  }
  .lg\:pr-1 {
    padding-right: 0.25rem !important;
  }
  .lg\:pr-2 {
    padding-right: 0.5rem !important;
  }
  .lg\:pr-3 {
    padding-right: 0.75rem !important;
  }
  .lg\:pr-4 {
    padding-right: 1rem !important;
  }
  .lg\:pr-5 {
    padding-right: 1.25rem !important;
  }
  .lg\:pr-6 {
    padding-right: 1.5rem !important;
  }
  .lg\:pr-7 {
    padding-right: 1.75rem !important;
  }
  .lg\:pr-8 {
    padding-right: 2rem !important;
  }
  .lg\:pr-9 {
    padding-right: 2.25rem !important;
  }
  .lg\:pr-10 {
    padding-right: 2.5rem !important;
  }
  .lg\:pr-11 {
    padding-right: 2.75rem !important;
  }
  .lg\:pr-12 {
    padding-right: 3rem !important;
  }
  .lg\:pr-14 {
    padding-right: 3.5rem !important;
  }
  .lg\:pr-16 {
    padding-right: 4rem !important;
  }
  .lg\:pr-20 {
    padding-right: 5rem !important;
  }
  .lg\:pr-24 {
    padding-right: 6rem !important;
  }
  .lg\:pr-28 {
    padding-right: 7rem !important;
  }
  .lg\:pr-32 {
    padding-right: 8rem !important;
  }
  .lg\:pr-36 {
    padding-right: 9rem !important;
  }
  .lg\:pr-40 {
    padding-right: 10rem !important;
  }
  .lg\:pr-44 {
    padding-right: 11rem !important;
  }
  .lg\:pr-48 {
    padding-right: 12rem !important;
  }
  .lg\:pr-52 {
    padding-right: 13rem !important;
  }
  .lg\:pr-56 {
    padding-right: 14rem !important;
  }
  .lg\:pr-60 {
    padding-right: 15rem !important;
  }
  .lg\:pr-64 {
    padding-right: 16rem !important;
  }
  .lg\:pr-72 {
    padding-right: 18rem !important;
  }
  .lg\:pr-80 {
    padding-right: 20rem !important;
  }
  .lg\:pr-96 {
    padding-right: 24rem !important;
  }
  .lg\:pb-px {
    padding-bottom: 1px !important;
  }
  .lg\:pb-0 {
    padding-bottom: 0 !important;
  }
  .lg\:pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .lg\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .lg\:pb-3 {
    padding-bottom: 0.75rem !important;
  }
  .lg\:pb-4 {
    padding-bottom: 1rem !important;
  }
  .lg\:pb-5 {
    padding-bottom: 1.25rem !important;
  }
  .lg\:pb-6 {
    padding-bottom: 1.5rem !important;
  }
  .lg\:pb-7 {
    padding-bottom: 1.75rem !important;
  }
  .lg\:pb-8 {
    padding-bottom: 2rem !important;
  }
  .lg\:pb-9 {
    padding-bottom: 2.25rem !important;
  }
  .lg\:pb-10 {
    padding-bottom: 2.5rem !important;
  }
  .lg\:pb-11 {
    padding-bottom: 2.75rem !important;
  }
  .lg\:pb-12 {
    padding-bottom: 3rem !important;
  }
  .lg\:pb-14 {
    padding-bottom: 3.5rem !important;
  }
  .lg\:pb-16 {
    padding-bottom: 4rem !important;
  }
  .lg\:pb-20 {
    padding-bottom: 5rem !important;
  }
  .lg\:pb-24 {
    padding-bottom: 6rem !important;
  }
  .lg\:pb-28 {
    padding-bottom: 7rem !important;
  }
  .lg\:pb-32 {
    padding-bottom: 8rem !important;
  }
  .lg\:pb-36 {
    padding-bottom: 9rem !important;
  }
  .lg\:pb-40 {
    padding-bottom: 10rem !important;
  }
  .lg\:pb-44 {
    padding-bottom: 11rem !important;
  }
  .lg\:pb-48 {
    padding-bottom: 12rem !important;
  }
  .lg\:pb-52 {
    padding-bottom: 13rem !important;
  }
  .lg\:pb-56 {
    padding-bottom: 14rem !important;
  }
  .lg\:pb-60 {
    padding-bottom: 15rem !important;
  }
  .lg\:pb-64 {
    padding-bottom: 16rem !important;
  }
  .lg\:pb-72 {
    padding-bottom: 18rem !important;
  }
  .lg\:pb-80 {
    padding-bottom: 20rem !important;
  }
  .lg\:pb-96 {
    padding-bottom: 24rem !important;
  }
  .lg\:pl-px {
    padding-left: 1px !important;
  }
  .lg\:pl-0 {
    padding-left: 0 !important;
  }
  .lg\:pl-1 {
    padding-left: 0.25rem !important;
  }
  .lg\:pl-2 {
    padding-left: 0.5rem !important;
  }
  .lg\:pl-3 {
    padding-left: 0.75rem !important;
  }
  .lg\:pl-4 {
    padding-left: 1rem !important;
  }
  .lg\:pl-5 {
    padding-left: 1.25rem !important;
  }
  .lg\:pl-6 {
    padding-left: 1.5rem !important;
  }
  .lg\:pl-7 {
    padding-left: 1.75rem !important;
  }
  .lg\:pl-8 {
    padding-left: 2rem !important;
  }
  .lg\:pl-9 {
    padding-left: 2.25rem !important;
  }
  .lg\:pl-10 {
    padding-left: 2.5rem !important;
  }
  .lg\:pl-11 {
    padding-left: 2.75rem !important;
  }
  .lg\:pl-12 {
    padding-left: 3rem !important;
  }
  .lg\:pl-14 {
    padding-left: 3.5rem !important;
  }
  .lg\:pl-16 {
    padding-left: 4rem !important;
  }
  .lg\:pl-20 {
    padding-left: 5rem !important;
  }
  .lg\:pl-24 {
    padding-left: 6rem !important;
  }
  .lg\:pl-28 {
    padding-left: 7rem !important;
  }
  .lg\:pl-32 {
    padding-left: 8rem !important;
  }
  .lg\:pl-36 {
    padding-left: 9rem !important;
  }
  .lg\:pl-40 {
    padding-left: 10rem !important;
  }
  .lg\:pl-44 {
    padding-left: 11rem !important;
  }
  .lg\:pl-48 {
    padding-left: 12rem !important;
  }
  .lg\:pl-52 {
    padding-left: 13rem !important;
  }
  .lg\:pl-56 {
    padding-left: 14rem !important;
  }
  .lg\:pl-60 {
    padding-left: 15rem !important;
  }
  .lg\:pl-64 {
    padding-left: 16rem !important;
  }
  .lg\:pl-72 {
    padding-left: 18rem !important;
  }
  .lg\:pl-80 {
    padding-left: 20rem !important;
  }
  .lg\:pl-96 {
    padding-left: 24rem !important;
  }
  .lg\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .lg\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .lg\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .lg\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .lg\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .lg\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .lg\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .lg\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .lg\:px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .lg\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .lg\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .lg\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .lg\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  .lg\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .lg\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .lg\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .lg\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .lg\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .lg\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .lg\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .lg\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .lg\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .lg\:px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  .lg\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .lg\:px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }
  .lg\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
  .lg\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .lg\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }
  .lg\:px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .lg\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .lg\:px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }
  .lg\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .lg\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .lg\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .lg\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .lg\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .lg\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .lg\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .lg\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .lg\:py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .lg\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .lg\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .lg\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .lg\:py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .lg\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .lg\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .lg\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .lg\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .lg\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .lg\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .lg\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .lg\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .lg\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .lg\:py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .lg\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .lg\:py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .lg\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .lg\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .lg\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .lg\:py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .lg\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .lg\:py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .lg\:m-px {
    margin: 1px !important;
  }
  .lg\:m-0 {
    margin: 0 !important;
  }
  .lg\:m-1 {
    margin: 0.25rem !important;
  }
  .lg\:m-2 {
    margin: 0.5rem !important;
  }
  .lg\:m-3 {
    margin: 0.75rem !important;
  }
  .lg\:m-4 {
    margin: 1rem !important;
  }
  .lg\:m-5 {
    margin: 1.25rem !important;
  }
  .lg\:m-6 {
    margin: 1.5rem !important;
  }
  .lg\:m-7 {
    margin: 1.75rem !important;
  }
  .lg\:m-8 {
    margin: 2rem !important;
  }
  .lg\:m-9 {
    margin: 2.25rem !important;
  }
  .lg\:m-10 {
    margin: 2.5rem !important;
  }
  .lg\:m-11 {
    margin: 2.75rem !important;
  }
  .lg\:m-12 {
    margin: 3rem !important;
  }
  .lg\:m-14 {
    margin: 3.5rem !important;
  }
  .lg\:m-16 {
    margin: 4rem !important;
  }
  .lg\:m-20 {
    margin: 5rem !important;
  }
  .lg\:m-24 {
    margin: 6rem !important;
  }
  .lg\:m-28 {
    margin: 7rem !important;
  }
  .lg\:m-32 {
    margin: 8rem !important;
  }
  .lg\:m-36 {
    margin: 9rem !important;
  }
  .lg\:m-40 {
    margin: 10rem !important;
  }
  .lg\:m-44 {
    margin: 11rem !important;
  }
  .lg\:m-48 {
    margin: 12rem !important;
  }
  .lg\:m-52 {
    margin: 13rem !important;
  }
  .lg\:m-56 {
    margin: 14rem !important;
  }
  .lg\:m-60 {
    margin: 15rem !important;
  }
  .lg\:m-64 {
    margin: 16rem !important;
  }
  .lg\:m-72 {
    margin: 18rem !important;
  }
  .lg\:m-80 {
    margin: 20rem !important;
  }
  .lg\:m-96 {
    margin: 24rem !important;
  }
  .lg\:m-auto {
    margin: auto !important;
  }
  .lg\:mt-px {
    margin-top: 1px !important;
  }
  .lg\:mt-0 {
    margin-top: 0 !important;
  }
  .lg\:mt-1 {
    margin-top: 0.25rem !important;
  }
  .lg\:mt-2 {
    margin-top: 0.5rem !important;
  }
  .lg\:mt-3 {
    margin-top: 0.75rem !important;
  }
  .lg\:mt-4 {
    margin-top: 1rem !important;
  }
  .lg\:mt-5 {
    margin-top: 1.25rem !important;
  }
  .lg\:mt-6 {
    margin-top: 1.5rem !important;
  }
  .lg\:mt-7 {
    margin-top: 1.75rem !important;
  }
  .lg\:mt-8 {
    margin-top: 2rem !important;
  }
  .lg\:mt-9 {
    margin-top: 2.25rem !important;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem !important;
  }
  .lg\:mt-11 {
    margin-top: 2.75rem !important;
  }
  .lg\:mt-12 {
    margin-top: 3rem !important;
  }
  .lg\:mt-14 {
    margin-top: 3.5rem !important;
  }
  .lg\:mt-16 {
    margin-top: 4rem !important;
  }
  .lg\:mt-20 {
    margin-top: 5rem !important;
  }
  .lg\:mt-24 {
    margin-top: 6rem !important;
  }
  .lg\:mt-28 {
    margin-top: 7rem !important;
  }
  .lg\:mt-32 {
    margin-top: 8rem !important;
  }
  .lg\:mt-36 {
    margin-top: 9rem !important;
  }
  .lg\:mt-40 {
    margin-top: 10rem !important;
  }
  .lg\:mt-44 {
    margin-top: 11rem !important;
  }
  .lg\:mt-48 {
    margin-top: 12rem !important;
  }
  .lg\:mt-52 {
    margin-top: 13rem !important;
  }
  .lg\:mt-56 {
    margin-top: 14rem !important;
  }
  .lg\:mt-60 {
    margin-top: 15rem !important;
  }
  .lg\:mt-64 {
    margin-top: 16rem !important;
  }
  .lg\:mt-72 {
    margin-top: 18rem !important;
  }
  .lg\:mt-80 {
    margin-top: 20rem !important;
  }
  .lg\:mt-96 {
    margin-top: 24rem !important;
  }
  .lg\:mt-auto {
    margin-top: auto !important;
  }
  .lg\:mr-px {
    margin-right: 1px !important;
  }
  .lg\:mr-0 {
    margin-right: 0 !important;
  }
  .lg\:mr-1 {
    margin-right: 0.25rem !important;
  }
  .lg\:mr-2 {
    margin-right: 0.5rem !important;
  }
  .lg\:mr-3 {
    margin-right: 0.75rem !important;
  }
  .lg\:mr-4 {
    margin-right: 1rem !important;
  }
  .lg\:mr-5 {
    margin-right: 1.25rem !important;
  }
  .lg\:mr-6 {
    margin-right: 1.5rem !important;
  }
  .lg\:mr-7 {
    margin-right: 1.75rem !important;
  }
  .lg\:mr-8 {
    margin-right: 2rem !important;
  }
  .lg\:mr-9 {
    margin-right: 2.25rem !important;
  }
  .lg\:mr-10 {
    margin-right: 2.5rem !important;
  }
  .lg\:mr-11 {
    margin-right: 2.75rem !important;
  }
  .lg\:mr-12 {
    margin-right: 3rem !important;
  }
  .lg\:mr-14 {
    margin-right: 3.5rem !important;
  }
  .lg\:mr-16 {
    margin-right: 4rem !important;
  }
  .lg\:mr-20 {
    margin-right: 5rem !important;
  }
  .lg\:mr-24 {
    margin-right: 6rem !important;
  }
  .lg\:mr-28 {
    margin-right: 7rem !important;
  }
  .lg\:mr-32 {
    margin-right: 8rem !important;
  }
  .lg\:mr-36 {
    margin-right: 9rem !important;
  }
  .lg\:mr-40 {
    margin-right: 10rem !important;
  }
  .lg\:mr-44 {
    margin-right: 11rem !important;
  }
  .lg\:mr-48 {
    margin-right: 12rem !important;
  }
  .lg\:mr-52 {
    margin-right: 13rem !important;
  }
  .lg\:mr-56 {
    margin-right: 14rem !important;
  }
  .lg\:mr-60 {
    margin-right: 15rem !important;
  }
  .lg\:mr-64 {
    margin-right: 16rem !important;
  }
  .lg\:mr-72 {
    margin-right: 18rem !important;
  }
  .lg\:mr-80 {
    margin-right: 20rem !important;
  }
  .lg\:mr-96 {
    margin-right: 24rem !important;
  }
  .lg\:mr-auto {
    margin-right: auto !important;
  }
  .lg\:mb-px {
    margin-bottom: 1px !important;
  }
  .lg\:mb-0 {
    margin-bottom: 0 !important;
  }
  .lg\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .lg\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .lg\:mb-3 {
    margin-bottom: 0.75rem !important;
  }
  .lg\:mb-4 {
    margin-bottom: 1rem !important;
  }
  .lg\:mb-5 {
    margin-bottom: 1.25rem !important;
  }
  .lg\:mb-6 {
    margin-bottom: 1.5rem !important;
  }
  .lg\:mb-7 {
    margin-bottom: 1.75rem !important;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem !important;
  }
  .lg\:mb-9 {
    margin-bottom: 2.25rem !important;
  }
  .lg\:mb-10 {
    margin-bottom: 2.5rem !important;
  }
  .lg\:mb-11 {
    margin-bottom: 2.75rem !important;
  }
  .lg\:mb-12 {
    margin-bottom: 3rem !important;
  }
  .lg\:mb-14 {
    margin-bottom: 3.5rem !important;
  }
  .lg\:mb-16 {
    margin-bottom: 4rem !important;
  }
  .lg\:mb-20 {
    margin-bottom: 5rem !important;
  }
  .lg\:mb-24 {
    margin-bottom: 6rem !important;
  }
  .lg\:mb-28 {
    margin-bottom: 7rem !important;
  }
  .lg\:mb-32 {
    margin-bottom: 8rem !important;
  }
  .lg\:mb-36 {
    margin-bottom: 9rem !important;
  }
  .lg\:mb-40 {
    margin-bottom: 10rem !important;
  }
  .lg\:mb-44 {
    margin-bottom: 11rem !important;
  }
  .lg\:mb-48 {
    margin-bottom: 12rem !important;
  }
  .lg\:mb-52 {
    margin-bottom: 13rem !important;
  }
  .lg\:mb-56 {
    margin-bottom: 14rem !important;
  }
  .lg\:mb-60 {
    margin-bottom: 15rem !important;
  }
  .lg\:mb-64 {
    margin-bottom: 16rem !important;
  }
  .lg\:mb-72 {
    margin-bottom: 18rem !important;
  }
  .lg\:mb-80 {
    margin-bottom: 20rem !important;
  }
  .lg\:mb-96 {
    margin-bottom: 24rem !important;
  }
  .lg\:mb-auto {
    margin-bottom: auto !important;
  }
  .lg\:ml-px {
    margin-left: 1px !important;
  }
  .lg\:ml-0 {
    margin-left: 0 !important;
  }
  .lg\:ml-1 {
    margin-left: 0.25rem !important;
  }
  .lg\:ml-2 {
    margin-left: 0.5rem !important;
  }
  .lg\:ml-3 {
    margin-left: 0.75rem !important;
  }
  .lg\:ml-4 {
    margin-left: 1rem !important;
  }
  .lg\:ml-5 {
    margin-left: 1.25rem !important;
  }
  .lg\:ml-6 {
    margin-left: 1.5rem !important;
  }
  .lg\:ml-7 {
    margin-left: 1.75rem !important;
  }
  .lg\:ml-8 {
    margin-left: 2rem !important;
  }
  .lg\:ml-9 {
    margin-left: 2.25rem !important;
  }
  .lg\:ml-10 {
    margin-left: 2.5rem !important;
  }
  .lg\:ml-11 {
    margin-left: 2.75rem !important;
  }
  .lg\:ml-12 {
    margin-left: 3rem !important;
  }
  .lg\:ml-14 {
    margin-left: 3.5rem !important;
  }
  .lg\:ml-16 {
    margin-left: 4rem !important;
  }
  .lg\:ml-20 {
    margin-left: 5rem !important;
  }
  .lg\:ml-24 {
    margin-left: 6rem !important;
  }
  .lg\:ml-28 {
    margin-left: 7rem !important;
  }
  .lg\:ml-32 {
    margin-left: 8rem !important;
  }
  .lg\:ml-36 {
    margin-left: 9rem !important;
  }
  .lg\:ml-40 {
    margin-left: 10rem !important;
  }
  .lg\:ml-44 {
    margin-left: 11rem !important;
  }
  .lg\:ml-48 {
    margin-left: 12rem !important;
  }
  .lg\:ml-52 {
    margin-left: 13rem !important;
  }
  .lg\:ml-56 {
    margin-left: 14rem !important;
  }
  .lg\:ml-60 {
    margin-left: 15rem !important;
  }
  .lg\:ml-64 {
    margin-left: 16rem !important;
  }
  .lg\:ml-72 {
    margin-left: 18rem !important;
  }
  .lg\:ml-80 {
    margin-left: 20rem !important;
  }
  .lg\:ml-96 {
    margin-left: 24rem !important;
  }
  .lg\:ml-auto {
    margin-left: auto !important;
  }
  .lg\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .lg\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .lg\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .lg\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .lg\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .lg\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .lg\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .lg\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .lg\:mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .lg\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .lg\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .lg\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .lg\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  .lg\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .lg\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .lg\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .lg\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .lg\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .lg\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .lg\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .lg\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .lg\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .lg\:mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  .lg\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .lg\:mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }
  .lg\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  .lg\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .lg\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }
  .lg\:mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
  .lg\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .lg\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  .lg\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .lg\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .lg\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .lg\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .lg\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .lg\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .lg\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .lg\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .lg\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .lg\:my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .lg\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .lg\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .lg\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .lg\:my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .lg\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .lg\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .lg\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .lg\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .lg\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .lg\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .lg\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .lg\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .lg\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .lg\:my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .lg\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .lg\:my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .lg\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .lg\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .lg\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .lg\:my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .lg\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .lg\:my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .lg\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .lg\:-m-px {
    margin: -1px !important;
  }
  .lg\:-m-1 {
    margin: -0.25rem !important;
  }
  .lg\:-m-2 {
    margin: -0.5rem !important;
  }
  .lg\:-m-3 {
    margin: -0.75rem !important;
  }
  .lg\:-m-4 {
    margin: -1rem !important;
  }
  .lg\:-m-5 {
    margin: -1.25rem !important;
  }
  .lg\:-m-6 {
    margin: -1.5rem !important;
  }
  .lg\:-m-7 {
    margin: -1.75rem !important;
  }
  .lg\:-m-8 {
    margin: -2rem !important;
  }
  .lg\:-m-9 {
    margin: -2.25rem !important;
  }
  .lg\:-m-10 {
    margin: -2.5rem !important;
  }
  .lg\:-m-11 {
    margin: -2.75rem !important;
  }
  .lg\:-m-12 {
    margin: -3rem !important;
  }
  .lg\:-m-14 {
    margin: -3.5rem !important;
  }
  .lg\:-m-16 {
    margin: -4rem !important;
  }
  .lg\:-m-20 {
    margin: -5rem !important;
  }
  .lg\:-m-24 {
    margin: -6rem !important;
  }
  .lg\:-m-28 {
    margin: -7rem !important;
  }
  .lg\:-m-32 {
    margin: -8rem !important;
  }
  .lg\:-m-36 {
    margin: -9rem !important;
  }
  .lg\:-m-40 {
    margin: -10rem !important;
  }
  .lg\:-m-44 {
    margin: -11rem !important;
  }
  .lg\:-m-48 {
    margin: -12rem !important;
  }
  .lg\:-m-52 {
    margin: -13rem !important;
  }
  .lg\:-m-56 {
    margin: -14rem !important;
  }
  .lg\:-m-60 {
    margin: -15rem !important;
  }
  .lg\:-m-64 {
    margin: -16rem !important;
  }
  .lg\:-m-72 {
    margin: -18rem !important;
  }
  .lg\:-m-80 {
    margin: -20rem !important;
  }
  .lg\:-m-96 {
    margin: -24rem !important;
  }
  .lg\:-mt-px {
    margin-top: -1px !important;
  }
  .lg\:-mt-1 {
    margin-top: -0.25rem !important;
  }
  .lg\:-mt-2 {
    margin-top: -0.5rem !important;
  }
  .lg\:-mt-3 {
    margin-top: -0.75rem !important;
  }
  .lg\:-mt-4 {
    margin-top: -1rem !important;
  }
  .lg\:-mt-5 {
    margin-top: -1.25rem !important;
  }
  .lg\:-mt-6 {
    margin-top: -1.5rem !important;
  }
  .lg\:-mt-7 {
    margin-top: -1.75rem !important;
  }
  .lg\:-mt-8 {
    margin-top: -2rem !important;
  }
  .lg\:-mt-9 {
    margin-top: -2.25rem !important;
  }
  .lg\:-mt-10 {
    margin-top: -2.5rem !important;
  }
  .lg\:-mt-11 {
    margin-top: -2.75rem !important;
  }
  .lg\:-mt-12 {
    margin-top: -3rem !important;
  }
  .lg\:-mt-14 {
    margin-top: -3.5rem !important;
  }
  .lg\:-mt-16 {
    margin-top: -4rem !important;
  }
  .lg\:-mt-20 {
    margin-top: -5rem !important;
  }
  .lg\:-mt-24 {
    margin-top: -6rem !important;
  }
  .lg\:-mt-28 {
    margin-top: -7rem !important;
  }
  .lg\:-mt-32 {
    margin-top: -8rem !important;
  }
  .lg\:-mt-36 {
    margin-top: -9rem !important;
  }
  .lg\:-mt-40 {
    margin-top: -10rem !important;
  }
  .lg\:-mt-44 {
    margin-top: -11rem !important;
  }
  .lg\:-mt-48 {
    margin-top: -12rem !important;
  }
  .lg\:-mt-52 {
    margin-top: -13rem !important;
  }
  .lg\:-mt-56 {
    margin-top: -14rem !important;
  }
  .lg\:-mt-60 {
    margin-top: -15rem !important;
  }
  .lg\:-mt-64 {
    margin-top: -16rem !important;
  }
  .lg\:-mt-72 {
    margin-top: -18rem !important;
  }
  .lg\:-mt-80 {
    margin-top: -20rem !important;
  }
  .lg\:-mt-96 {
    margin-top: -24rem !important;
  }
  .lg\:-mr-px {
    margin-right: -1px !important;
  }
  .lg\:-mr-1 {
    margin-right: -0.25rem !important;
  }
  .lg\:-mr-2 {
    margin-right: -0.5rem !important;
  }
  .lg\:-mr-3 {
    margin-right: -0.75rem !important;
  }
  .lg\:-mr-4 {
    margin-right: -1rem !important;
  }
  .lg\:-mr-5 {
    margin-right: -1.25rem !important;
  }
  .lg\:-mr-6 {
    margin-right: -1.5rem !important;
  }
  .lg\:-mr-7 {
    margin-right: -1.75rem !important;
  }
  .lg\:-mr-8 {
    margin-right: -2rem !important;
  }
  .lg\:-mr-9 {
    margin-right: -2.25rem !important;
  }
  .lg\:-mr-10 {
    margin-right: -2.5rem !important;
  }
  .lg\:-mr-11 {
    margin-right: -2.75rem !important;
  }
  .lg\:-mr-12 {
    margin-right: -3rem !important;
  }
  .lg\:-mr-14 {
    margin-right: -3.5rem !important;
  }
  .lg\:-mr-16 {
    margin-right: -4rem !important;
  }
  .lg\:-mr-20 {
    margin-right: -5rem !important;
  }
  .lg\:-mr-24 {
    margin-right: -6rem !important;
  }
  .lg\:-mr-28 {
    margin-right: -7rem !important;
  }
  .lg\:-mr-32 {
    margin-right: -8rem !important;
  }
  .lg\:-mr-36 {
    margin-right: -9rem !important;
  }
  .lg\:-mr-40 {
    margin-right: -10rem !important;
  }
  .lg\:-mr-44 {
    margin-right: -11rem !important;
  }
  .lg\:-mr-48 {
    margin-right: -12rem !important;
  }
  .lg\:-mr-52 {
    margin-right: -13rem !important;
  }
  .lg\:-mr-56 {
    margin-right: -14rem !important;
  }
  .lg\:-mr-60 {
    margin-right: -15rem !important;
  }
  .lg\:-mr-64 {
    margin-right: -16rem !important;
  }
  .lg\:-mr-72 {
    margin-right: -18rem !important;
  }
  .lg\:-mr-80 {
    margin-right: -20rem !important;
  }
  .lg\:-mr-96 {
    margin-right: -24rem !important;
  }
  .lg\:-mb-px {
    margin-bottom: -1px !important;
  }
  .lg\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }
  .lg\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }
  .lg\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }
  .lg\:-mb-4 {
    margin-bottom: -1rem !important;
  }
  .lg\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }
  .lg\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }
  .lg\:-mb-7 {
    margin-bottom: -1.75rem !important;
  }
  .lg\:-mb-8 {
    margin-bottom: -2rem !important;
  }
  .lg\:-mb-9 {
    margin-bottom: -2.25rem !important;
  }
  .lg\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }
  .lg\:-mb-11 {
    margin-bottom: -2.75rem !important;
  }
  .lg\:-mb-12 {
    margin-bottom: -3rem !important;
  }
  .lg\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }
  .lg\:-mb-16 {
    margin-bottom: -4rem !important;
  }
  .lg\:-mb-20 {
    margin-bottom: -5rem !important;
  }
  .lg\:-mb-24 {
    margin-bottom: -6rem !important;
  }
  .lg\:-mb-28 {
    margin-bottom: -7rem !important;
  }
  .lg\:-mb-32 {
    margin-bottom: -8rem !important;
  }
  .lg\:-mb-36 {
    margin-bottom: -9rem !important;
  }
  .lg\:-mb-40 {
    margin-bottom: -10rem !important;
  }
  .lg\:-mb-44 {
    margin-bottom: -11rem !important;
  }
  .lg\:-mb-48 {
    margin-bottom: -12rem !important;
  }
  .lg\:-mb-52 {
    margin-bottom: -13rem !important;
  }
  .lg\:-mb-56 {
    margin-bottom: -14rem !important;
  }
  .lg\:-mb-60 {
    margin-bottom: -15rem !important;
  }
  .lg\:-mb-64 {
    margin-bottom: -16rem !important;
  }
  .lg\:-mb-72 {
    margin-bottom: -18rem !important;
  }
  .lg\:-mb-80 {
    margin-bottom: -20rem !important;
  }
  .lg\:-mb-96 {
    margin-bottom: -24rem !important;
  }
  .lg\:-ml-px {
    margin-left: -1px !important;
  }
  .lg\:-ml-1 {
    margin-left: -0.25rem !important;
  }
  .lg\:-ml-2 {
    margin-left: -0.5rem !important;
  }
  .lg\:-ml-3 {
    margin-left: -0.75rem !important;
  }
  .lg\:-ml-4 {
    margin-left: -1rem !important;
  }
  .lg\:-ml-5 {
    margin-left: -1.25rem !important;
  }
  .lg\:-ml-6 {
    margin-left: -1.5rem !important;
  }
  .lg\:-ml-7 {
    margin-left: -1.75rem !important;
  }
  .lg\:-ml-8 {
    margin-left: -2rem !important;
  }
  .lg\:-ml-9 {
    margin-left: -2.25rem !important;
  }
  .lg\:-ml-10 {
    margin-left: -2.5rem !important;
  }
  .lg\:-ml-11 {
    margin-left: -2.75rem !important;
  }
  .lg\:-ml-12 {
    margin-left: -3rem !important;
  }
  .lg\:-ml-14 {
    margin-left: -3.5rem !important;
  }
  .lg\:-ml-16 {
    margin-left: -4rem !important;
  }
  .lg\:-ml-20 {
    margin-left: -5rem !important;
  }
  .lg\:-ml-24 {
    margin-left: -6rem !important;
  }
  .lg\:-ml-28 {
    margin-left: -7rem !important;
  }
  .lg\:-ml-32 {
    margin-left: -8rem !important;
  }
  .lg\:-ml-36 {
    margin-left: -9rem !important;
  }
  .lg\:-ml-40 {
    margin-left: -10rem !important;
  }
  .lg\:-ml-44 {
    margin-left: -11rem !important;
  }
  .lg\:-ml-48 {
    margin-left: -12rem !important;
  }
  .lg\:-ml-52 {
    margin-left: -13rem !important;
  }
  .lg\:-ml-56 {
    margin-left: -14rem !important;
  }
  .lg\:-ml-60 {
    margin-left: -15rem !important;
  }
  .lg\:-ml-64 {
    margin-left: -16rem !important;
  }
  .lg\:-ml-72 {
    margin-left: -18rem !important;
  }
  .lg\:-ml-80 {
    margin-left: -20rem !important;
  }
  .lg\:-ml-96 {
    margin-left: -24rem !important;
  }
  .lg\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .lg\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .lg\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .lg\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  .lg\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .lg\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }
  .lg\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .lg\:-mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }
  .lg\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .lg\:-mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }
  .lg\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  .lg\:-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }
  .lg\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .lg\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }
  .lg\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .lg\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .lg\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  .lg\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }
  .lg\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }
  .lg\:-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }
  .lg\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }
  .lg\:-mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }
  .lg\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }
  .lg\:-mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }
  .lg\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }
  .lg\:-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }
  .lg\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }
  .lg\:-mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }
  .lg\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }
  .lg\:-mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }
  .lg\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .lg\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .lg\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .lg\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .lg\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .lg\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .lg\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .lg\:-my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .lg\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .lg\:-my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .lg\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .lg\:-my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .lg\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .lg\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .lg\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .lg\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .lg\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .lg\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .lg\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .lg\:-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .lg\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .lg\:-my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }
  .lg\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .lg\:-my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }
  .lg\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .lg\:-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .lg\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .lg\:-my-72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .lg\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .lg\:-my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }
}
.icon-base-transparent .icon-base,
.icon-base-gold .icon-base,
.icon-base-yellow .icon-base,
.icon-base-yellow-100 .icon-base,
.icon-base-lavender-600 .icon-base,
.icon-base-lavender-500 .icon-base,
.icon-base-lavender-400 .icon-base,
.icon-base-lavender-200 .icon-base,
.icon-base-coral-600 .icon-base,
.icon-base-coral-500 .icon-base,
.icon-base-coral-400 .icon-base,
.icon-base-red .icon-base,
.icon-base-red-light .icon-base,
.icon-base-green-dark .icon-base,
.icon-base-green .icon-base,
.icon-base-teal-700 .icon-base,
.icon-base-teal-600 .icon-base,
.icon-base-teal-200 .icon-base,
.icon-base-teal .icon-base,
.icon-base-blue-dark .icon-base,
.icon-base-blue-mid .icon-base,
.icon-base-blue .icon-base,
.icon-base-blue-800 .icon-base,
.icon-base-blue-700 .icon-base,
.icon-base-blue-600 .icon-base,
.icon-base-blue-500 .icon-base,
.icon-base-blue-200 .icon-base,
.icon-base-blue-light .icon-base,
.icon-base-blue-50 .icon-base,
.icon-base-black .icon-base,
.icon-base-slate .icon-base,
.icon-base-gray-medium .icon-base,
.icon-base-gray .icon-base,
.icon-base-gray-mid .icon-base,
.icon-base-gray-light .icon-base,
.icon-base-white .icon-base {
  transition: color 0.2s ease;
}
.icon-base-white .icon-base,
.hover\:icon-base-white:hover .icon-base,
.group:hover .group-hover\:icon-base-white .icon-base {
  color: #fff !important;
}
.icon-base-gray-light .icon-base,
.hover\:icon-base-gray-light:hover .icon-base,
.group:hover .group-hover\:icon-base-gray-light .icon-base {
  color: #f3f4f8 !important;
}
.icon-base-gray-mid .icon-base,
.hover\:icon-base-gray-mid:hover .icon-base,
.group:hover .group-hover\:icon-base-gray-mid .icon-base {
  color: #e3e6ee !important;
}
.icon-base-gray .icon-base,
.hover\:icon-base-gray:hover .icon-base,
.group:hover .group-hover\:icon-base-gray .icon-base {
  color: #b1b7c5 !important;
}
.icon-base-gray-medium .icon-base,
.hover\:icon-base-gray-medium:hover .icon-base,
.group:hover .group-hover\:icon-base-gray-medium .icon-base {
  color: #868a9a !important;
}
.icon-base-slate .icon-base,
.hover\:icon-base-slate:hover .icon-base,
.group:hover .group-hover\:icon-base-slate .icon-base {
  color: #515260 !important;
}
.icon-base-black .icon-base,
.hover\:icon-base-black:hover .icon-base,
.group:hover .group-hover\:icon-base-black .icon-base {
  color: #151515 !important;
}
.icon-base-blue-50 .icon-base,
.hover\:icon-base-blue-50:hover .icon-base,
.group:hover .group-hover\:icon-base-blue-50 .icon-base {
  color: #f6faff !important;
}
.icon-base-blue-light .icon-base,
.hover\:icon-base-blue-light:hover .icon-base,
.group:hover .group-hover\:icon-base-blue-light .icon-base {
  color: #eaf1ff !important;
}
.icon-base-blue-200 .icon-base,
.hover\:icon-base-blue-200:hover .icon-base,
.group:hover .group-hover\:icon-base-blue-200 .icon-base {
  color: #d5e3fd !important;
}
.icon-base-blue-500 .icon-base,
.hover\:icon-base-blue-500:hover .icon-base,
.group:hover .group-hover\:icon-base-blue-500 .icon-base {
  color: #548dff !important;
}
.icon-base-blue-600 .icon-base,
.hover\:icon-base-blue-600:hover .icon-base,
.group:hover .group-hover\:icon-base-blue-600 .icon-base {
  color: #0157ff !important;
}
.icon-base-blue-700 .icon-base,
.hover\:icon-base-blue-700:hover .icon-base,
.group:hover .group-hover\:icon-base-blue-700 .icon-base {
  color: #0049c0 !important;
}
.icon-base-blue-800 .icon-base,
.hover\:icon-base-blue-800:hover .icon-base,
.group:hover .group-hover\:icon-base-blue-800 .icon-base {
  color: #013497 !important;
}
.icon-base-blue .icon-base,
.hover\:icon-base-blue:hover .icon-base,
.group:hover .group-hover\:icon-base-blue .icon-base {
  color: #0157ff !important;
}
.icon-base-blue-mid .icon-base,
.hover\:icon-base-blue-mid:hover .icon-base,
.group:hover .group-hover\:icon-base-blue-mid .icon-base {
  color: #0137a1 !important;
}
.icon-base-blue-dark .icon-base,
.hover\:icon-base-blue-dark:hover .icon-base,
.group:hover .group-hover\:icon-base-blue-dark .icon-base {
  color: #00143d !important;
}
.icon-base-teal .icon-base,
.hover\:icon-base-teal:hover .icon-base,
.group:hover .group-hover\:icon-base-teal .icon-base {
  color: #1affd5 !important;
}
.icon-base-teal-200 .icon-base,
.hover\:icon-base-teal-200:hover .icon-base,
.group:hover .group-hover\:icon-base-teal-200 .icon-base {
  color: #cde8e3 !important;
}
.icon-base-teal-600 .icon-base,
.hover\:icon-base-teal-600:hover .icon-base,
.group:hover .group-hover\:icon-base-teal-600 .icon-base {
  color: #007871 !important;
}
.icon-base-teal-700 .icon-base,
.hover\:icon-base-teal-700:hover .icon-base,
.group:hover .group-hover\:icon-base-teal-700 .icon-base {
  color: #054f52 !important;
}
.icon-base-green .icon-base,
.hover\:icon-base-green:hover .icon-base,
.group:hover .group-hover\:icon-base-green .icon-base {
  color: #28c814 !important;
}
.icon-base-green-dark .icon-base,
.hover\:icon-base-green-dark:hover .icon-base,
.group:hover .group-hover\:icon-base-green-dark .icon-base {
  color: #2b7a0e !important;
}
.icon-base-red-light .icon-base,
.hover\:icon-base-red-light:hover .icon-base,
.group:hover .group-hover\:icon-base-red-light .icon-base {
  color: #fff3f3 !important;
}
.icon-base-red .icon-base,
.hover\:icon-base-red:hover .icon-base,
.group:hover .group-hover\:icon-base-red .icon-base {
  color: #d71919 !important;
}
.icon-base-coral-400 .icon-base,
.hover\:icon-base-coral-400:hover .icon-base,
.group:hover .group-hover\:icon-base-coral-400 .icon-base {
  color: #ec9489 !important;
}
.icon-base-coral-500 .icon-base,
.hover\:icon-base-coral-500:hover .icon-base,
.group:hover .group-hover\:icon-base-coral-500 .icon-base {
  color: #e5665e !important;
}
.icon-base-coral-600 .icon-base,
.hover\:icon-base-coral-600:hover .icon-base,
.group:hover .group-hover\:icon-base-coral-600 .icon-base {
  color: #ba413e !important;
}
.icon-base-lavender-200 .icon-base,
.hover\:icon-base-lavender-200:hover .icon-base,
.group:hover .group-hover\:icon-base-lavender-200 .icon-base {
  color: #f0dcef !important;
}
.icon-base-lavender-400 .icon-base,
.hover\:icon-base-lavender-400:hover .icon-base,
.group:hover .group-hover\:icon-base-lavender-400 .icon-base {
  color: #c79fc5 !important;
}
.icon-base-lavender-500 .icon-base,
.hover\:icon-base-lavender-500:hover .icon-base,
.group:hover .group-hover\:icon-base-lavender-500 .icon-base {
  color: #b480af !important;
}
.icon-base-lavender-600 .icon-base,
.hover\:icon-base-lavender-600:hover .icon-base,
.group:hover .group-hover\:icon-base-lavender-600 .icon-base {
  color: #9b4f8f !important;
}
.icon-base-yellow-100 .icon-base,
.hover\:icon-base-yellow-100:hover .icon-base,
.group:hover .group-hover\:icon-base-yellow-100 .icon-base {
  color: #fff0ca !important;
}
.icon-base-yellow .icon-base,
.hover\:icon-base-yellow:hover .icon-base,
.group:hover .group-hover\:icon-base-yellow .icon-base {
  color: #ffdd83 !important;
}
.icon-base-gold .icon-base,
.hover\:icon-base-gold:hover .icon-base,
.group:hover .group-hover\:icon-base-gold .icon-base {
  color: #ffb136 !important;
}
.icon-base-transparent .icon-base,
.hover\:icon-base-transparent:hover .icon-base,
.group:hover .group-hover\:icon-base-transparent .icon-base {
  color: transparent !important;
}
.text-size-nm,
.type-body-one {
  line-height: 1.75 !important;
  font-size: 1rem !important;
  letter-spacing: -0.0125rem !important;
  font-family: CircularStd-Book, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
}
.text-size-nm:before,
.text-size-nm:after,
.type-body-one:before,
.type-body-one:after {
  content: "" !important;
  display: block !important;
  height: 0 !important;
  width: 0 !important;
}
.text-size-nm:before,
.type-body-one:before {
  margin-bottom: calc(-0.375em + 0px) !important;
}
.text-size-nm:after,
.type-body-one:after {
  margin-top: calc(-0.375em + 0px) !important;
}
@media (min-width: 37.4375em) {
  .text-size-nm,
  .type-body-one {
    line-height: 1.75 !important;
    font-size: 1rem !important;
    letter-spacing: -0.015625rem !important;
  }
  .text-size-nm:before,
  .text-size-nm:after,
  .type-body-one:before,
  .type-body-one:after {
    content: "" !important;
    display: block !important;
    height: 0 !important;
    width: 0 !important;
  }
  .text-size-nm:before,
  .type-body-one:before {
    margin-bottom: calc(-0.40625em + 0px) !important;
  }
  .text-size-nm:after,
  .type-body-one:after {
    margin-top: calc(-0.40625em + 0px) !important;
  }
}
.text-size-sm,
.type-body-two {
  line-height: 1.75 !important;
  font-size: 0.875rem !important;
  letter-spacing: 0 !important;
  font-family: CircularStd-Book, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
}
.text-size-sm:before,
.text-size-sm:after,
.type-body-two:before,
.type-body-two:after {
  content: "" !important;
  display: block !important;
  height: 0 !important;
  width: 0 !important;
}
.text-size-sm:before,
.type-body-two:before {
  margin-bottom: calc(-0.3928571429em + 0px) !important;
}
.text-size-sm:after,
.type-body-two:after {
  margin-top: calc(-0.3928571429em + 0px) !important;
}
@media (min-width: 37.4375em) {
  .text-size-sm,
  .type-body-two {
    line-height: 1.75 !important;
    font-size: 0.875rem !important;
    letter-spacing: 0 !important;
  }
  .text-size-sm:before,
  .text-size-sm:after,
  .type-body-two:before,
  .type-body-two:after {
    content: "" !important;
    display: block !important;
    height: 0 !important;
    width: 0 !important;
  }
  .text-size-sm:before,
  .type-body-two:before {
    margin-bottom: calc(-0.3928571429em + 0px) !important;
  }
  .text-size-sm:after,
  .type-body-two:after {
    margin-top: calc(-0.3928571429em + 0px) !important;
  }
}
.text-size-xs,
.type-body-three {
  line-height: 1.75 !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.01875rem !important;
  font-family: CircularStd-Book, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
}
.text-size-xs:before,
.text-size-xs:after,
.type-body-three:before,
.type-body-three:after {
  content: "" !important;
  display: block !important;
  height: 0 !important;
  width: 0 !important;
}
.text-size-xs:before,
.type-body-three:before {
  margin-bottom: calc(-0.3333333333em + 0px) !important;
}
.text-size-xs:after,
.type-body-three:after {
  margin-top: calc(-0.3333333333em + 0px) !important;
}
@media (min-width: 37.4375em) {
  .text-size-xs,
  .type-body-three {
    line-height: 1.75 !important;
    font-size: 0.75rem !important;
    letter-spacing: 0.01875rem !important;
  }
  .text-size-xs:before,
  .text-size-xs:after,
  .type-body-three:before,
  .type-body-three:after {
    content: "" !important;
    display: block !important;
    height: 0 !important;
    width: 0 !important;
  }
  .text-size-xs:before,
  .type-body-three:before {
    margin-bottom: calc(-0.3333333333em + 0px) !important;
  }
  .text-size-xs:after,
  .type-body-three:after {
    margin-top: calc(-0.3333333333em + 0px) !important;
  }
}
.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.text-lg,
.DefinitionList--list dd {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}
.text-5xl {
  font-size: 3rem !important;
  line-height: 1 !important;
}
.text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}
.text-7xl {
  font-size: 4.5rem !important;
  line-height: 1 !important;
}
.text-8xl {
  font-size: 6rem !important;
  line-height: 1 !important;
}
.text-9xl {
  font-size: 8rem !important;
  line-height: 1 !important;
}
@media (min-width: 37.4375em) {
  .sm\:text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }
  .sm\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .sm\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .sm\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
  .sm\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  .sm\:text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  .sm\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
  .sm\:text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
  .sm\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }
  .sm\:text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }
  .sm\:text-7xl {
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }
  .sm\:text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }
  .sm\:text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important;
  }
}
@media (min-width: 62.4375em) {
  .md\:text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }
  .md\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .md\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .md\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
  .md\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  .md\:text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  .md\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
  .md\:text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
  .md\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }
  .md\:text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }
  .md\:text-7xl {
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }
  .md\:text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }
  .md\:text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important;
  }
}
@media (min-width: 89.9375em) {
  .lg\:text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }
  .lg\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .lg\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .lg\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
  .lg\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  .lg\:text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  .lg\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
  .lg\:text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
  .lg\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }
  .lg\:text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }
  .lg\:text-7xl {
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }
  .lg\:text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }
  .lg\:text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important;
  }
}
.font-circular-book {
  font-family: CircularStd-Book, Arial, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
.font-circular-bold,
.DefinitionList--table dt {
  font-family: CircularStd-Bold, Arial, sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
}
.capitalize,
.hover\:capitalize:hover {
  text-transform: capitalize !important;
}
@media screen and (min-width: 599px) {
  .sm\:capitalize,
  .sm\:hover\:capitalize:hover {
    text-transform: capitalize !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:capitalize,
  .md\:hover\:capitalize:hover {
    text-transform: capitalize !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:capitalize,
  .lg\:hover\:capitalize:hover {
    text-transform: capitalize !important;
  }
}
.uppercase,
.hover\:uppercase:hover {
  text-transform: uppercase !important;
}
@media screen and (min-width: 599px) {
  .sm\:uppercase,
  .sm\:hover\:uppercase:hover {
    text-transform: uppercase !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:uppercase,
  .md\:hover\:uppercase:hover {
    text-transform: uppercase !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:uppercase,
  .lg\:hover\:uppercase:hover {
    text-transform: uppercase !important;
  }
}
.lowercase,
.hover\:lowercase:hover {
  text-transform: lowercase !important;
}
@media screen and (min-width: 599px) {
  .sm\:lowercase,
  .sm\:hover\:lowercase:hover {
    text-transform: lowercase !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:lowercase,
  .md\:hover\:lowercase:hover {
    text-transform: lowercase !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:lowercase,
  .lg\:hover\:lowercase:hover {
    text-transform: lowercase !important;
  }
}
.normal-case,
.hover\:normal-case:hover {
  text-transform: none !important;
}
@media screen and (min-width: 599px) {
  .sm\:normal-case,
  .sm\:hover\:normal-case:hover {
    text-transform: none !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:normal-case,
  .md\:hover\:normal-case:hover {
    text-transform: none !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:normal-case,
  .lg\:hover\:normal-case:hover {
    text-transform: none !important;
  }
}
.line-through,
.hover\:line-through:hover {
  text-decoration: line-through !important;
}
@media screen and (min-width: 599px) {
  .sm\:line-through,
  .sm\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:line-through,
  .md\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:line-through,
  .lg\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }
}
.underline,
.hover\:underline:hover {
  text-decoration: underline !important;
}
@media screen and (min-width: 599px) {
  .sm\:underline,
  .sm\:hover\:underline:hover {
    text-decoration: underline !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:underline,
  .md\:hover\:underline:hover {
    text-decoration: underline !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:underline,
  .lg\:hover\:underline:hover {
    text-decoration: underline !important;
  }
}
.no-underline,
.hover\:no-underline:hover {
  text-decoration: none !important;
}
@media screen and (min-width: 599px) {
  .sm\:no-underline,
  .sm\:hover\:no-underline:hover {
    text-decoration: none !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:no-underline,
  .md\:hover\:no-underline:hover {
    text-decoration: none !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:no-underline,
  .lg\:hover\:no-underline:hover {
    text-decoration: none !important;
  }
}
.italic,
.hover\:italic:hover {
  font-style: italic !important;
}
@media screen and (min-width: 599px) {
  .sm\:italic,
  .sm\:hover\:italic:hover {
    font-style: italic !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:italic,
  .md\:hover\:italic:hover {
    font-style: italic !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:italic,
  .lg\:hover\:italic:hover {
    font-style: italic !important;
  }
}
.not-italic,
.hover\:not-italic:hover {
  font-style: normal !important;
}
@media screen and (min-width: 599px) {
  .sm\:not-italic,
  .sm\:hover\:not-italic:hover {
    font-style: normal !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:not-italic,
  .md\:hover\:not-italic:hover {
    font-style: normal !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:not-italic,
  .lg\:hover\:not-italic:hover {
    font-style: normal !important;
  }
}
.font-thin,
.hover\:font-thin:hover {
  font-weight: 100 !important;
}
@media screen and (min-width: 599px) {
  .sm\:font-thin,
  .sm\:hover\:font-thin:hover {
    font-weight: 100 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:font-thin,
  .md\:hover\:font-thin:hover {
    font-weight: 100 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:font-thin,
  .lg\:hover\:font-thin:hover {
    font-weight: 100 !important;
  }
}
.font-extralight,
.hover\:font-extralight:hover {
  font-weight: 200 !important;
}
@media screen and (min-width: 599px) {
  .sm\:font-extralight,
  .sm\:hover\:font-extralight:hover {
    font-weight: 200 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:font-extralight,
  .md\:hover\:font-extralight:hover {
    font-weight: 200 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:font-extralight,
  .lg\:hover\:font-extralight:hover {
    font-weight: 200 !important;
  }
}
.font-light,
.hover\:font-light:hover {
  font-weight: 300 !important;
}
@media screen and (min-width: 599px) {
  .sm\:font-light,
  .sm\:hover\:font-light:hover {
    font-weight: 300 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:font-light,
  .md\:hover\:font-light:hover {
    font-weight: 300 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:font-light,
  .lg\:hover\:font-light:hover {
    font-weight: 300 !important;
  }
}
.font-normal,
.hover\:font-normal:hover {
  font-weight: 400 !important;
}
@media screen and (min-width: 599px) {
  .sm\:font-normal,
  .sm\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:font-normal,
  .md\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:font-normal,
  .lg\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }
}
.font-medium,
.DefinitionList--list dd,
.hover\:font-medium:hover {
  font-weight: 500 !important;
}
@media screen and (min-width: 599px) {
  .sm\:font-medium,
  .sm\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:font-medium,
  .md\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:font-medium,
  .lg\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }
}
.font-semibold,
.hover\:font-semibold:hover {
  font-weight: 600 !important;
}
@media screen and (min-width: 599px) {
  .sm\:font-semibold,
  .sm\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:font-semibold,
  .md\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:font-semibold,
  .lg\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }
}
.font-bold,
.hover\:font-bold:hover {
  font-weight: 700 !important;
}
@media screen and (min-width: 599px) {
  .sm\:font-bold,
  .sm\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:font-bold,
  .md\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:font-bold,
  .lg\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }
}
.font-extrabold,
.hover\:font-extrabold:hover {
  font-weight: 800 !important;
}
@media screen and (min-width: 599px) {
  .sm\:font-extrabold,
  .sm\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:font-extrabold,
  .md\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:font-extrabold,
  .lg\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }
}
.font-black,
.hover\:font-black:hover {
  font-weight: 900 !important;
}
@media screen and (min-width: 599px) {
  .sm\:font-black,
  .sm\:hover\:font-black:hover {
    font-weight: 900 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:font-black,
  .md\:hover\:font-black:hover {
    font-weight: 900 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:font-black,
  .lg\:hover\:font-black:hover {
    font-weight: 900 !important;
  }
}
.text-crop-none:before,
.text-crop-none:after {
  content: none !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 37.4375em) {
  .sm\:text-left {
    text-align: left !important;
  }
  .sm\:text-right {
    text-align: right !important;
  }
  .sm\:text-center {
    text-align: center !important;
  }
}
@media (min-width: 62.4375em) {
  .md\:text-left {
    text-align: left !important;
  }
  .md\:text-right {
    text-align: right !important;
  }
  .md\:text-center {
    text-align: center !important;
  }
}
@media (min-width: 89.9375em) {
  .lg\:text-left {
    text-align: left !important;
  }
  .lg\:text-right {
    text-align: right !important;
  }
  .lg\:text-center {
    text-align: center !important;
  }
}
.leading-3,
.hover\:leading-3:hover {
  line-height: 0.75rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:leading-3,
  .sm\:hover\:leading-3:hover {
    line-height: 0.75rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:leading-3,
  .md\:hover\:leading-3:hover {
    line-height: 0.75rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:leading-3,
  .lg\:hover\:leading-3:hover {
    line-height: 0.75rem !important;
  }
}
.leading-4,
.hover\:leading-4:hover {
  line-height: 1rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:leading-4,
  .sm\:hover\:leading-4:hover {
    line-height: 1rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:leading-4,
  .md\:hover\:leading-4:hover {
    line-height: 1rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:leading-4,
  .lg\:hover\:leading-4:hover {
    line-height: 1rem !important;
  }
}
.leading-5,
.hover\:leading-5:hover {
  line-height: 1.25rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:leading-5,
  .sm\:hover\:leading-5:hover {
    line-height: 1.25rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:leading-5,
  .md\:hover\:leading-5:hover {
    line-height: 1.25rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:leading-5,
  .lg\:hover\:leading-5:hover {
    line-height: 1.25rem !important;
  }
}
.leading-6,
.hover\:leading-6:hover {
  line-height: 1.5rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:leading-6,
  .sm\:hover\:leading-6:hover {
    line-height: 1.5rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:leading-6,
  .md\:hover\:leading-6:hover {
    line-height: 1.5rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:leading-6,
  .lg\:hover\:leading-6:hover {
    line-height: 1.5rem !important;
  }
}
.leading-7,
.hover\:leading-7:hover {
  line-height: 1.75rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:leading-7,
  .sm\:hover\:leading-7:hover {
    line-height: 1.75rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:leading-7,
  .md\:hover\:leading-7:hover {
    line-height: 1.75rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:leading-7,
  .lg\:hover\:leading-7:hover {
    line-height: 1.75rem !important;
  }
}
.leading-8,
.hover\:leading-8:hover {
  line-height: 2rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:leading-8,
  .sm\:hover\:leading-8:hover {
    line-height: 2rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:leading-8,
  .md\:hover\:leading-8:hover {
    line-height: 2rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:leading-8,
  .lg\:hover\:leading-8:hover {
    line-height: 2rem !important;
  }
}
.leading-9,
.hover\:leading-9:hover {
  line-height: 2.25rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:leading-9,
  .sm\:hover\:leading-9:hover {
    line-height: 2.25rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:leading-9,
  .md\:hover\:leading-9:hover {
    line-height: 2.25rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:leading-9,
  .lg\:hover\:leading-9:hover {
    line-height: 2.25rem !important;
  }
}
.leading-10,
.hover\:leading-10:hover {
  line-height: 2.5rem !important;
}
@media screen and (min-width: 599px) {
  .sm\:leading-10,
  .sm\:hover\:leading-10:hover {
    line-height: 2.5rem !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:leading-10,
  .md\:hover\:leading-10:hover {
    line-height: 2.5rem !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:leading-10,
  .lg\:hover\:leading-10:hover {
    line-height: 2.5rem !important;
  }
}
.leading-none,
.hover\:leading-none:hover {
  line-height: 1 !important;
}
@media screen and (min-width: 599px) {
  .sm\:leading-none,
  .sm\:hover\:leading-none:hover {
    line-height: 1 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:leading-none,
  .md\:hover\:leading-none:hover {
    line-height: 1 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:leading-none,
  .lg\:hover\:leading-none:hover {
    line-height: 1 !important;
  }
}
.leading-tight,
.hover\:leading-tight:hover {
  line-height: 1.25 !important;
}
@media screen and (min-width: 599px) {
  .sm\:leading-tight,
  .sm\:hover\:leading-tight:hover {
    line-height: 1.25 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:leading-tight,
  .md\:hover\:leading-tight:hover {
    line-height: 1.25 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:leading-tight,
  .lg\:hover\:leading-tight:hover {
    line-height: 1.25 !important;
  }
}
.leading-snug,
.hover\:leading-snug:hover {
  line-height: 1.375 !important;
}
@media screen and (min-width: 599px) {
  .sm\:leading-snug,
  .sm\:hover\:leading-snug:hover {
    line-height: 1.375 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:leading-snug,
  .md\:hover\:leading-snug:hover {
    line-height: 1.375 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:leading-snug,
  .lg\:hover\:leading-snug:hover {
    line-height: 1.375 !important;
  }
}
.leading-normal,
.hover\:leading-normal:hover {
  line-height: 1.5 !important;
}
@media screen and (min-width: 599px) {
  .sm\:leading-normal,
  .sm\:hover\:leading-normal:hover {
    line-height: 1.5 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:leading-normal,
  .md\:hover\:leading-normal:hover {
    line-height: 1.5 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:leading-normal,
  .lg\:hover\:leading-normal:hover {
    line-height: 1.5 !important;
  }
}
.leading-relaxed,
.hover\:leading-relaxed:hover {
  line-height: 1.625 !important;
}
@media screen and (min-width: 599px) {
  .sm\:leading-relaxed,
  .sm\:hover\:leading-relaxed:hover {
    line-height: 1.625 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:leading-relaxed,
  .md\:hover\:leading-relaxed:hover {
    line-height: 1.625 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:leading-relaxed,
  .lg\:hover\:leading-relaxed:hover {
    line-height: 1.625 !important;
  }
}
.leading-loose,
.hover\:leading-loose:hover {
  line-height: 2 !important;
}
@media screen and (min-width: 599px) {
  .sm\:leading-loose,
  .sm\:hover\:leading-loose:hover {
    line-height: 2 !important;
  }
}
@media screen and (min-width: 999px) {
  .md\:leading-loose,
  .md\:hover\:leading-loose:hover {
    line-height: 2 !important;
  }
}
@media screen and (min-width: 1439px) {
  .lg\:leading-loose,
  .lg\:hover\:leading-loose:hover {
    line-height: 2 !important;
  }
}
.visually-hidden.is-focusable:active,
.visually-hidden.is-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.force-full-vw {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  max-width: unset;
}
.z-neg {
  z-index: -5 !important;
}
.z-layer-one {
  z-index: 5 !important;
}
.z-layer-two {
  z-index: 10 !important;
}
.z-layer-three {
  z-index: 15 !important;
}
.z-layer-four {
  z-index: 20 !important;
}
.z-layer-five {
  z-index: 25 !important;
}
@font-face {
  font-family: CircularStd-Book;
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  src: local("Circular Book"),
    url(https://www.bankrate.com/static/fonts/CircularStd-Book.woff2)
      format("woff2"),
    url(https://www.bankrate.com/static/fonts/CircularStd-Book.woff)
      format("woff");
}
@font-face {
  font-family: CircularStd-Bold;
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  src: local("Circular Bold"),
    url(https://www.bankrate.com/static/fonts/CircularStd-Bold.woff2)
      format("woff2"),
    url(https://www.bankrate.com/static/fonts/CircularStd-Bold.woff)
      format("woff");
}
:root {
  --font-circular-book: "CircularStd-Book", Arial, sans-serif;
  --font-circular-bold: "CircularStd-Bold", Arial, sans-serif;
  --color-white: #fff;
  --color-gray-light: #f3f4f8;
  --color-gray: #b1b7c5;
  --color-gray-medium: #868a9a;
  --color-gray-mid: #e3e6ee;
  --color-slate: #515260;
  --color-black: #151515;
  --color-black-rgb: 20, 20, 20;
  --color-blue-light: #e5eeff;
  --color-blue: #0157ff;
  --color-blue-medium: #0137a1;
  --color-blue-dark: #00143d;
  --color-yellow: #f4dc6c;
  --color-gold: #ffb136;
  --color-teal: #007871;
  --color-green: #2a7a0d;
  --color-red: #d71a19;
  --depth-1: 0 0 1px 0 rgba(var(--color-black-rgb), 0.1),
    0 2px 8px -1px rgba(var(--color-black-rgb), 0.2);
  --depth-2: 0 0 3px 0 rgba(var(--color-black-rgb), 0.1),
    0 8px 16px -3px rgba(var(--color-black-rgb), 0.2);
  --depth-3: 0 0 4px 0 rgba(var(--color-black-rgb), 0.14),
    0 16px 20px -5px rgba(var(--color-black-rgb), 0.18);
  --depth-4: 0 0 4px 0 rgba(var(--color-black-rgb), 0.14),
    0 24px 30px -8px rgba(var(--color-black-rgb), 0.18);
}
*,
:before,
:after {
  border-width: 0;
  border-style: solid;
  border-color: #b1b7c5;
}
.page-wrapper .page-wrapper {
  padding: 0;
}
.svg-full svg {
  display: block;
  width: 100%;
  height: auto;
}
.Card-link {
  position: unset !important;
}
.box-shadow-one {
  box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533;
}
.box-shadow-two {
  box-shadow: 0 0 3px #1515151a, 0 8px 16px -3px #15151533;
}
.box-shadow-three {
  box-shadow: 0 0 4px #15151524, 0 16px 20px -5px #1515152e;
}
.box-shadow-four {
  box-shadow: 0 0 4px #15151524, 0 24px 30px -8px #1515152e;
}
.ArticleSpecificCta-description :where(a) {
  color: #0157ff;
  text-decoration-color: #0157ff;
  transition: all 0.2s ease-in-out;
}
.ArticleSpecificCta-description :where(a):hover,
.ArticleSpecificCta-description :where(a):focus-visible {
  color: #0045cd;
  text-decoration-color: #00349a;
}
.Accordion-title {
  font-size: 1.125rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #151515;
}
.GrayCard-button:hover {
  box-shadow: none;
}
.Accordion-titleContainer[aria-expanded="true"] .Accordion-icon {
  transform: rotate(-180deg);
}
.alphabet-navbar .is-active {
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-weight: 600;
}
@media (min-width: 62.4375em) {
  .md\:alpine-select-text-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
.dynamic-fade-in {
  opacity: 1;
  transition: opacity 2s;
}
@media (min-width: 62.4375em) {
  .dynamic-fade-in {
    opacity: 0;
  }
}
.dynamic-fade-in.active {
  opacity: 1;
}
.ArticleRecommended-slider .ArticleRecommendedCard {
  height: 100%;
}
.ArticleRecommendedCard {
  box-sizing: border-box;
}
@media (max-width: 37.43125em) {
  .ArticleRecommendedCard--mobileCondensed {
    flex-direction: row-reverse;
  }
  .ArticleRecommendedCard--mobileCondensed .Card-body {
    padding: 1rem;
  }
  .ArticleRecommendedCard--mobileCondensed .Card-imageContainer {
    flex-basis: 25%;
    margin-top: 1rem;
  }
  .ArticleRecommendedCard--mobileCondensed .Card-image {
    transform: translate(-70%, -65%);
  }
  .ArticleRecommendedCard--mobileCondensed .Card-image:before,
  .ArticleRecommendedCard--mobileCondensed .Card-imageContainer:before {
    display: none;
  }
}
.ArticlesCarousel .swiper-container {
  border-radius: 0.5rem;
}
@media (min-width: 37.4375em) {
  .ArticlesCarousel .swiper-container:hover {
    box-shadow: 0 0 4px #15151524, 0 16px 20px -5px #1515152e;
    transition: border-color 0.2s ease-in, box-shadow 0.2s ease-in,
      color 0.2s ease-in;
  }
}
.ArticlesCarousel .swiper-pagination {
  margin-top: 1rem;
}
.ArticlesCarousel .swiper-slide {
  border-radius: 0.5rem;
}
.ArticlesCarousel .swiper-slide:before {
  content: "";
  display: block;
  padding-bottom: 66.6666666667%;
}
.ArticlesCarousel .swiper-slide:after {
  background-image: linear-gradient(to top, #151515 0%, transparent 70%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 37.4375em) {
  .ArticlesCarousel .swiper-slide:before {
    padding-bottom: 56.25%;
  }
  .ArticlesCarousel .swiper-slide:after {
    background-image: linear-gradient(to top, #151515 0%, transparent 50%);
  }
}
.ArticlesCarousel__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  height: 100%;
  width: auto;
  max-width: none;
  transform: translate(-50%);
}
.ArticlesCarousel__content {
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 5;
  position: absolute;
  width: calc(100% - 2rem);
}
.AuthorBioHero {
  position: relative;
  margin-bottom: 1.875rem;
  overflow-x: hidden;
}
@media (min-width: 37.4375em) {
  .AuthorBioHero {
    margin-bottom: 2.25rem;
  }
}
.AuthorBioHero .Breadcrumb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0;
}
@media (min-width: 37.4375em) {
  .AuthorBioHero .Breadcrumb {
    padding-top: 1.5rem;
    padding-bottom: 1.75rem;
  }
}
.AuthorBioHero-bg {
  width: 100%;
  height: 12.375rem;
  background-color: #00143d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (min-width: 37.4375em) {
  .AuthorBioHero-bg {
    height: calc(100% - 2.25rem);
  }
}
.AuthorBioHero-bg:after {
  content: "";
  height: 17rem;
  width: 13rem;
  background-image: url(/build/assets/author-bio-mobile.39344abf.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0rem;
}
@media (min-width: 37.4375em) {
  .AuthorBioHero-bg:after {
    display: none;
  }
}
.AuthorBioHero-wrapper {
  position: relative;
  z-index: 1;
}
@media (min-width: 37.4375em) {
  .AuthorBioHero-wrapper:after {
    content: "";
    display: block;
    height: 16.25rem;
    width: 21.25rem;
    background-image: url(/build/assets/author-bio-desktop.9a70104d.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: absolute;
    bottom: 2.25rem;
    right: -4.0625rem;
  }
}
.AuthorBioHero-content {
  display: flex;
  flex-direction: column;
  gap: 1rem 2rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 37.4375em) {
  .AuthorBioHero-content {
    flex-direction: row;
    align-items: flex-end;
    color: #fff;
  }
}
@media (min-width: 62.4375em) {
  .AuthorBioHero-content {
    align-items: center;
  }
}
.AuthorBioHero-image {
  display: block;
  border: 0.25rem solid #fff;
  border-radius: 0.5rem !important;
  max-width: 11rem;
  max-height: 11rem;
}
@media (min-width: 62.4375em) {
  .AuthorBioHero-image {
    max-width: 15rem;
    max-height: 15rem;
  }
}
.AuthorBioHero-info {
  display: flex;
  flex-direction: column;
}
@media (min-width: 37.4375em) {
  .AuthorBioHero-info {
    padding-bottom: 3.25rem;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
    grid-template-columns: min-content auto;
  }
}
@media (min-width: 62.4375em) {
  .AuthorBioHero-info {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}
.AuthorBioHero-name {
  font-family: CircularStd-Bold, Arial, sans-serif;
  margin: 0;
  font-size: 2.25rem;
  line-height: 2.5rem;
  width: 100%;
}
@media (min-width: 37.4375em) {
  .AuthorBioHero-name {
    color: #fff;
  }
}
@media (min-width: 62.4375em) {
  .AuthorBioHero-name {
    font-size: 3rem;
  }
}
.AuthorBioHero-title {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  font-family: CircularStd-Bold, Arial, sans-serif;
  letter-spacing: -0.015625rem;
}
@media (min-width: 37.4375em) {
  .AuthorBioHero-title {
    font-family: CircularStd-Book, Arial, sans-serif;
  }
}
.AuthorBioHero-social {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1.75rem;
}
@media (min-width: 37.4375em) {
  .AuthorBioHero-social {
    gap: 0;
    margin-top: 0;
    margin-left: -0.75rem;
  }
}
.AuthorBioHero-social a {
  padding: 1rem !important;
  border-radius: 100%;
  background-color: #f3f4f8;
  color: #151515 !important;
  margin: 0 !important;
}
.AuthorBioHero-social a:hover {
  background-color: #b1b7c5;
}
@media (min-width: 37.4375em) {
  .AuthorBioHero-social a {
    padding: 0 0.5rem !important;
    border-radius: 0;
    color: #fff !important;
    background-color: transparent !important;
  }
  .AuthorBioHero-social a:hover {
    color: #ffdd83 !important;
  }
}
.AuthorAvatar {
  border-radius: 100%;
  display: inline-block;
}
.AuthorAvatar:where(img) {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.AuthorAvatar:where(div) {
  background-size: cover;
  background-position: center;
}
.AuthorAvatar--xs {
  width: 1.5rem;
  height: 1.5rem;
}
.AuthorAvatar--sm {
  width: 2rem;
  height: 2rem;
}
.AuthorAvatar--md {
  width: 3rem;
  height: 3rem;
}
.AuthorAvatar--lg {
  width: 4.5rem;
  height: 4.5rem;
}
.AuthorAvatar--xl {
  width: 6rem;
  height: 6rem;
}
.AuthorAvatar--2xl {
  width: 15rem;
  height: 15rem;
}
.AuthorFooter .author-container > * {
  vertical-align: middle;
}
.AuthorFooter .author-links {
  width: 100%;
  flex-direction: row;
}
@media (min-width: 37.4375em) {
  .AuthorFooter .author-links {
    width: auto;
    flex-direction: column;
  }
}
.AuthorFooter .author-additional {
  border-top: 1px solid #f3f4f8;
  border-right: 0;
}
@media (min-width: 62.4375em) {
  .AuthorFooter .author-additional {
    border-right: 1px solid #f3f4f8;
    border-top: 0;
  }
  .AuthorFooter .author-additional:last-child {
    border-right: none;
  }
}
.AuthorFooter .author-preview {
  min-width: 350px;
}
.AuthorFooter .social-share-item {
  border-bottom: 1px solid #f3f4f8;
  border-radius: 8px;
}
.AuthorFooter .social-share-item:last-of-type {
  border-bottom: none;
}
.AuthorFooter .social-share-link {
  padding: 0.5rem;
  border-radius: 8px;
  box-shadow: 0 0 #0000;
  transition: box-shadow 0.25s ease-in;
}
.AuthorFooter .social-share-link:hover {
  z-index: 5;
  box-shadow: 0 0 3px #1515151a, 0 8px 16px -3px #15151533;
  position: relative;
}
.AuthorFooter .social-share-link .icon-container {
  border-radius: 50%;
  height: 2.5rem;
  width: 2.5rem;
}
.AuthorFooter .social-share-link .icon-container.facebook-theme {
  background-color: #3b5998;
}
.AuthorFooter .social-share-link .icon-container.twitter-theme {
  background-color: #00aced;
}
.AuthorFooter .social-share-link .icon-container.linkedin-theme {
  background-color: #004471;
}
.AuthorFooter .social-share-button {
  cursor: pointer;
  color: #868a9a;
  fill: #868a9a;
  transition: color 0.2s ease-in-out, fill 0.2s ease-in-out;
}
.AuthorFooter .social-share-button:hover {
  color: #555865;
  fill: #555865;
}
.AuthorPreview {
  position: relative;
}
.AuthorPreview a {
  position: relative;
  z-index: 1;
}
.AuthorPreview .AuthorPreview-link {
  position: initial;
}
.AuthorPreview-top {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  gap: 0 1rem;
}
@media (min-width: 37.4375em) {
  .AuthorPreview-top .AuthorSocialConnect {
    margin-right: -0.75rem;
  }
}
.AuthorPreview-attribution {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.125rem 0;
}
.AuthorPreview-label,
.AuthorPreview-title {
  line-height: 1.25 !important;
}
.AuthorPreview-name {
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #151515;
}
.AuthorPreview-bottom {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: CircularStd-Book, Arial, sans-serif;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem var(--section-x-spacing);
  align-items: center;
}
.AuthorPreview--full .AuthorPreview-bottom {
  font-size: 1rem;
}
.AuthorPreview-bottom .AuthorSocialConnect {
  margin-left: -0.75rem;
}
.AuthorPreview-bio {
  width: 100%;
}
.AuthorPreview-bio--truncated {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.AuthorPreview-bio > *:first-child {
  margin-top: 0;
}
.AuthorPreview-bio > *:last-child {
  margin-bottom: 0;
}
.AuthorPreview--full {
  width: 100%;
}
@media (min-width: 37.4375em) {
  .AuthorPreview--full .AuthorPreview-top {
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.5rem var(--section-x-spacing);
  }
}
.AuthorPreview--full .AuthorPreview-avatar {
  grid-row: span 2;
  width: 4.5rem;
  height: 4.5rem;
}
@media (min-width: 37.4375em) {
  .AuthorPreview--full .AuthorPreview-avatar {
    width: 6rem;
    height: 6rem;
  }
  .AuthorPreview--full .AuthorPreview-attribution {
    grid-row: span 2;
  }
}
.AuthorPreview--full .AuthorPreview-name {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (min-width: 37.4375em) {
  .AuthorPreview--full .AuthorPreview-name .Icon {
    display: none;
  }
}
.AuthorPreview--full .AuthorSocialConnect {
  margin-left: -0.75rem;
}
@media (min-width: 37.4375em) {
  .AuthorPreview--full .AuthorSocialConnect {
    grid-row: 1;
    grid-column: 3;
    align-self: flex-end;
    justify-self: flex-end;
  }
}
.AuthorPreview--full .AuthorPreview-button {
  grid-column: 2;
}
@media (min-width: 37.4375em) {
  .AuthorPreview--full .AuthorPreview-button {
    grid-row: 2;
    grid-column: 3;
    align-self: flex-start;
    justify-self: flex-end;
  }
}
.MediaCard-logo {
  max-height: 1.75rem;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.MediaCard-text,
.MediaCard-text:first-letter {
  font-family: CircularStd-Bold, Arial, sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.75rem !important;
  letter-spacing: -0.016rem !important;
  font-size: 1rem !important;
  float: initial !important;
  margin: 0 !important;
  color: #151515 !important;
}
.MediaCard-link {
  top: 0;
  left: 0;
}
.MediaCard-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  height: 100%;
  width: 100%;
  transition: all 0.2s ease-in;
}
.MediaCard-link:hover:after,
.MediaCard-link:focus-within:after,
.MediaCard-link.is-active:after {
  border-bottom: 0.25rem solid #0157ff;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.MediaCard:hover .Card-arrow,
.MediaCard:focus-within .Card-arrow,
.MediaCard.is-active .Card-arrow {
  border-color: #0157ff;
}
.Tooltip-content.author-preview {
  z-index: 15 !important;
}
@media (min-width: 62.4375em) {
  .Tooltip-content.author-preview {
    z-index: 25 !important;
  }
}
.auto-sticky-banner {
  left: 0;
  top: 58px;
  transform: translateY(calc(-100% - 88px));
  transition: transform 0.2s ease 0s;
}
@media (min-width: 62.4375em) {
  .auto-sticky-banner {
    z-index: 100 !important;
    top: 0;
  }
}
.auto-sticky-banner.is-visible {
  transform: translate(0);
}
.auto-sticky-banner.no-toc {
  top: 0px;
}
.tcr-banner {
  top: 0 !important;
}
.auto-sticky-banner-close {
  cursor: pointer;
  right: 0;
  top: 20px;
  height: 16px;
  width: 16px;
}
.auto-sticky-banner-close svg path {
  stroke: #000;
  stroke-width: 2px;
}
.tcr-banner--close svg path {
  stroke-width: 0px;
}
.auto-sticky-active .SectionWithToc-body {
  z-index: 19;
}
.auto-sticky-active .TOC-track {
  --toc-list-offset: 105px;
}
@media (min-width: 37.4375em) {
  .auto-sticky-banner-close {
    right: 16px;
  }
}
@media (min-width: 62.4375em) {
  .auto-sticky-banner-container {
    width: 80rem !important;
  }
  .auto-urgency-sticky-banner-container {
    width: 90rem !important;
  }
  .auto-sticky-banner-close {
    right: 0;
    top: 40px;
  }
}
.urgency-sticky-banner__badge {
  border-radius: 50px;
}
.urgency-sticky-banner__title {
  font-size: 18px;
}
.urgency-shadow {
  box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533;
}
.auto-sticky-banner-toc {
  z-index: 1010 !important;
}
.bg-img {
  display: block;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-img:before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.bg-img:after {
  display: block;
  content: "";
}
.bg-1\:1:after {
  padding-top: 100%;
}
.bg-4\:3:after {
  padding-top: 75%;
}
.bg-3\:4:after {
  padding-top: 133.333333%;
}
.bg-16\:9:after {
  padding-top: 56.25%;
}
.bg-9\:16:after {
  padding-top: 177.777777%;
}
.bg-21\:9:after {
  padding-top: 42.8571%;
}
.BlockQuote .AuthorAvatar {
  z-index: 10;
}
.BlockQuote .ImageContainer {
  width: 100%;
  position: relative;
}
.BlockQuote .ImageContainer:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 0.5px solid #e3e6ee;
  height: 0.625rem;
  width: 100%;
  transform: translateY(-50%);
  z-index: -1;
}
@media (min-width: 62.4375em) {
  .BlockQuote .ImageContainer {
    width: auto;
  }
  .BlockQuote .ImageContainer:before {
    display: none;
  }
}
.BlockQuote--bordered {
  border-bottom: #e3e6ee 0.0625rem solid;
}
@media (min-width: 62.4375em) {
  .BlockQuote--bordered {
    border-bottom: none;
  }
}
.BlockQuote-text {
  border-left: none;
  font-style: normal;
  margin: 0;
  padding: 0;
  border-radius: 0;
  max-width: 100%;
}
.BlockQuote-text q {
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 2rem;
  letter-spacing: -0.0219rem;
  margin-bottom: 0;
  color: #00143d;
}
.BlockQuote-text .PullQuote-cite {
  margin-top: 1.5rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.1125rem;
  text-transform: uppercase;
}
.AvatarQuote {
  width: 9.5938rem;
  height: 9.5938rem;
}
.bottom-line-block {
  background-size: 100% 100%;
  border-bottom: 9px solid #0157ff;
}
.Breadcrumb--inverted .Breadcrumb-item {
  color: #fff;
}
.Breadcrumb--inverted .Breadcrumb-item.is-active {
  color: #b1b7c5;
}
.Breadcrumb--inverted .Breadcrumb-itemContainer:before {
  color: #fff;
}
@media (max-width: 37.43125em) {
  .Breadcrumb-itemContainer.display-none + .Breadcrumb-itemContainer:before {
    display: none !important;
  }
}
.BreadcrumbWithDropdown {
  gap: 0.25rem 2rem;
  flex-direction: column;
}
@media (min-width: 37.4375em) {
  .BreadcrumbWithDropdown {
    flex-direction: row;
  }
}
.BreadcrumbWithDropdown-column {
  align-items: center;
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.5rem;
  position: relative;
}
@media (min-width: 37.4375em) {
  .BreadcrumbWithDropdown-column:not(:last-child):after {
    right: -1rem;
    color: #b1b7c5;
    content: "|";
    position: absolute;
  }
}
.BreadcrumbWithDropdown-dropdown {
  margin-top: 1rem;
  left: 0;
}
@media (min-width: 37.4375em) {
  .BreadcrumbWithDropdown-dropdown {
    left: calc(50% - 145px);
  }
}
.BreadcrumbWithDropdown-arrow {
  position: relative;
  min-width: 1rem;
  min-height: 1rem;
  top: -16px;
  right: calc(50% - 8px);
}
.BreadcrumbWithDropdown-arrow:after,
.BreadcrumbWithDropdown-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.BreadcrumbWithDropdown-arrow:after {
  border-width: 0.5rem;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-bottom-color: #fff;
}
.BreadcrumbWithDropdown-arrow:before {
  border-width: 0.6875rem;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-bottom-color: #f3f4f8;
  margin-left: -0.1875rem;
  margin-top: -0.375rem;
}
.BreadcrumbWithDropdown-menu {
  max-width: 290px;
  min-width: 290px;
  max-height: 270px;
  overflow-y: scroll;
}
.BreadcrumbWithDropdown-menu::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.BreadcrumbWithDropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #00000080;
  box-shadow: 0 0 1px #ffffff80;
}
.BreadcrumbWithDropdown-menu li:hover {
  background-color: #eaf1ff;
}
.Byline {
  gap: 0.5rem 2rem;
  grid-column: span 2;
  grid-row: 2;
}
.Byline--noPipelines .Byline-user:after {
  display: none;
}
.Byline-user {
  align-items: center;
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.5rem;
  position: relative;
}
@media (min-width: 62.4375em) {
  .Byline-user:not(:last-child):after {
    right: -1rem;
    color: #b1b7c5;
    content: "|";
    position: absolute;
  }
}
.Byline-user .Tooltip {
  line-height: inherit;
}
.Byline-text {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.Byline-userAvatar {
  flex-shrink: 0;
  flex-grow: 0;
  outline: 0.125rem solid #fff;
}
.Byline-accordion-on-mobile {
  display: none;
}
@media (min-width: 37.4375em) {
  .Byline-accordion-on-mobile {
    display: inline-flex;
  }
}
.Callout-content {
  font-size: 1.125rem;
  line-height: 1.875rem;
  letter-spacing: -0.0156rem;
  font-weight: 450;
  font-style: normal;
}
.Callout-content :where(a) {
  text-underline-offset: 0.25rem;
  color: #0157ff;
  text-decoration-color: #0157ff;
  transition: all 0.2s ease-in-out;
}
.Callout-content :where(a):hover,
.Callout-content :where(a):focus-visible {
  color: #0045cd;
  text-decoration-color: #00349a;
}
.Callout-content ul {
  margin-left: 0.375rem;
}
.CenterPlayButton {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  padding: 0;
  width: 100%;
  background-color: #0000001a;
  transition: background 0.3s ease;
}
.CenterPlayButton:hover {
  background-color: #0003;
}
.CenterPlayButton-icon {
  display: flex;
  width: 1em;
  height: 1em;
  font-size: 64px;
  color: #fff;
  transition: transform 0.3s ease;
}
.CenterPlayButton:hover .CenterPlayButton-icon {
  transform: scale(1.05);
}
.CenterPlayButton:active .CenterPlayButton-icon {
  transform: scale(0.95);
}
.CitedSource {
  margin: 1rem 0 0;
}
.CitedSource :where(a) {
  text-underline-offset: 0.25rem;
  color: #0157ff;
  text-decoration-color: #0157ff;
  transition: all 0.2s ease-in-out;
}
.CitedSource :where(a):hover,
.CitedSource :where(a):focus-visible {
  color: #0045cd;
  text-decoration-color: #00349a;
}
.CitedSources ol {
  margin-left: 1.5rem;
}
.DefinitionList--table .Definition-item {
  flex-direction: column;
}
@media (min-width: 62.4375em) {
  .DefinitionList--table .Definition-item {
    flex-direction: row;
  }
}
.DefinitionList--table dt {
  width: 100%;
}
@media (min-width: 62.4375em) {
  .DefinitionList--table dt {
    width: 33.333333%;
  }
}
.DefinitionList--table dd {
  width: 100%;
}
@media (min-width: 62.4375em) {
  .DefinitionList--table dd {
    width: 66.666667%;
  }
}
.DefinitionList--list dd {
  letter-spacing: -0.0156rem;
}
.Disclaimer {
  background-color: #f3f4f8;
}
.Disclaimer-copy {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.Disclaimer-header {
  border-color: #e3e6ee;
}
.Disclaimer-title {
  font-family: CircularStd-Bold, Arial, sans-serif !important;
}
.DisclaimerAccordion .Card,
.DisclaimerAccordion .Card:hover,
.DisclaimerAccordion .Card:focus-within,
.DisclaimerAccordion .Card.is-active,
.DisclaimerAccordion .Accordion-titleContainer:hover {
  box-shadow: none;
}
.DisclosureListItem {
  display: inline-block;
}
.DisclosureListItem:not(:last-child):after {
  margin-right: 2px;
  color: #151515;
  content: "|";
}
.DisclosureListItem-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.DisclosureListItem-close:hover {
  cursor: pointer;
}
.DonutChart {
  gap: 2.5rem;
  row-gap: 5rem;
}
.DonutChart-chart-anchor {
  height: 20.4375rem;
}
.DonutChart-chart-middle {
  left: 5.5rem;
  top: 5.5625rem;
  padding: 1.875rem 1.4375rem;
}
.DonutChart-chart-middle-score {
  letter-spacing: -0.021875rem;
}
.DonutChart-list {
  max-width: 28rem;
  flex: 1 1 20rem;
}
.DonutChartItem-link {
  min-height: 2.75rem;
}
@media (min-width: 37.4375em) {
  .DonutChartItem-right span {
    grid-row: 1;
    grid-column: 1;
    transition: 0.2s ease-in-out;
  }
  .DonutChartItem-link:hover .DonutChartItem-percentage {
    transform: translateY(-100%);
  }
  .DonutChartItem-readMore {
    transform: translateY(100%);
  }
  .DonutChartItem-link:hover .DonutChartItem-readMore {
    transform: translateY(0);
  }
}
.ExpertVerified-button {
  font-size: 0.75rem;
  border-radius: 1rem;
  padding-top: 0.25rem;
  letter-spacing: inherit;
}
.editorial-stats {
  flex-direction: column;
  display: flex;
  gap: 1.5rem;
}
.editorial-stats .statistics-header {
  display: flex;
  flex-grow: 1;
  max-width: 54rem;
}
.editorial-stats .card-body {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 37.4375em) {
  .editorial-stats .card-body {
    gap: 1rem;
    margin-bottom: unset;
  }
}
.editorial-stats .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.editorial-stats .card-body-background {
  background-color: #f6faff;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  height: 2rem;
  width: 2rem;
  align-self: start;
  border-radius: 0.25rem;
}
@media (min-width: 37.4375em) {
  .editorial-stats .card-body-background {
    height: 6rem;
    width: 6rem;
    align-self: top;
    border-radius: 0.5rem;
  }
}
.editorial-stats .text-wrapper {
  color: #00143d;
  align-self: center;
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-size: 1rem;
}
.editorial-stats .icon-wrapper {
  align-self: center;
  text-align: center;
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 37.4375em) {
  .editorial-stats .icon-wrapper {
    height: 2rem;
    width: 2rem;
  }
}
.editorial-stats .icon-wrapper .Icon {
  height: 100%;
  width: 100%;
}
.editorial-stats .icon-wrapper svg {
  color: #00143d;
  height: 100%;
  width: 100%;
}
.editorial-stats .source {
  font-size: small;
  line-height: 1.7;
}
.editorial-stats .title {
  text-align: left;
}
@media (min-width: 37.4375em) {
  .editorial-stats .title {
    text-align: unset;
  }
}
.editorial-stats .content,
.editorial-stats .content p,
.editorial-stats .content li,
.editorial-stats .content h4 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7rem;
  letter-spacing: -0.25px;
  text-align: left;
}
@media (min-width: 37.4375em) {
  .editorial-stats .content,
  .editorial-stats .content p,
  .editorial-stats .content li,
  .editorial-stats .content h4 {
    text-align: unset;
  }
}
.editorial-stats .content p {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.editorial-stats .content p:first-child {
  margin-top: 0;
}
.editorial-stats .content ul,
.editorial-stats .content ol {
  margin-left: 1rem;
  list-style: none;
}
.editorial-stats .content ul li:last-child,
.editorial-stats .content ol li:last-child {
  margin-bottom: 0;
}
.editorial-stats .data-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.editorial-stats .data-list-wrapper .data-list {
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 0;
}
.editorial-stats .data-list-wrapper .data-list .list-item {
  margin: 0;
}
.editorial-stats .data-list-wrapper .data-list .list-item p {
  margin-bottom: 0;
}
.editorial-stats .data-list-wrapper .data-list .list-item:last-child {
  margin-bottom: 1.5rem;
}
.editorial-stats .data-list-wrapper .data-list .list-item::marker {
  color: #013497;
  display: flex;
}
.ad-text-arrow {
  width: 0;
  height: 0;
  border-left: none;
  border-top: 10px solid transparent !important;
  border-bottom: 10px solid transparent !important;
  border-right: 10px solid currentColor;
}
@media (max-width: 480px) {
  .ad-text-arrow {
    margin-left: 40px;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent !important;
    border-left: 10px solid transparent !important;
    border-bottom: 10px solid #f3f4f8 !important;
  }
}
.FeaturedArticle.Single {
  z-index: 1;
}
.FeaturedArticle.Single:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #151515;
  z-index: -1;
  transition: opacity 0.3s ease-out;
  opacity: 0.85;
}
.FeaturedArticle.Single:hover:before {
  opacity: 0.9;
}
.FeaturedArticle.Single .ArticleLink {
  text-underline-offset: 0.25rem;
  transition: color 0.3s ease-out;
}
.FeaturedArticle.Single .ArticleLink:hover {
  color: #80abff !important;
}
.FeaturedArticle.Single .ArticleLink:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100% !important;
  height: 100% !important;
}
.FeaturedUserReview__text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.FeaturedUserReview__text.is-active {
  display: block;
}
.FeaturedUserReview__trigger {
  text-decoration: none;
}
.FeaturedUserReview__trigger.is-active svg {
  transform: rotate(180deg);
}
.global-footer {
  box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533;
  background: #fff;
  padding-bottom: 1rem;
  padding-inline: 1rem;
}
@media (min-width: 62.4375em) {
  .global-footer {
    padding-inline: 1.5rem;
  }
}
.global-footer a,
.global-footer button {
  color: #151515;
  background: none;
  cursor: pointer;
  font-size: inherit;
  position: relative;
  transition: color 0.15s ease-in, text-decoration-color 0.15s ease-in;
  padding: 0;
  display: inline-block;
  text-decoration-line: underline;
  text-underline-offset: 0.25rem;
  text-decoration-color: transparent;
}
.global-footer a:hover,
.global-footer a:active,
.global-footer a:focus,
.global-footer button:hover,
.global-footer button:active,
.global-footer button:focus {
  text-decoration-color: #0157ff;
  color: #0157ff;
}
.global-footer .global-footer__container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 80rem;
  padding-top: 2rem;
}
.global-footer .global-footer__link {
  font-size: 0.875rem;
  line-height: 2;
  border: 0;
  font-family: CircularStd-Book, Arial, sans-serif;
}
.global-footer .global-footer__logo-container {
  display: inline-block;
  height: 27px;
  width: 120px;
  font-size: inherit;
  line-height: 1;
  position: relative;
  margin-bottom: 1.75rem;
  margin-top: 0;
}
.global-footer .global-footer__logo-container > a {
  display: block;
  height: 100%;
  width: 100%;
}
.global-footer .global-footer__logo-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.global-footer .global-footer__icon {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
  margin-right: 1rem;
}
.global-footer .global-footer__nav {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
}
.global-footer .global-footer__nav-item {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.global-footer
  .global-footer__nav-item:where(:nth-of-type(1), :nth-of-type(2)) {
  grid-column: span 6 / span 6;
}
@media (min-width: 62.4375em) {
  .global-footer
    .global-footer__nav-item:where(:nth-of-type(1), :nth-of-type(2)) {
    grid-column: span 4 / span 4;
  }
}
@media (min-width: 89.9375em) {
  .global-footer
    .global-footer__nav-item:where(:nth-of-type(1), :nth-of-type(2)) {
    grid-column: span 2 / span 2;
  }
}
.global-footer .global-footer__nav-item:where(:nth-of-type(3)) {
  grid-column: span 12 / span 12;
}
@media (min-width: 62.4375em) {
  .global-footer .global-footer__nav-item:where(:nth-of-type(3)) {
    grid-column: span 4 / span 4;
  }
}
@media (min-width: 89.9375em) {
  .global-footer .global-footer__nav-item:where(:nth-of-type(3)) {
    grid-column: span 3 / span 3;
  }
}
.global-footer .global-footer__nav-item:where(:nth-of-type(4)) {
  grid-column: span 12 / span 12;
}
@media (min-width: 89.9375em) {
  .global-footer .global-footer__nav-item:where(:nth-of-type(4)) {
    grid-column: span 5 / span 5;
  }
}
.global-footer .global-footer__social-bar-container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
}
.global-footer .global-footer__social-bar {
  display: flex;
  align-items: center;
  grid-column: span 7 / span 7;
}
.global-footer .global-footer__copyright-container {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.global-footer .global-footer__paragraph {
  color: #515260;
  margin-bottom: 2rem;
}
.global-footer .global-footer__paragraph > span {
  color: #b1b7c5;
  padding-inline: 0.25rem;
}
.global-footer h3.type-body-one {
  border-bottom: 1px solid #cdcfd8;
  font-family: CircularStd-Bold, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  padding-bottom: 8px;
  margin-top: 0;
  margin-bottom: 2rem;
}
.global-footer .type-body-one {
  line-height: 1.55555556 !important;
  font-size: 1rem !important;
  letter-spacing: -0.0125rem !important;
  font-family: CircularStd-Book, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
}
@media (min-width: 37.4375em) {
  .global-footer .type-body-one {
    letter-spacing: -0.015625rem !important;
  }
}
.global-footer .type-body-two {
  line-height: 1.55555556 !important;
  font-size: 0.875rem !important;
  letter-spacing: 0 !important;
  font-family: CircularStd-Book, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
}
.global-footer .type-body-three {
  line-height: 1.55555556 !important;
  font-size: 0.5625rem !important;
  letter-spacing: 0.01875rem !important;
  font-family: CircularStd-Book, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
}
.global-footer .type-body-one:before,
.global-footer .type-body-one:after,
.global-footer .type-body-two:before,
.global-footer .type-body-two:after {
  content: "" !important;
  display: block !important;
  height: 0 !important;
  width: 0 !important;
}
.global-footer .type-body-one:before {
  margin-bottom: -0.375em !important;
}
@media (min-width: 37.4375em) {
  .global-footer .type-body-one:before {
    margin-bottom: -0.40625em !important;
  }
}
.global-footer .type-body-one:after {
  margin-top: -0.375em !important;
}
@media (min-width: 37.4375em) {
  .global-footer .type-body-one:after {
    margin-top: -0.40625em !important;
  }
}
.global-footer .type-body-two:before {
  margin-bottom: -0.39285714em !important;
}
.global-footer .type-body-two:after {
  margin-top: -0.39285714em !important;
}
.global-footer .type-heading-five {
  line-height: 1.2 !important;
  font-size: 0.625rem !important;
  letter-spacing: 0.15625rem !important;
  font-family: CircularStd-Bold, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
}
.global-footer .Icon {
  margin-right: 1rem;
}
.global-footer .Icon:hover {
  border-bottom-width: 0;
}
.global-footer .Icon-glyph {
  pointer-events: none;
}
.global-footer .List {
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.global-footer .List > li {
  line-height: 1.75;
}
.global-footer .List > li:not(:last-child) {
  margin-bottom: 1rem;
}
.global-footer .new-tag {
  margin-left: 0.5rem;
  display: inline-block;
  color: #0157ff;
}
.GoogleAdManager {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
}
.GoogleAdManager-disclosure {
  display: none;
  color: #b1b7c5;
  font-size: 0.8rem;
  font-family: CircularStd-Book, Arial, sans-serif;
  white-space: nowrap;
}
div[data-ad] + .GoogleAdManager-disclosure {
  display: block;
}
.HeroColorBlock {
  background-color: #00143d;
  padding-top: 1.5rem;
}
.HeroColorBlock .Breadcrumb {
  margin-bottom: 0;
}
.HeroColorBlock-content {
  display: flex;
  flex-direction: column;
  max-width: calc(53rem + var(--section-x-spacing) * 2);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  grid-template-rows: auto auto auto auto 3rem;
}
.HeroColorBlock--Sponsored .HeroColorBlock-content {
  grid-template-rows: auto auto auto auto auto 4rem;
}
.HeroColorBlock-title {
  grid-row: 3;
  line-height: 1.2 !important;
  font-size: 1.875rem !important;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
.HeroColorBlock-eyebrow {
  grid-row: 2;
}
.HeroColorBlock-disclosure {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-row: 1;
}
.HeroColorBlock-disclosure > .Button {
  text-decoration: underline;
  color: #fff;
}
.HeroColorBlock-disclosureButton {
  display: inline-block;
  line-height: 1.5;
}
@media (min-width: 37.4375em) {
  .HeroColorBlock-disclosureButton {
    border-bottom: 2px solid #0157ff;
  }
}
.SponsoredLogo-copy {
  vertical-align: middle;
}
.SponsoredLogo-verticalPosition {
  max-height: 3.375rem;
}
@media (min-width: 37.4375em) {
  .SponsoredLogo-verticalPosition {
    max-height: 3.875rem;
  }
}
.SponsoredBanner__copy {
  letter-spacing: 0.094rem !important;
  vertical-align: middle;
}
@media (max-width: 37.43125em) {
  .HeroColorBlock .HeroColorBlock-share {
    display: none;
  }
}
.HeroColorBlock-share .Share-title,
.HeroColorBlock-share .Share-link {
  color: #f3f4f8;
}
.HeroColorBlock-share .Share-link:hover {
  color: #ffdd83;
}
.HeroColorBlock-extra {
  grid-row: 5;
}
@media (min-width: 37.4375em) {
  .HeroColorBlock {
    padding-top: 2rem;
    grid-template-columns: 1fr auto;
  }
  .HeroColorBlock-content {
    gap: 1rem var(--section-x-spacing);
    grid-template-columns: 3fr 1fr;
    grid-template-rows: auto auto auto 5rem;
  }
  .HeroColorBlock--Sponsored .HeroColorBlock-content {
    grid-template-rows: auto auto auto auto 5rem;
  }
  .HeroColorBlock-title {
    grid-column: span 2;
    grid-row: 2;
    padding-top: 0rem;
    padding-bottom: 0rem;
    line-height: 1.1 !important;
    font-size: 2.75rem !important;
  }
  .HeroColorBlock-eyebrow {
    grid-row: 1;
    grid-column: 1;
  }
  .HeroColorBlock-disclosure {
    grid-row: 1;
    grid-column: 2;
  }
  .HeroColorBlock-share {
    display: flex;
    justify-content: flex-end;
    grid-row: 3;
    grid-column: span 2;
  }
  .HeroColorBlock-extra {
    grid-row: 4;
    grid-column: span 2;
  }
}
.ArticleLayout--TwoColumn .HeroColorBlock-content {
  display: flex;
  flex-direction: column;
  max-width: calc(53rem + var(--section-x-spacing) * 2);
  margin-left: auto;
  margin-right: auto;
  display: grid;
}
@media (min-width: 62.4375em) {
  .ArticleLayout--TwoColumn .HeroColorBlock-content {
    display: grid;
    max-width: calc(80rem + var(--section-x-spacing) * 2);
    grid-template-columns: repeat(12, 1fr);
    gap: 0 var(--section-x-spacing);
  }
}
.ArticleLayout--TwoColumn .HeroColorBlock-eyebrow {
  max-width: 53rem;
}
@media (min-width: 62.4375em) {
  .ArticleLayout--TwoColumn .HeroColorBlock-eyebrow {
    grid-row: 1;
    grid-column: span 8;
  }
  .ArticleLayout--TwoColumn .HeroColorBlock-share,
  .ArticleLayout--TwoColumn .HeroColorBlock-disclosure {
    min-width: 16rem;
    grid-row: 1;
    grid-column: 10 / span 3;
  }
  .ArticleLayout--TwoColumn .HeroColorBlock-share {
    display: flex;
    grid-row: 4;
    align-self: flex-start;
    justify-content: flex-start;
  }
  .ArticleLayout--TwoColumn .HeroColorBlock-content {
    grid-template-rows: auto auto minmax(1rem, auto) 5rem;
    gap: 1rem var(--section-x-spacing);
  }
  .ArticleLayout--TwoColumn .HeroColorBlock-title {
    grid-column: span 12;
  }
  .ArticleLayout--TwoColumn .HeroColorBlock-extra {
    grid-column: span 12;
    grid-row: 3;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
.Hero404 {
  background-color: #eaf1ff;
  background-image: url(/build/assets/hero-404-bg-bottom-sm.9e8a190f.svg);
  background-position: center bottom;
  background-repeat: repeat-x;
}
.Hero404-colLeft {
  order: 2;
}
.Hero404-colRight {
  order: 1;
}
.Hero404-colRight-image {
  width: 10.438rem;
}
.Hero404-heading {
  max-width: 19.125rem;
  margin: 0 auto;
}
.Hero404-heading:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 20.3592814371%;
  background-image: url(/build/assets/404-oh.8718eca4.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.Hero404 .FormInput {
  border-radius: 0.25rem 0 0 0.25rem;
  border: 0.125rem solid #0157ff !important;
}
.Hero404 .FormInput:focus,
.FormInput:active {
  background-color: #fff;
}
.Hero404-text {
  font-size: 1.125rem !important;
}
.Hero404-button {
  line-height: 2rem !important;
  width: 4.25rem;
  border-radius: 0 0.25rem 0.25rem 0;
  border: 0 !important;
  padding-left: 0;
  padding-right: 0;
}
.Hero404-button .Icon-glyph {
  margin-top: -0.125rem;
}
@media (min-width: 37.4375em) {
  .Hero404 {
    background-image: url(/build/assets/hero-404-bg-bottom-lg.7e27bb88.svg);
  }
  .Hero404-searchBarContainer {
    max-width: 40rem;
    margin: auto;
  }
}
@media (min-width: 62.4375em) {
  .Hero404-colLeft {
    order: 1;
  }
  .Hero404-colRight {
    order: 2;
  }
  .Hero404-heading {
    margin: initial;
    max-width: 31.25rem;
  }
  .Hero404-colRight-image {
    width: initial;
  }
  .Hero404-searchBarContainer {
    max-width: initial;
    margin: initial;
  }
}
.hub__pagination .pagination__link {
  height: 1.5rem;
  width: 1.5rem;
  font-size: 16px;
}
.hub__pagination .pagination__link.nav {
  height: 2.625rem;
  width: 2.625rem;
}
.hub__pagination .pagination__item {
  margin-right: 0.625rem;
}
.hub__pagination .pagination__item:last-of-type {
  margin-right: 0;
}
@media (min-width: 23.4375em) {
  .hub__pagination .pagination__item {
    margin-right: 1rem;
  }
  .hub__pagination .pagination__link {
    font-size: 16px;
  }
}
@media (min-width: 37.4375em) {
  .hub__pagination .pagination__link {
    font-size: 1rem;
    height: 2.625rem;
    width: 2.625rem;
  }
  .hub__pagination .pagination__icon {
    height: 1rem;
    width: 1rem;
  }
}
.review-hub__pagination .pagination__button {
  height: 2.3rem;
  width: 2.3rem;
  border: 2px solid #b1b7c5;
  background-color: transparent;
  cursor: pointer;
  align-self: center;
  justify-content: center;
  border-radius: 50%;
}
.review-hub__pagination .pagination__icon {
  color: #b1b7c5;
}
.auth-page-container {
  min-height: 100vh;
  margin-bottom: -64px;
}
.auth-page-content {
  box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533;
  min-height: 100vh;
}
.page-wrapper {
  max-width: 72.88888889rem;
  padding-left: 0.88888889rem;
  padding-right: 0.88888889rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 37.4375em) {
  .page-wrapper {
    padding-left: 1.33333333rem;
    padding-right: 1.33333333rem;
  }
}
.HighlightModule .wysiwyg {
  margin-top: 1.5rem;
  color: #515260;
}
.HighlightModule .Accordion {
  border-top: 0;
  margin-bottom: 0;
}
.HighlightModule .Accordion-item {
  border-color: #eaf1ff;
}
.HighlightModule .Accordion-item:last-child {
  border-bottom: 0;
}
.HighlightModule .Accordion-content .grid {
  display: flex;
  flex-direction: column;
}
@media (min-width: 62.4375em) {
  .HighlightModule .Accordion-content .grid {
    flex-direction: row;
  }
}
.HighlightModule .Accordion-content .pros > :first-child,
.HighlightModule .Accordion-content .cons > :first-child {
  margin-left: 1rem;
}
.HighlightModule .Accordion-content .pros > :first-child:before,
.HighlightModule .Accordion-content .cons > :first-child:before {
  color: #0157ff;
  width: 1rem;
  margin-left: -1rem;
  display: inline-block;
  margin-right: 0.125rem;
}
.HighlightModule .Accordion-content .pros > :first-child:before {
  content: "\2714";
}
.HighlightModule .Accordion-content .cons > :first-child:before {
  content: "\2715";
}
.HighlightModule .Accordion-content ul {
  list-style: none;
}
.HighlightModule .Accordion-content ul li:before {
  content: "\2022";
  color: #0157ff;
  display: inline-block;
  width: 1rem;
  margin-left: -1rem;
}
.HighlightModule-headerAction img {
  max-width: 13.75rem;
}
@media (min-width: 62.4375em) {
  .HighlightModule-headerAction img {
    max-width: 18.75rem;
  }
}
@media (min-width: 37.4375em) {
  .insurance-call-to-action-container-icon:after {
    background-color: #cfcfd4;
    content: "";
    height: 100%;
    margin-left: 2rem;
    position: absolute;
    width: 0.05556rem;
    left: 100px;
    top: 0;
  }
  .sm\:grid-cols-static-insurer {
    grid-template-columns: auto 50% 125px !important;
  }
}
.InlineCta {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  align-items: center;
  border-radius: 0.25rem;
  border: 1px solid #e3e6ee;
  text-align: center;
  background-color: #fff;
  row-gap: 1.5rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
@media (min-width: 37.4375em) {
  .InlineCta {
    flex-direction: row;
    text-align: left;
  }
  .InlineCta.InlineCta--rightImage {
    flex-direction: row-reverse;
  }
}
.InlineCta .InlineCta-body {
  flex-grow: 1;
}
.InlineCta .InlineCta-image {
  border-radius: 0.25rem;
  max-width: 9rem;
}
@media (min-width: 37.4375em) {
  .InlineCta .InlineCta-image {
    align-self: flex-start;
  }
}
.InlineCta .InlineCta-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  font-family: CircularStd-Bold, Arial, sans-serif;
  margin-bottom: 0;
}
.InlineCta .InlineCta-copy {
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-weight: 450;
  line-height: 1.75rem;
  color: #515260;
}
.KeyTakeaways-item:before {
  content: "\2022";
  position: absolute;
  left: 0;
}
.KeyTakeaways-item :where(a) {
  color: #0157ff;
  text-decoration-color: #0157ff;
  transition: all 0.2s ease-in-out;
  text-underline-offset: 0.25rem;
}
.KeyTakeaways-item :where(a):hover,
.KeyTakeaways-item :where(a):focus-visible {
  color: #0045cd;
  text-decoration-color: #00349a;
}
.KeyTakeaways--blue-colors {
  border-left-color: #0137a1;
}
.KeyTakeaways--blue-colors .KeyTakeaways-item:before {
  color: #0137a1;
}
.KeyTakeaways--green-colors {
  border-left-color: #007871;
}
.KeyTakeaways--green-colors .KeyTakeaways-item:before {
  color: #007871;
}
.LinkPreview {
  filter: drop-shadow(0px 0px 4px rgba(21, 21, 21, 0.14));
  padding-top: 0;
  --pseudo-radius: 2px;
  --pointer-height: 14px;
  --pointer-width: 21px;
  --pointer-offset: 32px;
  --x1: 0;
  --x2: var(--pseudo-radius);
  --x3: calc(var(--pointer-offset) - (var(--pointer-width) / 2));
  --x4: var(--pointer-offset);
  --x5: calc(var(--pointer-offset) + (var(--pointer-width) / 2));
  --x6: calc(100% - var(--pseudo-radius));
  --x7: 100%;
  --y1: 0;
  --y2: var(--pointer-height);
  --y3: calc(var(--pointer-height) + var(--pseudo-radius));
  --y4: calc(100% - var(--pseudo-radius));
  --y5: 100%;
}
.LinkPreview .Card {
  clip-path: polygon(
    var(--x2) var(--y2),
    var(--x3) var(--y2),
    var(--x4) var(--y1),
    var(--x5) var(--y2),
    var(--x6) var(--y2),
    var(--x7) var(--y3),
    var(--x7) var(--y4),
    var(--x6) var(--y5),
    var(--x2) var(--y5),
    var(--x1) var(--y4),
    var(--x1) var(--y3)
  );
}
.LinkPreview.Tooltip-top-right {
  --x3: calc(100% - var(--pointer-offset) - (var(--pointer-width) / 2));
  --x4: calc(100% - var(--pointer-offset));
  --x5: calc(100% - var(--pointer-offset) + (var(--pointer-width) / 2));
}
.LinkPreview.Tooltip-bottom-left {
  --y1: 100%;
  --y2: calc(100% - var(--pointer-height));
  --y3: calc(100% - var(--pointer-height) - var(--pseudo-radius));
  --y4: var(--pseudo-radius);
  --y5: 0;
}
.LinkPreview.Tooltip-bottom-left .Card {
  padding-bottom: 1rem;
}
.LinkPreview.Tooltip-bottom-left .Card:hover:before {
  background-color: unset;
}
.LinkPreview.Tooltip-bottom-right {
  --x3: calc(100% - var(--pointer-offset) - (var(--pointer-width) / 2));
  --x4: calc(100% - var(--pointer-offset));
  --x5: calc(100% - var(--pointer-offset) + (var(--pointer-width) / 2));
  --y1: 100%;
  --y2: calc(100% - var(--pointer-height));
  --y3: calc(100% - var(--pointer-height) - var(--pseudo-radius));
  --y4: var(--pseudo-radius);
  --y5: 0;
}
.LinkPreview.Tooltip-bottom-right .Card {
  padding-bottom: 1rem;
}
.LinkPreview.Tooltip-bottom-right .Card:hover:before {
  background-color: unset;
}
.lightbox {
  display: inline-block;
  position: relative;
}
.lightbox-link {
  cursor: pointer;
  display: block;
  transition: all 0.6s;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.lightbox-link:after {
  content: "";
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #151515;
  top: 0;
  left: 0;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.lightbox-link:hover:after {
  content: "";
  opacity: 0.7;
}
.lightbox-link:hover .lightbox-figcaption {
  opacity: 1;
  z-index: 99;
}
.lightbox-figcaption {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  opacity: 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.lightbox-caption {
  font-family: CircularStd-Book, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2rem;
  letter-spacing: -0.0219rem;
}
.fslightbox-flex-centered {
  flex-direction: column;
}
.MediaCarouselExpanded .MediaCarouselExpanded-footer {
  row-gap: 1rem;
  -moz-column-gap: 0;
  column-gap: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  min-height: 15rem;
  border-radius: 0.25rem;
  justify-content: start !important;
  z-index: 1;
}
@media (min-width: 37.4375em) {
  .MediaCarouselExpanded .MediaCarouselExpanded-footer {
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    row-gap: 0;
    position: relative;
    min-height: 0;
    justify-content: space-between !important;
  }
}
.MediaCarouselExpanded .MediaCarouselExpanded-footerCopy {
  letter-spacing: -0.0156rem;
}
.MediaCarouselExpanded .MediaCarouselExpanded-footerCopy strong {
  font-family: CircularStd-Bold, Arial, sans-serif;
}
.MediaCarouselExpanded .MediaCarouselExpanded-footerNav {
  grid-template-columns: 0.5fr 2fr 0.5fr;
  justify-items: center;
  align-items: center;
  order: -1;
  align-self: center;
}
@media (min-width: 37.4375em) {
  .MediaCarouselExpanded .MediaCarouselExpanded-footerNav {
    order: 1;
    align-self: auto;
  }
}
.MediaCarouselModal {
  overflow: hidden;
}
.MediaCarouselModal.Modal {
  padding-right: 0;
  padding-left: 0;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  justify-content: flex-start;
}
@media (min-width: 37.4375em) {
  .MediaCarouselModal.Modal {
    padding-right: var(--section-x-spacing);
    padding-left: var(--section-x-spacing);
    justify-content: space-between;
  }
}
.MediaCarouselModal.Modal:after {
  height: 13rem;
}
@media (min-width: 37.4375em) {
  .MediaCarouselModal.Modal:after {
    height: 3rem;
  }
}
.MediaCarouselModal.Modal .Modal-overlay {
  background-color: #151515cc;
}
.MediaCarouselModal.Modal .Modal-container {
  position: initial;
  overflow-y: scroll;
}
@media (min-width: 37.4375em) {
  .MediaCarouselModal.Modal .Modal-container {
    overflow-y: visible;
  }
}
@media (min-width: 89.9375em) {
  .MediaCarouselModal.Modal .Modal-container {
    position: relative;
    overflow: visible;
  }
}
.MediaCarouselModal.Modal .Modal-container .Modal-close {
  background-color: transparent;
  color: #fff;
  font-size: 2.188rem;
  box-shadow: unset;
  top: 1.75rem;
  right: 1.938rem;
}
@media (min-width: 62.4375em) {
  .MediaCarouselModal.Modal .Modal-container .Modal-close {
    right: 2.375rem;
  }
}
@media (min-width: 89.9375em) {
  .MediaCarouselModal.Modal .Modal-container .Modal-close {
    right: -2.813rem;
    top: 0.75rem;
  }
}
.MediaCarouselModal.Modal .MediaCarousel-image {
  aspect-ratio: auto;
}
@media (min-width: 37.4375em) {
  .MediaCarouselModal.Modal .MediaCarousel-image {
    aspect-ratio: 16/9;
  }
}
.MediaCarousel .Button {
  font-size: 0.125rem;
}
.MediaCarousel svg,
.MediaCarousel .CenterPlayButton-icon {
  pointer-events: none;
}
.MediaCarousel .MediaCarousel-footer {
  row-gap: 1rem;
  -moz-column-gap: 0;
  column-gap: 0;
}
@media (min-width: 37.4375em) {
  .MediaCarousel .MediaCarousel-footer {
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    row-gap: 0;
  }
}
.MediaCarousel .MediaCarousel-footerCopy {
  letter-spacing: -0.0156rem;
}
.MediaCarousel .MediaCarousel-footerCopy strong {
  font-family: CircularStd-Bold, Arial, sans-serif;
}
.MediaCarousel .MediaCarousel-footerNav {
  grid-template-columns: 0.5fr 2fr 0.5fr;
  justify-items: center;
  align-items: center;
  order: -1;
  align-self: center;
}
@media (min-width: 37.4375em) {
  .MediaCarousel .MediaCarousel-footerNav {
    order: 1;
    align-self: auto;
  }
}
.MediaCarousel .MediaCarousel-imageContainer {
  max-height: 34rem;
}
.MediaCarousel .MediaCarousel-imageContainer .CenterPlayButton {
  background-color: #15151580;
}
.MediaCarousel .MediaCarousel-imageContainer .CenterPlayButton:hover {
  background-color: #15151599;
}
.MediaCarousel .MediaCarousel-image {
  aspect-ratio: 16/9;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 34rem;
}
.MediaCarousel .MediaCarousel-video {
  width: 100%;
  max-height: 34rem;
}
.MediaCarousel .ExpandButton {
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  background-color: #f3f4f8;
  display: flex;
  padding: 10px;
  cursor: pointer;
}
.Modal > .Modal-container > .MediaCarousel {
  overflow: auto;
}
.MethodologyCategory-label {
  font-size: 0.75rem;
  line-height: 1rem;
}
.MethodologyCategory .type-heading-two {
  font-size: 2.25rem !important;
}
.MethodologyCategory .type-heading-three {
  font-size: 1.75rem !important;
}
.MethodologyCategory-unit {
  margin-left: 0.125rem;
}
.MethodologyDetails-categories {
  background: linear-gradient(
    0deg,
    rgba(1, 87, 255, 0.05) 0%,
    rgba(1, 87, 255, 0.05) 100%
  );
}
.MethodologyDetails .SimpleLink .Link,
.MethodologyDetails .SimpleLink .WealthReviewMethodology a,
.WealthReviewMethodology .MethodologyDetails .SimpleLink a,
.MethodologyDetails .SimpleLink .WealthReviewPage .wysiwyg a,
.WealthReviewPage .wysiwyg .MethodologyDetails .SimpleLink a,
.MethodologyDetails .SimpleLink .WealthBankProduct-overview a,
.WealthBankProduct-overview .MethodologyDetails .SimpleLink a {
  font-family: CircularStd-Bold, Arial, sans-serif;
}
.Meta {
  gap: 1rem var(--section-x-spacing);
  -moz-column-gap: 0;
  column-gap: 0;
  display: grid;
  align-items: center;
  justify-content: flex-start;
  grid-template-columns: 1fr auto;
}
@media (min-width: 37.4375em) {
  .Meta {
    gap: 1rem var(--section-x-spacing);
    -moz-column-gap: unset;
    column-gap: unset;
    grid-template-columns: auto auto;
  }
}
.Meta--fullWidth {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 1rem 0rem 1.5rem;
  background: #ffffff;
  border-radius: 0 0.5rem 0 0;
  margin-top: -2rem;
  justify-content: space-between;
}
.Meta-details {
  grid-column: 1;
  grid-row: 1;
}
.Meta-verified {
  grid-column: 2;
  grid-row: 1;
}
.SiteNav {
  position: relative;
}
.SiteNav-overlay {
  opacity: 0;
  width: 100%;
  height: 100%;
  transform: translate(-100%);
  position: fixed;
  left: 0;
  top: 0;
  background-color: #15151559;
  transition: opacity 0.2s ease-in-out, transform 0s linear 0.2s;
  z-index: 602;
}
.SiteNav-overlay.is-active {
  opacity: 1;
  transform: translate(0);
  transition: opacity 0.2s ease-in-out, transform 0s linear;
}
.SiteNav-bar {
  position: relative;
  background-color: #fff;
  border-bottom: 0.0625rem solid #e3e6ee;
  z-index: 603;
}
@media (min-width: 62.4375em) {
  .SiteNav:not(.is-condensed) .SiteNav-bar {
    position: relative;
    background-color: #fff;
    display: flex;
    justify-content: center;
    border-bottom: none;
    box-shadow: 0 0.125rem 0.313rem #1515151f;
    z-index: 603;
  }
}
.SiteNav-wrapper {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  height: 3.5rem;
  padding: 0 1rem 0 1.5rem;
  width: 100%;
  z-index: 604;
}
@media (min-width: 62.4375em) {
  .SiteNav:not(.is-condensed) .SiteNav-wrapper {
    height: 4.5rem;
    max-width: 90rem;
    align-items: stretch;
    padding: 0 1rem;
  }
}
.SiteNav-logo {
  display: flex;
  align-items: center;
  align-self: center;
  height: 1.25rem;
  width: 6.25rem;
  flex-shrink: 0;
}
.SiteNav-logo :where(svg) {
  height: 85%;
  width: auto;
}
@media (min-width: 62.4375em) {
  .SiteNav:not(.is-condensed) .SiteNav-logo :where(svg) {
    height: 100%;
    width: 100%;
  }
}
.logo_affiliate_divider {
  width: 0.125rem;
  height: 3rem;
  margin: 0 1rem;
  background: rgb(177, 183, 197);
  align-items: center;
  align-self: center;
  display: flex;
}
@media (min-width: 62.4375em) {
  .logo_affiliate_divider {
    margin: 0 2rem !important;
  }
}
.SiteNav.blue-gradient-enabled .SiteNav-bar {
  background: linear-gradient(270deg, #153567 0%, #061d4b 52.8%, #00143d 100%);
  box-shadow: none;
  border: none;
}
@media (min-width: 62.4375em) {
  .SiteNav.blue-gradient-enabled .SiteNav-wrapper {
    padding: 0 1.5rem 0 2rem;
  }
}
.SiteNav.blue-gradient-enabled .SiteNav-logo > svg > g {
  fill: #fff;
}
.SiteNav.blue-gradient-enabled
  .SiteNavCategories:not(.is-active)
  .SiteNavCategory:not(.is-active) {
  transition: none;
}
.SiteNav.blue-gradient-enabled
  .SiteNavCategories:not(.is-active)
  .SiteNavCategory:not(.is-active)
  .SiteNavCategory-label {
  color: #fff;
}
.SiteNav.blue-gradient-enabled .SiteNavSearch,
.SiteNav.blue-gradient-enabled .SiteNavSearch:hover,
.SiteNav.blue-gradient-enabled .SiteNavSearch:focus {
  color: #fff;
}
.SiteNav.blue-gradient-enabled:not(.is-active)
  .SiteNav-hamburger
  .SiteNav-hamburgerBars {
  background-color: #fff;
}
.SiteNav.blue-gradient-enabled:not(.is-active)
  .SiteNav-hamburger
  .SiteNav-hamburgerBars:before,
.SiteNav.blue-gradient-enabled:not(.is-active)
  .SiteNav-hamburger
  .SiteNav-hamburgerBars:after {
  background-color: #fff;
}
.SiteNav.blue-gradient-enabled:not(.is-active)
  .SiteNav-hamburger:focus
  .SiteNav-hamburgerBars,
.SiteNav.blue-gradient-enabled:not(.is-active)
  .SiteNav-hamburger:hover
  .SiteNav-hamburgerBars {
  background-color: #fff;
}
.SiteNav.blue-gradient-enabled:not(.is-active)
  .SiteNav-hamburger:focus
  .SiteNav-hamburgerBars:before,
.SiteNav.blue-gradient-enabled:not(.is-active)
  .SiteNav-hamburger:focus
  .SiteNav-hamburgerBars:after,
.SiteNav.blue-gradient-enabled:not(.is-active)
  .SiteNav-hamburger:hover
  .SiteNav-hamburgerBars:before,
.SiteNav.blue-gradient-enabled:not(.is-active)
  .SiteNav-hamburger:hover
  .SiteNav-hamburgerBars:after {
  background-color: #fff;
}
@media (max-width: 62.375em) {
  .SiteNav:not(.is-condensed) .SiteNavCategories {
    position: fixed;
    width: 100%;
    max-width: 28rem;
    top: 0;
    left: 100%;
    height: 100%;
    height: 100dvh;
    overflow-x: clip;
    transition: transform 0.2s ease-in-out;
    transform: translate(1rem);
    box-shadow: 0 0 0.0625rem #1515151a, 0 0.125rem 0.5rem 0.0625rem #15151533;
    z-index: 603;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 4.5rem 0 1.75rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
  }
  .SiteNav:not(.is-condensed) .SiteNavCategories.is-active {
    transform: translate(-100%);
  }
}
.SiteNav.is-condensed .SiteNavCategories {
  position: fixed;
  width: 100%;
  max-width: 28rem;
  top: 0;
  left: 100%;
  height: 100%;
  height: 100dvh;
  overflow-x: clip;
  transition: transform 0.2s ease-in-out;
  transform: translate(1rem);
  box-shadow: 0 0 0.0625rem #1515151a, 0 0.125rem 0.5rem 0.0625rem #15151533;
  z-index: 603;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 4.5rem 0 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.SiteNav.is-condensed .SiteNavCategories.is-active {
  transform: translate(-100%);
}
@media (min-width: 62.4375em) {
  .SiteNav:not(.is-condensed) .SiteNavCategories {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: stretch;
  }
}
.SiteNavCategories-list {
  list-style: none;
  margin-left: 0;
}
@media (max-width: 62.375em) {
  .SiteNav:not(.is-condensed) .SiteNavCategories-list {
    margin-bottom: 2rem;
  }
}
.SiteNav.is-condensed .SiteNavCategories-list {
  margin-bottom: 2rem;
}
@media (min-width: 62.4375em) {
  .SiteNav:not(.is-condensed) .SiteNavCategories-list {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0;
  }
}
.SiteNav-logo--mobile {
  height: 1.125rem;
  flex-shrink: 0;
  margin-left: 1.5rem;
}
.SiteNav-logo--mobile :where(path) {
  fill: #0157ff;
}
@media (min-width: 62.4375em) {
  .SiteNav:not(.is-condensed) .SiteNav-logo--mobile {
    display: none;
  }
}
.SiteNav-rightLinks {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  position: relative;
  z-index: 604;
}
@media (min-width: 62.4375em) {
  .SiteNav:not(.is-condensed) .SiteNav-rightLinks {
    flex: 0 1 6.25rem;
  }
}
.SiteNavSearch {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  width: 2.75rem;
  height: 2.75rem;
  background-color: transparent;
  color: #151515;
  fill: #151515;
  cursor: pointer;
  outline: none;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease-in-out, visibility 0s linear;
}
.SiteNav.is-condensed .SiteNavSearch {
  display: none;
}
.SiteNavSearch:hover,
.SiteNavSearch:focus-visible {
  color: #0157ff;
  fill: #0157ff;
}
.SiteNav.is-active .SiteNavSearch {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s;
}
.SiteNavSearch .SiteNavSearch-magnifyingGlass {
  display: block;
  pointer-events: none;
}
.SiteNavSearch .SiteNavSearch-xButton {
  display: none;
  pointer-events: none;
}
.SiteNavSearch.is-active .SiteNavSearch-magnifyingGlass {
  display: none;
}
.SiteNavSearch.is-active .SiteNavSearch-xButton {
  display: block;
}
@media (min-width: 62.4375em) {
  .SiteNav:not(.is-condensed) .SiteNavSearch {
    padding: 0.5rem;
  }
}
.SiteNav-hamburger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 2.75rem;
  width: 2.75rem;
  align-self: center;
  background: none;
  outline: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 62.4375em) {
  .SiteNav:not(.is-condensed) .SiteNav-hamburger {
    display: none;
  }
}
.SiteNav-hamburger.navigation {
  border-right: 0.065rem solid #f3f4f8;
}
.SiteNav.is-active .SiteNav-hamburger {
  z-index: 600;
}
.SiteNav.is-active .SiteNav-hamburger .SiteNav-hamburgerBars:before,
.SiteNav.is-active .SiteNav-hamburger .SiteNav-hamburgerBars:after {
  width: 1.125rem;
  top: 0;
  transition: top 0.1s, transform 0.1s 0.1s;
}
.SiteNav.is-active .SiteNav-hamburger .SiteNav-hamburgerBars:before {
  transform: rotate(45deg);
}
.SiteNav.is-active .SiteNav-hamburger .SiteNav-hamburgerBars:after {
  transform: rotate(-45deg);
}
.SiteNav-hamburgerBars {
  width: 1.375rem;
  transform: scaleX(-1);
}
.SiteNav-hamburgerBars,
.SiteNav-hamburgerBars:before,
.SiteNav-hamburgerBars:after {
  position: relative;
  height: 0.125rem;
  background-color: #151515;
  transition: top 0.1s 0.1s, transform 0.1s, background-color 0s 0.1s;
}
.SiteNav-hamburger:hover .SiteNav-hamburgerBars,
.SiteNav-hamburger:focus-visible .SiteNav-hamburgerBars,
.SiteNav-hamburger:hover .SiteNav-hamburgerBars:before,
.SiteNav-hamburger:focus-visible .SiteNav-hamburgerBars:before,
.SiteNav-hamburger:hover .SiteNav-hamburgerBars:after,
.SiteNav-hamburger:focus-visible .SiteNav-hamburgerBars:after {
  background-color: #0157ff;
}
.SiteNav.is-active .SiteNav-hamburger .SiteNav-hamburgerBars {
  background-color: transparent;
}
.SiteNav-hamburgerBars:before,
.SiteNav-hamburgerBars:after {
  content: "";
  display: block;
  position: absolute;
}
.SiteNav-hamburgerBars:before {
  width: 1.125rem;
  top: -0.375rem;
}
.SiteNav-hamburgerBars:after {
  width: 0.75rem;
  top: 0.375rem;
}
.SiteNavSearch-container {
  position: absolute;
  height: 0;
  top: 100%;
  width: 100%;
  background-color: #f3f4f8;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
  padding: 1rem 0;
  z-index: 600;
  overflow: hidden;
}
.SiteNavSearch-container.is-active {
  height: auto;
  padding: 1rem;
  pointer-events: auto;
  opacity: 1;
  overflow: auto;
}
.SiteNavSearch-form {
  max-width: 53.75rem;
  margin: 0 auto;
}
.SiteNavSearch-form > div:first-child {
  display: flex;
}
.SiteNavSearch-form > div:first-child > div:first-child {
  flex: 1 1 0%;
}
.SiteNavSearch-input {
  display: block;
  width: 100%;
  font-size: 1rem;
  height: 3rem;
  padding: 0.5rem 1rem;
  background-color: #fff;
  border: 0.0625rem;
  border-color: #515260;
  border-radius: 4px 0 0 4px;
  border-style: solid;
  color: #151515;
  font-family: CircularStd-Book, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  border-right: none;
}
.SiteNavSearch-submit {
  display: flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 100%;
  width: 100%;
  min-width: 3.75rem;
  padding: 0.5rem;
  fill: #fff;
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #0157ff;
  cursor: pointer;
  transition: background-color 0.25s ease-in;
}
.SiteNavSearch-submit:hover,
.SiteNavSearch-submit:active {
  background-color: #003db4;
}
.SiteNavSearch-submit:focus {
  background-color: #00349a;
}
.SiteNavSearch-submit :where(svg) {
  pointer-events: none;
}
@media (max-width: 62.375em) {
  .SiteNav:not(.is-condensed) .SiteNavSubcategory {
    width: 100%;
  }
}
.SiteNav.is-condensed .SiteNavSubcategory {
  width: 100%;
}
@media (min-width: 62.4375em) {
  .SiteNav:not(.is-condensed) .SiteNavSubcategory {
    display: grid;
    grid-template-columns: 13.25rem auto;
  }
}
@media (max-width: 62.375em) {
  .SiteNav:not(.is-condensed) .SiteNavSubcategory-categoryTitle {
    margin: 2rem 1.5rem 1.25rem;
    padding-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: -0.015625rem;
    color: #151515;
    position: relative;
  }
  .SiteNav:not(.is-condensed) .SiteNavSubcategory-categoryTitle:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 3rem;
    height: 0.1875rem;
    background-color: #0157ff;
    display: block;
  }
}
.SiteNav.is-condensed .SiteNavSubcategory-categoryTitle {
  margin: 2rem 1.5rem 1.25rem;
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: -0.015625rem;
  color: #151515;
  position: relative;
}
.SiteNav.is-condensed .SiteNavSubcategory-categoryTitle:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 3rem;
  height: 0.1875rem;
  background-color: #0157ff;
  display: block;
}
@media (min-width: 62.4375em) {
  .SiteNav:not(.is-condensed) .SiteNavSubcategory-categoryTitle {
    display: none;
  }
}
.SiteNavSubcategory-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.SiteNavSubcategory-tab {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  letter-spacing: -0.015625rem;
  color: #151515;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 62.375em) {
  .SiteNav:not(.is-condensed) .SiteNavSubcategory-tab {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.SiteNav.is-condensed .SiteNavSubcategory-tab {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media (min-width: 62.4375em) {
  .SiteNav:not(.is-condensed) .SiteNavSubcategory-tab {
    padding: 0.375rem 2rem 0.375rem 1.5rem;
    font-size: 1rem;
    line-height: 1.75rem;
  }
  .SiteNav:not(.is-condensed) .SiteNavSubcategory-tab:hover,
  .SiteNav:not(.is-condensed) .SiteNavSubcategory-tab:active,
  .SiteNav:not(.is-condensed) .SiteNavSubcategory-tab.is-active {
    background-color: #d5e3fd;
  }
}
.SiteNavSubcategory-tab > * {
  pointer-events: none;
}
.SiteNavSubcategory-tab svg {
  color: #868a9a;
}
@media (min-width: 62.4375em) {
  .SiteNav:not(.is-condensed) .SiteNavSubcategory-tab svg {
    display: none;
  }
}
@media (max-width: 62.375em) {
  .SiteNav:not(.is-condensed) .SiteNavSubcategory-content {
    background-color: #fff;
    position: fixed;
    width: 100%;
    max-width: 28rem;
    top: 0;
    left: 100%;
    height: 100%;
    height: 100dvh;
    overflow-x: clip;
    overflow-y: auto;
    transition: transform 0.2s ease-in-out;
    transform: translate(1rem);
    box-shadow: 0 0 0.0625rem #1515151a, 0 0.125rem 0.5rem 0.0625rem #15151533;
    z-index: 2;
  }
  .SiteNav:not(.is-condensed) .SiteNavSubcategory-content.is-active {
    transform: translate(-100%);
  }
}
.SiteNav.is-condensed .SiteNavSubcategory-content {
  background-color: #fff;
  position: fixed;
  width: 100%;
  max-width: 28rem;
  top: 0;
  left: 100%;
  height: 100%;
  height: 100dvh;
  overflow-x: clip;
  overflow-y: auto;
  transition: transform 0.2s ease-in-out;
  transform: translate(1rem);
  box-shadow: 0 0 0.0625rem #1515151a, 0 0.125rem 0.5rem 0.0625rem #15151533;
  z-index: 2;
}
.SiteNav.is-condensed .SiteNavSubcategory-content.is-active {
  transform: translate(-100%);
}
@media (min-width: 62.4375em) {
  .SiteNav:not(.is-condensed) .SiteNavSubcategory-panelsContainer {
    display: flex;
    flex-grow: 1;
    flex-direction: row;
  }
}
.SiteNavSubcategory-panelsContainer.SiteNavSubcategory-panelsContainer--hidden {
  display: none;
}
@media (min-width: 62.4375em) {
  .SiteNav:not(.is-condensed) .SiteNavSubcategory-panels {
    display: grid;
    grid-template-columns: max-content;
  }
}
@media (max-width: 62.375em) {
  .SiteNav:not(.is-condensed) .SiteNavSubcategory-panel {
    padding: 0 1.5rem 2rem;
    display: none;
  }
  .SiteNav:not(.is-condensed) .SiteNavSubcategory-panel.is-active {
    display: block;
  }
}
.SiteNav.is-condensed .SiteNavSubcategory-panel {
  padding: 0 1.5rem 2rem;
  display: none;
}
.SiteNav.is-condensed .SiteNavSubcategory-panel.is-active {
  display: block;
}
@media (min-width: 62.4375em) {
  .SiteNav:not(.is-condensed) .SiteNavSubcategory-panel {
    height: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    grid-row: 1;
    grid-column: 1;
    display: flex;
    flex-grow: 1;
    padding-left: 0;
    padding-right: 0;
  }
  .SiteNav:not(.is-condensed) .SiteNavSubcategory-panel:not(.is-active) {
    display: flex;
    visibility: hidden;
  }
  .SiteNav:not(.is-condensed) .SiteNavSubcategory-panel.is-active {
    visibility: visible;
  }
  .SiteNav:not(.is-condensed) .SiteNavSubcategory-tabsContainer {
    flex-basis: 100%;
    background-color: #f3f4f8;
    padding: 3rem 0 4rem;
  }
}
@media (max-width: 62.375em) {
  .SiteNav:not(.is-condensed) .SiteNavSubcategory-firstColumn {
    padding-bottom: 2.5rem;
    border-bottom: 0.0625rem solid #e3e6ee;
    margin-bottom: 2.5rem;
  }
}
.SiteNav.is-condensed .SiteNavSubcategory-firstColumn {
  padding-bottom: 2.5rem;
  border-bottom: 0.0625rem solid #e3e6ee;
  margin-bottom: 2.5rem;
}
@media (min-width: 62.4375em) {
  .SiteNav:not(.is-condensed) .SiteNavSubcategory-firstColumn {
    padding: 3rem;
  }
  .SiteNav:not(.is-condensed) .SiteNavSubcategory-secondColumn {
    padding: 1rem 3rem;
    margin: 2rem 0;
    border-left: 0.0625rem solid #e3e6ee;
  }
}
@media (max-width: 62.375em) {
  .SiteNav:not(.is-condensed) .SiteNavSubcategory-categoryLinkContainer {
    margin: 1.5rem 1.5rem 0;
    border-top: 0.0625rem solid #e3e6ee;
    padding: 2rem 0;
  }
}
.SiteNav.is-condensed .SiteNavSubcategory-categoryLinkContainer {
  margin: 1.5rem 1.5rem 0;
  border-top: 0.0625rem solid #e3e6ee;
  padding: 2rem 0;
}
@media (min-width: 62.4375em) {
  .SiteNav:not(.is-condensed) .SiteNavSubcategory-categoryLinkContainer {
    display: none;
    border-top: 0.0625rem solid #e3e6ee;
  }
}
@media (max-width: 62.375em) {
  .SiteNav:not(.is-condensed)
    .SiteNavSubcategory-content
    .SiteNavSubcategory-categoryLinkContainer {
    display: none;
  }
}
.SiteNav.is-condensed
  .SiteNavSubcategory-content
  .SiteNavSubcategory-categoryLinkContainer {
  display: none;
}
@media (min-width: 62.4375em) {
  .SiteNav:not(.is-condensed)
    .SiteNavSubcategory-content
    .SiteNavSubcategory-categoryLinkContainer {
    display: block;
    margin: 0;
    padding: 0.625rem 3rem;
    font-size: 0.875rem;
  }
}
.SiteNavSubcategory-categoryLink {
  color: #515260;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: -0.015625rem;
  text-decoration-color: transparent;
  transition: all 0.2s ease-in-out;
  text-underline-offset: 0.25rem;
}
.SiteNavSubcategory-categoryLink:hover,
.SiteNavSubcategory-categoryLink:focus-visible {
  color: #0157ff;
  text-decoration-color: #0157ff;
}
.br-header,
.br-header--condensed {
  z-index: 20;
  position: relative;
  background-color: #fff;
}
.br-header--condensed {
  box-shadow: 0 2px 5px #1515151f;
  display: flex;
  justify-content: center;
}
.br-header__overlay {
  z-index: 20;
  background: rgba(21, 21, 21, 0.35);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.br-header__overlay.visible {
  display: block;
}
.br-header__top-bar,
.br-header__top-bar--condensed {
  padding: 0 1rem;
  height: 3.5rem;
  background-color: #fff;
  border-bottom: 1px solid #b1b7c5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.br-header__top-bar--condensed {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
  width: 100%;
}
.br-header__top-bar .divider {
  width: 2px;
  height: 48px;
  margin: 0 16px;
  background: rgb(177, 183, 197);
  align-items: center;
  align-self: center;
  display: flex;
}
@media (min-width: 62.4375em) {
  .br-header__top-bar .divider {
    margin: 0 32px !important;
  }
}
.br-header__hamburger,
.br-header__hamburger--condensed {
  margin-right: 1rem;
  height: 1.75rem;
  width: 1.75rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  outline: none;
}
.br-header__hamburger.navigation,
.br-header__hamburger--condensed.navigation {
  border-right: 1px solid #f3f4f8;
}
.br-header__hamburger.active .br-header__hamburger__bars,
.br-header__hamburger--condensed.active .br-header__hamburger__bars {
  background: transparent;
}
.br-header__hamburger.active .br-header__hamburger__bars:before,
.br-header__hamburger.active .br-header__hamburger__bars:after,
.br-header__hamburger--condensed.active .br-header__hamburger__bars:before,
.br-header__hamburger--condensed.active .br-header__hamburger__bars:after {
  width: 1.125rem;
  top: 0;
  transition: top 0.1s, transform 0.1s 0.1s;
}
.br-header__hamburger.active .br-header__hamburger__bars:before,
.br-header__hamburger--condensed.active .br-header__hamburger__bars:before {
  transform: rotate(45deg);
}
.br-header__hamburger.active .br-header__hamburger__bars:after,
.br-header__hamburger--condensed.active .br-header__hamburger__bars:after {
  transform: rotate(-45deg);
}
.br-header__hamburger__bars {
  width: 1.375rem;
}
.br-header__hamburger__bars,
.br-header__hamburger__bars:before,
.br-header__hamburger__bars:after {
  height: 0.125rem;
  background-color: #151515;
  position: relative;
  transition: top 0.1s 0.1s, transform 0.1s, background 0s 0.1s;
}
.br-header__hamburger__bars:before,
.br-header__hamburger__bars:after {
  content: "";
  display: block;
  position: absolute;
}
.br-header__hamburger__bars:before {
  width: 1.125rem;
  top: -0.375rem;
}
.br-header__hamburger__bars:after {
  width: 0.75rem;
  top: 0.375rem;
}
.br-header__logo,
.br-header__affiliate-logo {
  height: 1.25rem;
  width: 6.25rem;
  align-items: center;
  align-self: center;
  display: flex;
}
.br-header__logo svg,
.br-header__affiliate-logo svg {
  height: 100%;
  width: 100%;
}
.br-header__affiliate-logo {
  width: 9.375rem;
  height: 100%;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  justify-content: center;
}
.br-header__affiliate-logo img {
  height: auto;
  max-height: 50px;
  width: 100%;
  max-width: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 62.4375em) {
  .br-header__affiliate-logo img {
    max-height: 60px;
    max-width: 150px;
  }
}
.br-header__right-nav-links {
  display: flex;
  height: 100%;
}
@media (min-width: 62.4375em) {
  .br-header__right-nav-links {
    min-width: 16.625rem;
  }
}
.br-header__right-nav-links--condensed {
  align-items: center;
  align-self: center;
  display: flex;
}
.br-header__sign-in-button-container {
  display: none;
  flex-direction: row;
}
@media (min-width: 62.4375em) {
  .br-header__sign-in-button-mobile {
    display: none !important;
  }
}
.br-header__sign-in-button-mobile,
.br-header__sign-in-button-mobile--condensed {
  font-size: 0.77777778rem;
  background-color: #fff;
  border: 2px solid #0157ff;
  border-radius: 4px;
  line-height: 1.5;
  color: #0157ff;
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-weight: 600;
  transition: background-color 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89),
    border-color 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89),
    color 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89);
  margin: 1rem;
  padding: 0.5rem;
  text-align: center;
  display: block;
  align-self: center;
}
.br-header__create-account-button {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  padding: 0.75rem 1rem;
  margin-right: 0.5rem;
  max-height: 3.125rem;
  background-color: #fff;
  border: 2px solid #0157ff;
  border-radius: 4px;
  line-height: 1.5;
  color: #0157ff;
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-weight: 600;
  transition: background-color 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89),
    border-color 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89),
    color 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89);
  display: inline-block;
  align-self: center;
  text-decoration: none;
}
.br-header__create-account-button:before,
.br-header__create-account-button:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.br-header__create-account-button:before {
  margin-bottom: calc(-0.2857142857em + 0px);
}
.br-header__create-account-button:after {
  margin-top: calc(-0.4285714286em + 0px);
}
.br-header__create-account-button:hover {
  background-color: #f2f7ff;
  color: #0157ff;
}
.br-header__create-account-button:focus,
.br-header__create-account-button:active {
  background-color: #e6eeff;
}
.br-header__sign-in-button {
  display: none;
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  padding: 0.75rem 1rem;
  max-height: 3.125rem;
  background-color: #fff;
  border-radius: 4px;
  line-height: 1.5;
  color: #0157ff;
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-weight: 600;
  transition: background-color 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89),
    border-color 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89),
    color 0.25s cubic-bezier(0.17, 0.67, 0.44, 0.89);
  align-self: center;
  text-decoration: none;
}
@media (min-width: 62.4375em) {
  .br-header__sign-in-button {
    display: inline-block;
  }
}
.br-header__sign-in-button:before,
.br-header__sign-in-button:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.br-header__sign-in-button:before {
  margin-bottom: calc(-0.2857142857em + 0px);
}
.br-header__sign-in-button:after {
  margin-top: calc(-0.4285714286em + 0px);
}
.br-header__sign-in-button:hover {
  background-color: #f2f7ff;
  color: #0157ff;
}
.br-header__sign-in-button:focus,
.br-header__sign-in-button:active {
  background-color: #e6eeff;
}
.br-header__global-nav-toggle {
  padding: 0.5rem;
  padding-right: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  color: #151515;
  fill: #151515;
  cursor: pointer;
  transition: fill 0.25s ease-in, color 0.25s ease-in;
  outline: none;
}
.br-header__global-nav-toggle:hover,
.br-header__global-nav-toggle:focus {
  color: #0157ff;
  fill: #0157ff;
}
.br-header__global-nav-toggle .magnifying-glass {
  display: block;
  pointer-events: none;
}
.br-header__global-nav-toggle .x-button {
  display: none;
  pointer-events: none;
}
.br-header__global-nav-toggle.is-active .magnifying-glass {
  display: none;
}
.br-header__global-nav-toggle.is-active .x-button {
  display: block;
}
.br-header__global-search-filter {
  background-color: #f3f4f8;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  transition: opacity 0.2s ease;
  width: 100%;
  pointer-events: none;
  z-index: -1;
}
.br-header__global-search-filter.is-visible {
  padding: 1rem;
  pointer-events: auto;
  height: auto;
  opacity: 1;
  overflow: auto;
}
.br-header__search-form {
  max-width: 53.75rem;
}
.br-header__search-input {
  font-size: 1rem;
  height: 3rem;
  padding: 0.5rem 1rem;
  background-color: #fff;
  border: 0.0625rem;
  border-color: #515260;
  border-radius: 4px 0 0 4px;
  border-style: solid;
  color: #151515;
  display: block;
  font-family: CircularStd-Book, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  border-right: none;
}
.br-header__search-submit {
  padding: 0.5rem;
  min-width: 3.75rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #0157ff;
  color: #fff;
  cursor: pointer;
  fill: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: background-color 0.25s ease-in;
}
.br-header__search-submit:hover,
.br-header__search-submit:active {
  background-color: #003db4;
}
.br-header__search-submit:focus {
  background-color: #00349a;
}
.br-header__search-submit svg {
  pointer-events: none;
}
.br-header__auth-dropdown-toggle {
  padding: 0 1rem;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: none;
  border-right: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
  height: 100%;
}
.br-header__auth-dropdown-toggle:hover,
.br-header__auth-dropdown-toggle.is-active {
  border-bottom: 4px solid #0157ff;
  background-color: #f2f7ff;
}
.br-header__auth-dropdown-toggle:hover .br-header__avatar-path,
.br-header__auth-dropdown-toggle.is-active .br-header__avatar-path {
  fill: #0157ff;
}
.br-header__auth-dropdown {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533;
  z-index: -5;
  background-color: #fff;
  position: absolute;
  top: 100%;
  width: 100%;
  overflow: hidden;
  display: none;
  right: 0;
}
.br-header__auth-dropdown.is-visible {
  display: block;
}
.br-header__auth-dropdown > ul {
  margin: 0;
  list-style: none;
}
.br-header__auth-list-item {
  border-bottom: 1px solid #f3f4f8;
}
.br-header__auth-list-item:hover {
  color: #0157ff;
  fill: #0157ff;
  background-color: #f6f9ff;
}
.br-header__auth-link {
  padding: 1rem;
  font-size: 0.875rem;
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-style: normal;
  color: inherit;
  transition: color 0.3s ease;
  display: block;
}
.br-nav__categories,
.br-nav__category-flyout,
.br-nav__categories--condensed,
.br-nav__category-flyout--condensed {
  max-width: 25rem;
  min-width: 15rem;
  top: 2.8125rem;
  list-style: none;
  background: #fff;
  display: none;
  left: 0;
  margin: 0;
  height: 100%;
  min-height: calc(100vh - 45px);
  overflow: auto;
  position: absolute;
  width: 85%;
  top: 100%;
}
.br-nav__categories.visible,
.br-nav__category-flyout.visible,
.br-nav__categories--condensed.visible,
.br-nav__category-flyout--condensed.visible {
  display: block;
}
.br-nav__categories--condensed,
.br-nav__category-flyout--condensed,
.br-nav__categories--condensed--condensed,
.br-nav__category-flyout--condensed--condensed {
  border-top: 1px solid #b1b7c5;
}
.br-nav__category-item,
.br-nav__category-item--condensed {
  padding: 1rem;
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.4;
  align-items: center;
  border-bottom: 1px solid #f3f4f8;
  color: #151515;
  display: flex;
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  justify-content: space-between;
  text-decoration: none;
}
.br-nav__category-icon,
.br-nav__category-icon--condensed {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
  pointer-events: none;
}
.br-nav__category-icon.nav-arrow,
.br-nav__category-icon--condensed.nav-arrow {
  height: 1rem;
  width: 1rem;
  margin-right: 0;
}
.br-nav__category-icon.nav-arrow.go-back,
.br-nav__category-icon--condensed.nav-arrow.go-back {
  margin-right: 1rem;
  transform: rotate(180deg);
}
.br-nav__category-label,
.br-nav__category-label--condensed {
  width: 85%;
}
@media (max-width: 89.93125em) {
  .br-nav__subcategory-wrap,
  .br-nav__subcategory-wrap--condensed {
    margin-bottom: 8rem;
  }
}
.br-nav__subcategory,
.br-nav__subcategory--condensed {
  padding-bottom: 0.5rem;
  list-style: none;
  margin-left: 0;
  border-bottom: 4px solid #f3f4f8;
  margin: 0 0 1rem;
}
.br-nav__subcategory.mobile-extras,
.br-nav__subcategory--condensed.mobile-extras {
  padding-bottom: 0;
}
.br-nav__subcategory.last,
.br-nav__subcategory--condensed.last {
  margin-bottom: 1rem;
  border: none;
  padding-bottom: 0;
}
.br-nav__subcategory-item,
.br-nav__subcategory-item--condensed {
  padding: 1rem;
  font-size: 0.875rem;
  font-family: CircularStd-Book, Arial, sans-serif;
  line-height: 1.55555556;
  letter-spacing: 0;
  align-items: center;
  display: flex;
  color: #151515;
  text-decoration: none;
}
.br-nav__subcategory-item:hover,
.br-nav__subcategory-item--condensed:hover {
  color: #0157ff;
}
.br-nav__subcategory-item.back-button,
.br-nav__subcategory-item--condensed.back-button {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.4;
  background-color: #f3f4f8;
  border: 0;
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  overflow: auto;
  width: 100%;
  -webkit-appearance: unset;
}
.br-nav__subcategory-item.category-link,
.br-nav__subcategory-item--condensed.category-link {
  background-color: #0157ff;
  color: #fff;
  fill: #fff;
}
.br-nav__subcategory-item.--subheading,
.br-nav__subcategory-item--condensed.--subheading {
  font-size: 1.25rem;
  letter-spacing: 0.03125rem;
  line-height: 1;
  font-style: normal;
  font-weight: 600;
}
.br-nav__subcategory-item.--subheading:hover,
.br-nav__subcategory-item--condensed.--subheading:hover {
  color: #151515;
}
.br-header__auth--banner__container {
  display: none;
}
@media (min-width: 89.9375em) {
  .br-header__auth--banner__container {
    display: block;
  }
  .br-header__hamburger--condensed {
    display: initial;
  }
  .br-header__top-bar--condensed {
    border: none;
  }
  .br-header,
  .br-header--condensed {
    box-shadow: 0 2px 5px #1515151f;
    display: flex;
    justify-content: center;
  }
  .br-header__top-bar {
    height: 4.5rem;
    max-width: 90rem;
    border: none;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
  }
  .br-header__hamburger {
    display: none;
  }
  .br-header__global-nav-toggle {
    padding: 0.5rem;
  }
  .br-header__global-search-filter {
    padding: 2rem;
    box-shadow: inset 0 2px 5px #1515151f;
    top: 72px;
  }
  .br-header__auth-dropdown-container {
    position: relative;
  }
  .br-header__auth-dropdown-container:hover .br-header__auth-dropdown {
    display: block;
  }
  .br-header__auth-dropdown {
    width: 15rem;
    right: 0;
  }
  .br-nav {
    align-items: stretch;
    display: flex;
  }
  .br-nav__categories,
  .br-nav__category-flyout {
    height: auto;
  }
  .br-nav__categories {
    display: flex;
    justify-content: space-around;
    max-width: none;
    min-height: 0;
    min-width: 0;
    position: static;
    width: auto;
  }
  .br-nav__categories.visible,
  .br-nav__category-item-wrap {
    display: flex;
  }
  .br-nav__category-item {
    border: none;
    border-bottom: 4px solid transparent;
    cursor: pointer;
  }
  .br-nav__category-item.active {
    background-color: #f2f7ff;
    border-bottom: 4px solid #0157ff;
    color: #0157ff;
  }
  .br-nav__category-icon {
    display: none;
  }
  .br-nav__category-label {
    text-align: center;
    width: auto;
  }
  .br-nav__category-flyout {
    padding: 2rem;
    top: 4.5rem;
    box-shadow: inset 0 2px 5px #1515151f;
    justify-content: center;
    max-width: none;
    width: 100vw;
  }
  .br-nav__category-flyout.visible {
    background-color: #fff;
    display: flex;
    min-height: 0;
    flex-flow: row wrap;
  }
  .br-nav__subcategory-wrap {
    max-width: 90rem;
    display: flex;
    flex-flow: wrap;
    width: 100%;
  }
  .br-nav__subcategory {
    padding: 0 1rem;
    border-bottom: none;
    border-right: 1px solid #b1b7c5;
    flex-shrink: 0;
    margin: 0;
    width: 25%;
  }
  .br-nav__subcategory.last {
    border-right: none;
  }
  .br-nav__subcategory.first {
    border-right: 1px solid #b1b7c5;
    padding-left: 0;
  }
  .br-nav__subcategory.mobile-extras {
    display: none;
  }
  .br-nav__subcategory-item {
    padding: 0.5rem 1rem;
  }
  .br-nav__subcategory-item:hover {
    cursor: pointer;
    color: #0157ff;
    text-decoration: underline;
  }
  .br-nav__subcategory-item.--subheading {
    margin-bottom: 1rem;
    padding-top: 0;
  }
  .br-nav__subcategory-item.--subheading:hover {
    cursor: default;
    text-decoration: none;
  }
  .br-header__avatar-image {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .br-header__banner__container {
    display: block;
    margin: 1.77777778rem -1.77777778rem -1.77777778rem;
    width: 110%;
    padding: 16px 0;
  }
  .br-header__auth--banner__container {
    background-color: #f0f1f5;
    display: block;
    margin: 1.77777778rem -1.77777778rem -1.77777778rem;
    width: 110%;
    padding: 16px 0;
  }
  .br-header__auth--banner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .br-header__auth--copy__container {
    margin: 0 1.77777778rem;
  }
  .br-header__auth--heading {
    font-family: CircularStd-Bold, Arial, sans-serif;
    font-size: 24px;
    margin-bottom: 0;
  }
  .br-header__auth--copy {
    font-size: 16px;
    color: #575757;
    margin-bottom: 0;
  }
  .br-header__auth--button {
    padding: 8px 64px;
    background-color: #fff;
    border: 2px solid #cdcfd8;
    border-radius: 4px;
    color: #0157ff;
    font-family: CircularStd-Bold, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
  }
}
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visually-hidden.focusable:focus-visible {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.OneColumnLayout {
  display: flex;
  flex-direction: column;
  max-width: calc(53rem + var(--section-x-spacing) * 2);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 62.4375em) {
  .OneColumnLayout {
    margin-top: 4rem;
  }
}
.panel-link {
  border-left: 2px solid transparent;
  color: #515260;
  cursor: pointer;
  display: block;
  position: relative;
  text-decoration: none;
  transition: color 0.2s ease-in, border-left-color 0.2s ease-in,
    font-family 148ms ease-in, transform 0.2s ease-in;
}
.panel-link__text {
  display: block;
  transition: inherit;
  width: 100%;
}
.panel-link:hover,
.panel-link:focus {
  border-left-color: #0157ff;
  color: #151515;
}
.panel-link:hover .panel-link__text,
.panel-link:focus .panel-link__text {
  font-family: CircularStd-Bold, Arial, sans-serif;
  transform: translate(16px);
}
.FeatureTag {
  padding: 0.375rem 1rem 0.375rem 0.6875rem;
  clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0% 100%);
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(-0.0625rem);
}
.FeatureTag-container {
  border-top-color: #007871;
  border-top-width: 0.1875rem;
}
.ComparisonTable th,
.ComparisonTable td {
  min-width: 15rem;
  width: 10vw;
  border-right: 0.0625rem solid #b1b7c5;
}
.ComparisonTable th:nth-last-child(1),
.ComparisonTable td:nth-last-child(1) {
  border-right: none;
}
.ComparisonTable .FormSelect-arrow {
  right: 0.4rem;
}
@media (min-width: 37.4375em) {
  .ComparisonTable .FormSelect-arrow {
    right: 0.8rem;
  }
}
.ComparisonTable th {
  padding: 0;
}
.ComparisonTable td ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0.5rem 0 0.5rem 0.5rem;
  padding: 0;
  row-gap: 0.5rem;
}
.ComparisonTable td ul li {
  display: flex;
  margin-right: 0.5rem;
}
.ComparisonTable td ul.ComparisonTable-proList li:before {
  content: "\2713";
  color: #28c814;
  padding-right: 0.25rem;
}
.ComparisonTable td ul.ComparisonTable-conList li:before {
  content: "\2715";
  color: #d71919;
  padding-right: 0.25rem;
}
.ComparisonTable td ul.ComparisonTable-bulletList li:before {
  content: "\2022";
  color: #151515;
  padding-right: 0.25rem;
  position: relative;
  top: -0.0938rem;
}
.ComparisonTable td :where(a) {
  color: #0157ff;
  text-decoration-color: #0157ff;
  transition: all 0.2s ease-in-out;
  text-underline-offset: 0.25rem;
}
.ComparisonTable td :where(a):hover,
.ComparisonTable td :where(a):focus-visible {
  color: #0045cd;
  text-decoration-color: #00349a;
}
.ComparisonTable.ComparisonTable--multiple th:nth-of-type(1),
.ComparisonTable.ComparisonTable--multiple td:nth-of-type(1) {
  min-width: 8rem;
  width: 6vw;
}
.ComparisonTable.ComparisonTable--multiple th:nth-of-type(1) {
  border-right: none;
}
.ComparisonTable--single td,
.ComparisonTable--single th {
  border-color: #e3e6ee;
}
.ComparisonTable-container {
  width: 100%;
  overflow-x: auto;
}
.ComparisonTable-header {
  border-right-color: #b1b7c5;
  vertical-align: top;
}
.ComparisonTable-tdHide {
  display: none;
}
.ComparisonTable-rightBorder {
  border-right: 0.0625rem solid #b1b7c5;
}
.ComparisonTable-accordion {
  transition-property: all;
  transition-duration: 0.3s;
  right: 1rem;
}
.ComparisonTable-accordion--collapse {
  transform: rotate(180deg);
}
.ComparisonTable-dropdownFeature {
  min-height: 3rem;
  margin-bottom: 1.375rem;
}
.ComparisonTable-subCategory {
  letter-spacing: -0.0156rem;
  vertical-align: top;
}
.ComparisonTable-content ul {
  text-align: left;
}
.ComparisonTable-featureBackground {
  background-color: #f3faf9;
}
.ComparisonTable-accordionButton {
  max-width: none;
  flex: 1;
}
.ComparisonTable-category:hover * {
  color: #0157ff;
}
.ComparisonTable-header .FeatureTag-container {
  transform: translateY(-0.0625rem);
}
.ComparisonTable--dropdown .ComparisonTable-header .FeatureTag-container {
  min-height: 4.5rem;
}
.ComparisonTable-header .FeatureTag-container {
  min-height: 3rem;
}
.ComparisonTable-stickyHeader {
  position: absolute;
  top: 0;
  background-color: #fff;
  z-index: 995;
  overflow-x: hidden;
}
.ComparisonTable-stickyHeader
  th
  :not(
    .ProductHeader,
    .ProductHeader-sticky,
    .ProductHeader-sticky .ProductHeader-cta,
    .FeatureTag-space,
    .FeatureTag-container,
    .FeatureTag-container *,
    .ProductHeader-dropdown,
    .ProductHeader-dropdown *
  ) {
  display: none !important;
}
.ComparisonTable-stickyHeader th {
  padding-top: 1.25rem;
}
.ComparisonTable-stickyHeader.ComparisonTable-stickyHeader--feature th {
  padding-top: 1.45rem;
}
.ComparisonTable-stickyHeader .ProductHeader {
  padding-bottom: 1rem !important;
}
.ComparisonTable-stickyHeader.ComparisonTable-stickyHeader--feature
  .ProductHeader {
  padding-top: 0.25rem !important;
}
.ComparisonTable-stickyHeader.ComparisonTable-stickyHeader--feature
  .ComparisonTable-featureBackground
  .FeatureTag-container {
  min-height: 0 !important;
}
.ComparisonTable-stickyHeader.ComparisonTable-stickyHeader--feature
  .ComparisonTable-featureBackground
  .ProductHeader {
  padding-top: 0.5rem !important;
}
.ComparisonTable-stickyHeader.ComparisonTable-stickyHeader--feature.ComparisonTable--dropdown
  .ProductHeader {
  padding-top: 1.5rem !important;
}
.ComparisonTable-stickyHeader.ComparisonTable-stickyHeader--feature.ComparisonTable--dropdown
  .ProductHeader-dropdown {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}
.ComparisonTable-stickyHeader.ComparisonTable-stickyHeader--feature.ComparisonTable--dropdown
  .FeatureTag-space {
  min-height: 2rem;
}
.ComparisonTable-stickyHeader.ComparisonTable-stickyHeader--feature.ComparisonTable--dropdown
  .ComparisonTable-featureBackground
  .FeatureTag-container {
  min-height: 0 !important;
}
.ComparisonTable-stickyHeader.ComparisonTable-stickyHeader--feature.ComparisonTable--dropdown
  .ComparisonTable-featureBackground
  .ProductHeader {
  padding-top: 0.5rem !important;
}
.ComparisonTable-stickyHeader.ComparisonTable--dropdown
  .ProductHeader-dropdown {
  margin-bottom: 0 !important;
  padding-top: 1.5rem !important;
}
.ComparisonTable-stickyHeader.ComparisonTable--dropdown .ProductHeader {
  padding-top: 1.5rem !important;
}
.ComparisonTable-stickyHeader.ComparisonTable-stickyHeader--feature.ComparisonTable--dropdown
  .ComparisonTable-header {
  position: relative;
}
.ComparisonTable-stickyHeader.ComparisonTable-stickyHeader--feature.ComparisonTable--dropdown
  .ProductHeader-titleContainer {
  height: auto !important;
}
.ComparisonTable-stickyHeader.ComparisonTable-stickyHeader--feature.ComparisonTable--dropdown
  th:not(.ComparisonTable-featureBackground)
  .ProductHeader {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.ProductHeader {
  box-sizing: border-box;
}
.ProductHeader .ProductHeader-zeroRating {
  visibility: hidden;
}
.ProductHeader .star-rating {
  width: 100%;
  align-items: center;
  justify-content: center;
}
.ProductHeader .rating-number {
  font-size: 0.875rem;
  font-family: CircularStd-Book, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.375rem !important;
  margin-left: 0.5rem !important;
}
.ProductHeader .ProductHeader-tooltip {
  margin-left: 0.5rem !important;
}
.ProductHeader .ProductHeader-tooltip span.Icon {
  color: #151515 !important;
  margin-top: -0.15rem !important;
}
.ProductHeader .ProductHeader-tooltip [data-tippy-root] :where(a) {
  text-underline-offset: 0.25rem;
  color: #0157ff;
  text-decoration-color: #0157ff;
  transition: all 0.2s ease-in-out;
}
.ProductHeader .ProductHeader-tooltip [data-tippy-root] :where(a):hover,
.ProductHeader
  .ProductHeader-tooltip
  [data-tippy-root]
  :where(a):focus-visible {
  color: #0045cd;
  text-decoration-color: #00349a;
}
.ProductHeader-cta {
  font-size: 1rem;
}
@media (min-width: 62.4375em) {
  .ProductHeader-cta {
    font-size: 1.125rem;
  }
}
.ProductHeader-image img {
  width: 100%;
  aspect-ratio: 3/2;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.PullQuote--narrow {
  padding-left: 0;
  padding-right: 0;
}
.PullQuote--narrow > .PullQuote-copy:before {
  left: 0;
}
.PullQuote--narrow > .PullQuote-copy:after {
  content: "";
}
.ProductCard {
  border-radius: 0.5rem;
  border: 1px solid #e3e6ee;
}
.ProductCard .ProductCard-featured {
  border-radius: 0.5rem 0.5rem 0 0;
  overflow: hidden;
}
.ProductCard .ProductCard-container {
  display: flex;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  row-gap: 1.5rem;
  flex-direction: column;
  padding: 1.5rem;
}
@media (min-width: 37.4375em) {
  .ProductCard .ProductCard-container {
    flex-direction: row;
  }
}
.ProductCard .ProductCard-headerContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  flex-grow: 1;
}
@media (min-width: 37.4375em) {
  .ProductCard .ProductCard-headerContent {
    flex-direction: row;
  }
}
.ProductCard .ProductCard-body {
  padding: 0 1.5rem 0.5rem;
}
.ProductCard .ProductCard-bodyHeader {
  color: #151515;
  font-feature-settings: "clig" off, "liga" off;
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: -0.01563rem;
  margin-bottom: 1rem;
}
.ProductCard .ProductCard-infoContainer {
  display: contents;
}
@media (min-width: 37.4375em) {
  .ProductCard .ProductCard-infoContainer {
    display: flex;
    flex-grow: 1;
    gap: 0.25rem;
    flex-direction: column;
    justify-content: center;
  }
}
.ProductCard .ProductCard-headerContainer {
  order: 1;
  text-align: center;
}
@media (min-width: 37.4375em) {
  .ProductCard .ProductCard-headerContainer {
    text-align: left;
  }
}
.ProductCard .ProductCard-superlative {
  font-size: 1rem;
  display: inline-block;
  font-style: normal;
  font-weight: 450;
  line-height: 1.75rem;
  letter-spacing: -0.01563rem;
  color: #515260;
  margin-bottom: 0.5rem;
}
@media (min-width: 37.4375em) {
  .ProductCard .ProductCard-superlative {
    margin-bottom: 0.25rem;
  }
}
.ProductCard .ProductCard-header {
  margin: 0;
  padding: 0 0 0.25rem;
  font-feature-settings: "clig" off, "liga" off;
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02188rem;
  line-height: 1.75rem;
}
@media (min-width: 37.4375em) {
  .ProductCard .ProductCard-header {
    font-size: 1.75rem;
    line-height: 2.1rem;
  }
}
.ProductCard .ProductCard-rating {
  color: #151515;
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-weight: 700;
  order: 3;
}
.ProductCard .ProductCard-image {
  width: 12.5rem;
  order: 2;
  border-radius: 0.25rem;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 37.4375em) {
  .ProductCard .ProductCard-image {
    order: unset;
  }
}
.ProductCard .ProductCard-ctaContainer {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.ProductCard .ProductCard-ctaSubcopy {
  color: #515260;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 0.75rem;
  font-weight: 450;
  line-height: 1.25rem;
}
.ProductCard .ProductCard-tooltip {
  margin-left: 0.5rem !important;
}
.ProductCard .ProductCard-tooltip span.Icon {
  color: #151515 !important;
  margin-top: -0.15rem !important;
}
.ProductCard .Accordion-titleContainer {
  padding: 1.5rem 0 !important;
}
.ProductCard .Accordion-titleContainer:hover {
  box-shadow: none !important;
  background-color: unset;
}
.ProductCard .Accordion-titleContainer:hover .Accordion-title {
  color: #151515;
  fill: #151515;
}
.ProductCard .Accordion-title {
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-weight: 700;
}
.ProductCard .Accordion {
  margin-bottom: 0;
  border-color: #e3e6ee;
}
.ProductCard .Accordion-item {
  border-color: #e3e6ee;
}
.ProductCard .Accordion-item:where(:last-of-type) {
  border: unset;
}
.ProductCard .Accordion-content {
  padding: 0 0 1.5rem;
}
.ProductCard .Accordion-content .ProsAndConsItem-list {
  padding-bottom: 0;
}
.ProductCard .wysiwyg :where(ul:not([class])) {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: disc;
  padding-left: 0.5rem;
}
.ProductCard .wysiwyg :where(ul:not([class])) li {
  padding: 0;
  margin-bottom: 0 !important;
  line-height: 1.75;
  color: #515260;
  letter-spacing: -0.01563rem;
  font-weight: 450;
  font-feature-settings: "clig" off, "liga" off;
  list-style-type: disc;
}
.ProductCard .wysiwyg :where(ul:not([class])) li:before {
  content: unset;
}
.ProductCard .wysiwyg dd,
.ProductCard .wysiwyg ol,
.ProductCard .wysiwyg ul {
  margin-left: 1rem;
  margin-bottom: 0;
}
.ProductTile {
  padding: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #e3e6ee;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  text-underline: none;
  gap: 1rem;
  transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out;
}
.ProductTile:active {
  border: 1px solid #0157ff;
  background-color: #0157ff0d;
}
.ProductTile:active .ProductTile-button {
  background-color: #013497;
}
.ProductTile:hover {
  border: 1px solid #0157ff;
}
.ProductTile:hover .ProductTile-button {
  background-color: #0049c0;
}
.ProductTile:hover .ProductTile-supportText--link {
  color: #0049c0;
  text-decoration-color: #0049c0;
}
.ProductTile-wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 100%;
}
.ProductTile-imageContainer {
  min-width: 4.5rem;
  max-width: 5.4375rem;
  flex: 1 1;
}
.ProductTile-image {
  border-radius: 0.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ProductTile-content {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  flex: 3 1;
}
.ProductTile-header {
  color: #151515;
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: -0.01563rem;
  margin: 0;
}
.ProductTile-supportText {
  color: #515260;
  font-size: 0.875rem;
  font-weight: 450;
  line-height: 1.375rem;
  margin: 0;
}
.ProductTile-supportText.ProductTile-supportText--link {
  color: #0157ff;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.25rem;
  transition: text-decoration-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.ProductTile-buttonContainer {
  display: flex;
  align-items: center;
  flex: 0 0;
}
.ProductTile-button {
  background-color: #0157ff;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s ease-in-out;
}
.ProductTileList {
  --grid-layout-gap: 1.5rem;
  --grid-column-count: 2;
  --grid-item--min-width: 20rem;
  --gap-count: calc(var(--grid-column-count) - 1);
  --total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
  --grid-item--max-width: calc(
    (100% - var(--total-gap-width)) / var(--grid-column-count)
  );
  display: grid;
  grid-template-columns: repeat(
    auto-fill,
    minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr)
  );
  grid-gap: var(--grid-layout-gap);
  width: 100%;
}
.ProsAndConsTable {
  display: flex;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  flex-direction: column;
}
@media (min-width: 37.4375em) {
  .ProsAndConsTable {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .ProsAndConsTable .ProsAndConsItem {
    flex-basis: 21.5rem;
    flex-grow: 1;
    flex-shrink: 0;
  }
}
.ProsAndConsTable .ProsAndConsItem-headerContainer {
  padding: 1rem 1rem 1rem 0;
  border-bottom: 1px solid #e3e6ee;
  display: flex;
  gap: 0.5rem;
}
.ProsAndConsTable .ProsAndConsItem-headerContainer img {
  width: 1.5rem;
  height: 1.5rem;
}
.ProsAndConsTable .ProsAndConsItem-header {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  font-size: 1.125rem;
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: -0.01563rem;
  margin: 0;
}
.ProsAndConsTable .ProsAndConsItem-list {
  padding: 1rem 0.5rem 1.5rem;
  margin-bottom: 0;
}
.ProsAndConsTable .ProsAndConsItem-list li:not([class]) {
  color: #515260;
  line-height: 1.75rem;
  letter-spacing: -0.01563rem;
  font-weight: 450;
  font-feature-settings: "clig" off, "liga" off;
  list-style-type: disc;
  margin-bottom: 0;
}
.ProsAndConsTable
  .ProsAndConsItem-list
  li:not([class]):where(:not(:last-child)) {
  margin-bottom: 1rem;
}
.ProsAndConsList {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.ProsAndConsList .ProsAndConsItem-header {
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2rem;
  letter-spacing: -0.02188rem;
  margin-bottom: 1rem;
}
.ProsAndConsList .ProsAndConsItem-list {
  margin-bottom: 0;
  padding-left: 0.5rem;
}
.ProsAndConsList .ProsAndConsItem-list li:not([class]) {
  color: #515260;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: -0.01563rem;
  font-weight: 450;
  font-feature-settings: "clig" off, "liga" off;
  list-style-type: disc;
  margin-bottom: 0;
}
.ProsAndConsList .ProsAndConsItem-list li:not([class])::marker {
  color: #151515;
}
.ProsAndConsList
  .ProsAndConsItem-list
  li:not([class]):where(:not(:last-child)) {
  margin-bottom: 1rem;
}
.ProsAndConsList .ProsAndConsItem-list li:not([class]) :where(p:last-child) {
  margin: 0;
}
.ProsAndConsList
  .ProsAndConsItem-list
  li:not([class])
  :where(strong:not([class])),
.ProsAndConsList .ProsAndConsItem-list li:not([class]) :where(b:not([class])) {
  color: #151515;
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-weight: 700;
}
.ProsAndConsList .ProsAndConsItem-list li:not([class]) :where(a:not([class])) {
  border-bottom: 1px solid #0157ff;
  color: #0157ff;
  cursor: pointer;
  font-size: inherit;
  position: relative;
  text-decoration: none;
  transition: color 0.15s ease-in, border-bottom-color 0.15s ease-in;
}
.ProsAndConsList
  .ProsAndConsItem-list
  li:not([class])
  :where(a:not([class])):hover,
.ProsAndConsList
  .ProsAndConsItem-list
  li:not([class])
  :where(a:not([class])):active,
.ProsAndConsList
  .ProsAndConsItem-list
  li:not([class])
  :where(a:not([class])):focus {
  border-bottom-color: #00349a;
  color: #0045cd;
}
.ProsAndConsList .ProsAndConsItem-list li:not([class]) a * {
  pointer-events: none;
}
@media (max-width: 37.43125em) {
  .recommendation .article {
    flex-direction: row-reverse;
  }
  .recommendation .article.Card--condensed {
    align-items: center;
  }
  .recommendation .article.Card--condensed .Card-body {
    align-self: center;
  }
  .recommendation .article.Card--condensed .Card-subheader,
  .recommendation .article.Card--condensed .Card-additional {
    display: none;
  }
  .recommendation .article.Card--condensed h2 {
    margin: 0 !important;
  }
  .recommendation .article .Card-imageContainer {
    width: auto;
    padding: 1rem 1rem 1rem 1.5rem;
    overflow: visible;
  }
}
@media (max-width: 37.43125em) and (max-width: 21.875em) {
  .recommendation .article .Card-imageContainer {
    display: none;
  }
}
@media (max-width: 37.43125em) {
  .recommendation .article .Card-imageContainer:before {
    display: none;
  }
  .recommendation .article .Card-imageContainer .image-container,
  .recommendation .article .Card-imageContainer .image-wrapper {
    width: 80px;
    height: 80px;
    overflow: hidden;
  }
  .recommendation .article .Card-imageContainer .image-container img {
    position: relative;
    width: 100%;
  }
  .recommendation .article .Card-imageContainer .image-wrapper {
    border-radius: 0.5rem;
    border-color: transparent;
  }
}
@media (max-width: 62.43125em) {
  .recommendation .related-topics-title {
    text-align: center;
    flex-basis: 100%;
  }
}
.Richtext {
  color: #515260;
}
.Richtext b {
  font-family: CircularStd-Bold, Arial, sans-serif;
}
.Richtext ul > li {
  padding-left: 1rem;
}
.Richtext ul > li::marker {
  color: #0157ff;
}
.Richtext ol {
  list-style: none;
  margin-left: 0;
  counter-reset: step-counter;
  margin-bottom: 0.5rem;
}
.Richtext ol > li {
  position: relative;
  padding-left: 1.2rem;
}
.Richtext ol > li:before {
  color: #0157ff;
  content: counter(step-counter) ".";
  counter-increment: step-counter;
  font-family: CircularStd-Bold, Arial, sans-serif;
  left: 0;
  position: absolute;
  top: 0;
  font-size: 1rem;
  line-height: 1.5;
}
.wrapper-editorial {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 53rem;
}
.section-wrapper {
  overflow-x: clip;
}
.section-wrapper .section-wrapper {
  overflow-x: initial;
}
.section {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.section--reverse {
  flex-direction: column-reverse;
}
.section__column {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
@media (max-width: 62.43125em) {
  .section__column {
    justify-content: flex-start;
    align-items: center;
    flex-basis: unset !important;
    max-width: unset !important;
  }
}
@media (min-width: 62.4375em) {
  .section,
  .section--reverse {
    flex-direction: row;
  }
  .section__column {
    justify-content: center;
    align-items: flex-start;
  }
}
.row {
  display: flex;
  flex-direction: row;
}
.row-t {
  align-items: flex-start;
}
.row-r {
  justify-content: flex-end;
}
.row-b {
  align-items: flex-end;
}
.row-l {
  justify-content: flex-start;
}
.row-v {
  align-items: center;
}
.row-h {
  justify-content: center;
}
.column {
  display: flex;
  flex-direction: column;
}
.column-t {
  justify-content: flex-start;
}
.column-r {
  align-items: flex-end;
}
.column-b {
  justify-content: flex-end;
}
.column-l {
  align-items: flex-start;
}
.column-v {
  justify-content: center;
}
.column-h {
  align-items: center;
}
@media (min-width: 37.4375em) {
  .sm\:row {
    display: flex;
    flex-direction: row;
  }
  .sm\:row-t {
    align-items: flex-start;
  }
  .sm\:row-r {
    justify-content: flex-end;
  }
  .sm\:row-b {
    align-items: flex-end;
  }
  .sm\:row-l {
    justify-content: flex-start;
  }
  .sm\:row-v {
    align-items: center;
  }
  .sm\:row-h {
    justify-content: center;
  }
  .sm\:column {
    display: flex;
    flex-direction: column;
  }
  .sm\:column-t {
    justify-content: flex-start;
  }
  .sm\:column-r {
    align-items: flex-end;
  }
  .sm\:column-b {
    justify-content: flex-end;
  }
  .sm\:column-l {
    align-items: flex-start;
  }
  .sm\:column-v {
    justify-content: center;
  }
  .sm\:column-h {
    align-items: center;
  }
}
@media (min-width: 62.4375em) {
  .md\:row {
    display: flex;
    flex-direction: row;
  }
  .md\:row-t {
    align-items: flex-start;
  }
  .md\:row-r {
    justify-content: flex-end;
  }
  .md\:row-b {
    align-items: flex-end;
  }
  .md\:row-l {
    justify-content: flex-start;
  }
  .md\:row-v {
    align-items: center;
  }
  .md\:row-h {
    justify-content: center;
  }
  .md\:column {
    display: flex;
    flex-direction: column;
  }
  .md\:column-t {
    justify-content: flex-start;
  }
  .md\:column-r {
    align-items: flex-end;
  }
  .md\:column-b {
    justify-content: flex-end;
  }
  .md\:column-l {
    align-items: flex-start;
  }
  .md\:column-v {
    justify-content: center;
  }
  .md\:column-h {
    align-items: center;
  }
}
@media (min-width: 89.9375em) {
  .lg\:row {
    display: flex;
    flex-direction: row;
  }
  .lg\:row-t {
    align-items: flex-start;
  }
  .lg\:row-r {
    justify-content: flex-end;
  }
  .lg\:row-b {
    align-items: flex-end;
  }
  .lg\:row-l {
    justify-content: flex-start;
  }
  .lg\:row-v {
    align-items: center;
  }
  .lg\:row-h {
    justify-content: center;
  }
  .lg\:column {
    display: flex;
    flex-direction: column;
  }
  .lg\:column-t {
    justify-content: flex-start;
  }
  .lg\:column-r {
    align-items: flex-end;
  }
  .lg\:column-b {
    justify-content: flex-end;
  }
  .lg\:column-l {
    align-items: flex-start;
  }
  .lg\:column-v {
    justify-content: center;
  }
  .lg\:column-h {
    align-items: center;
  }
}
.Share {
  display: flex;
  align-items: center;
}
.Share-title {
  margin-right: 1rem;
}
.Share-list {
  margin: 0;
}
.Share-item {
  list-style-type: none;
  display: flex;
}
.Share-link {
  padding: 1rem;
  line-height: 1;
  display: inline-block;
}
.Share-icon {
  width: auto;
  line-height: 1;
}
.SourceLinkList {
  font-size: 1rem;
  line-height: 1.875rem;
  letter-spacing: -0.0156rem;
  font-weight: 450;
  font-style: normal;
  text-underline-offset: 0.25rem;
}
.SourceLinkList :where(a) {
  color: #0157ff;
  text-decoration-color: #0157ff;
  transition: all 0.2s ease-in-out;
}
.SourceLinkList :where(a):hover,
.SourceLinkList :where(a):focus-visible {
  color: #0045cd;
  text-decoration-color: #00349a;
}
.star-rating {
  align-items: center;
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  flex: 0 0 auto;
  font-size: 1rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
.star-rating:has(.star-rating__label) {
  flex-wrap: wrap;
  flex: 0 1 auto;
}
.star-rating .rating-number {
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-weight: 700;
}
.star-rating .star-rating__label-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.star-rating .star-rating__main-content {
  display: flex;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  flex-wrap: nowrap;
  align-items: center;
}
.star-rating .star-rating__items-container {
  display: flex;
  flex-wrap: nowrap;
}
.star-rating.star-rating--number-size-md,
.star-rating.star-rating--number-size-md .star-rating__main-content {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.star-rating.star-rating--number-size-md .rating-number {
  font-size: 1.25rem;
}
.star-rating.star-rating--number-size-md:has(.star-rating__label) {
  flex-direction: column;
}
.star-rating.star-rating--number-size-lg {
  flex-direction: column;
}
.star-rating.star-rating--number-size-lg .star-rating__main-content {
  flex-direction: column-reverse;
}
.star-rating.star-rating--number-size-lg .rating-number {
  font-size: 2.25rem;
}
.star-rating.star-rating--consumer-score .star-rating__item .star-rating__icon {
  stroke: #efc138;
}
.star-rating.star-rating--consumer-score .star-rating__fill .star-rating__icon {
  fill: #efc138;
}
.star-rating .star-rating__tooltip {
  margin-left: 0 !important;
}
.star-rating .star-rating__tooltip span.Icon {
  margin-top: -0.15rem !important;
}
.star-rating__item {
  position: relative;
  flex: 0 0 auto;
}
.star-rating__item .star-rating__icon {
  fill: #fff;
  stroke: #0157ff;
  stroke-width: 1px;
}
.star-rating__item + .star-rating__item {
  margin-left: 0.1em;
}
.star-rating__fill {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.star-rating__fill .star-rating__icon {
  fill: #0157ff;
  stroke: transparent;
  stroke-width: 1px;
}
.star-rating__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 1em;
  height: 1em;
  padding: 1px;
}
.SurveyFlowPopUp-icon {
  transition: all 0.6s;
}
.SurveyFlowPopUp-link {
  letter-spacing: 0;
  box-shadow: none;
  border: none;
  background-color: #ffdd83;
  border-radius: 2rem;
}
.SurveyFlowPopUp-link:hover,
.SurveyFlowPopUp-link:active,
.SurveyFlowPopUp-link:focus {
  background-color: #ffc837 !important;
}
.SurveyFlowPopUp-link:hover .SurveyFlowPopUp-icon,
.SurveyFlowPopUp-link:active .SurveyFlowPopUp-icon,
.SurveyFlowPopUp-link:focus .SurveyFlowPopUp-icon {
  transform: translate(0.625rem);
}
@media (max-width: 62.43125em) {
  .SurveyFlowPopUp-header {
    font-size: 1.5rem !important;
  }
  .SurveyFlowPopUp-subHeader {
    font-size: 1rem !important;
  }
}
.SurveyFlowPopUp-modalContent {
  background-color: #f2f7ff;
  min-height: 75%;
  min-height: 75dvh;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 62.4375em) {
  .SurveyFlowPopUp-modalContent {
    min-height: 57%;
    min-height: 57dvh;
    overflow: hidden;
  }
}
.SurveyFlowPopUp-modalContainer {
  background-color: #15151580;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.SurveyFlowPopUp-modalContainer:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.SurveyFlowPopUp-modalContainer:target > div {
  transform: translateY(-100%);
}
.SurveyFlowPopUp-modalContainer > div {
  width: 99.99%;
  top: 100%;
  transition: all 0.4s ease;
}
.SurveyFlowPopUp-modalNav :where(a),
.SurveyFlowPopUp-banner :where(a),
.SurveyFlowPopUp-footer :where(a) {
  color: #0157ff;
  cursor: pointer;
  text-decoration-color: #0157ff;
  transition: all 0.2s ease-in-out;
  text-underline-offset: 0.25rem;
}
.SurveyFlowPopUp-modalNav :where(a):hover,
.SurveyFlowPopUp-modalNav :where(a):focus-visible,
.SurveyFlowPopUp-banner :where(a):hover,
.SurveyFlowPopUp-banner :where(a):focus-visible,
.SurveyFlowPopUp-footer :where(a):hover,
.SurveyFlowPopUp-footer :where(a):focus-visible {
  color: #0045cd;
  text-decoration-color: #00349a;
}
.SurveyFlowPopUp-banner :where(a) {
  text-decoration-color: transparent;
}
.SurveyFlowPopUp-banner :where(a):hover,
.SurveyFlowPopUp-banner :where(a):focus-visible {
  color: #0157ff;
  text-decoration-color: #0157ff;
}
.SurveyFlowPopUp-modalBody {
  flex-grow: 2;
}
@media (max-width: 62.43125em) {
  .SurveyFlowPopUp-modalBody {
    height: 100%;
    justify-content: center;
  }
}
@media (min-width: 62.4375em) {
  .SurveyFlowPopUp-card {
    max-width: 13.75rem;
    transition: all 0.4s;
  }
}
.SurveyFlowPopUp-card:hover {
  box-shadow: 0 0 0.0625rem #1515151a, 0 0.125rem 0.5rem -0.0625rem #15151533;
}
@media (min-width: 62.4375em) {
  .SurveyFlowPopUp-card--article {
    max-width: 23.875rem;
  }
}
.SurveyFlowPopUp-card--article:before {
  content: "";
  min-height: 0.25rem;
  top: unset;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  background-color: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  transition: all 0.4s;
}
.SurveyFlowPopUp-card--article:hover:before {
  background-color: #0157ff;
}
.SurveyFlowPopUp-footer {
  letter-spacing: 0.1125rem;
}
@media (max-width: 62.43125em) {
  .SurveyFlowPopUp-footer {
    font-size: 0.625rem !important;
  }
}
.SurveyFlowPopUp-footer--link {
  letter-spacing: 0.0156rem;
  font-size: 1rem !important;
}
.SurveyFlowPopUp-leftShape {
  bottom: 0;
  left: 0;
  width: min(24vw, 21rem);
}
@media (max-width: 62.43125em) {
  .SurveyFlowPopUp-leftShape {
    left: -1.3rem;
    width: min(46vw, 15rem);
  }
}
.SurveyFlowPopUp-rightShape {
  top: 0;
  right: 0;
  width: min(8vw, 7rem);
}
@media (max-width: 62.43125em) {
  .SurveyFlowPopUp-rightShape {
    top: 21%;
    right: -0.75rem;
    width: min(18vw, 3.5rem);
  }
  .SurveyFlowPopUp-cardTitle {
    font-size: 1.125rem !important;
  }
}
.SurveyFlowPopUp-carousel {
  place-items: center;
  max-height: 15rem;
}
.SurveyFlowPopUp-carousel .swiper-container {
  width: 80%;
  overflow: visible;
}
@media (max-width: 62.43125em) {
  .SurveyFlowPopUp-slideEyebrow {
    font-size: 0.625rem !important;
  }
  .SurveyFlowPopUp-slideTitle {
    font-size: 1.25rem !important;
  }
  .SurveyFlowPopUp-slideCopy {
    font-size: 0.875rem !important;
  }
}
.SurveyFlowPopUp-banner {
  background-color: #f2f7ff;
  height: 5.4375rem;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease;
  box-shadow: 0 0 1.1875rem #00000040;
}
.SurveyFlowPopUp-bannerCloseButton {
  right: 2rem;
  bottom: 4rem;
}
.SurveyFlowPopUp-bannerHide {
  transform: translateY(7rem);
}
.TOC-track {
  --toc-mobile-offset: 0;
  --toc-list-offset: 1.5rem;
  flex: 1 0 auto;
  position: relative;
  width: 100%;
}
.TOC--sidebar {
  flex-grow: 0;
}
.TOC-container {
  position: sticky;
  top: var(--toc-mobile-offset) !important;
}
@media (min-width: 62.4375em) {
  .TOC-container {
    top: var(--toc-list-offset) !important;
  }
}
#TableOfContents-MobileTeleportContainer {
  --toc-mobile-offset: 0;
}
#TableOfContents-MobileTeleportContainer #TableOfContents-MobileLocation {
  position: fixed;
  top: var(--toc-mobile-offset);
  left: 50%;
}
#TableOfContents-MobileTeleportContainer
  #TableOfContents-MobileLocation
  .TableOfContents-topbar {
  opacity: 0;
  transition: all 0.25s;
  visibility: hidden;
}
#TableOfContents-MobileTeleportContainer
  #TableOfContents-MobileLocation.is-visible
  .TableOfContents-topbar {
  opacity: 1;
  visibility: visible;
}
.TableOfContents {
  display: flex;
  flex-direction: column;
  --toc-link-background: var(--color-blue);
}
.TableOfContents--teal {
  --toc-link-background: var(--color-teal);
}
.TableOfContents-sidebar {
  display: block;
  width: 100%;
}
.TableOfContents-topbar {
  align-items: center;
  background-color: var(--color-white);
  display: flex;
  justify-content: space-between;
  padding: 0.5rem var(--section-x-spacing);
  width: 100%;
  box-shadow: var(--depth-1);
}
.TableOfContents-heading {
  border-bottom: solid 1px var(--color-gray);
  margin-bottom: 0;
  padding-bottom: 1rem;
}
.TableOfContents-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  width: 100%;
  padding: 16px 0 24px;
}
.TableOfContents-link {
  --toc-link-transition: 0.2s ease-in;
  color: var(--color-slate);
  cursor: pointer;
  display: block;
  position: relative;
  text-decoration: none;
  transition: color var(--toc-link-transition),
    font-family var(--toc-link-transition);
  width: 100%;
}
.TableOfContents-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  bottom: 20%;
  width: 4px;
  background-color: transparent;
  transition: all var(--toc-link-transition);
}
@media (min-width: 62.4375em) {
  .TableOfContents-link:before {
    width: 2px;
  }
}
.TableOfContents-linkText {
  color: inherit;
  display: block;
  transition: transform var(--toc-link-transition);
  width: calc(100% - 4ch);
}
.TableOfContents-linkText .wysiwyg p {
  margin-bottom: 0;
}
.TableOfContents-link:hover,
.TableOfContents-link:focus-visible,
.TableOfContents-link.is-active {
  color: var(--color-black);
  font-family: var(--font-circular-bold);
}
.TableOfContents-link:hover:before,
.TableOfContents-link:focus-visible:before,
.TableOfContents-link.is-active:before {
  top: 0;
  bottom: 0;
  background-color: var(--color-blue);
}
.TableOfContents-link:hover .TableOfContents-linkText,
.TableOfContents-link:focus-visible .TableOfContents-linkText,
.TableOfContents-link.is-active .TableOfContents-linkText {
  transform: translate(16px);
}
.TableOfContents-link.is-active:hover {
  color: var(--toc-link-background);
}
.TableOfContents-link:focus-visible {
  outline: 2px solid var(--toc-link-background);
  border-radius: 2px;
}
@keyframes tocModalPopIn {
  0% {
    transform: translateY(12px) scaleY(1.02);
  }
  to {
    transform: translateY(0) scaleY(1);
    filter: blur(0);
  }
}
@keyframes tocModalPopOut {
  0% {
    transform: translateY(0) scaleY(1);
  }
  to {
    transform: translateY(12px) scaleY(0.98);
    filter: blur(0);
  }
}
.Modal--tableOfContents {
  padding-bottom: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  --toc-link-background: var(--color-blue);
}
@media (max-width: 37.43125em) {
  .Modal--tableOfContents {
    padding-left: 0;
    padding-right: 0;
  }
}
.Modal--tableOfContents:after {
  content: unset;
}
.Modal--tableOfContents .Modal-close {
  transform: translate(-16px, 10px) !important;
  box-shadow: none;
  color: var(--color-black);
}
.Modal--tableOfContents .Modal-close:hover,
.Modal--tableOfContents .Modal-close:active {
  color: var(--color-white);
}
.Modal--tableOfContents .Modal-container {
  bottom: 0;
  transform-origin: bottom !important;
}
.Modal--tableOfContents.is-opening .Modal-container {
  animation: tocModalPopIn 0.2s forwards ease-in;
}
.Modal--tableOfContents.is-closing .Modal-container {
  animation: tocModalPopOut 0.2s forwards ease-out;
}
.TableOfContents-modal {
  border-radius: 1rem 1rem 0 0;
  background-color: var(--color-white);
  width: 100vw;
  max-width: 800px;
  display: block;
}
.TableOfContents-modal:after {
  content: "";
  display: block;
  width: 100vw;
  height: 20vh;
  bottom: -20vh;
  position: absolute;
  background-color: var(--color-white);
}
.TocModal--active {
  overflow: initial !important;
}
.TableOfContentsAccordion {
  border-top: 0;
}
.TableOfContentsAccordion-item > .Accordion-titleContainer {
  border-left: 0.125rem solid rgba(177, 183, 197, 0.5);
  padding: 1rem 1.5rem 1rem 1rem !important;
}
.TableOfContentsAccordion-item > .Accordion-titleContainer > .Accordion-title {
  font-family: CircularStd-Book, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.3rem;
  letter-spacing: -0.009375rem;
  font-weight: 600;
}
.TableOfContentsAccordion-item
  > .Accordion-titleContainer
  > .Accordion-title:hover {
  color: #151515;
}
.TableOfContentsAccordion-item > .Accordion-titleContainer > .Accordion-icon {
  height: 1rem;
  width: 1rem;
}
.TableOfContentsAccordion-item
  > .Accordion-titleContainer
  > .Accordion-icon
  svg
  path {
  fill: #0137a1;
}
.TableOfContentsAccordion-item > .Accordion-titleContainer.no-hover:hover {
  background-color: unset;
  border-radius: 0;
  box-shadow: none;
  color: unset;
}
.TableOfContentsAccordion-item
  > .Accordion-titleContainer:not(.no-hover):hover {
  border-color: #0137a1;
  border-radius: 0;
  box-shadow: none;
  color: unset;
}
.TableOfContentsAccordion-item > .Accordion-titleContainer:active {
  border-color: #0137a1;
  background-color: #0157ff0d !important;
}
.txt-dropdown-group div {
  cursor: pointer;
}
@media screen and (min-width: 700px) and (max-width: 1200px) {
  .txt-dropdown-group div {
    width: 354px;
  }
}
.txt-dropdown {
  border: 1px solid #cdcfd8;
  border-radius: 8px;
}
.txt-dropdown.is-active {
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}
.txt-dropdown.is-closed {
  border: 1px solid #cdcfd8 !important;
  border-radius: 8px !important;
}
.txt-dropdown.is-active .Accordion-icon {
  transform: rotate(180deg);
}
.txt-dropdown.is-closed .Accordion-icon {
  transform: rotate(0) !important;
}
.txt-dropdown-content {
  border: 1px solid #cdcfd8;
  border-radius: 0 0 8px 8px;
  border-top: none;
}
.Tldr {
  padding: 1rem 2rem;
  background-color: #fff;
  border-left: 0.25rem #0137a1 solid;
  color: #151515;
  font-size: 1.125rem;
  line-height: 1.875rem;
  letter-spacing: -0.01563rem;
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
.SupplementaryLink {
  color: #151515;
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-feature-settings: "clig" off, "liga" off;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.875rem;
  letter-spacing: -0.01563rem;
}
.SupplementaryLink :where(a) {
  border-bottom: 1px solid #0157ff;
  color: #0157ff;
  cursor: pointer;
  font-size: inherit;
  position: relative;
  text-decoration: none;
  transition: color 0.15s ease-in, border-bottom-color 0.15s ease-in;
  color: #0137a1;
  border-color: transparent;
}
.SupplementaryLink :where(a):hover,
.SupplementaryLink :where(a):active,
.SupplementaryLink :where(a):focus {
  border-bottom-color: #00349a;
  color: #0045cd;
  color: #0137a1;
  border-color: #0137a1;
}
.TwoColumnLayout {
  display: flex;
  flex-direction: column;
  max-width: calc(53rem + var(--section-x-spacing) * 2);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 62.4375em) {
  .TwoColumnLayout {
    display: grid;
    max-width: calc(80rem + var(--section-x-spacing) * 2);
    grid-template-columns: repeat(12, 1fr);
    gap: 0 var(--section-x-spacing);
  }
  .TwoColumnLayout-aside {
    min-width: 16rem;
    grid-row: 1;
    grid-column: 10 / span 3;
  }
}
.TwoColumnLayout-main {
  max-width: 53rem;
}
@media (min-width: 62.4375em) {
  .TwoColumnLayout-main {
    grid-row: 1;
    grid-column: span 8;
  }
  .TwoColumnLayout--reversed .TwoColumnLayout-aside {
    grid-column: 1 / span 3;
  }
  .TwoColumnLayout--reversed .TwoColumnLayout-main {
    grid-column: 5 / span 8;
  }
}
.tt-header-background {
  background: linear-gradient(
    to top,
    #ffffff 0%,
    #ffffff 50%,
    #f3f4f8 50%,
    #f3f4f8 100%
  );
}
@media (min-width: 62.4375em) {
  .tt-header-background {
    background-color: #f3f4f8 !important;
    background-image: url(/build/assets/topography-faded.5ffb194a.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
  }
}
.TrustpilotReviewCarousel {
  box-shadow: 0 0 3px #1515151a, 0 8px 16px -3px #15151533;
  border-radius: 16px;
  background: white;
  padding: 64px 32px 96px;
}
.TrustpilotReviewCarousel .swiper-pagination {
  position: absolute !important;
  top: unset;
  right: 0;
  bottom: 30px;
  left: 0;
  margin: 0 !important;
}
.TrustpilotReviewCarousel .swiper-button-next {
  right: 16px !important;
}
.TrustpilotReviewCarousel .swiper-button-prev {
  left: 16px !important;
}
@media (min-width: 37.5em) {
  .TrustpilotReviewCarousel {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.tippy-box[data-theme~="bankrate"] {
  border: 2px solid #0157ff;
  box-shadow: 0 0 20px 4px #9aa1b126, 0 4px 80px -8px #24282f40,
    0 4px 4px -2px #5b5e6926;
  background-color: #fff;
  font-family: CircularStd-Book, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: 0.875rem;
  letter-spacing: 0;
  text-align: left;
  color: #151515;
  cursor: auto;
  border-radius: 6px;
}
.tippy-box[data-theme~="bankrate"] > .tippy-svg-arrow > svg:first-child {
  fill: #0157ff;
}
.tippy-box[data-theme~="bankrate"] > .tippy-svg-arrow > svg:last-child {
  fill: #fff;
}
.tippy-box[data-theme~="bankrate"] > .tippy-content {
  padding: 1rem;
}
.tippy-box[data-theme~="bankrate"] > .tippy-content *:last-child {
  margin-bottom: 0;
}
.tippy-box[data-theme~="bankrate"][data-placement^="top"] {
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.tippy-box[data-theme~="bankrate"][data-placement^="right"] {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}
.tippy-box[data-theme~="bankrate"][data-placement^="bottom"] {
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
.tippy-box[data-theme~="bankrate"][data-placement^="left"] {
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
}
.FilterList {
  position: relative;
}
.FilterList .FilterList-header {
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 37.4375em) {
  .FilterList .FilterList-header {
    margin-bottom: 1rem;
  }
}
.FilterList .FilterList-filters {
  position: sticky;
  top: -0.0625rem;
  background-color: #fff;
  z-index: 11;
}
.FilterList .FilterList-pillsContainer {
  position: relative;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  margin: 0 0 0.5rem;
  padding: 1.5rem 1rem;
  overflow-x: scroll;
  width: 100vw;
  left: calc(-50vw + 50%);
}
@media (min-width: 37.4375em) {
  .FilterList .FilterList-pillsContainer {
    margin-bottom: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    overflow-x: visible;
  }
}
.FilterList .FilterList-pillsContainer--bordered {
  border-bottom: 0.03125rem solid #a8adbb;
}
.FilterList .FilterList-pill {
  padding: 0.62rem 0.75rem;
  white-space: nowrap;
}
.FilterList .FilterList-pill:not(:hover, :active) {
  border: 0.06rem solid #868a9a;
  color: #515260;
}
.FilterList .FilterList-pill:hover {
  border: 0.06rem solid #0157ff;
}
.FilterList .FilterList-pill.is-active,
.FilterList .FilterList-pill:active {
  border: 0.06rem solid #0157ff;
  color: #0157ff;
  background-color: #e6eeff;
}
.FilterList .FilterList-content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.FilterList .FilterList-content > * {
  order: 2;
}
.FilterList .FilterList-content.is-filtered > .FilterListItem {
  order: 1;
}
.FilterList .FilterList-contentWrapper {
  position: relative;
}
.FilterList .FilterList-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
}
li.unordered-list__item {
  padding-left: 1rem;
}
li.unordered-list__item::marker {
  color: #0157ff;
}
.Picture {
  display: block;
  margin: 0;
}
.Picture-image[width],
.Picture-image[height] {
  max-width: 100%;
  height: auto;
}
.Cover {
  position: relative;
  overflow: hidden;
}
.Cover:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
  width: 100%;
}
.Cover .Picture {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.Cover .Picture-image[width],
.Cover .Picture-image[height] {
  min-width: 100%;
  min-height: auto;
}
.VideoInModal-inner {
  border-radius: 4px;
}
.ModalDrawer {
  display: block;
  top: auto;
  bottom: 0;
}
.ModalDrawer:after {
  height: auto;
}
.ModalDrawer .ModalDrawer-close {
  position: absolute;
  top: 0;
  right: 0;
}
.ModalDrawer > .ModalDrawer-container {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: auto;
  max-height: 80vh;
  transform: translateY(100%);
}
@media (min-width: 62.4375em) {
  .ModalDrawer > .ModalDrawer-container {
    max-height: 75vh;
  }
}
.ModalDrawer-scroller {
  height: auto;
  max-height: 80vh;
}
@media (min-width: 62.4375em) {
  .ModalDrawer-scroller {
    max-height: 75vh;
  }
  .ModalDrawer-content {
    max-width: 80rem;
  }
}
.ModalDrawer.is-opening .ModalDrawer-container {
  animation: modalSlideUp 0.3s forwards ease-in;
}
.ModalDrawer.is-closing .ModalDrawer-container {
  animation: modalSlideDown 0.3s forwards ease-in;
}
.ModalDrawer.is-modal-open > .ModalDrawer-container {
  transform: translateY(0);
  display: block;
}
.ModalDrawer.is-closed > .ModalDrawer-container {
  transform: translateY(100%);
  display: none;
}
.ads-description ul {
  margin-bottom: 0;
}
.ads-description li {
  font-size: 14px;
}
.checkbox-input input[type="checkbox"] + label svg {
  background: #ffffff;
  border: 1px solid #868a9a;
  color: #fff;
}
.checkbox-input input[type="checkbox"]:checked + label svg {
  color: #0157ff;
  background: linear-gradient(
      0deg,
      rgba(1, 87, 255, 0.05),
      rgba(1, 87, 255, 0.05)
    ),
    #ffffff;
  border: 2px solid #0157ff;
}
.checkbox-input {
  grid-template-columns: 20px auto;
}
.WealthAwardsBanner {
  background: linear-gradient(
      0deg,
      rgba(1, 87, 255, 0.05),
      rgba(1, 87, 255, 0.05)
    ),
    #ffffff;
}
.WealthAwardsBanner-icon {
  width: 51px;
  height: 54px;
}
@media (min-width: 37.4375em) {
  .WealthAwardsBanner-icon {
    width: 62px;
    height: 65px;
  }
}
.WealthAwardsBanner-eyebrow {
  text-transform: uppercase;
  font-size: 0.625rem !important;
}
@media (min-width: 37.4375em) {
  .WealthAwardsBanner-eyebrow {
    font-size: 0.875rem !important;
  }
}
.WealthAwardsBanner a {
  white-space: nowrap;
}
.BannerGreg-top {
  background-image: url(https://a.storyblok.com/f/102997/116x204/8dd851cade/banner-greg-headshot-sidecrop.png);
  background-repeat: no-repeat;
  background-position: right bottom -28px;
}
.BannerGreg-quote {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.25px;
}
@media (min-width: 73.4375em) {
  .BannerGreg-quote {
    font-size: 1.25rem;
  }
}
.BannerGreg-title {
  vertical-align: middle;
}
@media (min-width: 37.4375em) {
  .BannerGreg {
    position: relative;
    background-position: right 46px bottom 24px;
  }
  .BannerGreg-headshot {
    position: absolute;
    right: 13rem;
    bottom: -1.7rem;
    height: 10rem;
  }
  .BannerGreg-quote {
    font-size: 1rem;
  }
}
@media (min-width: 41.5625em) {
  .BannerGreg-quote {
    font-size: 1.25rem;
  }
}
@media (min-width: 62.4375em) {
  .BannerGreg {
    height: 7.75rem;
  }
  .BannerGreg-headshot {
    right: 20rem;
  }
  .BannerGreg-quote {
    font-size: 1rem;
  }
  .BannerGreg-signature {
    margin-top: -2rem;
  }
}
.BannerArrow {
  height: 14.25rem;
  background-image: url(https://a.storyblok.com/f/102997/x/ad0944edb6/banner-chart-arrow-sm.svg);
  background-repeat: no-repeat;
  background-position: right 15px bottom 24px;
}
.BannerArrow-header {
  width: 20rem;
  margin: auto;
}
.BannerArrow-subtext {
  width: 15rem;
  margin: auto;
}
@media (min-width: 37.4375em) {
  .BannerArrow {
    height: 12.5rem;
    background-position: right 46px bottom 24px;
  }
  .BannerArrow-header {
    width: 20rem;
  }
  .BannerArrow-subtext {
    width: 20.5rem;
  }
}
@media (min-width: 53.25em) {
  .BannerArrow {
    height: 7.5rem;
    background-image: url(https://a.storyblok.com/f/102997/x/8ec901b9e9/banner-chart-arrow-lg.svg);
    background-position: right 46px center;
  }
  .BannerArrow-header,
  .BannerArrow-subtext {
    width: auto;
  }
}
@media (min-width: 73.4375em) {
  .BannerGreg-quote {
    font-size: 1.5rem;
  }
}
@media (min-width: 62.4375em) {
  .BannerArrow {
    height: 7.5rem;
    background-image: url(https://a.storyblok.com/f/102997/x/8ec901b9e9/banner-chart-arrow-lg.svg);
    background-position: right 120px bottom 10px;
  }
  .BannerArrow-header,
  .BannerArrow-subtext {
    width: auto;
  }
}
@media (min-width: 1175px) {
  .wealth-contextualized-banner--md .BannerGreg-quote {
    font-size: 1.25rem;
  }
}
.UserFeedback-container {
  container-type: inline-size;
}
.UserFeedback-box {
  padding: 1rem;
}
@container (min-width: 24rem) {
  .UserFeedback-box {
    padding: 2rem;
  }
}
.UserFeedback-grecaptchaDisclaimer {
  line-height: 1.55555556 !important;
  font-size: 0.5625rem !important;
  letter-spacing: 0.01875rem !important;
  font-family: CircularStd-Book, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
}
.Modal-container > .UserFeedback-container {
  width: 100vw;
  max-width: 56.25rem;
  overflow: visible !important;
}
.InTheNews .Container:not(:has(.FeaturedArticle.Multiple)) {
  box-shadow: inset 0 0 0 1px #e3e6ee;
  overflow: hidden;
}
.InTheNews .LeftColumn {
  flex-basis: 60%;
}
.InTheNews .RightColumn {
  flex-basis: 40%;
}
.interstitial-redirect {
  background-color: #f2f7ff !important;
}
.interstitial-redirect--partner-logo:not(.custom-size) {
  max-height: 3.5625rem;
  max-width: 7.125rem;
}
.interstitial-redirect-dot {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #0157ff;
  opacity: 0.1;
}
.interstitial-redirect #interstitial-redirect-loader-wrapper {
  order: 2;
}
@media (min-width: 37.4375em) {
  .interstitial-redirect #interstitial-redirect-loader-wrapper {
    order: 1;
  }
}
.interstitial-redirect #redirect-copy {
  order: 1;
}
@media (min-width: 37.4375em) {
  .interstitial-redirect #redirect-copy {
    order: 2;
  }
}
.interstitial-redirect #redirect-subcopy {
  order: 3;
}
.interstitial-redirect-dot-control:nth-child(1) {
  animation: 1.75s interstitial-redirect-loader 0.25s infinite;
}
.interstitial-redirect-dot-control:nth-child(2) {
  animation: 1.75s interstitial-redirect-loader 0.5s infinite;
}
.interstitial-redirect-dot-control:nth-child(3) {
  animation: 1.75s interstitial-redirect-loader 0.75s infinite;
}
.interstitial-redirect-dot-secure:nth-child(1) {
  animation: 2.5s interstitial-redirect-loader 0.25s infinite;
}
.interstitial-redirect-dot-secure:nth-child(2) {
  animation: 2.5s interstitial-redirect-loader 0.5s infinite;
}
.interstitial-redirect-dot-secure:nth-child(3) {
  animation: 2.5s interstitial-redirect-loader 0.75s infinite;
}
.interstitial-redirect-dot-secure:nth-child(4) {
  animation: 2.5s interstitial-redirect-loader 1s infinite;
}
.interstitial-redirect-dot-secure:nth-child(5) {
  animation: 2.5s interstitial-redirect-loader 1.25s infinite;
}
.interstitial-redirect-dot-secure:nth-child(6) {
  animation: 2.5s interstitial-redirect-loader 1.5s infinite;
}
.interstitial-redirect-dot-secure:nth-child(7) {
  animation: 2.5s interstitial-redirect-loader 1.75s infinite;
}
@media (min-width: 37.4375em) {
  .interstitial-redirect-card {
    min-height: 21.875rem;
    max-width: 50.0625rem;
  }
}
.interstitial-redirect-v2-loader-container {
  order: 2;
  margin-bottom: 1.5rem;
}
@media (min-width: 37.4375em) {
  .interstitial-redirect-v2-loader-container {
    order: 1;
    margin-bottom: 0;
  }
}
.interstitial-redirect-v2-heading {
  order: 1;
}
@media (min-width: 37.4375em) {
  .interstitial-redirect-v2-heading {
    order: 2;
  }
}
.interstitial-redirect-v2-highlights {
  display: flex;
  flex-direction: column;
  order: 3;
  min-width: 12.6875rem;
  width: 100%;
}
@media (min-width: 62.4375em) {
  .interstitial-redirect-v2-highlights {
    min-width: 40.1875rem;
  }
}
.interstitial-redirect-v2-highlight {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.interstitial-redirect-v2-highlight-icon {
  margin-right: 0.5rem;
  margin-bottom: 0;
}
@media (min-width: 37.4375em) {
  .interstitial-redirect-v2-highlight {
    flex-direction: column;
  }
  .interstitial-redirect-v2-highlight-icon {
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
}
.interstitial-redirect-v2-highlight:nth-child(1) {
  margin-bottom: 1rem;
}
@media (min-width: 37.4375em) {
  .interstitial-redirect-v2-highlight:nth-child(1) {
    margin-bottom: 0;
  }
}
.interstitial-redirect-v2-highlight:nth-child(3) {
  display: none;
}
@media (min-width: 37.4375em) {
  .interstitial-redirect-v2-highlight:nth-child(3) {
    display: flex;
  }
}
.interstitial-redirect-v2-highlight:nth-child(4) {
  display: none;
}
@media (min-width: 37.4375em) {
  .interstitial-redirect-v2-highlight:nth-child(4) {
    display: flex;
  }
}
.interstitial-redirect-v2-icon-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (min-width: 37.4375em) {
  .interstitial-redirect-v2-icon-container {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
}
.interstitial-redirect-v2-sub-heading {
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.75rem;
  letter-spacing: 0.1563rem;
  text-transform: uppercase;
}
.interstitial-redirect-v2-icon-label {
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6875rem;
  text-align: center;
}
.interstitial-redirect-v3-container {
  background: linear-gradient(180deg, #ffffff 37.16%, #eaf1ff 100%);
}
@media (min-width: 37.4375em) {
  .interstitial-redirect-v3 {
    max-width: 55.25rem;
    width: 100%;
  }
}
.interstitial-redirect-v3-progress-bar {
  width: 100%;
  height: 0.75rem;
  background-color: #fff;
}
.interstitial-redirect-v3-progress-bar .progress {
  width: 0;
  height: 100%;
  animation: interstitial-redirect-loader-v3-loading 3s forwards;
}
.interstitial-redirect-v3-logo-bankrate {
  width: 100%;
  max-width: 6rem;
}
.interstitial-redirect-v3-logo-partner {
  width: 100%;
  max-width: 7.5rem;
}
.interstitial-redirect-v3-logo-partner .interstitial-redirect--partner-logo {
  max-width: 7.5rem;
  max-height: none;
}
.interstitial-redirect-v3-logo-container {
  width: 100%;
}
@media (min-width: 37.4375em) {
  .interstitial-redirect-v3-logo-container {
    max-width: 13.125rem;
  }
}
@keyframes interstitial-redirect-loader {
  0% {
    opacity: 0.1;
  }
  25% {
    opacity: 1;
  }
  50%,
  to {
    opacity: 0.1;
  }
}
@keyframes interstitial-redirect-loader-v3-loading {
  0% {
    width: 0;
    background-color: #fff;
  }
  to {
    width: 100%;
    background-color: #0157ff;
    border-radius: 1rem;
  }
}
.ArticlesCardCarousel .Button {
  font-size: 0.125rem;
}
@media (max-width: 80rem) {
  .ArticlesCardCarousel.full-right-width {
    width: 100vw;
    padding-right: var(--offset-left) !important;
  }
}
@media (min-width: 89.9375rem) {
  .ArticlesCardCarousel.overflow-visible {
    overflow: visible;
  }
}
.ArticlesCardCarousel__cards .swiper-slide.swiper-slide-prev {
  margin-left: 1rem;
}
.ArticlesCardCarousel__cards .swiper-slide {
  width: 18.9375rem;
  height: inherit;
  transition: margin-left 0.2s;
}
.ArticlesCardCarousel__cards .VideoInModal,
.ArticlesCardCarousel__cards .VideoInModal-inner,
.ArticlesCardCarousel__cards .VideoInModal picture {
  height: 100%;
}
.ArticlesCardCarousel__cards .VideoInModal img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1rem !important;
}
.ArticlesCardCarousel__cards .VideoInModal .CenterPlayButton {
  border-radius: 1rem;
  z-index: 10;
}
.ImageArticleCard {
  height: inherit;
}
.ImageArticleCard img {
  height: 20.9375rem !important;
}
.ImageArticleCard__overlay {
  min-height: 12.5rem;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 13.33%,
    rgba(0, 0, 0, 0.52) 58.33%,
    rgba(0, 0, 0, 0.98) 100%
  );
  bottom: 0;
  z-index: 1;
}
.ImageArticleCard.ImageArticleCard__hover .ImageArticleCard__overlay .Headline {
  transform: translateY(var(--translate-y));
  transition: transform 0.6s ease;
}
.ImageArticleCard.ImageArticleCard__hover .subcopy {
  opacity: 0;
  transition: opacity 0.6s ease;
}
.ImageArticleCard:hover.ImageArticleCard__hover
  .ImageArticleCard__overlay
  .Headline {
  transform: translateY(0);
}
.ImageArticleCard:hover.ImageArticleCard__hover .subcopy {
  opacity: 1;
}
.ImageArticleCard:hover.ImageArticleCard__hover .ImageArticleCard__overlay {
  min-height: 80%;
}
.ImageArticleCard.placeholder {
  background: linear-gradient(0deg, #e3e6ee 0%, #e3e6ee 100%), #fff;
}
.ImageArticleCard.placeholder .ImageArticleCard__overlay {
  background: transparent;
}
.ImageArticleCard.placeholder .ImageArticleCard__overlay .Headline {
  color: #515260 !important;
}
.ImageArticleCard__heading {
  color: inherit;
}
.FlexCtaBanner-image {
  max-width: 12rem;
}
@media (min-width: 37.4375em) {
  .FlexCtaBanner--innerWrapper {
    flex-basis: 15rem;
  }
  .FlexCtaBanner-text {
    flex-basis: 18rem;
  }
}
.FlexCtaBanner-text :where(h3) {
  text-wrap: pretty;
}
.FlexCtaBanner-cta {
  white-space: nowrap;
}
.UgcReview-iframe {
  width: 100%;
  height: 90vh;
}
@media (min-width: 37.4375em) {
  .UgcReview-iframe {
    max-height: 46rem;
  }
}
.UgcReview-iframe-container {
  width: 53rem;
}
.UgcReview-Summary-ScoreBreakdown {
  max-height: 13.8125rem;
}
.ModalHybrid {
  position: fixed;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 990;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}
.ModalHybrid > .ModalHybrid-container {
  display: flex;
  position: absolute;
  bottom: 0;
  z-index: 998;
  max-width: 100%;
  max-height: calc(100% - 75px);
}
@media (min-width: 37.4375em) {
  .ModalHybrid > .ModalHybrid-container {
    position: relative;
  }
}
.ModalHybrid-close {
  display: flex;
  position: absolute;
  z-index: 999;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  color: #161616;
  outline: none;
  padding: 0.375rem;
  right: 1.25rem;
  top: 1.25rem;
  border-radius: 1rem;
  font-size: 1.5rem;
  line-height: 1;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ModalHybrid.is-opening .ModalHybrid-container {
  animation: modalSlideUp 0.3s forwards ease-in;
}
.ModalHybrid.is-closing .ModalHybrid-container {
  animation: modalSlideDown 0.3s forwards ease-in;
}
@media (min-width: 37.4375em) {
  .ModalHybrid {
    padding: 0 1.5rem;
  }
  .ModalHybrid.is-opening .ModalHybrid-container,
  .ModalHybrid.is-closing .ModalHybrid-container {
    animation: none;
  }
}
@keyframes modalSlideUp {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes modalSlideDown {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
.big-number {
  display: flex;
  align-items: baseline;
}
.big-number__letters {
  font-size: 0.92em;
}
.review-list .FormControl--withRightIcon:after {
  transform: rotate(45deg);
  font-size: 1.5rem;
  bottom: 0.175em;
}
@media (min-width: 62.4375em) {
  .sort-button-container {
    width: 28rem;
  }
}
.data-insight-item .rotate-180 {
  transform: rotate(180deg);
}
.data-insight-item .text-green-500 {
  color: #36a36b;
}
.data-insight-item .text-red-600 {
  color: #d2191b;
}
.data-insight-item .transition-transform {
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
@media (min-width: 37.4375em) {
  .data-insight-item:nth-child(even) {
    padding-left: 1.5rem;
    border-left: #d5e3fd 0.0625rem solid;
  }
  .data-insight-item:nth-child(odd) {
    padding-right: 1.5rem;
  }
}
@media (min-width: 62.4375em) {
  .data-insight-item:nth-child(even) {
    padding-left: 3rem;
  }
  .data-insight-item:nth-child(odd) {
    padding-right: 3rem;
  }
}
.data-insight-item__header {
  text-wrap: pretty;
  flex-basis: 6rem;
  flex-shrink: 0;
  row-gap: 0.25rem;
}
@media (min-width: 62.4375em) {
  .data-insight-item__header {
    flex-basis: 8rem;
  }
}
.data-insight-item__header--accordion {
  flex-basis: unset;
}
@media (min-width: 37.4375em) {
  .data-insight-item__header--accordion {
    flex-basis: 6rem;
  }
}
@media (min-width: 62.4375em) {
  .data-insight-item__header--accordion {
    flex-basis: 8rem;
  }
}
@media (min-width: 37.4375em) {
  .data-insight-item__name {
    padding: 0.5rem 0 0.5rem 0.75rem;
    margin-top: 0.25rem;
    border-radius: 0.25rem;
    position: relative;
    overflow: hidden;
  }
}
.data-insight-item__name-accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.25rem;
  height: 100%;
}
.data-insight-item__grid {
  overflow: hidden;
  max-height: 15rem;
  transition: all 0.3s ease-in-out;
}
.data-insight-item__grid.is-hidden {
  max-height: 0;
}
@media (min-width: 37.4375em) {
  .data-insight-item__grid.is-hidden {
    max-height: unset;
  }
}
.data-insight-item__grid-item {
  display: flex;
  align-items: center;
}
.data-insight-item__grid-item:where(dd) {
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-weight: 700;
  justify-content: flex-end;
}
.data-insight-item__grid-item--colored {
  background-color: #0157ff1a;
}
.data-insight-item__grid-item--colored:where(dt) {
  border-bottom-left-radius: 0.125rem;
  border-top-left-radius: 0.125rem;
}
.data-insight-item__grid-item--colored:where(dd) {
  border-bottom-right-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}
.UserStatistics-stats-container {
  flex-basis: 60%;
}
.UserStatistics-trends-container {
  flex-basis: 40%;
}
.UserStatistics-tooltip-text {
  white-space: nowrap;
}
.chart-legend {
  max-width: 100%;
  flex: 1 1 20rem;
}
@media (min-width: 37.4375em) {
  .chart-legend {
    max-width: 30rem;
  }
}
.chart-legend--hovered
  .chart-legend-item:not(.chart-legend-item--hovered):after {
  opacity: 0.6;
}
.chart-legend-item {
  position: relative;
}
.chart-legend-item:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: #fff;
  transition: opacity 0.2s ease-in;
  opacity: 0;
}
.highcharts-tooltip-container {
  z-index: 100 !important;
}
.Winner-quote {
  font-size: 1rem;
  text-align: left;
  padding: 0;
}
@media (min-width: 37.4375em) {
  .Winner-quote {
    text-align: center;
    padding: 0 2.5rem;
  }
}
.Winner-info {
  grid-template-areas: "a a a" "b b b" "c c c" "d d d";
  text-align: center;
  padding-bottom: 1.5rem;
  border-bottom-width: 0.0625rem;
  border-bottom-color: #ecf1f9;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
@media (min-width: 37.4375em) {
  .Winner-info {
    grid-template-areas: "a a c" "b b c" "d d c";
    text-align: left;
    border-bottom-width: 0;
    padding-bottom: 0;
    -moz-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }
}
.Winner-info-a {
  grid-area: a;
}
.Winner-info-b {
  grid-area: b;
  margin-top: 1rem;
}
@media (min-width: 37.4375em) {
  .Winner-info-b {
    margin-top: 0.5rem;
  }
}
.Winner-info-c {
  grid-area: c;
  justify-content: center !important;
  margin: 1.5rem 0;
}
@media (min-width: 37.4375em) {
  .Winner-info-c {
    margin: 0;
    justify-content: flex-end !important;
  }
}
.Winner-info-d {
  grid-area: d;
  justify-content: center !important;
  margin-top: 0;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 1rem;
}
@media (min-width: 37.4375em) {
  .Winner-info-d {
    margin-top: 1.5rem;
    justify-content: flex-start !important;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 1.5rem;
  }
}
.Winner-info-icon:hover {
  color: #0157ff;
}
.Winner-wwl {
  margin-top: 1.5rem;
}
@media (min-width: 37.4375em) {
  .Winner-wwl {
    margin-top: 3rem;
  }
}
.accordion-container.close {
  padding-bottom: 1.5rem;
}
@media (min-width: 37.4375em) {
  .accordion-container.close {
    padding-bottom: 0;
  }
}
.accordion-button {
  display: inline-flex;
}
@media (min-width: 37.4375em) {
  .accordion-button {
    display: none;
  }
}
.accordion-icon {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}
.accordion-icon.close {
  transform: rotate(0);
}
.accordion-body,
.accordion-body li {
  font-size: 1rem;
}
.accordion-body.close {
  display: none;
}
@media (min-width: 37.4375em) {
  .accordion-body.close {
    display: flex;
  }
}
.SidebarCta {
  position: relative;
  flex-direction: column;
  gap: 0;
  text-align: center;
  top: 0;
}
@media (min-width: 37.4375em) {
  .SidebarCta {
    flex-direction: row;
    gap: 3rem;
    text-align: left;
  }
}
@media (min-width: 62.4375em) {
  .SidebarCta {
    gap: 0;
    top: 1rem;
    position: sticky;
    flex-direction: column;
    text-align: center;
  }
}
.SidebarCta--sidebar {
  display: none;
}
@media (min-width: 62.4375em) {
  .SidebarCta--sidebar {
    display: flex;
  }
}
.SidebarCta--body {
  display: flex;
}
@media (min-width: 62.4375em) {
  .SidebarCta--body {
    display: none;
  }
}
.SidebarCta .items {
  align-items: center;
}
@media (min-width: 37.4375em) {
  .SidebarCta .items {
    align-items: flex-start;
  }
}
@media (min-width: 62.4375em) {
  .SidebarCta .items {
    align-items: center;
  }
}
.SidebarCta .items h3 {
  margin-top: 1.5rem;
}
@media (min-width: 37.4375em) {
  .SidebarCta .items h3 {
    margin-top: 0;
  }
}
@media (min-width: 62.4375em) {
  .SidebarCta .items h3 {
    margin-top: 1.5rem;
  }
}
.SidebarCta-image {
  width: 9rem;
}
@media (min-width: 37.4375em) {
  .SidebarCta-image {
    width: 14.5rem;
  }
}
@media (min-width: 62.4375em) {
  .SidebarCta-image {
    width: 9rem;
  }
}
.Visionaries-winner-name-banner {
  min-height: 2.75rem;
  background: linear-gradient(
    90deg,
    #0d6d70 0%,
    #1a6973 50.52%,
    #506b84 86.04%
  );
  padding: 0.625rem 1.5rem 0.625rem 4.6875rem;
}
@media (min-width: 37.4375em) {
  .Visionaries-winner-name-banner {
    padding: 0.9375rem 0.9375rem 0.9375rem 6rem;
  }
}
.Visionaries-winner-name-banner-text {
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.1125rem;
  z-index: 10;
}
@media (min-width: 37.4375em) {
  .Visionaries-winner-name-banner-text {
    font-size: 0.875rem;
    line-height: 1.7143;
    letter-spacing: 0.15625rem;
  }
}
.Visionaries-winner-name-banner-icon {
  width: 3rem;
  height: 3.375rem;
  flex-shrink: 0;
  top: 0;
  left: 1rem;
}
@media (min-width: 37.4375em) {
  .Visionaries-winner-name-banner-icon {
    width: 3.5rem;
    height: 4rem;
    left: 1.5rem;
  }
  .Visionaries-winner-name-banner-icon-arrow-1 {
    display: block;
    top: 0;
    right: 6.0625rem;
  }
  .Visionaries-winner-name-banner-icon-arrow-2 {
    display: block;
    top: 0;
    right: 1.5rem;
  }
}
.Visionaries-winner-info {
  grid-template-areas: "c" "a" "b" "d";
  text-align: center;
  padding-bottom: 1.5rem;
  border-bottom-width: 0.0625rem;
  border-bottom-color: #ecf1f9;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
@media (min-width: 37.4375em) {
  .Visionaries-winner-info {
    grid-template-areas: "a c" "b c" "d c";
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr auto 1fr;
    text-align: left;
    border-bottom-width: 0;
    padding-bottom: 0;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}
.Visionaries-winner-info-a {
  grid-area: a;
}
@media (min-width: 37.4375em) {
  .Visionaries-winner-info-a {
    align-self: flex-end;
  }
}
.Visionaries-winner-info-b {
  grid-area: b;
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: -0.015625rem;
}
.Visionaries-winner-info-c {
  grid-area: c;
  justify-content: center !important;
  margin: 1.5rem 0 1rem;
}
@media (min-width: 37.4375em) {
  .Visionaries-winner-info-c {
    margin: 0;
    justify-content: flex-end !important;
  }
}
.Visionaries-winner-info-c > img {
  max-width: 9.487rem;
}
@media (min-width: 37.4375em) {
  .Visionaries-winner-info-c > img {
    max-width: 10.829rem;
  }
}
.Visionaries-winner-info-d {
  grid-area: d;
  align-self: flex-start;
  justify-content: center !important;
  margin-top: 1rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 1rem;
}
@media (min-width: 37.4375em) {
  .Visionaries-winner-info-d {
    justify-content: flex-start !important;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 1.5rem;
  }
}
.Visionaries-winner-info-icon:hover {
  color: #0157ff;
}
.BrAwardsBanner-container {
  background-color: #00143d;
  background-image: linear-gradient(
    90deg,
    #00689f 0%,
    #003789 25.18%,
    #002370 50.52%,
    #003b8c 78.33%,
    #00689f 100%
  );
}
.BrAwardsBanner-container a {
  text-decoration: underline;
  text-decoration-thickness: 0.125rem;
  text-underline-offset: 0.25rem;
  color: inherit;
  text-decoration-color: #fff0;
}
.BrAwardsBanner-container a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.BrAwardsBanner-container:hover .BrAwardsBanner-arrowIcon {
  transform: translate(0.625rem);
}
.BrAwardsBanner-arrowIcon {
  display: none;
}
@media (min-width: 40em) {
  .BrAwardsBanner-arrowIcon {
    display: block;
    transition: all 0.6s ease;
    line-height: 0;
  }
  .BrAwardsBanner-container a {
    text-decoration-color: #fff0;
    transition: text-decoration-color 0.3s ease-in;
  }
  .BrAwardsBanner-container:hover a {
    text-decoration-color: #fff;
  }
}
.BrAwardsBanner-closeIcon {
  top: 0.5rem;
  right: 0.75rem;
  background-color: transparent;
  z-index: 15;
  cursor: pointer;
}
.BrAwardsBanner-image {
  width: 100%;
  height: auto;
  max-width: 3rem;
  max-height: 3rem;
}
.WinnerModule-heading {
  letter-spacing: 0.15625rem;
}
.BackToTop {
  padding: 0;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  background-color: #fff;
  border: 2px solid var(--color-gray);
  transform-origin: bottom right;
  transform: scale(1);
  width: 3.5rem;
  height: 3.5rem;
  box-sizing: border-box;
  display: none;
  z-index: 100;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 2px 4px #15151533;
  transition: background-color 0.2s ease;
  color: #0157ff;
}
.BackToTop:hover {
  background-color: #eaf1ff;
}
.BackToTop.is-visible {
  display: block;
}
.BackToTop svg {
  width: 2rem;
  height: 2rem;
  margin: auto;
}
@media (min-width: 37.4375em) {
  .BackToTop {
    right: 1rem;
    bottom: 1rem;
  }
}
.BankDetail {
  display: grid;
  padding: 1.5rem;
  grid-template-rows: repeat(6, auto);
  grid-template-columns: auto;
  box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533;
}
.BankDetail-title,
.BankDetail-subtitle,
.BankDetail-overview,
.BankDetail-logoRating,
.BankDetail-productStats,
.BankDetail-accordions {
  grid-column: 1/2;
}
.BankDetail-title {
  grid-row: 1/2;
  margin-top: 0 !important;
}
.BankDetail-subtitle {
  grid-row: 2/3;
}
.BankDetail-logoRating {
  grid-row: 3/4;
}
.BankDetail-overview {
  grid-row: 4/5;
}
.BankDetail-productStats {
  grid-row: 5/6;
}
.BankDetail-accordions {
  grid-row: 6/7;
  overflow: hidden;
}
.BankDetail-accordions .Accordion {
  margin-bottom: 0 !important;
}
.BankDetail-accordions .Accordion-titleContainer {
  padding-left: 1.5rem;
}
@media (min-width: 62.4375em) {
  .BankDetail {
    grid-template-rows: auto auto auto 1fr auto;
    grid-template-columns: 14rem auto;
    -moz-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }
  .BankDetail-title {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .BankDetail-subtitle {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .BankDetail-logoRating {
    grid-row: 1/4;
    grid-column: 1/2;
  }
  .BankDetail-overview {
    grid-row: 3/5;
    grid-column: 2/3;
  }
  .BankDetail-productStats {
    grid-row: 4/5;
    grid-column: 1/2;
  }
  .BankDetail-accordions {
    grid-row: 5/6;
    grid-column: 1/3;
  }
  .BankDetail-accordions .Accordion-titleContainer {
    padding-left: 1.5rem;
  }
  .BankDetail--noSubtitle {
    grid-template-rows: auto 0 auto 1fr auto;
  }
}
.WealthBankProduct-score {
  background-color: #f2f7ff;
  border-radius: 0 50px 50px 0 !important;
  margin-left: -0.5rem;
}
@media (min-width: 62.4375em) {
  .WealthBankProduct-score {
    margin-left: -1.5rem;
  }
}
.WealthBankProduct-score-number {
  font-size: 2.75rem;
  margin-top: 0.375rem;
}
.WealthBankProduct .ScoreDetails {
  grid-gap: 0 2.5rem;
}
@media (max-width: 1200px) {
  .WealthBankProduct .LabeledScoreDetail {
    grid-column: 1/3;
  }
}
.WealthBankProduct-container {
  display: flex;
  flex-direction: column;
}
.WealthBankProduct-container--fifa {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0;
}
@media (min-width: 62.4375em) {
  .WealthBankProduct-container--fifa {
    gap: 1.5rem;
  }
}
.WealthBankProduct-fifaFeatures {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}
@media (min-width: 62.4375em) {
  .WealthBankProduct-fifaFeatures {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    margin-top: 1.5rem;
  }
}
.WealthBankProduct-fifaHeadline {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  margin-bottom: 0.25rem;
}
@media (min-width: 62.4375em) {
  .WealthBankProduct-fifaHeadline {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
  }
}
.WealthBankProduct-fifaOverview {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  padding-top: 0.5rem;
}
@media (min-width: 62.4375em) {
  .WealthBankProduct-fifaOverview {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    padding-top: 0;
  }
}
.button-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.button-grid--gap {
  margin: -0.5rem;
}
.button-grid--gap > .button-grid__item {
  padding: 0.5rem;
}
.button-grid__item {
  display: flex;
  justify-content: center;
  flex: 1 0 100%;
  width: 100%;
}
@media (min-width: 37.4375em) {
  .button-grid__item {
    justify-content: flex-start;
    flex: 0 0 auto;
    width: auto;
  }
}
.pop-on-hover {
  position: relative;
  transition-property: z-index;
  transition-duration: 0ms;
  transition-delay: 0.3s;
}
.pop-on-hover:hover,
.pop-on-hover:focus-within {
  z-index: 1;
  transition-delay: 0ms;
}
.BannerCard-sponsoredLogo span {
  font-size: 0.625rem;
  letter-spacing: 0.156rem !important;
}
.BannerCard-sponsoredLogo img {
  width: 7.125rem;
}
.CoBrandCard-logos {
  position: absolute;
  top: 0;
}
.CoBrandCard-logos img {
  max-height: 2.25rem;
}
.CoBrandCard-logos.no-logo-plus img {
  max-height: 5rem;
}
.CoBrandCard-bgOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0000004d;
  top: 0;
}
.CoBrandCard .Card-arrow {
  pointer-events: none;
}
.CoBrandMosaic-column .CoBrandCard {
  display: flex;
  height: 100%;
}
@media (min-width: 62.4375em) {
  .CoBrandMosaic-column .CoBrandCard .Card-imageContainer {
    min-height: 65%;
  }
}
@media (max-width: 62.4375em) {
  .CoBrandMosaic-column {
    max-width: unset !important;
  }
}
.DownloadLinkBanner a .Icon {
  transition: transform 0.3s ease-out;
}
.DownloadLinkBanner a:hover .Icon {
  transform: translate(0.25rem);
}
.sticky-banner {
  box-shadow: 0 2px 7px #00000040;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  z-index: 25;
}
.sticky-banner .disclosure-text {
  font-size: 0.56rem;
  bottom: 0.375rem;
  right: 1.4rem;
}
@media (min-width: 47.4375rem) {
  .sticky-banner {
    right: 2rem !important;
    bottom: 0.625rem !important;
  }
}
.StackedArticleSeries__upNextArticle {
  position: fixed;
  right: -0.4rem;
  bottom: 0.8125em;
  background: linear-gradient(
      0deg,
      rgba(1, 87, 255, 0.05),
      rgba(1, 87, 255, 0.05)
    ),
    #ffffff;
  z-index: 100;
}
.StackedArticleSeries__upNextArticle .Card {
  background: transparent;
  border: none;
  min-height: unset;
}
.ArticleSeriesCard {
  border-color: #f3f4f8;
  box-shadow: none !important;
  min-height: 6.786rem;
}
.ArticleSeriesCard:hover {
  background-color: #0157ff0d;
}
.ArticleSeriesCard__ImageContainer {
  min-width: 5.313rem;
  max-height: 4.625rem;
}
.ArticleSeriesCard__sponsoredLogo span {
  font-size: 0.625rem;
  letter-spacing: 0.156rem !important;
}
.ArticleSeriesCard__sponsoredLogo img {
  max-height: 0.786rem;
}
.ArticleSeriesCard a[visited] .is-unvisited {
  display: none !important;
}
.ArticleSeriesCard a[visited] .is-visited {
  display: block !important;
}
@media (max-width: 23.4375em) {
  .StackedArticleSeries__upNextArticle {
    width: 85%;
  }
}
.cardmatch-cta {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
.cardmatch-cta__top,
.cardmatch-cta__bottom {
  padding: 2rem 1.5rem;
}
.cardmatch-cta__bottom {
  flex: 1 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  background-color: #00143d;
}
.cardmatch-cta__phone {
  display: none;
  position: absolute;
  top: unset;
  right: 0;
  bottom: 0;
  left: unset;
  width: 220px;
}
@media (min-width: 37.4375em) {
  .cardmatch-cta__top,
  .cardmatch-cta__bottom {
    padding: 3rem 2rem;
  }
  .cardmatch-cta__phone {
    display: block;
  }
  .cardmatch-cta__bottom {
    padding-right: 220px;
  }
}
.circle-number-list {
  list-style: none;
}
.circle-number-list .item {
  display: flex;
  align-items: center;
  list-style: none;
  margin-top: 1.5rem;
}
.circle-number-list .item:first-child {
  margin-top: 0;
}
.circle-number-list .circle-number {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1;
}
@media (min-width: 999px) {
  .first-step-section {
    gap: 3.5rem;
    background-image: url(../../img/credit-cards/cardmatch-landing/cm-landing-first-step-background.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 44.125rem;
  }
}
@media (min-width: 1439px) {
  .first-step-section {
    gap: 8.25rem;
  }
}
.first-step-form__container {
  max-width: 21.25rem;
}
@media (min-width: 999px) {
  .first-step-form__container {
    min-height: 7.5rem;
  }
}
.first-step-form .input-radio {
  max-width: 21.25rem;
}
.first-step-form input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.first-step-form input[type="radio"] + label {
  padding: 1.25rem;
  border-radius: 0.3125rem;
  box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533;
}
.first-step-form input[type="radio"] + label[for*="skip-quesiton"] {
  box-shadow: none;
}
.first-step-form input[type="radio"] + .input-radio-skip {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
@media (min-width: 999px) {
  .first-step-form input[type="radio"] + label:hover,
  .first-step-form input[type="radio"] + label:focus {
    cursor: pointer;
    color: #0157ff;
    border-bottom: 0.0625rem solid #0157ff;
  }
}
.first-step-form input[type="radio"]:checked + label {
  color: #0157ff;
}
.cardmatch-landing__ao-banner-tooltips {
  width: 19.75rem;
}
.cardmatch-landing--app-odds-result-btn {
  width: 9.375rem;
  border-radius: 4px;
  box-shadow: 0 0 3px #1515151a, 0 8px 16px -3px #15151533;
}
@media (min-width: 999px) {
  .cardmatch-landing--app-odds-result-btn {
    width: 100%;
  }
}
.cardmatch-landing--app-odds-result-btn__bg-green {
  background: #f5fdf4;
  border: 2px solid #2b7a0e;
  color: #2b7a0e !important;
}
@media (min-width: 999px) {
  .cardmatch-landing--app-odds-result-btn__bg-green {
    border: 1px solid #2b7a0e;
  }
}
.cardmatch-landing--app-odds-result-btn__bg-yellow {
  background: #fffcee;
  border: 2px solid #9c6815;
  color: #9c6815 !important;
}
@media (min-width: 999px) {
  .cardmatch-landing--app-odds-result-btn__bg-yellow {
    border: 1px solid #9c6815;
  }
}
.cardmatch-landing--app-odds-result-btn__bg-red {
  background: #fdf3f3;
  border: 2px solid #d71919;
  color: #d71919 !important;
}
@media (min-width: 999px) {
  .cardmatch-landing--app-odds-result-btn__bg-red {
    border: 1px solid #d71919;
  }
}
.app-odds-result-icon {
  height: 16px;
}
.stats-section-img {
  max-width: 364px;
}
@media (min-width: 999px) {
  .cardmatch-landing-start-content {
    background: #ffffff !important;
  }
  .first-step-content {
    flex: 0 0 521px;
  }
  .first-step-form {
    flex: 0 0 340px;
  }
  .cardmatch-landing-ao-banner {
    width: 90%;
    max-width: 1284px;
  }
  .cardmatch-landing__ao-banner-tooltips {
    flex: 0 0 254px;
  }
}
.partner-logo-cm {
  max-width: 80rem;
}
.partner-logo-cm__container {
  flex-flow: column;
  height: 12.5rem;
}
@media (min-width: 999px) {
  .partner-logo-cm__container {
    flex-flow: wrap;
    height: auto;
  }
}
.partner-logo-cm__icon {
  min-height: 2.375rem;
  max-height: 3.125rem;
}
@media (min-width: 999px) {
  .partner-logo-cm__icon {
    min-height: auto;
  }
}
.box-shadow-none {
  box-shadow: none !important;
}
.carrier-card__description strong {
  font-family: CircularStd-Bold, Arial, sans-serif;
}
.carrier-card .align-middle {
  vertical-align: middle;
}
.carrier-card .Tabs-panel .wysiwyg ul {
  margin-left: 0;
  margin-bottom: 1rem;
}
.carrier-card .Tabs-panel .wysiwyg ul li:before {
  background-color: #515260;
}
@media (max-width: 999px) {
  .carrier-card .dt-width {
    order: 1;
  }
  .carrier-card .Tabs {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .carrier-card .Tabs-item {
    white-space: nowrap;
  }
}
@media (min-width: 999px) {
  .carrier-card .dt-width {
    width: 415px;
  }
}
.checkmark-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  width: 100%;
  list-style: unset;
}
.checkmark-list > .item {
  display: inline-flex;
  align-items: center;
  margin: 0;
  list-style: inherit;
}
.checkmark-list > .item:not(:first-child) {
  margin-top: 1rem;
}
.carrier_bullets ul {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
.carrier_bullets ul,
.List--bullet {
  list-style: none;
}
.carrier_bullets ul li,
.carrier_bullets ul .List-item,
.List--bullet li,
.List--bullet .List-item {
  position: relative;
  list-style: none;
  padding-left: 1.5em;
  line-height: 1.4;
}
.carrier_bullets ul li:before,
.carrier_bullets ul .List-item:before,
.List--bullet li:before,
.List--bullet .List-item:before {
  position: absolute;
  top: 0.7em;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  background-color: #0157ff;
  content: "";
}
@media (max-width: 999px) {
  .cheapest-tile__carousel.swiper {
    overflow-y: visible !important;
    width: auto;
  }
  .cheapest-tile__carousel .swiper-container,
  .cheapest-tile__carousel .swiper-slide {
    overflow: initial !important;
  }
  .cheapest-tile__carousel .swiper-slide {
    width: auto;
  }
  .cheapest-tile__carousel .swiper-pagination {
    margin-top: 1.5rem !important;
  }
  .cheapest-tile__carousel .carousel__btn {
    bottom: 0;
    height: 40px;
    top: initial;
    transform: none;
    width: 40px;
  }
  .cheapest-tile__carousel .carousel__btn .Icon {
    height: 1rem !important;
    width: 1rem !important;
  }
}
.cheapest-tile__carousel .swiper-button-prev {
  display: flex;
  left: 20%;
}
@media (min-width: 500px) {
  .cheapest-tile__carousel .swiper-button-prev {
    left: 36%;
  }
}
.cheapest-tile__carousel .swiper-button-next {
  display: flex;
  right: 20%;
}
@media (min-width: 500px) {
  .cheapest-tile__carousel .swiper-button-next {
    right: 36%;
  }
}
@media (min-width: 999px) {
  .cheapest-tiles {
    padding-bottom: 50px;
  }
}
.cheapest-tiles__zip {
  min-width: 14rem;
}
@media (min-width: 999px) {
  .cheapest-tiles .cheapest-tile {
    margin-right: 24px;
    max-width: 16rem;
    width: 31%;
  }
  .cheapest-tiles .cheapest-tile:first-of-type {
    margin-bottom: 52px;
  }
  .cheapest-tiles .cheapest-tile:not(:first-of-type, :nth-of-type(3)) {
    margin-bottom: 28px;
    margin-top: 20px;
  }
  .cheapest-tiles .cheapest-tile:nth-of-type(3) {
    margin-right: 0;
    margin-top: 50px;
  }
}
@media (min-width: 1240px) {
  .cheapest-tiles .cheapest-tile {
    width: 16rem;
  }
}
.cheapest-tiles .spinner-container {
  height: 75px;
  position: relative;
}
.cheapest-tiles .spinner-container .icon__glyph {
  height: 30px;
  width: 18px;
  position: absolute;
  left: calc((100% - 16px) / 2);
  top: calc((100% - 30px) / 2);
}
.cheapest-tiles .spinner-container .loader {
  width: 75px;
  height: 75px;
  border: 5px solid #0157ff;
  border-bottom-color: #e6eeff;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.cheapest-insurance-tiles-v2__carousel.swiper {
  overflow-y: visible;
}
.cheapest-insurance-tiles-v2__carousel .swiper-container,
.cheapest-insurance-tiles-v2__carousel .swiper-slide {
  overflow: initial;
}
.cheapest-insurance-tiles-v2__carousel .swiper-slide {
  z-index: -1;
  height: 24.4375rem;
}
.cheapest-insurance-tiles-v2__carousel .swiper-slide:hover {
  z-index: 1;
}
.cheapest-insurance-tiles-v2__carousel .swiper-button-disabled {
  display: none !important;
}
@media (max-width: 62.43125em) {
  .cheapest-insurance-tiles-v2__carousel .carousel__btn {
    display: none;
  }
}
@media (min-width: 62.4375em) {
  .cheapest-insurance-tiles-v2 {
    padding-bottom: 3.125rem;
  }
}
.cheapest-insurance-tiles-v2__zip {
  min-width: 14rem;
}
.cheapest-insurance-tiles-v2 .cheapest-tile-loading {
  margin-right: 1.5rem;
  min-width: 15rem;
  height: 24.4375rem;
}
.cheapest-insurance-tiles-v2 .spinner-container {
  height: 4.6875rem;
  position: relative;
}
.cheapest-insurance-tiles-v2 .spinner-container .icon__glyph {
  height: 1.875rem;
  width: 1.125rem;
  position: absolute;
  left: calc((100% - 1rem) / 2);
  top: calc((100% - 1.875rem) / 2);
}
.cheapest-insurance-tiles-v2 .spinner-container .loader {
  width: 4.6875rem;
  height: 4.6875rem;
  border: 0.3125rem solid #0157ff;
  border-bottom-color: #e6eeff;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.company-review-card {
  display: grid;
  grid-template-columns: none;
  grid-gap: 1.5rem;
  grid-template-areas: "a" "b" "c" "d";
}
@media (min-width: 37.4375em) {
  .company-review-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0.3125rem;
    grid-template-areas: "a a" "b c" "d d" "e e";
  }
}
@media (min-width: 62.4375em) {
  .company-review-card {
    display: grid;
    grid-template-columns: 25fr 75fr;
    grid-column-gap: 3.5rem;
    grid-template-areas: "a b" "c d";
  }
}
.company-review-card p {
  margin-bottom: 0;
}
.company-review-card ul {
  margin: 0;
}
.company-review-card .type-heading-six {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.company-review-card .Tooltip:hover .Tooltip-content.Review-card {
  display: block !important;
  max-width: 18rem !important;
}
.company-review-card-logo {
  max-width: 14rem;
  width: 100%;
  grid-area: a;
  justify-self: center;
}
@media (min-width: 37.4375em) {
  .company-review-card-logo {
    justify-self: left;
  }
  .company-review-card-logo-sm {
    max-width: 10rem;
  }
  .company-review-card-logo-md {
    max-width: 12rem;
  }
  .company-review-card-logo-lg {
    max-width: 14rem;
  }
}
.company-review-card-score {
  grid-area: b;
  background-color: #f2f7ff;
}
@media (min-width: 62.4375em) {
  .company-review-card-score {
    grid-area: c;
    justify-self: left;
  }
}
@media (min-width: 37.4375em) {
  .company-review-card-score {
    background-color: initial;
  }
}
.company-review-card-score__overall.open .Accordion-icon {
  transform: rotate(180deg);
}
@media (min-width: 37.4375em) {
  .company-review-card-score__overall {
    background-color: #f2f7ff;
    min-width: 15.625rem;
    max-width: 21.875rem;
  }
}
@media (min-width: 62.4375em) {
  .company-review-card-score__overall {
    background-color: #f2f7ff;
    max-width: 21.875rem;
  }
}
@media (min-width: 37.4375em) {
  .company-review-card-score__overall.open {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
}
@media (min-width: 62.4375em) {
  .company-review-card-score__overall.open {
    border-radius: 0 3.125rem 3.125rem 0 !important;
  }
}
@media (min-width: 37.4375em) {
  .company-review-card-score__overall.closed {
    border-radius: 0.5rem !important;
  }
}
@media (min-width: 62.4375em) {
  .company-review-card-score__overall.closed {
    border-radius: 0 3.125rem 3.125rem 0 !important;
  }
  .company-review-card-score__breakdown {
    max-width: 13.4375rem;
  }
}
.company-review-card-score__breakdown.open {
  display: block;
}
@media (min-width: 37.4375em) {
  .company-review-card-score__breakdown.open {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
}
.company-review-card-score__breakdown.closed {
  display: none;
}
@media (min-width: 62.4375em) {
  .company-review-card-score__breakdown.closed {
    display: block;
  }
}
@media (min-width: 37.4375em) {
  .company-review-card-score__breakdown {
    background-color: #f2f7ff;
    min-width: 15.625rem;
    max-width: 21.875rem;
  }
}
@media (min-width: 62.4375em) {
  .company-review-card-score__breakdown {
    background-color: initial;
    max-width: 21.875rem;
  }
}
.company-review-card-summary {
  grid-area: c;
  max-width: 90vw;
}
@media (min-width: 37.4375em) {
  .company-review-card-summary {
    grid-area: d;
  }
}
.company-review-card-summary [data-tabs="tabs-container"] {
  margin-top: 0.625rem;
}
.company-review-card-summary .Tabs {
  overflow-x: auto;
  border-bottom-width: 0.0625rem;
  display: flex;
}
.company-review-card-summary .Tabs::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.company-review-card-summary .Tabs__link {
  background-color: #fff;
  border-bottom: 0.1875rem solid transparent;
  color: #515260;
  padding: 0.1875rem 0.4375rem;
}
.company-review-card-summary .Tabs__item {
  margin-right: 1.5625rem;
  flex: none;
}
.company-review-card-summary .Tabs__item:last-of-type {
  margin-right: 0;
}
.company-review-card-summary .Tabs__link.is-active {
  border-bottom: 0.1875rem solid #0157ff;
  color: #151515;
}
.company-review-card-summary .tabs__panel {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
@media (min-width: 62.4375em) {
  .company-review-card-summary .tabs__panel {
    flex-direction: row;
  }
}
.company-review-card-summary .tabs__panel li {
  font-size: 1rem;
  list-style-position: inside;
}
.company-review-card-summary #pro-con p {
  margin-bottom: 0.9375rem;
}
.company-review-card-summary #pro-con .wysiwyg {
  display: flex !important;
  flex-direction: column;
}
@media (min-width: 62.4375em) {
  .company-review-card-summary #pro-con .wysiwyg {
    flex-direction: row;
  }
}
.company-review-card-summary #pro-con .wysiwyg > div {
  position: relative;
}
.company-review-card-summary #pro-con .wysiwyg > div:first-child {
  margin-bottom: 0.9375rem;
}
@media (min-width: 62.4375em) {
  .company-review-card-summary #pro-con .wysiwyg > div:first-child {
    margin-bottom: 0;
    margin-right: 0.75rem;
  }
}
.company-review-card-summary #pro-con .wysiwyg > div:first-child > p,
.company-review-card-summary #pro-con .wysiwyg > div:last-child > p {
  padding-left: 1.5rem;
}
.company-review-card-summary #pro-con .wysiwyg > div > p:before {
  content: "";
  height: 1rem;
  left: 0;
  position: absolute;
  top: 0.375rem;
  width: 1rem;
}
.company-review-card-summary #pro-con .wysiwyg > div:first-child > p:before {
  background-image: url(/build/assets/circle-checkmark.5ed33d2c.svg);
}
.company-review-card-summary #pro-con .wysiwyg > div:last-child > p:before {
  background-image: url(/build/assets/circle-close.4a924203.svg);
}
.company-review-card-summary #pro-con .wysiwyg ul {
  margin-left: 0;
  row-gap: 0;
}
.company-review-card-summary #pro-con .wysiwyg li {
  margin-bottom: 0.5rem;
  padding-left: 0.9375rem;
}
@media (min-width: 62.4375em) {
  .company-review-card-summary #pro-con .wysiwyg li {
    margin-bottom: 0.9375rem;
  }
}
.company-review-card-summary #pro-con .wysiwyg li:last-of-type {
  margin-bottom: 0;
}
.company-review-card-summary #pro-con .wysiwyg li:before {
  background-color: #515260;
}
.company-review-card-cta {
  grid-area: d;
}
@media (min-width: 37.4375em) {
  .company-review-card-cta {
    grid-area: c;
  }
}
@media (min-width: 62.4375em) {
  .company-review-card-cta {
    grid-area: b;
  }
}
.company-review-card-cta-box {
  width: -moz-fit-content;
  width: fit-content;
}
.company-review-card-cta .Button {
  font-size: 0.875rem;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 37.4375em) {
  .company-review-card-cta .Button {
    max-width: 21.875rem;
  }
}
@media (min-width: 62.4375em) {
  .company-review-card-cta .Button {
    max-width: 15rem;
  }
}
.company-review-card-logo--center {
  justify-self: center;
}
@media (min-width: 37.4375em) {
  .company-review-card-logo--center {
    margin-left: 1.5rem;
    justify-self: left;
  }
}
@media (min-width: 62.4375em) {
  .company-review-card-logo--center {
    justify-self: center;
    margin-left: 0;
  }
}
.company-review-card-award {
  height: 2.75rem;
  padding-left: 4.75rem;
  background: linear-gradient(135deg, rgb(0, 20, 61) 20%, rgb(0, 25, 91) 70%);
}
@media (min-width: 37.4375em) {
  .company-review-card-award {
    height: 3.375rem;
    padding-left: 5.8125rem;
    background: linear-gradient(
      135deg,
      rgb(0, 20, 61) 30%,
      rgb(0, 25, 91) 50%,
      rgb(0, 25, 91) 70%
    );
  }
}
.company-review-card-award-logo {
  top: 0;
  left: 0.9375rem;
}
@media (min-width: 37.4375em) {
  .company-review-card-award-logo {
    left: 1.375rem;
  }
}
@media (min-width: 62.4375em) {
  .no-score.company-review-card {
    grid-template-areas: "a b" "d d";
  }
}
.no-score [data-tabs="tabs-container"] {
  margin-top: 1.125rem;
}
.company-review-card .placeholder-img {
  max-width: 12.5rem;
  max-height: 6rem;
  min-height: 6rem;
}
.wealth-at-a-glance-card {
  grid-template-areas: "a" "b" "c" "d" "e";
}
@media (min-width: 37.4375em) {
  .wealth-at-a-glance-card {
    grid-template-areas: "a a" "b c" "d d" "e e";
  }
}
@media (min-width: 62.4375em) {
  .wealth-at-a-glance-card {
    grid-template-areas: "a b" "c d";
  }
}
.wealth-at-a-glance-card .company-review-card-logo {
  grid-area: a;
}
.wealth-at-a-glance-card .company-review-card-myfi {
  grid-area: c;
  padding: 0 1rem;
  width: 100%;
}
@media (min-width: 37.4375em) {
  .wealth-at-a-glance-card .company-review-card-myfi {
    grid-area: c;
    padding: 0;
    margin: 0 2rem;
    justify-self: right;
  }
}
@media (min-width: 62.4375em) {
  .wealth-at-a-glance-card .company-review-card-myfi {
    grid-area: b;
    justify-self: left;
    margin: 0;
    padding-right: 1rem;
  }
}
.wealth-at-a-glance-card .company-review-card-myfi .myFinance-widget {
  margin: 0 !important;
}
.wealth-at-a-glance-card .company-review-card-score {
  grid-area: b;
}
@media (min-width: 37.4375em) {
  .wealth-at-a-glance-card .company-review-card-score {
    grid-area: b;
  }
}
@media (min-width: 62.4375em) {
  .wealth-at-a-glance-card .company-review-card-score {
    grid-area: c;
  }
}
.wealth-at-a-glance-card .company-review-card-summary {
  grid-area: d;
}
@media (min-width: 37.4375em) {
  .wealth-at-a-glance-card .company-review-card-summary {
    grid-area: d;
  }
}
.ContentWithNavigation {
  display: flex;
  flex-direction: column;
}
.ContentWithNavigation-toc {
  top: 0;
  position: sticky;
  z-index: 980;
  margin: 0 -1rem;
  min-width: 25%;
  box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533;
}
@media (min-width: 62.4375em) {
  .ContentWithNavigation-toc {
    z-index: 1;
  }
}
.ContentWithNavigation-tocNav {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
}
.ContentWithNavigation-tocHeader {
  margin: 0;
  padding: 1rem 0;
}
.ContentWithNavigation-tocList {
  list-style-type: none;
  margin: 0;
  overflow-y: auto;
}
.ContentWithNavigation-tocListItem {
  position: relative;
  padding: 0.5rem 0;
}
.ContentWithNavigation-tocListItem.is-active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.625rem;
  bottom: 0.625rem;
  width: 0.125rem;
  background-color: #0157ff;
}
.ContentWithNavigation-tocListItem.is-active .ContentWithNavigation-tocLink {
  color: #151515;
  font-weight: 800;
  width: calc(100% - 1rem);
}
.ContentWithNavigation-tocLink {
  display: block;
  color: #515260;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.2s ease, width 0.2s ease;
  margin-left: auto;
  width: 100%;
}
.ContentWithNavigation-tocLink:hover {
  color: #0157ff !important;
  text-decoration: underline;
}
.ContentWithNavigation-body {
  flex: 1;
  overflow-x: hidden;
  padding-top: 1.5rem;
  margin-top: -2.5rem;
}
.ContentWithNavigation-body h2:after,
.ContentWithNavigation-body h2:before,
.ContentWithNavigation-body h3:after,
.ContentWithNavigation-body h3:before,
.ContentWithNavigation-body p:after,
.ContentWithNavigation-body p:before {
  all: unset;
}
.ContentWithNavigation-body .type-body-one:before,
.ContentWithNavigation-body .type-body-one:after,
.ContentWithNavigation-body .text-size-nm:before,
.ContentWithNavigation-body .text-size-nm:after {
  all: unset !important;
}
.ContentWithNavigation-body h2 {
  margin: 4rem 0 1.5rem;
}
.ContentWithNavigation-body h3 {
  margin: 4rem 0 1rem;
}
.ContentWithNavigation-body p {
  margin-bottom: 1.5rem;
}
.ContentWithNavigation-body h2:not(.RateCard h2):before {
  content: "";
  display: block;
  height: 5rem;
  margin-top: -5rem;
  visibility: hidden;
  pointer-events: none;
}
@media (min-width: 62.4375em) {
  .ContentWithNavigation {
    flex-direction: row;
  }
  .ContentWithNavigation-toc {
    height: 100%;
    flex: 1;
    box-shadow: none;
    margin: 0;
  }
  .ContentWithNavigation-tocHeader {
    border-bottom: 1px solid #b1b7c5;
  }
  .ContentWithNavigation-tocNav {
    display: block;
    padding: 0 1.5rem 0 0;
  }
  .ContentWithNavigation-body {
    flex: 3;
  }
  .ContentWithNavigation-body h2:not(.RateCard h2):before {
    height: 2rem;
    margin-top: -2rem;
  }
}
.TocModal {
  animation: none !important;
  padding: 0 !important;
}
.TocModal:after {
  content: unset;
}
.TocModal-content {
  border-radius: 1rem 1rem 0 0;
  background-color: #fff;
  width: 100vw;
  max-width: 800px;
  padding: 1.75rem 1.5rem;
  display: flex;
}
.TocModal-close {
  background-color: #fff;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.TocModal-header {
  margin: 0;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #b1b7c5;
}
.TocModal-tocNav {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.TocModal .Modal-container {
  overflow: hidden;
  animation: none !important;
}
@media (min-width: 62.4375em) {
  .TocModal {
    padding: 0 1.5rem;
  }
}
.toc-modal--active {
  overflow: clip !important;
}
.ContentCard {
  flex-grow: 0;
  height: 100%;
}
@media (min-width: 62.4375em) {
  .ContentCard {
    height: -moz-min-content;
    height: min-content;
  }
  .ContentCard .ContentCard-HoverContent {
    display: none;
  }
  .ContentCard:hover .ContentCard-HoverContent {
    display: block;
  }
  .ContentCard:hover .ContentCard-Header {
    display: none;
  }
  .ContentCardDisplay {
    height: 32.5rem;
  }
}
#vertical-drawer a {
  line-height: 1.75 !important;
  font-size: 1rem !important;
  letter-spacing: -0.015625rem !important;
}
#mobile-vertical-drawer {
  box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533;
  width: 100%;
  position: fixed;
  left: 0;
  display: none;
  z-index: 99;
}
#mobile-vertical-drawer[data-position="top"] {
  top: 0;
}
#mobile-vertical-drawer[data-position="bottom"] {
  bottom: 0;
}
#mobile-vertical-drawer nav {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
}
.vertical-drawer-list li.is-active {
  font-family: CircularStd-Bold, Arial, sans-serif;
  border-left: 2px solid #0157ff;
  padding-left: 16px;
}
#vertical-drawer-modal {
  animation: none !important;
  padding: 0 !important;
}
#vertical-drawer-modal:after {
  content: unset;
}
#vertical-drawer-modal .Modal-content {
  border-radius: 1rem 1rem 0 0;
  background-color: #fff;
  width: 100vw;
  max-width: 800px;
  padding: 1.75rem 1.5rem;
  display: flex;
  animation: none !important;
}
#vertical-drawer-modal .Modal-close {
  background-color: #fff;
  position: absolute;
  right: 2rem;
  top: 2rem;
  cursor: pointer;
}
#vertical-drawer-modal .Modal-close svg {
  padding: 5px;
  border-radius: 50%;
  background-color: #f3f4f8;
}
#vertical-drawer-modal .Modal--header {
  margin: 0;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #b1b7c5;
}
#vertical-drawer-modal .Modal--nav {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#vertical-drawer-modal .Modal-container {
  overflow: hidden;
  animation: none !important;
}
@media (min-width: 62.4375em) {
  #vertical-drawer-modal {
    padding: 0 1.5rem;
  }
}
.feat-card {
  box-shadow: 0 0 3px #1515151a, 0 8px 16px -3px #15151533;
  margin-bottom: 24px;
  width: 296px;
}
.feat-card:last-of-type {
  margin-bottom: 0;
}
.feat-card img {
  max-height: 45px;
}
.feat-card .Button {
  width: 100%;
}
.compare-toolbar {
  position: fixed;
  z-index: 22;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(120%);
  transition: all 0.4s ease-in-out;
  pointer-events: none;
}
.compare-toolbar.is-active {
  transform: translateY(0);
}
.compare-toolbar__outer-wrapper {
  display: flex;
  align-items: center;
}
@media (min-width: 999px) {
  .compare-toolbar__outer-wrapper {
    display: block;
    background: #fff;
    box-shadow: 0 -0.5rem 1rem #020d6e26;
  }
}
.compare-toolbar__inner-wrapper {
  width: 100%;
}
@media (min-width: 999px) {
  .compare-toolbar__inner-wrapper {
    display: flex;
    align-items: center;
    margin: auto;
  }
}
.compare-toolbar__bottom {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 3.75rem;
  padding: 0 1rem;
  background: #fff;
  pointer-events: auto;
  box-shadow: 0 -0.5rem 1rem #020d6e26;
}
@media (min-width: 999px) {
  .compare-toolbar__bottom {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    box-shadow: none;
  }
}
.compare-toolbar__middle {
  pointer-events: auto;
  transform: translateY(calc(100% + 6.625rem));
  transition: transform 0.4s ease-in-out;
}
.compare-toolbar__middle.is-open {
  transform: translateY(0);
}
@media (min-width: 999px) {
  .compare-toolbar__middle {
    transform: none;
    transition: none;
  }
  .compare-toolbar__middle.is-open {
    transform: none;
  }
}
.compare-toolbar__card {
  display: flex;
  position: relative;
  align-items: center;
  min-height: 5.625rem;
  padding: 0 1rem;
}
@media (min-width: 999px) {
  .compare-toolbar__card {
    min-height: auto;
    padding: 0;
  }
}
.compare-toolbar__card .compare-toolbar__link {
  display: inline-block;
  height: 3.125rem;
}
@media (max-width: 999px) {
  .compare-toolbar__card .compare-toolbar__link {
    display: block;
    height: 2.5rem;
  }
}
.compare-toolbar__card .compare-toolbar__card-art {
  height: 1.9375rem;
}
@media (min-width: 999px) {
  .compare-toolbar__card .compare-toolbar__card-art {
    height: 2.5rem;
  }
}
.compare-toolbar__card:hover .card__remove-button {
  display: block;
}
.compare-toolbar__card .card__remove-button {
  position: absolute;
  right: 2.0625rem;
  width: 0.8125rem;
  height: 0.8125rem;
  border: none;
  background: none;
  font-size: 0;
  cursor: pointer;
}
@media (min-width: 999px) {
  .compare-toolbar__card .card__remove-button {
    display: none;
    border-radius: 50%;
    top: -0.625rem;
    right: -0.625rem;
    width: 1.4375rem;
    height: 1.4375rem;
    background: #fff;
    box-shadow: 0 0.125rem 0.5rem #020d6e26;
  }
}
.compare-toolbar__card .card__remove-button:before,
.compare-toolbar__card .card__remove-button:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1rem;
  height: 0.125rem;
  border-radius: 0.0625rem;
  background-color: #777;
}
@media (min-width: 999px) {
  .compare-toolbar__card .card__remove-button:before,
  .compare-toolbar__card .card__remove-button:after {
    top: 0.625rem;
    width: 0.8125rem;
    background-color: #151515;
  }
}
.compare-toolbar__card .card__remove-button:before {
  transform: rotate(45deg);
}
@media (min-width: 999px) {
  .compare-toolbar__card .card__remove-button:before {
    left: 0.3125rem;
  }
}
.compare-toolbar__card .card__remove-button:after {
  transform: rotate(-45deg);
}
@media (min-width: 999px) {
  .compare-toolbar__card .card__remove-button:after {
    right: 0.3125rem;
  }
}
.compare-toolbar__placeholder {
  min-height: 0;
}
@media (min-width: 999px) {
  .compare-toolbar__placeholder {
    display: block;
    width: 4rem;
    min-height: 2.5rem;
    margin-right: 1rem;
    border: 0.0625rem dashed #151515 !important;
    border-radius: 0.1875rem;
  }
}
.compare-toolbar__add-more-text {
  display: none;
}
@media (min-width: 999px) {
  .compare-toolbar__add-more-text {
    display: inline;
  }
}
.compare-toolbar__top {
  display: flex;
  position: absolute;
  z-index: -1;
  bottom: 100%;
  left: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  transform: translateY(calc(100% - 2.625rem));
  transition: transform 0.4s ease-in-out;
  pointer-events: none;
}
@media (min-width: 999px) {
  .compare-toolbar__top {
    transform: translateY(100%);
  }
}
.compare-toolbar__top.is-active {
  transform: translateY(0);
}
.compare-toolbar__close-button {
  height: 1.375rem;
  margin: 0.625rem 0.9375rem;
  padding: 0;
  border: none;
  background: none;
  color: #fff;
  font-family: CircularStd-Book, Arial, sans-serif;
  text-decoration: underline;
}
@media (min-width: 999px) {
  .compare-toolbar__close-button {
    margin: 0.625rem 1.875rem;
    display: none;
  }
}
.compare-toolbar__max-reached {
  border-left: 0.25rem solid #d71919;
  background: #fdf3f3;
}
.compare-toolbar__max-reached .Alert {
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: #fdf3f3;
  border-left: none !important;
  margin: auto;
  box-shadow: none;
}
@media (min-width: 999px) {
  .compare-toolbar__max-reached .Alert {
    justify-content: left;
  }
}
.compare-toolbar__max-reached .alert__text {
  margin-right: 0;
  flex: unset;
}
.compare-toolbar__max-reached-text {
  width: 100%;
  max-width: calc(100vw - 3.75rem);
  margin: 0 auto;
}
@media (min-width: 999px) {
  .compare-toolbar__max-reached-text {
    display: flex;
    align-items: center;
    max-width: 75rem;
  }
}
.compare-toolbar__line-up {
  width: 100%;
  margin: 0;
  background: #fff;
  list-style: none;
}
@media (min-width: 999px) {
  .compare-toolbar__line-up {
    padding: 0 1.875rem;
    display: flex;
    align-items: center;
    width: auto;
    padding: 0;
    background: none;
  }
}
.compare-toolbar__line-up > .compare-toolbar__card ~ .compare-toolbar__card {
  border-top: 0.0625rem solid #eee;
}
.compare-toolbar__menu-button {
  display: flex;
  position: relative;
  margin-right: auto;
}
@media (min-width: 999px) {
  .compare-toolbar__menu-button {
    display: none;
  }
}
.compare-toolbar__card-count {
  display: flex;
  position: absolute;
  top: -0.3125rem;
  right: -0.6875rem;
  align-items: center;
  justify-content: center;
  width: 1.3125rem;
  height: 1.3125rem;
  border-radius: 50%;
  background: #f4dc6c;
  color: #151515;
  font-family: CircularStd-Book, Arial, sans-serif;
  font-size: 0.875rem;
}
.compare-toolbar__compare-button {
  font-size: 1rem !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 2.5rem;
}
.compare-toolbar__clear-button {
  margin-left: 2.1875rem;
  border: none;
  background: none;
  cursor: pointer;
}
.compare-toolbar__card-title {
  margin: 0 2.9375rem 0 1.25rem;
  color: #151515;
  font-family: CircularStd-Book, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1875rem;
}
@media (min-width: 999px) {
  .compare-toolbar__card-title {
    display: none;
  }
  .compare-toolbar__tooltip * .tooltip__content {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
}
.dark-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
  background-color: #000c;
  pointer-events: none;
}
.dark-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 999px) {
  .dark-overlay.is-active {
    display: none;
  }
}
.form-checkbox--compare .is-disabled {
  cursor: not-allowed;
}
.form-checkbox--compare .FormCheckbox:hover:before {
  background-color: #fff;
  box-shadow: none;
}
.ExpertAnalystBlock-avatar--featured {
  outline: 0.125rem solid #fff;
}
.ExpertAnalystBlock-description :where(a) {
  color: #0157ff;
  text-decoration-color: #0157ff;
  transition: all 0.2s ease-in-out;
}
.ExpertAnalystBlock-description :where(a):hover,
.ExpertAnalystBlock-description :where(a):focus-visible {
  color: #0045cd;
  text-decoration-color: #00349a;
}
.EmailCapture-copy {
  letter-spacing: -0.0156rem;
}
.EmailCapture-input--invalid {
  border: 2px solid #d71919 !important;
  background-color: #fff3f3 !important;
}
.EmailCapture-hide {
  display: none;
}
.FamBlockStatistics {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 600px;
}
@media (min-width: 62.4375em) {
  .FamBlockStatistics {
    margin-left: 4rem;
    max-width: none;
    gap: 2rem;
  }
}
.FamBlockStatistics-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.5rem;
}
@media (min-width: 37.4375em) {
  .FamBlockStatistics-row {
    align-items: center;
  }
}
.FamBlockStatistics-block {
  width: 116px;
  min-width: 116px;
  height: 116px;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.FamBlockStatistics-value {
  font-size: 2.75rem;
  color: #fff;
}
.featured-cards-container {
  overflow: hidden;
}
@media (min-width: 37.4375em) {
  .featured-cards-container {
    overflow: visible;
  }
}
.featured-cards-container .featured-cards-line {
  position: absolute;
  top: 10px;
  width: 100%;
}
@media (min-width: 37.4375em) {
  .featured-cards-container .featured-cards-line {
    top: -165px;
    left: 50%;
    transform: translate(-50%) rotate(180deg);
    width: unset;
    max-width: unset;
    height: 18.75rem;
  }
}
@media (min-width: 62.4375em) {
  .featured-cards-container .featured-cards-line {
    top: 10%;
    transform: translate(-50%, -50%) rotate(180deg);
  }
}
.FeatureComparison {
  overflow-x: auto;
  overflow-y: visible;
  max-width: calc(var(--section-main-wrapper) + var(--section-x-spacing) * 2);
}
@media (min-width: 89.9375em) {
  .FeatureComparison-item--featured:after {
    content: "vs.";
    width: 100%;
    text-align: center;
    padding-top: 1.5rem;
    font-size: 1.125rem;
    line-height: 1;
    display: block;
  }
}
.FeatureComparisonCard {
  display: flex;
  flex-direction: column;
  max-width: 19rem;
}
.FeatureComparisonCard .Icon--sm {
  min-width: 1.5rem;
  min-height: 1.5rem;
}
.FeatureComparisonCard .checkmark-list .item {
  align-items: flex-start;
}
.FeatureComparisonCard .Richtext {
  height: 100%;
}
.FeatureComparisonCard-header {
  padding: 0.5rem 1rem;
}
.FeatureComparisonCard-description {
  padding: 1rem;
}
.FeatureComparisonCard-button {
  padding-bottom: 1rem;
}
.FeatureComparisonCard--featured .FeatureComparisonCard-header {
  background-color: #0157ff;
}
@media (min-width: 89.9375em) {
  .FeatureComparisonCard--featured {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    align-items: stretch;
  }
  .FeatureComparisonCard--featured > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .FeatureComparisonCard--featured .FeatureComparisonCard-header {
    align-items: center;
    padding: 1.5rem 1rem;
  }
  .FeatureComparisonCard--featured .FeatureComparisonCard-description {
    position: relative;
    text-align: left;
    padding: 1.5rem 1rem;
  }
  .FeatureComparisonCard--featured .FeatureComparisonCard-hr {
    position: absolute;
    right: -1rem;
    height: calc(100% - 2rem);
    top: 1rem;
    border-bottom: 0;
    border-left: 0.0625rem solid #b1b7c5;
    padding-top: 0;
  }
  .FeatureComparisonCard--featured .FeatureComparisonCard-button {
    padding: 1.5rem 2rem 1.5rem 0;
  }
  .FeatureComparisonCard--featured .Button {
    width: 100%;
  }
}
.FeatureComparisonCard-description {
  text-align: center;
}
.FeatureComparisonCard-description .Richtext > *:first-child {
  margin-top: 0;
}
.FeatureComparisonCard-description .Richtext > *:last-child {
  margin-bottom: 0;
}
.FeatureComparisonCard-hr {
  border-bottom: 0.0625rem solid #b1b7c5;
  padding-top: 1.5rem;
  margin-bottom: 0;
}
.FeatureComparisonCard-header {
  background: #0137a1;
}
.FeatureComparisonCard-button {
  padding-left: 1rem;
  padding-right: 1rem;
}
.fa-matcher .myFinance-iframe {
  height: 620px !important;
  width: 100% !important;
}
.fa-matcher-background-wrapper {
  bottom: 0;
  height: 407px;
}
.fa-matcher-background {
  height: 407px;
  background-image: url(/build/assets/fa-topography-mobile.11954306.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 407px;
}
.fa-matcher-container {
  height: 620px;
  width: 100%;
  box-shadow: 0 8px 16px -3px #15151533;
  filter: drop-shadow(0px 0px 3px rgba(21, 21, 21, 0.1));
}
@media (min-width: 599px) {
  .fa-matcher-background {
    background-size: auto 407px;
    background-image: url(/build/assets/fa-topography.cbec4cca.svg);
  }
}
@media (min-width: 999px) {
  .fa-matcher .myFinance-iframe {
    height: 610px !important;
    width: 100% !important;
  }
  .fa-matcher-container {
    height: 610px;
  }
}
@media (min-width: 1439px) {
  .fa-matcher-background {
    background-size: 100% 407px;
    background-image: url(/build/assets/fa-topography.cbec4cca.svg);
  }
  .fa-matcher-container {
    width: 688px;
  }
}
.full-width-video-hero {
  background: rgba(0, 20, 61, 0.75);
  padding: 8.5625rem 0.9375rem 0;
  height: 100%;
  animation: fadeInAnimation ease-in 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@media (min-width: 62.4375em) {
  .full-width-video-hero {
    padding: 9.75rem 0.9375rem 0;
    height: 39.375rem;
  }
}
.full-width-video-hero__video {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-position: -2rem 4.5rem;
  object-position: -2rem 4.5rem;
  transform: scale(2);
}
@media (min-width: 37.4375em) {
  .full-width-video-hero__video {
    -o-object-position: 0;
    object-position: 0;
    transform: none;
  }
}
@media (min-width: 89.9375em) {
  .full-width-video-hero__video {
    -o-object-position: 0 -5.125rem;
    object-position: 0 -5.125rem;
  }
}
.full-width-video-hero__title {
  font-size: 1.8125rem;
  line-height: 2.25rem;
}
@media (min-width: 62.4375em) {
  .full-width-video-hero__title {
    font-size: 4.858rem;
    line-height: 5.76rem;
  }
  .full-width-video-hero__text-container {
    max-width: 57.9375rem;
  }
  .full-width-video-hero__disclaimer {
    bottom: 1.5rem;
    right: 3.75rem;
  }
}
.full-width-video-hero .text-ndr-blue {
  color: #0077e7;
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.GridLayout {
  grid-auto-flow: dense;
  -moz-column-gap: var(--section-x-spacing) !important;
  column-gap: var(--section-x-spacing) !important;
}
.GridLayout-row-gap {
  row-gap: 4rem;
}
.GridLayout-item > *:first-child {
  margin-top: 0;
}
.GridLayout-item > *:last-child {
  margin-bottom: 0;
}
.HeroHeaderSection--dashed:after {
  background-image: url(/build/assets/long-line.824af9c4.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  content: "";
  width: 100%;
  transform: rotate(180deg);
  height: 60%;
  position: absolute;
  bottom: 2rem;
  left: 0;
}
@media (min-width: 62.4375em) {
  .HeroHeaderSection--dashed:after {
    height: 45%;
    bottom: 0rem;
  }
}
.HeroParallaxScroll {
  overflow: hidden;
}
.HeroParallaxScroll svg {
  height: 100%;
  width: 100%;
}
.HeroParallaxScroll__text-container {
  margin: 10rem 1rem;
}
@media (min-width: 62.4375em) {
  .HeroParallaxScroll__text-container {
    margin: 12.75rem 1rem;
  }
}
.HeroParallaxScroll__title {
  font-size: 2.875rem;
  line-height: 1.19;
}
@media (min-width: 62.4375em) {
  .HeroParallaxScroll__title {
    font-size: 5.3125rem;
    line-height: 1.28;
  }
}
.HeroParallaxScroll__subtitle {
  max-width: 38.3125rem;
  letter-spacing: -0.15px;
}
.HeroParallaxScroll__bottom-layer--top-left {
  top: -16.4375rem;
  left: -8.25rem;
}
@media (min-width: 62.4375em) {
  .HeroParallaxScroll__bottom-layer--top-left {
    top: -9.5rem;
    left: 0;
  }
}
.HeroParallaxScroll__bottom-layer--top-right {
  top: 4.6875rem;
  right: 1.1875rem;
  height: 4.875rem;
  width: 4.875rem;
}
@media (min-width: 62.4375em) {
  .HeroParallaxScroll__bottom-layer--top-right {
    top: 8rem;
    right: 4.75rem;
    height: 9.625rem;
    width: 9.625rem;
  }
}
.HeroParallaxScroll__bottom-layer--bottom-left {
  bottom: 0.75rem;
  left: -1.0625rem;
  height: 4.875rem;
  width: 4.875rem;
}
@media (min-width: 62.4375em) {
  .HeroParallaxScroll__bottom-layer--bottom-left {
    bottom: -2.5rem;
    left: 1.5rem;
    height: 10rem;
    width: 10rem;
  }
}
.HeroParallaxScroll__bottom-layer--bottom-right {
  height: 4.8125rem;
  width: 11.75rem;
  bottom: 0;
  right: -4.125rem;
}
@media (min-width: 62.4375em) {
  .HeroParallaxScroll__bottom-layer--bottom-right {
    bottom: -0.5rem;
    right: 0;
    width: 28.5rem;
    height: 11.875rem;
  }
}
.HeroParallaxScroll__middle-layer--top-left {
  top: 1.0625rem;
  left: 1.4375rem;
  height: 4.9375rem;
  width: 5rem;
}
@media (min-width: 62.4375em) {
  .HeroParallaxScroll__middle-layer--top-left {
    top: 2.5625rem;
    left: 5.1875em;
    width: 10.6875rem;
    height: 10.625rem;
  }
}
.HeroParallaxScroll__middle-layer--top-right {
  top: 1.625rem;
  right: 1.1875rem;
  height: 3.9375rem;
  width: 1.9375rem;
}
@media (min-width: 62.4375em) {
  .HeroParallaxScroll__middle-layer--top-right {
    top: 1.9375rem;
    right: 3.75rem;
    width: 3.9375rem;
    height: 7.8125rem;
  }
}
.HeroParallaxScroll__middle-layer--bottom-left {
  bottom: 3.8125rem;
  left: 1.75rem;
  height: 3.5625rem;
  width: 3.5625rem;
}
@media (min-width: 62.4375em) {
  .HeroParallaxScroll__middle-layer--bottom-left {
    bottom: 10.3125rem;
    left: 5.9375rem;
    width: 6.4375rem;
    height: 6.4375rem;
  }
}
.HeroParallaxScroll__middle-layer--bottom-right {
  height: 7.0625rem;
  width: 5.875rem;
  bottom: 1.6875rem;
  right: 1.1875rem;
}
@media (min-width: 62.4375em) {
  .HeroParallaxScroll__middle-layer--bottom-right {
    bottom: 5.5rem;
    right: 7.6875rem;
    width: 11.25rem;
    height: 13.5625rem;
  }
}
.WavyHero {
  position: relative;
  aspect-ratio: 2/3;
  display: grid;
  grid-template-rows: 1fr auto;
  text-align: center;
  color: #fff;
}
@media (min-width: 37.4375em) {
  .WavyHero {
    align-items: center;
    aspect-ratio: 1/1;
  }
}
@media (min-width: 62.4375em) {
  .WavyHero {
    aspect-ratio: 16/9;
  }
}
@media (min-width: 89.9375em) {
  .WavyHero {
    aspect-ratio: auto;
    height: 80vh;
  }
}
.WavyHero:after {
  content: "";
  display: block;
  aspect-ratio: 375/104;
  background-image: url(/build/assets/hero-wave-accent-mobile.b7cb6318.svg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center bottom;
  z-index: 4;
  position: relative;
  bottom: -0.0625rem;
}
@media (min-width: 37.4375em) {
  .WavyHero:after {
    aspect-ratio: 9/2;
    background-image: url(/build/assets/hero-wave-accent-desktop.8b5eaba0.svg);
  }
}
@media (min-width: 62.4375em) {
  .WavyHero:after {
    aspect-ratio: 9/1;
  }
}
.WavyHero-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 3;
  text-shadow: 0 0.125rem 0.5rem rgba(21, 21, 21, 0.2),
    0 0 0.0625rem rgba(21, 21, 21, 0.1);
}
.WavyHero-title {
  color: #fff;
}
.WavyHero-description {
  font-size: 1.125rem;
}
.WavyHero-picture {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.WavyHero-picture .Picture-image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.homepage-hero {
  position: relative;
  display: flex;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
  margin-bottom: 4rem;
}
.homepage-hero__line {
  display: block;
  position: absolute;
  top: 33%;
  right: unset;
  bottom: unset;
  left: 0;
  min-width: 102%;
  height: auto;
}
@media (min-width: 599px) {
  .homepage-hero__line {
    top: 32%;
    width: 37.4375;
  }
}
@media (min-width: 999px) {
  .homepage-hero__line {
    top: 48%;
  }
}
@media (min-width: 1280px) {
  .homepage-hero__line {
    top: 60%;
    right: unset;
    bottom: unset;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 80%;
  }
}
@media (min-width: 2180px) {
  .homepage-hero__line {
    top: 70%;
  }
}
.homepage-hero__topo {
  display: block;
  position: absolute;
  top: unset;
  right: unset;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  min-width: 1280px;
  height: auto;
}
.homepage-hero__container {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-bottom: -4rem;
  margin-right: auto;
  max-width: 50rem;
}
.homepage-hero__grid {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
  margin: -0.75rem;
}
.homepage-hero__tile {
  display: flex;
  padding: 0.75rem;
}
.homepage-hero__main {
  display: flex;
  flex: 1 0 auto;
  margin-top: 1.5rem;
  width: 100%;
}
@media (min-width: 89.9375em) {
  .homepage-hero__container {
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
    max-width: unset;
  }
  .homepage-hero__main {
    margin-top: 0;
    margin-left: 1.5rem;
    max-width: 39.375rem;
  }
}
.homepage-hero.bg-blue-gradient {
  background: linear-gradient(270deg, #153567 0%, #061d4b 52.8%, #00143d 100%);
}
.homepage-hero.bg-blue-gradient .homepage-hero__tile {
  padding: 0.625rem;
}
@media (min-width: 37.4375em) {
  .homepage-hero.bg-blue-gradient .homepage-hero__tile {
    padding: 0.75rem;
  }
}
.homepage-hero.bg-blue-gradient .blue-gradient__heading {
  line-height: 1.2;
  font-size: 2.25rem;
  letter-spacing: 0;
}
@media (min-width: 70em) {
  .homepage-hero.bg-blue-gradient .blue-gradient__heading {
    font-size: 3rem;
  }
}
@media (min-width: 90em) {
  .homepage-hero.bg-blue-gradient .blue-gradient__heading {
    font-size: 3.5rem;
  }
}
.homepage-hero.bg-blue-gradient .blue-gradient__subheading {
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: -0.015625rem;
}
.homepage-hub-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  min-height: 7.75rem;
  padding: 1em;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}
.homepage-hub-link.Skeleton {
  position: relative;
  overflow: hidden;
}
.homepage-hub-link.Skeleton:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 8;
  opacity: 1;
}
.homepage-hub-link.Skeleton:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 25%,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.6),
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0) 75%
  );
  height: 100%;
  width: 100%;
  z-index: 10;
  animation: shimmer 1.5s infinite;
}
.homepage-hub-link.Skeleton .Skeleton-item {
  position: relative;
  overflow: hidden;
}
.homepage-hub-link.Skeleton .Skeleton-item:after {
  z-index: 9;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #e3e6ee;
  border-radius: 0.25rem;
  content: "";
  width: 100%;
  height: 100%;
}
.homepage-hub-link.Skeleton .Skeleton-item.Skeleton-item--small {
  width: 2rem;
  height: 2rem;
}
.homepage-hub-link.Skeleton .Skeleton-item.Skeleton-item--large {
  height: 1.75rem;
  width: 66.67%;
}
@media (min-width: 89.9375em) {
  .homepage-hub-link.Skeleton .Skeleton-item.Skeleton-item--large {
    width: 80%;
  }
}
.homepage-hub-link:hover,
.homepage-hub-link:focus {
  color: #0157ff;
}
.homepage-hub-link-redesign-wrapper {
  flex-basis: 8rem;
}
@media (min-width: 375px) {
  .homepage-hub-link-redesign-wrapper {
    flex-basis: 10rem;
  }
}
.homepage-hub-link--blue-gradient {
  box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533;
  min-height: 8rem;
  padding: 1rem 0.5rem;
}
@media (min-width: 62.4375em) {
  .homepage-hub-link--blue-gradient {
    min-height: 7.75rem;
    padding: 1rem;
  }
}
.homepage-hub-link--blue-gradient .DefaultItem {
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-weight: 700;
  color: #00143d;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: -0.015625rem;
}
.homepage-hub-link--blue-gradient .Skeleton-item--large {
  line-height: 1.2;
}
@keyframes shimmer {
  0%,
  20% {
    transform: translate(-100%);
  }
  to {
    transform: translate(100%);
  }
}
.homepage-rate-charts {
  width: 100%;
}
.homepage-rate-charts-v2 {
  width: 100%;
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 30rem), 1fr));
}
@media (min-width: 62.4375em) {
  .homepage-rate-charts-v2 {
    grid-template-columns: 0.66fr 0.33fr;
  }
}
.homepage-rate-charts-v2-container {
  width: 100%;
}
.homepage-rate-charts-v2-cta {
  display: flex;
  flex-direction: column;
}
.homepage-rate-charts-bullet {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  font-size: 8px;
}
.homepage-rate-charts-bullet:before {
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background-color: currentColor;
  width: 1em;
  height: 1em;
  content: "";
}
.homepage-signup-cta {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  border-radius: 8px;
}
.homepage-signup-cta__head {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #b1b7c5;
  padding: 1rem 2rem;
}
.homepage-signup-cta__body {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  padding: 2rem;
}
.hub-hero {
  background-size: 1328px;
}
.hub-hero__gradient:before {
  background-image: linear-gradient(to top, #151515 30%, transparent 65%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 62.4375em) {
  .hub-hero__gradient:before {
    background-image: linear-gradient(to right, #151515, transparent);
    right: 0%;
    width: 100%;
  }
}
@media (min-width: 89.9375em) {
  .hub-hero__gradient:before {
    left: calc(100% - 1328px);
  }
}
.hub-hero__content {
  flex-basis: 23.25rem;
}
.hub-hero__button {
  right: 0;
  top: 20px;
}
@media (min-width: 37.4375em) {
  .hub-latest-articles .Card .Card-imageContainer {
    width: 18.75rem;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
.hub-toolbar {
  margin-top: -2.8125rem;
  position: relative;
}
.hub-toolbar.horizontal-scroll ul {
  overflow-x: auto;
  overflow-y: hidden;
}
.hub-toolbar.horizontal-scroll li {
  max-width: 15.7rem;
}
@media (min-width: 62.4375em) {
  .hub-toolbar.horizontal-scroll ul {
    overflow-x: hidden;
  }
  .hub-toolbar {
    margin-top: -4rem;
  }
}
@media (max-width: 62.43125em) {
  .hub-toolbar__card {
    border-bottom: none;
    border-left: 4px solid transparent;
  }
  .hub-toolbar__card:hover {
    border-left-color: #0157ff;
  }
}
@media (min-width: 62.4375em) {
  .hub-toolbar__card:hover {
    box-shadow: 0 0 4px #15151524, 0 16px 20px -5px #1515152e;
  }
}
.colorize-icon {
  color: #151515;
  transition: color 0.3s ease;
}
.colorize-icon\:hover:hover .colorize-icon,
.colorize-icon\:always .colorize-icon {
  color: #0157ff;
}
:where(.infogram-embed) {
  width: 100%;
}
.image {
  display: block;
  margin: 0;
  max-width: 100%;
}
.image[width],
.image[height] {
  max-width: 100%;
  height: auto;
}
.ImageResponsive {
  margin: 0;
  max-width: 100%;
}
.ImageResponsive[width],
.ImageResponsive[height] {
  max-width: 100%;
  height: auto;
}
.InvestingInTheDetails,
.InvestingInTheDetails-score {
  background-color: #f2f7ff;
}
@media (min-width: 37.4375em) {
  .InvestingInTheDetails-score {
    border-radius: 0 50px 50px 0 !important;
    margin-left: -2rem;
  }
}
.InvestingInTheDetails-score-number {
  font-size: 2.75rem;
  margin-top: 0.375rem;
}
.InvestingInTheDetails-accordion.open .Accordion-icon {
  transform: rotate(180deg);
}
.insurance-coverage-table-td {
  background-color: #e5eeff !important;
}
@media (min-width: 37.4375em) {
  .insurance-coverage-table-td {
    background-color: #fff !important;
  }
}
.insurance-coverage-table tbody.tbody-hidden {
  display: flex;
  flex-direction: column;
}
@media (min-width: 37.4375em) {
  .insurance-coverage-table tbody.tbody-hidden {
    display: table-header-group;
  }
}
.bankrate-score {
  white-space: nowrap;
}
.insurance-coverage-table {
  overflow: auto;
  -ms-overflow-style: none;
  margin-bottom: 0.28125rem !important;
  padding-bottom: 1rem;
}
@media (max-width: 37.43125em) {
  .insurance-coverage-table--Table {
    border-collapse: separate;
  }
  th.insurance-coverage-table--first-column {
    position: sticky;
    left: 0;
    background: var(--color-white) !important;
  }
  td.insurance-coverage-table--first-column {
    position: sticky;
    left: 0;
    background: #f6faff;
  }
  th.insurance-coverage-table--first-column:after,
  td.insurance-coverage-table--first-column:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: -0.0625rem;
    border-right: 0.0625rem solid var(--color-gray);
  }
  th.insurance-coverage-table--first-column:before,
  td.insurance-coverage-table--first-column:before {
    content: "";
    position: absolute;
    left: -0.1875rem;
    top: 0;
    bottom: -0.0625rem;
    border-right: 0.0625rem solid var(--color-gray);
  }
}
.insurance-disclosure-rates-table {
  margin-bottom: 0.28125rem !important;
}
@media (min-width: 62.4375em) {
  .insurance-coverage-table .carrier-column,
  .insurance-coverage-table .profile-column {
    min-width: 11.5rem !important;
  }
  .insurance-coverage-table .text-column {
    min-width: 16rem !important;
    max-width: 16rem !important;
  }
  .insurance-coverage-table .score-column {
    min-width: 9rem !important;
  }
  .insurance-coverage-table .standard-column {
    min-width: 6.5rem !important;
  }
}
@media (max-width: 62.43125em) {
  .insurance-coverage-table .carrier-column,
  .insurance-coverage-table .score-column,
  .insurance-coverage-table .standard-column {
    min-width: 8rem !important;
  }
  .insurance-coverage-table .text-column,
  .insurance-coverage-table .cta-column {
    min-width: 10rem !important;
  }
}
.insurance-coverage-table-logo {
  width: 7.368125rem;
}
@media (max-width: 62.43125em) {
  .insurance-coverage-table-logo {
    width: 5.263125rem;
  }
}
.introducing-mymoney {
  position: relative;
  padding: 0 0 120px 40px;
}
.introducing-mymoney__accent {
  position: absolute;
  z-index: 1;
  top: unset;
  left: unset;
  bottom: 27px;
  right: 40px;
  border-radius: 16px;
  width: 340px;
  max-width: calc(100% - 140px);
}
.introducing-mymoney__accent img {
  width: 100%;
  height: auto;
}
.introducing-mymoney__animation {
  position: relative;
  z-index: 2;
  box-shadow: 0 0 3px #1515151a, 0 8px 16px -3px #15151533;
  border-radius: 16px;
  overflow: hidden;
}
.introducing-mymoney__cta {
  position: absolute;
  z-index: 3;
  top: unset;
  left: 0;
  bottom: 0;
  right: unset;
  width: 194px;
  height: 194px;
}
@media (min-width: 37.4375em) {
  .introducing-mymoney {
    padding: 0 42px 88px 92px;
  }
  .introducing-mymoney__accent {
    right: 0;
  }
}
.introducing-mymoney-square {
  position: relative;
  display: block;
  box-shadow: 0 0 3px #1515151a, 0 8px 16px -3px #15151533;
  border-radius: 8px;
  background-color: #fff;
  padding: 24px 16px 32px;
  text-decoration: none;
  cursor: pointer;
}
.introducing-mymoney-square__text {
  transition: color 0.3s ease;
}
.introducing-mymoney-square__icon {
  position: absolute;
  top: unset;
  right: 16px;
  left: unset;
  bottom: 22px;
  width: 24px;
  height: 24px;
}
.introducing-mymoney-square:hover .introducing-mymoney-square__text {
  color: #0157ff;
}
@media (max-width: 37.43125em) {
  .JumpToCard .Card-body {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr 1fr;
  }
  .JumpToCard .Card-body > :first-child {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
  }
  .JumpToCard .Card-body > p {
    grid-column: 1 / span 3;
    grid-row: 2 / span 2;
    margin-bottom: 0;
  }
  .JumpToCard .Card-body > :last-child {
    grid-column: 3 / span 1;
    grid-row: 1 / span 1;
    text-align: right;
  }
}
.LandingPageHeader {
  position: relative;
}
@media (min-width: 37.4375em) {
  .LandingPageHeader {
    background-color: #00143d;
    background-image: url(/build/assets/footer_background_topo.d6d81652.png);
  }
}
.LandingPageHeader:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
  background-position: center bottom;
  background-size: auto 100%;
  max-height: 516px;
  background-repeat: no-repeat;
}
.LandingPageHeader-title h1 {
  color: #fff;
}
.LandingPageHeader-lines-container {
  align-items: center;
}
.LandingPageHeader-lines {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
@media (min-width: 375px) {
  .LandingPageHeader img {
    margin-top: -11.0625rem;
    margin-right: -18.875rem;
  }
}
@media (min-width: 760px) {
  .LandingPageHeader img {
    margin-top: -11.25rem;
    margin-right: -27.875rem;
  }
}
@media (min-width: 1024px) {
  .LandingPageHeader img {
    margin-top: -12.375rem;
    margin-left: -10.375rem;
  }
}
.LandingPageHeader-content {
  position: relative;
  z-index: 3;
  color: #fff;
}
.LandingPageHeader-header {
  display: flex;
  justify-content: flex-end;
  font-size: 0.875rem;
  line-height: 1;
}
.LandingPageHeader-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.LandingPageHeader-badges {
  display: flex;
  flex-direction: column;
}
.LandingPageHeader-badge {
  position: relative;
  display: flex;
  padding-top: 0.375rem;
  flex: 1;
  width: 12rem;
  color: #fff;
}
.LandingPageHeader-badge:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #0157ff4d;
  height: 1.5rem;
}
.LandingPageHeader-badgeText {
  display: flex;
  flex-direction: column;
}
.LandingPageHeader-badgeLabel {
  font-size: 0.875rem;
  letter-spacing: 1.8px;
  line-height: 1;
  text-transform: uppercase;
}
.LandingPageHeader-badgeDescription {
  white-space: nowrap;
}
@media (min-width: 62.4375em) {
  .LandingPageHeader-main {
    flex-direction: row;
  }
  .LandingPageHeader-badges {
    flex-direction: row;
    align-items: flex-end;
  }
  .LandingPageHeader-badge {
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: auto;
  }
  .LandingPageHeader-badge + .LandingPageHeader-badge {
    padding-left: 2rem;
  }
  .LandingPageHeader-badge:before {
    top: 1.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 37.4375em) {
  .LandingPageHeaderCondensed {
    background: linear-gradient(180deg, #fff 0%, #f3f4f8 100%);
  }
}
.List--orderedCircled > .List-item:before {
  content: counter(step-counter);
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 1.6rem !important;
  font-size: 1.25rem !important;
  background-color: var(--color-blue-medium);
  border: 0.125rem solid var(--color-blue-medium);
  color: var(--color-white);
  border-radius: 1rem;
}
.List--orderedCircled > .List-item > div {
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: initial;
  color: var(--color-slate) !important;
}
.MediaBlock {
  display: grid;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 37.4375em) {
  .MediaBlock {
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 62.4375em) {
  .MediaBlock {
    gap: 4rem;
  }
}
.MediaBlock + .MediaBlock {
  margin-top: 4rem;
}
.MediaBlock--default .VideoInModal {
  border-radius: 8px;
  overflow: hidden;
}
.MediaBlock--light-gray {
  background-color: #f3f4f8;
}
.MediaBlock--card {
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 37.4375em) {
  .MediaBlock--card .MediaBlock-media {
    align-self: stretch;
  }
  .MediaBlock--card .VideoInModal,
  .MediaBlock--card .VideoInModal-inner,
  .MediaBlock--card .Picture {
    height: 100%;
  }
  .MediaBlock--card .Picture-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.MediaBlock--card .MediaBlock-body {
  padding: 0 1rem 2rem;
}
@media (min-width: 37.4375em) {
  .MediaBlock--card .MediaBlock-body {
    padding: 2rem 2rem 2rem 0;
  }
  .MediaBlock--mirror {
    grid-template-columns: 2fr 1fr;
  }
  .MediaBlock--mirror .MediaBlock-media {
    grid-row: 1;
    grid-column: 2;
  }
  .MediaBlock--mirror .MediaBlock-body {
    grid-row: 1;
    grid-column: 1;
  }
}
.MediaBlock-media .VideoInModal-inner {
  border-radius: 0;
}
.MediaBlock-media .Picture-image {
  width: 100%;
}
.MediaBlock-media--accent {
  position: relative;
}
.MediaBlock-media--accent:before {
  content: "";
  aspect-ratio: 1;
  height: 66%;
  background-color: #0157ff;
  display: block;
  position: absolute;
  z-index: 0;
  border-radius: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.MediaBlock-media--bottom-left {
  padding-left: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 62.4375em) {
  .MediaBlock-media--bottom-left {
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.MediaBlock-media--bottom-left:before {
  bottom: 0;
  left: 0;
}
.MediaBlock-media--bottom-right {
  padding-right: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 62.4375em) {
  .MediaBlock-media--bottom-right {
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.MediaBlock-media--bottom-right:before {
  right: 0;
  bottom: 0;
}
.MediaBlock-media--top-left {
  padding-left: 1rem;
  padding-top: 1rem;
}
@media (min-width: 62.4375em) {
  .MediaBlock-media--top-left {
    padding-left: 1.5rem;
    padding-top: 1.5rem;
  }
}
.MediaBlock-media--top-left:before {
  left: 0;
  top: 0;
}
.MediaBlock-media--top-right {
  padding-right: 1rem;
  padding-top: 1rem;
}
@media (min-width: 62.4375em) {
  .MediaBlock-media--top-right {
    padding-right: 1.5rem;
    padding-top: 1.5rem;
  }
}
.MediaBlock-media--top-right:before {
  right: 0;
  top: 0;
}
.MediaBlock-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  grid-row: 1;
}
@media (min-width: 37.4375em) {
  .MediaBlock-body {
    grid-row: auto;
  }
}
.MediaBlock-body > * > *:first-child {
  margin-top: 0;
}
.MediaBlock-body > * > *:last-child {
  margin-bottom: 0;
}
.mission-block__dashes {
  left: -1rem;
  background-image: url(/build/assets/mobile-dashed-line.50600f47.svg);
}
@media (min-width: 37.4375em) {
  .mission-block__dashes {
    background-image: url(/build/assets/long-line.824af9c4.svg);
    transform: rotate(180deg);
    height: 18.75rem;
  }
}
.mission-block p {
  margin: 0;
  padding: 0;
}
.mission-block-item {
  box-shadow: 0 0 3px #1515151a, 0 8px 16px -3px #15151533;
}
@media (max-width: 37.43125em) {
  .MortgageRateTableHeaderV2-disclosure {
    margin-bottom: 0.875rem !important;
  }
}
.MortgageRateTableHeaderV2-header .Byline-userAvatar {
  outline: none;
}
.MortgageRateTableHeaderV2-introText .Link--standalone:focus {
  border-bottom-color: transparent !important;
}
.MortgageRateTableHeaderV2-introText .Link--standalone:focus:hover {
  border-bottom-color: #0157ff !important;
}
@media (max-width: 999px) {
  .MortgageRateTableHeaderV2-introText .Link--standalone {
    border: none !important;
  }
}
.MortgageRateTableHeaderV2-introText
  [data-read-more="content"]
  [data-read-more-rest] {
  display: none;
}
.MortgageRateTableHeaderV2-introText
  [data-read-more="content"].is-active
  [data-read-more-rest] {
  display: inline;
}
.MortgageRateTableHeaderV2-introText
  [data-read-more="content"].is-active
  [data-read-more-dots] {
  display: none;
}
.MortgageRateTableHeaderV2-contentContainer {
  position: relative;
}
.MortgageRateTableHeaderV2-contentContainer:before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(-0.5 * (100vw - 100%));
  bottom: 0;
  left: calc(-0.5 * (100vw - 100%));
  background-image: linear-gradient(180deg, #fff 37.16%, #f3f4f8 103.91%);
  z-index: -1;
}
.MortgageRateTableHeaderV2-drawers {
  white-space: nowrap;
  overflow-x: auto;
}
.MortgageRateTableHeaderV2-drawers::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.MortgageRateTableHeaderV2-drawers > button {
  white-space: nowrap;
}
.MortgagePre--spotlight {
  background: linear-gradient(180deg, #ffffff 37.16%, #f3f4f8 103.91%);
  position: relative;
}
@media (min-width: 37.4375em) {
  .MortgagePre--spotlight {
    background: none;
  }
}
.MortgagePre--background {
  height: 470px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -5;
}
.MortgagePre--content-wrapper {
  gap: 1.25rem;
}
@media (min-width: 37.4375em) {
  .MortgagePre--content-wrapper {
    display: grid;
    grid-template-columns: none;
    grid-template-areas: "main-cta" "how-it-works" "on-page";
  }
}
@media (min-width: 62.4375em) {
  .MortgagePre--content-wrapper {
    grid-template-columns: 3fr 1.5fr;
    grid-template-areas: "main-cta how-it-works" "on-page how-it-works";
    grid-template-rows: minmax(0, 1fr) auto;
  }
}
.MortgagePre--main-cta {
  grid-area: main-cta;
}
.MortgagePre--how-it-works {
  grid-area: how-it-works;
  margin-bottom: 1rem;
  z-index: 5;
}
@media (min-width: 37.4375em) {
  .MortgagePre--how-it-works {
    margin-bottom: 0;
  }
}
.MortgagePre--how-it-works > div {
  border-radius: 0 0 4px 4px;
  box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533;
  position: relative;
  top: -5px;
}
@media (min-width: 37.4375em) {
  .MortgagePre--how-it-works > div {
    border-radius: 4px;
    box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533;
    position: unset;
    top: 0;
  }
}
.MortgagePre--how-it-works .how-it-works__title:before {
  content: "" !important;
  border-top: 1px solid #b1b7c5;
  padding-top: 30px;
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 37.4375em) {
  .MortgagePre--how-it-works .how-it-works__title:before {
    content: none !important;
  }
}
.MortgagePre--on-page {
  grid-area: on-page;
}
.MortgagePre--on-page .OnThisPageBar {
  font-size: 1.125rem;
}
.MortgagePre--on-page .OnThisPageBar[aria-expanded="true"] {
  border-bottom-color: #0157ff;
  border-bottom-width: 4px;
}
.MortgagePre--on-page .OnThisPageBar[aria-expanded="true"] svg {
  fill: #0157ff;
}
.MortgagePre--on-page .OnThisPageListPre li:before {
  content: "\2022";
  color: #0157ff;
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.MortgagePre--on-page .OnThisPageListPre li a:before {
  content: none !important;
}
@media (min-width: 37.4375em) {
  .EntryContainer.is-pinned > div {
    background: #f3f4f8;
  }
}
.is-pinned + .EntryContainer--menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 31;
  background: #f3f4f8;
  box-shadow: 0 0 1px #1515151a, 0 -2px 8px -1px #15151533;
  -webkit-backface-visibility: hidden;
  padding-top: 0.5rem;
}
.EntryContainer--menu {
  display: none;
}
@media (max-width: 599px) {
  .EntryContainer--menu p {
    font-size: 14px !important;
  }
}
#pre-loantype-mobile {
  display: none;
}
.cta-group.is-pinned + #pre-loantype-mobile {
  display: block !important;
}
.entry__mixed-intent-v3 {
  box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533;
}
.entry__mixed-intent-v3 button {
  width: 100%;
  margin-bottom: 0.5rem !important;
  white-space: nowrap;
}
#pre-loantype-mobile .entry__mixed-intent-v3 {
  box-shadow: none;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
#pre-loantype-mobile .mixed-intent-header {
  font-size: 1rem !important;
  margin-bottom: 1rem !important;
}
.is-pinned.pinned-disabled + #pre-loantype-mobile.EntryContainer--menu {
  display: none !important;
}
#pre-drawer-modal {
  animation: none !important;
  padding: 0 !important;
}
#pre-drawer-modal:after {
  content: unset;
}
#pre-drawer-modal .Modal-content {
  border-radius: 1rem 1rem 0 0;
  background-color: #fff;
  width: 100vw;
  max-width: 800px;
  padding: 1.75rem 1.5rem;
  display: flex;
  animation: none !important;
}
#pre-drawer-modal .Modal-close {
  background-color: #fff;
  position: absolute;
  right: 2rem;
  top: 2rem;
  cursor: pointer;
}
#pre-drawer-modal .Modal-close svg {
  padding: 5px;
  border-radius: 50%;
  background-color: #f3f4f8;
}
#pre-drawer-modal .Modal--header {
  margin: 0;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #b1b7c5;
}
#pre-drawer-modal .Modal--nav {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#pre-drawer-modal .Modal-container {
  overflow: hidden;
  animation: none !important;
}
@media (min-width: 62.4375em) {
  #pre-drawer-modal {
    padding: 0 1.5rem;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.LogoAdBanner {
  background-color: #0077e7;
  background-image: none;
}
@media (min-width: 62.4375em) {
  .LogoAdBanner {
    background-image: var(--ad-banner-bg-image);
    background-position: left center;
  }
}
.LogoAdBanner-image {
  -o-object-fit: contain;
  object-fit: contain;
}
.LogoAdBanner-content {
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  grid-template-areas: "title title" "copy link" "copy link";
}
@media (min-width: 62.4375em) {
  .LogoAdBanner-content {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    grid-template-columns: 0.79fr 0.1fr;
    grid-template-areas: "title link" "copy link" "copy link";
  }
}
.LogoAdBanner-title {
  grid-area: title;
}
.LogoAdBanner-copy {
  letter-spacing: -0.0156rem;
  grid-area: copy;
}
.LogoAdBanner-link {
  grid-area: link;
}
.PartnerHighlight {
  border-top: 3px solid var(--border-top-color);
}
.PartnerHighlight .SimpleLink a {
  letter-spacing: 0.0156rem;
}
.PartnerHighlight-eyebrow {
  letter-spacing: 0.1563rem;
  color: #575757;
}
.PartnerHighlight-logo {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.PartnerHighlight-copy {
  color: #575757;
  letter-spacing: -0.0156rem;
}
.PartnerHighlight-offersContainer {
  background-color: var(--offers-background-color);
}
@media (min-width: 62.4375em) {
  .PartnerHighlight-offersContainer {
    flex-basis: 62vw;
  }
}
.PartnerHighlight-offerList {
  list-style: none;
}
.press-releases table td {
  font-family: CircularStd-Book, Arial, sans-serif;
}
.press-releases table th {
  font-family: CircularStd-Bold, Arial, sans-serif;
}
@media (max-width: 37.43125em) {
  .press-releases .file-extension {
    display: none;
  }
}
.ProductRecommendation__headline {
  font-family: Times New Roman !important;
}
.ProductRecommendation__sponsorLogo span {
  font-size: 0.693rem;
  letter-spacing: 0.089rem !important;
}
.RateOfferCard {
  max-width: 43.75rem;
}
.RateOfferCard__specialOffer {
  top: 0;
}
.RateOfferCard .divider {
  height: 4.375rem;
}
.RateTableHeader-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
}
.RateTableHeader-collapsibleContent {
  grid-column: 1 / span 2;
  grid-row: 2 / span 1;
  padding: 2.25rem 0 0.875rem;
  outline: none;
}
.RateTableHeader-collapse {
  background: none;
}
.RateTableHeader-whyTrustBR {
  grid-column: 1 / span 2;
  grid-row: 3 / span 1;
  background-color: #fff;
  margin-top: 0.75rem;
  box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533;
  border-radius: 0.5rem;
}
.RateTableHeader-modalTrigger {
  display: inline-block;
}
.RateTableHeader-modalTrigger + .RateTableHeader-modalTrigger:before {
  content: "";
  display: inline;
  margin: 0 1.5rem;
  border-left: 1px solid #b1b7c5;
  background-color: #b1b7c5;
}
.RateTableHeader-content {
  position: relative;
}
.RateTableHeader-content:before,
.RateTableHeader-content:after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(-0.5 * (100vw - 100%));
  bottom: 2rem;
  left: calc(-0.5 * (100vw - 100%));
}
.RateTableHeader-content:before {
  z-index: -1;
  max-height: 34.375rem;
  background: linear-gradient(#fff, #f3f4f8);
}
.RateTableHeader-content:after {
  z-index: -2;
  background-color: #f3f4f8;
}
.RateTableHeader-bottom {
  margin: 1rem 0;
}
.RateTableHeader #what-to-know-first-trigger {
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
}
.RateTableHeader #on-this-page-trigger {
  grid-column: 2 / span 1;
  grid-row: 1 / span 1;
}
@media (min-width: 62.4375em) {
  .RateTableHeader-cards {
    grid-template-columns: 18.75rem auto;
    grid-template-rows: repeat(2, 1fr) auto;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    row-gap: 1.25rem;
  }
  .RateTableHeader-collapsibleContent {
    grid-column: 1 / span 2;
    grid-row: 3 / span 1;
    padding: 1.5rem 0 0;
    margin-bottom: 4rem;
  }
  .RateTableHeader-whyTrustBR {
    margin-top: 0;
    grid-column: 2 / span 1;
    grid-row: 1 / span 2;
  }
  .RateTableHeader-bottom {
    margin: 0;
  }
  .RateTableHeader #what-to-know-first-trigger {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
  }
  .RateTableHeader #on-this-page-trigger {
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
  }
}
.RateTableHeader.RateTableHeaderV2 .RateTableHeader-contentContainer {
  min-height: 51rem;
  position: relative;
}
.RateTableHeader.RateTableHeaderV2 .RateTableHeader-contentContainer:before,
.RateTableHeader.RateTableHeaderV2 .RateTableHeader-contentContainer:after {
  content: "";
  position: absolute;
  inset: 0 calc(-0.5 * (100vw - 100%));
}
.RateTableHeader.RateTableHeaderV2 .RateTableHeader-contentContainer:after {
  z-index: -2;
  background: linear-gradient(to bottom, #fff 96%, #f3f4f8);
}
@media (min-width: 62.4375em) {
  .RateTableHeader.RateTableHeaderV2 .RateTableHeader-contentContainer {
    min-height: 38.25rem;
  }
  .RateTableHeader.RateTableHeaderV2 .RateTableHeader-contentContainer:after {
    background: linear-gradient(to bottom, #fff 80%, #f3f4f8);
  }
}
.RateTableHeader.RateTableHeaderV2 .RateTableHeader-readMore {
  height: 5.25em;
  overflow: hidden;
  position: relative;
}
.RateTableHeader.RateTableHeaderV2 .RateTableHeader-readMore:before {
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  display: block;
  height: 100%;
  inset: 0;
  position: absolute;
}
.RateTableHeader.RateTableHeaderV2 .RateTableHeader-readMore.is-active {
  height: auto;
}
.RateTableHeader.RateTableHeaderV2 .RateTableHeader-readMore.is-active:before {
  background: none;
}
.RateTableHeader.RateTableHeaderV2 .RateTableHeader-readMoreIcon {
  transition: transform 0.3s ease-in;
  transform: rotate(0);
}
.RateTableHeader.RateTableHeaderV2
  .RateTableHeader-readMoreTrigger.is-active
  .RateTableHeader-readMoreIcon {
  transform: rotate(-180deg);
}
.RateTableHeader.RateTableHeaderV2 .RateTableHeader-onThisPage {
  box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533;
  border-radius: 0.5rem;
  background-color: #fff;
  overflow: hidden;
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in,
    box-shadow 0.2s ease-in;
}
@media (max-width: 62.43125em) {
  .RateTableHeader.RateTableHeaderV2 .RateTableHeader-onThisPage:focus-within {
    outline: solid 2px #0157ff;
  }
  .RateTableHeader.RateTableHeaderV2 .RateTableHeader-onThisPage:before,
  .RateTableHeader.RateTableHeaderV2 .RateTableHeader-onThisPage:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    content: "";
    top: unset;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
  }
  .RateTableHeader.RateTableHeaderV2 .RateTableHeader-onThisPage:before {
    min-height: 10px;
    background-color: transparent;
    transition: background-color 0s ease;
    transition-delay: 0.2s;
  }
  .RateTableHeader.RateTableHeaderV2 .RateTableHeader-onThisPage:after {
    right: -1px;
    left: -1px;
    min-height: 11px;
    background-color: inherit;
    transition: transform 0.2s ease;
  }
  .RateTableHeader.RateTableHeaderV2 .RateTableHeader-onThisPage:hover:before,
  .RateTableHeader.RateTableHeaderV2
    .RateTableHeader-onThisPage:focus-within:before,
  .RateTableHeader.RateTableHeaderV2
    .RateTableHeader-onThisPage.is-active:before {
    background-color: #0157ff;
    transition-delay: 0ms;
  }
  .RateTableHeader.RateTableHeaderV2 .RateTableHeader-onThisPage:hover,
  .RateTableHeader.RateTableHeaderV2 .RateTableHeader-onThisPage:focus-within {
    box-shadow: 0 0 3px #1515151a, 0 8px 16px -3px #15151533;
  }
  .RateTableHeader.RateTableHeaderV2 .RateTableHeader-onThisPage:hover:after,
  .RateTableHeader.RateTableHeaderV2
    .RateTableHeader-onThisPage:focus-within:after {
    transform: translateY(-4px);
  }
}
@media (max-width: 37.43125em) {
  .RateTableHeaderV3-disclosure {
    margin-bottom: 0.875rem !important;
  }
}
.RateTableHeaderV3-introReadMore .wysiwyg ul {
  row-gap: 0;
}
.RateTableHeaderV3-whyTrustBR {
  background-color: #fff;
  margin-top: 1.8125rem;
  margin-bottom: 0.375rem;
  box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533;
  border-radius: 0.5rem;
  grid-column: 2 / span 1;
  grid-row: 1 / span 2;
}
@media (min-width: 62.4375em) {
  .RateTableHeaderV3-whyTrustBR {
    margin-top: 2.5rem;
    margin-bottom: 1.375rem;
    grid-column: 1 / span 2;
    grid-row: 3 / span 1;
  }
}
.RateTableHeaderV3-contentContainer {
  min-height: 61rem;
  position: relative;
}
.RateTableHeaderV3-contentContainer:before,
.RateTableHeaderV3-contentContainer:after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(-0.5 * (100vw - 100%));
  bottom: 17.5rem;
  left: calc(-0.5 * (100vw - 100%));
}
.RateTableHeaderV3-contentContainer:after {
  z-index: -2;
  background: #f3f4f8;
}
@media (min-width: 37.4375em) {
  .RateTableHeaderV3-contentContainer {
    min-height: 47.0625rem;
  }
  .RateTableHeaderV3-contentContainer:before,
  .RateTableHeaderV3-contentContainer:after {
    bottom: 11.375rem;
  }
}
@media (min-width: 62.4375em) {
  .RateTableHeaderV3-contentContainer {
    min-height: 35.5rem;
  }
  .RateTableHeaderV3-contentContainer:before,
  .RateTableHeaderV3-contentContainer:after {
    bottom: 18rem;
  }
  .RateTableHeaderV3-contentContainer:after {
    background: #f3f4f8;
  }
}
.RateTableHeaderV3-contentContainer.revamp {
  min-height: auto;
}
.RateTableHeaderV3 .Disclaimer {
  background: #fff;
}
.RateTableHeaderV4 .text-blue-300 {
  color: #aac7fe;
}
.RateTableHeaderV4 .border-blue-300 {
  border-color: #aac7fe;
}
.RateTableHeaderV4-contentContainer {
  position: relative;
}
.RateTableHeaderV4-contentContainer:before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(-0.5 * (100vw - 100%));
  bottom: 0;
  left: calc(-0.5 * (100vw - 100%));
  background-color: #00143d;
  z-index: -1;
}
@media (min-width: 37.4375em) {
  .RateTableHeaderV4-contentContainer:before {
    bottom: 70px;
  }
}
@media (min-width: 62.4375em) {
  .RateTableHeaderV4-contentContainer:before {
    bottom: 62px;
  }
}
.RateTableHeaderV4-introText {
  width: 100%;
}
@media (min-width: 37.4375em) {
  .RateTableHeaderV4-introText {
    max-width: 44rem;
  }
}
@media (min-width: 62.4375em) {
  .RateTableHeaderV4-introText {
    max-width: 56rem;
  }
}
.RateTableHeaderV4-introReadMore .wysiwyg ul {
  row-gap: 0;
}
.RateTableHeaderV4 h1 {
  margin-bottom: 1rem;
}
@media (min-width: 37.4375em) {
  .RateTableHeaderV4 h1 {
    margin-bottom: 2rem;
  }
  .RateTableHeaderV4 .Byline {
    justify-content: center !important;
  }
}
.RateTableHeaderV4 .Tooltip-trigger > span,
.RateTableHeaderV4 .Byline-user > span > span,
.RateTableHeaderV4 .Byline-user > span > div a.text-link,
.RateTableHeaderV4 .Byline-text,
.RateTableHeaderV4 .Byline-user .Tooltip-trigger,
.RateTableHeaderV4 .Byline-user:not(:last-child):after {
  color: #fff !important;
}
.RateTableHeaderV4 .Byline-user > div > .Button span,
.RateTableHeaderV4
  .Breadcrumb-itemContainer
  + .Breadcrumb-itemContainer:before {
  color: #aac7fe !important;
}
@media only screen and (max-width: 998px) and (min-width: 600px) {
  .RateTableHeaderV4 .Byline-user:not(:last-child):after {
    right: -1rem;
    color: #b1b7c5;
    content: "|";
    position: absolute;
  }
}
@media (min-width: 62.4375em) {
  .RateTableHeaderV4 .Date:before {
    margin-left: 1rem;
    margin-right: 1rem;
    color: #aac7fe;
    content: "|" !important;
  }
}
.RateTableHeaderV4 .ExpertVerified-button {
  background-color: transparent !important;
  height: 29px;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.RateTableHeaderV4 .ExpertVerified-button:hover {
  background-color: #fff !important;
  border-color: #fff !important;
}
.RateTableHeaderV4 .ExpertVerified-button:hover > svg,
.RateTableHeaderV4 .ExpertVerified-button:hover > span {
  color: #00143d !important;
}
.RateTableHeaderV4 .ExpertVerified-button > svg,
.RateTableHeaderV4 .ExpertVerified-button > span {
  color: #fff !important;
}
.RateTableHeaderV4 .Breadcrumb-itemContainer .Breadcrumb-item {
  color: #aac7fe;
}
.RateTableHeaderV4 .Breadcrumb-itemContainer:last-child .Breadcrumb-item {
  color: #fff;
}
.RateTableHeaderV4 .DrawerItem {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0 0.5rem;
}
.RateTableHeaderV4 .DrawerItem:not(:last-of-type) {
  border-right: 1px solid #b1b7c5;
}
.RateTableHeaderV4 .DrawerItem.Link,
.RateTableHeaderV4 .WealthReviewMethodology a.DrawerItem,
.WealthReviewMethodology .RateTableHeaderV4 a.DrawerItem,
.RateTableHeaderV4 .WealthReviewPage .wysiwyg a.DrawerItem,
.WealthReviewPage .wysiwyg .RateTableHeaderV4 a.DrawerItem,
.RateTableHeaderV4 .WealthBankProduct-overview a.DrawerItem,
.WealthBankProduct-overview .RateTableHeaderV4 a.DrawerItem {
  border-bottom: none;
}
.RateTableHeaderV4 .DrawerItem.Link:hover,
.RateTableHeaderV4 .WealthReviewMethodology a.DrawerItem:hover,
.WealthReviewMethodology .RateTableHeaderV4 a.DrawerItem:hover,
.RateTableHeaderV4 .WealthReviewPage .wysiwyg a.DrawerItem:hover,
.WealthReviewPage .wysiwyg .RateTableHeaderV4 a.DrawerItem:hover,
.RateTableHeaderV4 .WealthBankProduct-overview a.DrawerItem:hover,
.WealthBankProduct-overview .RateTableHeaderV4 a.DrawerItem:hover {
  text-decoration: none;
}
.RateTableHeaderV4 .DrawerItem.DrawerItemFooter {
  font-size: 0.75rem;
}
@media (min-width: 62.4375em) {
  .RateTableHeaderV4 .DrawerItem.DrawerItemFooter {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
  .RateTableHeaderV4 .FormPqBanner {
    width: 56rem;
  }
}
.RateTableHeaderPLEntryPoint .button-filter {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
  height: 62px;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0;
}
@media (max-width: 62.43125em) {
  .RateTableHeaderPLEntryPoint .form-container {
    background: white;
  }
}
@media (min-width: 62.4375em) {
  .RateTableHeaderPLEntryPoint .prequal-form {
    min-width: 630px;
    height: 402px;
  }
  .RateTableHeaderPLEntryPoint .prequal-form_content {
    width: 310px;
  }
}
.RateTableHeaderPLEntryPoint .how-it-works h2 .Icon {
  width: 24px !important;
  height: 24px !important;
}
.RateTableHeaderPLEntryPoint .how-it-works_item:last-of-type {
  margin-bottom: 0 !important;
}
.RateTableHeaderPLEntryPoint .how-it-works_item svg {
  width: 32px;
  height: 32px;
}
.RateTableHeaderPLEntryPoint .how-it-works_item p {
  max-width: 460px;
  margin-bottom: 0 !important;
}
@media (min-width: 62.4375em) {
  .RateTableHeaderPLEntryPoint .card-button .Icon {
    width: 24px !important;
    height: 24px !important;
  }
}
@media (max-width: 37.43125em) {
  .RateTableHeaderPLEntryPoint .card-button {
    height: 124px !important;
  }
  .RateTableHeaderPLEntryPoint .card-button .Icon {
    width: 32px !important;
    height: 32px !important;
  }
}
.RateTableHeaderPLEntryPoint .FormControl {
  max-width: 21.3333333333rem;
  position: relative;
}
.RateTableHeaderPLEntryPoint .FormControl--withLeftIcon:before {
  content: attr(data-format);
  font-size: 0.8888888889rem;
  left: 14px;
  font-family: CircularStd-Book, Arial, sans-serif;
  line-height: 1.75;
  position: absolute;
  top: unset;
  bottom: 11px;
}
.RateTableHeaderPLEntryPoint .FormElementHelp {
  margin-top: -15px;
  margin-bottom: 6px;
}
.RateTableHeaderPLEntryPoint #loanAmountFormControl.error .FormInput {
  background-color: #fff3f3;
  border-color: #d71919;
  border-width: 2px;
  color: #d71919;
  outline: none;
}
.RateTableHeaderPLEntryPoint #how-it-works-trigger {
  background: none;
  width: 100%;
  position: relative;
}
.RateTableHeaderPLEntryPoint #how-it-works-trigger .arrow-icon {
  right: 0;
  top: 1px;
  position: absolute;
  display: block;
}
.RateTableHeaderPLEntryPoint #how-it-works-trigger .arrow-icon.up {
  display: none;
}
.RateTableHeaderPLEntryPoint #how-it-works-trigger.is-active .arrow-icon.up {
  display: block;
}
.RateTableHeaderPLEntryPoint #how-it-works-trigger.is-active .arrow-icon.down {
  display: none;
}
.RateTableHeaderPLEntryPoint .h-max {
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 62.43125em) {
  .RateTableHeaderPLEntryPoint .form-container {
    box-shadow: 0 0 3px #1515151a, 0 8px 16px -3px #15151533;
    border-radius: 8px;
    overflow: hidden;
  }
}
.RateTableHeaderPLEntryPoint .white-bg-box-shadow {
  background: white;
}
@media (min-width: 62.4375em) {
  .RateTableHeaderPLEntryPoint .white-bg-box-shadow {
    box-shadow: 0 0 3px #1515151a, 0 8px 16px -3px #15151533;
    border-radius: 4px;
  }
}
.RateTableHeaderPLEntryPoint .form-description {
  max-width: 430px;
  margin: 0 auto;
}
.RateTableHeaderPLEntryPoint input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 0.3333333333rem;
  background: #e9e9e9;
  border-radius: 5px;
  background-image: linear-gradient(#0157ff, #0157ff);
  background-repeat: no-repeat;
}
.RateTableHeaderPLEntryPoint input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #0157ff;
  cursor: grab;
}
.RateTableHeaderPLEntryPoint input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #0157ff;
  cursor: grab;
}
.RateTableHeaderPLEntryPoint input[type="range"]::-ms-thumb {
  -webkit-appearance: none;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #0157ff;
  cursor: grab;
}
.RateTableHeaderPLEntryPoint input[type="range"]::-webkit-slider-thumb:hover {
  background: #0157ff;
}
.RateTableHeaderPLEntryPoint input[type="range"]::-moz-range-thumb:hover {
  background: #0157ff;
}
.RateTableHeaderPLEntryPoint input[type="range"]::-ms-thumb:hover {
  background: #0157ff;
}
.RateTableHeaderPLEntryPoint
  input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
.RateTableHeaderPLEntryPoint input[type="range"]::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
.RateTableHeaderPLEntryPoint input[type="range"]::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
.RateTableHeaderPLEntryPoint h1 {
  margin-bottom: 1rem;
}
@media (min-width: 37.4375em) {
  .RateTableHeaderPLEntryPoint h1 {
    margin-bottom: 2rem;
  }
}
.RateTableHeaderPLEntryPoint .published_at p {
  margin-bottom: 0;
}
@media (min-width: 62.4375em) {
  .RateTableHeaderPLEntryPoint .published_at:before {
    margin-left: 1rem;
    margin-right: 1rem;
    color: #b1b7c5;
    content: "|";
  }
}
.RateTableHeaderPLEntryPoint .ExpertVerified-button {
  background-color: transparent !important;
  height: 29px;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.RateTableHeaderPLEntryPoint .ExpertVerified-button:hover {
  background-color: #eaf1ff !important;
}
@media only screen and (max-width: 998px) and (min-width: 600px) {
  .RateTableHeaderPLEntryPoint .Byline-user:not(:last-child):after {
    right: -1rem;
    color: #b1b7c5;
    content: "|";
    position: absolute;
  }
}
.RateTableHeaderPLEntryPoint.RateTableHeaderPLEntryPointAlt h1,
.RateTableHeaderPLEntryPoint.RateTableHeaderPLEntryPointAlt
  .Tooltip-trigger
  > span,
.RateTableHeaderPLEntryPoint.RateTableHeaderPLEntryPointAlt
  .Byline-user
  > span
  > span,
.RateTableHeaderPLEntryPoint.RateTableHeaderPLEntryPointAlt
  .Byline-user
  > span
  > div
  a.text-link,
.RateTableHeaderPLEntryPoint.RateTableHeaderPLEntryPointAlt .Byline-text,
.RateTableHeaderPLEntryPoint.RateTableHeaderPLEntryPointAlt
  .Byline-user
  .Tooltip-trigger,
.RateTableHeaderPLEntryPoint.RateTableHeaderPLEntryPointAlt
  .Byline-user:not(:last-child):after,
.RateTableHeaderPLEntryPoint.RateTableHeaderPLEntryPointAlt .how-it-works_item,
.RateTableHeaderPLEntryPoint.RateTableHeaderPLEntryPointAlt
  .how-it-works_item
  p,
.RateTableHeaderPLEntryPoint.RateTableHeaderPLEntryPointAlt .how-it-works h2,
.RateTableHeaderPLEntryPoint.RateTableHeaderPLEntryPointAlt .published_at {
  color: #fff !important;
}
.RateTableHeaderPLEntryPoint.RateTableHeaderPLEntryPointAlt
  .Byline-user
  > div
  > .Button
  span,
.RateTableHeaderPLEntryPoint.RateTableHeaderPLEntryPointAlt
  .Breadcrumb-itemContainer
  + .Breadcrumb-itemContainer:before,
.RateTableHeaderPLEntryPoint.RateTableHeaderPLEntryPointAlt .DrawerItem.Link,
.RateTableHeaderPLEntryPoint.RateTableHeaderPLEntryPointAlt
  .WealthReviewMethodology
  a.DrawerItem,
.WealthReviewMethodology
  .RateTableHeaderPLEntryPoint.RateTableHeaderPLEntryPointAlt
  a.DrawerItem,
.RateTableHeaderPLEntryPoint.RateTableHeaderPLEntryPointAlt
  .WealthReviewPage
  .wysiwyg
  a.DrawerItem,
.WealthReviewPage
  .wysiwyg
  .RateTableHeaderPLEntryPoint.RateTableHeaderPLEntryPointAlt
  a.DrawerItem,
.RateTableHeaderPLEntryPoint.RateTableHeaderPLEntryPointAlt
  .WealthBankProduct-overview
  a.DrawerItem,
.WealthBankProduct-overview
  .RateTableHeaderPLEntryPoint.RateTableHeaderPLEntryPointAlt
  a.DrawerItem {
  color: #aac7fe !important;
}
.RateTableHeaderPLEntryPoint.RateTableHeaderPLEntryPointAlt
  .Breadcrumb-itemContainer
  .Breadcrumb-item {
  color: #aac7fe !important;
}
.RateTableHeaderPLEntryPoint.RateTableHeaderPLEntryPointAlt
  .Breadcrumb-itemContainer:last-child
  .Breadcrumb-item {
  color: #fff !important;
}
.RateTableHeaderPLEntryPoint.RateTableHeaderPLEntryPointAlt
  .ExpertVerified-button {
  background-color: transparent !important;
}
.RateTableHeaderPLEntryPoint.RateTableHeaderPLEntryPointAlt
  .ExpertVerified-button:hover {
  background-color: #fff !important;
  border-color: #fff !important;
}
.RateTableHeaderPLEntryPoint.RateTableHeaderPLEntryPointAlt
  .ExpertVerified-button:hover
  > svg,
.RateTableHeaderPLEntryPoint.RateTableHeaderPLEntryPointAlt
  .ExpertVerified-button:hover
  > span {
  color: #00143d !important;
}
.RateTableHeaderPLEntryPoint.RateTableHeaderPLEntryPointAlt
  .ExpertVerified-button
  > svg,
.RateTableHeaderPLEntryPoint.RateTableHeaderPLEntryPointAlt
  .ExpertVerified-button
  > span {
  color: #fff !important;
}
.home-insurance-widget
  .FormButtonGroup-input:not([disabled]):checked
  + .FormButtonGroup-label {
  z-index: 1 !important;
}
@media (min-width: 62.4375em) {
  .home-insurance-widget .set-width {
    width: 250px !important;
  }
}
@media (min-width: 62.4rem) and (max-width: 66.25rem) {
  .home-insurance-widget .zip-input {
    margin-bottom: -2.375rem !important;
  }
  .home-insurance-widget .input-container {
    margin-bottom: 3.875rem !important;
  }
}
@media (min-width: 66.313rem) {
  .home-insurance-widget .zip-input {
    margin-bottom: -1.063rem !important;
  }
  .home-insurance-widget .input-container {
    margin-bottom: 1.75rem !important;
  }
}
@media (max-width: 62.4375em) {
  .home-insurance-widget .FormButtonGroup-label {
    font-size: 14px;
    padding-bottom: 12px;
    padding-top: 12px;
  }
}
.about-coverage .Button {
  width: 15.625rem;
}
.about-coverage .step-title {
  font-size: 2.5rem;
}
.RateCheck__frame:first-child {
  background: linear-gradient(
      0deg,
      rgba(40, 200, 20, 0.05),
      rgba(40, 200, 20, 0.05)
    ),
    #ffffff;
}
.RateCheck__frame {
  min-height: 6rem;
}
.RateCheck__frame label {
  letter-spacing: 0.156rem;
}
.RateCheck__vsIcon {
  z-index: 5;
}
.RateCheck__sponsoredLogo span {
  font-size: 0.693rem;
  letter-spacing: 0.089rem !important;
}
.RateCheck__sponsoredLogo img {
  max-height: 0.786rem;
}
.RatePreview {
  min-width: 15.625rem;
}
.RatePreview-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
}
.RatePreview-title {
  display: block;
  font-size: 1rem;
  line-height: 1.75;
  font-family: CircularStd-Bold, Arial, sans-serif;
  letter-spacing: 0.015625rem;
  color: #151515;
  margin: 0;
}
.RatePreview-list {
  margin: 0;
  padding: 1rem 1.5rem;
  background-color: #0157ff0d;
  list-style: none;
}
.RatePreview-complicance {
  display: block;
  margin-top: 0.5rem;
  color: #868a9a;
  font-size: 0.75rem;
  line-height: 1.3;
  text-align: center;
}
.RatePreview :where(.Button) {
  max-width: unset;
  width: 100%;
  display: block;
  margin-top: 1rem;
}
.RatePreviewItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.RatePreviewItem:where(:not(:first-of-type)) {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 0.03125rem solid #e3e6ee;
}
.RatePreviewItem-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #151515;
}
.RatePreviewItem-link {
  text-decoration: none;
}
.RatePreviewItem-link:hover {
  color: #0157ff;
  text-decoration: underline;
}
.RatePreviewItem-value {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #151515;
}
.RatePreviewItem-value--percentage:after {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1;
  content: "%";
  margin-left: 0.125rem;
}
.RatePreviewItem-value--currency:before {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1;
  content: "$";
  margin-left: 0.125rem;
}
.RatePreviewItem-icon {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.625rem;
  color: #868a9a;
}
.RatePreviewItem-icon--positive {
  color: #3fc17b;
}
.RatePreviewItem-icon--negative {
  color: #e56b5f;
}
.related-pages .Card:hover .card-title {
  color: #0157ff;
}
.related-pages .Card:hover .hub-card__arrow {
  border-color: #0157ff;
}
.related-pages .hub-card__arrow {
  align-items: center;
  border: 2px solid #b1b7c5;
  border-radius: 50%;
  color: #b1b7c5;
  display: flex;
  fill: #b1b7c5;
  height: 2.625rem;
  width: 2.625rem;
  justify-content: center;
  position: relative;
  transition: border-color 0.25s ease-out;
}
.related-pages .hub-card__arrow:hover {
  border-color: #0157ff;
}
.review-board-list__item {
  border-bottom-width: 1px;
}
@media (max-width: 62.43125em) {
  .review-board-list__item {
    box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533;
    border-bottom-width: 0;
    border-radius: 8px;
  }
  .review-board-list__avatar {
    height: 4rem !important;
    width: 4rem !important;
  }
}
.review-board-list__bio p {
  margin: 0;
  padding: 0;
}
.review-page:after {
  height: 27.5rem;
  background: linear-gradient(to bottom, #fff 75%, #f3f4f8);
  content: "";
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: absolute;
  right: 50%;
  top: 0;
  width: 100vw;
  z-index: -10;
}
.review-page .-mb-6 {
  margin-top: -1.5rem;
}
.lender-logo {
  width: 12.5rem;
  height: 8.75rem;
  position: relative;
}
.lender-logo:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.lender-logo__image {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.medium-rating-badge,
.medium-rating-badge:after {
  height: 8rem;
  width: 8rem;
}
@media (max-width: 37.43125em) {
  .medium-rating-badge,
  .medium-rating-badge:after {
    background-image: none;
    height: auto;
    width: auto;
  }
}
@media (min-width: 37.4375em) {
  .medium-rating-badge,
  .medium-rating-badge:after {
    height: 10.9375rem !important;
    width: 10.9375rem !important;
  }
}
@media (max-width: 37.43125em) {
  .medium-rating-badge {
    flex-direction: row;
  }
  .medium-rating-badge > .type-heading-one {
    margin-right: 1rem;
    line-height: 1 !important;
    font-size: 3rem !important;
    letter-spacing: 0.06944444rem !important;
  }
}
.at-a-glance__container {
  border-top: 3.5px solid #0157ff;
  overflow: hidden;
  box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533;
  border-radius: 0.25rem;
}
.at-a-glance__container .callout {
  padding: 1.5rem;
  border-radius: 0.25rem;
}
@media (min-width: 37.4375em) {
  .at-a-glance__container .divider {
    border-right: 1px solid #b1b7c5;
  }
}
.aff-logo {
  max-width: 150px;
}
.review-pro-cons .card-item-shadow {
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0 1px #1414141a, 0 2px 8px -1px #14141433;
  margin-top: 0.75rem;
}
.review-pro-cons .type-eyebrow-two {
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.113rem;
}
.review-pro-cons .ul-no-style {
  list-style-type: none;
  margin-left: 0;
}
.review-pro-cons--with-background {
  min-height: 25rem;
  position: relative;
}
.review-pro-cons--with-background:before {
  padding-bottom: 2.5rem;
  background-color: #eaf1ff;
  background-image: url(/build/assets/topography.8592be4c.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 100%;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: absolute;
  right: 50%;
  width: 100vw;
  z-index: -5;
}
.rounded-square-video {
  display: block;
  margin: 0;
  max-width: 100%;
}
.rounded-square-video video {
  max-width: 100%;
  height: auto;
}
.rounded-square-shadow-box {
  overflow: hidden;
  box-shadow: 0 16px 20px -5px #1515152e;
  filter: drop-shadow(0px 0px 4px rgba(21, 21, 21, 0.14));
  border-radius: 16px;
}
.rounded-square-shadow-box--faded {
  border-radius: 8px;
  opacity: 0.5;
}
.RibbonBanner {
  height: 3.75rem;
}
.score-item {
  border-bottom: 1px solid #b1b7c5;
}
.score-item:last-of-type {
  margin-bottom: 11px;
}
.section-title {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid transparent;
}
@media (min-width: 37.4375em) {
  .section-title {
    flex-direction: row;
    align-items: center;
  }
}
.SectionWithToc-defaultGap {
  row-gap: 4rem;
}
.SectionWithToc-toc {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0 -1rem;
  position: sticky;
  top: 0;
  z-index: 24;
}
@media (min-width: 62.4375em) {
  .SectionWithToc-toc {
    margin: 0;
    position: relative;
  }
}
.TocModal--active .SectionWithToc-toc {
  z-index: 35;
}
.SectionWithToc-body {
  display: contents;
  position: relative;
  z-index: 18;
}
@media (min-width: 62.4375em) {
  .SectionWithToc-body {
    display: flex;
    flex-direction: column;
  }
}
.SectionWithToc-body .SectionWithTocItem div[data-tippy-root] {
  z-index: 18 !important;
}
.SectionWithToc-body .SectionWithTocItem:first-child {
  margin-top: 2rem;
}
@media (min-width: 62.4375em) {
  .SectionWithToc-body .SectionWithTocItem:first-child {
    margin-top: 0;
  }
}
.SectionWithToc-body.hideTocMobile .SectionWithTocItem:first-child {
  margin-top: 0;
}
.SectionWithToc-body .SectionWithTocItem:last-child {
  margin-bottom: 0;
}
.SectionWithTocItem--intro {
  order: -1;
}
.SectionWithToc-fullLayout {
  display: flex;
  flex-direction: column;
  max-width: calc(53rem + var(--section-x-spacing) * 2);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 62.4375em) {
  .SectionWithToc-fullLayout {
    max-width: 100%;
  }
}
.StaticJumpTo-list--ordered {
  list-style-position: inside;
}
.StaticJumpTo-item {
  color: #0137a1;
  border-color: #b1b7c580;
}
.StaticJumpTo-item:not(.StaticJumpTo-item--statesDisabled):not(
    .is-active
  ):hover {
  border-color: #0157ff4d;
  background-color: #0157ff0d;
}
.StaticJumpTo-item:not(.StaticJumpTo-item--statesDisabled):active,
.StaticJumpTo-item.is-active {
  font-family: CircularStd-Bold, Arial, sans-serif !important;
  text-decoration: none;
  border-color: #0137a1;
  background-color: #0157ff0d;
}
.StaticJumpTo-item::marker {
  margin-right: 0.625rem;
}
.StaticJumpTo-link {
  color: inherit !important;
  size: inherit;
}
.StaticJumpTo-link:not(.StaticJumpTo-link--statesDisabled):hover,
.StaticJumpTo-link:not(.StaticJumpTo-link--statesDisabled):active {
  color: #0137a1 !important;
}
.StaticJumpTo-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.StaticJumpTo-showToggle,
.StaticJumpTo-showToggle:hover,
.StaticJumpTo-showToggle:active,
.StaticJumpTo-showToggle:visited {
  color: #0137a1 !important;
}
.toc-with-logo-container {
  bottom: 590px;
  box-shadow: 0 25px #fff, 0 -15px #fff, -10px 0 40px -27px #0003;
  min-width: 296px;
  padding: 48px 26px 30px;
  position: sticky;
  top: 30px;
  z-index: 1;
}
.toc-with-logo-container img {
  max-width: 215px;
}
@media (max-width: 62.43125em) {
  .toc-with-logo-container img {
    display: none;
  }
  .toc-with-logo-container {
    position: fixed;
    top: 0;
  }
}
.stickytoc-nav {
  z-index: 1005;
  left: 15px;
  height: initial;
  margin: 0 -1rem;
}
@media (max-width: 89.93125em) {
  .stickytoc-nav {
    box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533;
  }
  .stickytoc-navNav {
    display: flex;
    padding: 0.5rem 1rem;
  }
  .stickytoc-navHeader {
    border-bottom: none;
  }
}
.StoryHighlight {
  background-color: #ffdd83;
}
.StoryHighlight .Shape {
  right: 0;
  bottom: 0;
}
.StoryHighlight__blockquote {
  font-size: 1.75rem;
  line-height: 1.5;
}
@media (min-width: 37.4375em) {
  .StoryHighlight__blockquote {
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
.SimpleSponsorBanner__sponsoredLogo span {
  letter-spacing: 0.1125rem !important;
}
.SimpleSponsorBanner__sponsoredLogo img {
  max-height: 1.5rem;
}
@media (min-width: 62.4375em) {
  .SiteNav:not(.is-condensed) .SiteNavCategory {
    display: flex;
    color: #151515;
    border-bottom: 0.25rem solid transparent;
    transition: background-color 0.2s ease-in-out,
      border-bottom 0.2s ease-in-out, color 0.2s ease-in-out;
  }
  .SiteNav:not(.is-condensed) .SiteNavCategory.is-active {
    color: #0157ff;
    border-bottom: 0.25rem solid #0157ff;
    background-color: #f2f7ff;
  }
}
.SiteNavCategory-link {
  display: flex;
  color: inherit;
  font-family: CircularStd-Book, Arial, sans-serif;
  font-style: normal;
  letter-spacing: 0.016rem;
  text-decoration: none;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media (max-width: 62.375em) {
  .SiteNav:not(.is-condensed) .SiteNavCategory-link {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.25;
    padding: 0.75rem 1.5rem;
  }
}
.SiteNav.is-condensed .SiteNavCategory-link {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.25;
  padding: 0.75rem 1.5rem;
}
@media (min-width: 62.4375em) {
  .SiteNav:not(.is-condensed) .SiteNavCategory-link {
    font-size: 1rem;
    line-height: 1.4;
    padding: 0 1.5rem;
  }
  .SiteNav:not(.is-condensed) .SiteNavCategory-label {
    text-align: center;
    padding-top: 0.25rem;
  }
}
.SiteNavCategory-icon {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
  pointer-events: none;
}
.SiteNavCategory-icon:where(.SiteNavCategory-arrow) {
  height: 1rem;
  width: 1rem;
  color: #868a9a;
  margin-right: 0;
}
@media (min-width: 62.4375em) {
  .SiteNav:not(.is-condensed) .SiteNavCategory-icon {
    display: none;
  }
}
@media (max-width: 62.375em) {
  .SiteNav:not(.is-condensed) .SiteNavCategory-flyout {
    position: fixed;
    width: 100%;
    max-width: 28rem;
    top: 0;
    left: 100%;
    height: 100%;
    height: 100dvh;
    overflow-x: clip;
    overflow-y: auto;
    transition: transform 0.2s ease-in-out;
    transform: translate(1rem);
    box-shadow: 0 0 0.0625rem #1515151a, 0 0.125rem 0.5rem 0.0625rem #15151533;
    z-index: 2;
    background-color: #fff;
  }
  .SiteNav:not(.is-condensed) .SiteNavCategory-flyout.is-active {
    transform: translate(-100%);
  }
}
.SiteNav.is-condensed .SiteNavCategory-flyout {
  position: fixed;
  width: 100%;
  max-width: 28rem;
  top: 0;
  left: 100%;
  height: 100%;
  height: 100dvh;
  overflow-x: clip;
  overflow-y: auto;
  transition: transform 0.2s ease-in-out;
  transform: translate(1rem);
  box-shadow: 0 0 0.0625rem #1515151a, 0 0.125rem 0.5rem 0.0625rem #15151533;
  z-index: 2;
  background-color: #fff;
}
.SiteNav.is-condensed .SiteNavCategory-flyout.is-active {
  transform: translate(-100%);
}
@media (min-width: 62.4375em) {
  .SiteNav:not(.is-condensed) .SiteNavCategory-flyout {
    position: absolute;
    display: none;
    justify-content: center;
    align-self: center;
    width: unset;
    max-width: 60rem;
    height: auto;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    padding-top: 1.5rem;
  }
}
@media (min-width: 89.9375em) {
  .SiteNav:not(.is-condensed) .SiteNavCategory-flyout {
    max-width: 75rem;
  }
}
@media (min-width: 62.4375em) {
  .SiteNav:not(.is-condensed)
    .SiteNavCategory.is-active
    .SiteNavCategory-flyout {
    display: flex;
  }
  .SiteNav:not(.is-condensed) .SiteNavCategory-panel {
    display: flex;
    flex-direction: column;
    width: -moz-max-content;
    width: max-content;
    border-radius: 0.5rem;
    background-color: #fff;
    overflow: hidden;
  }
}
@media (max-width: 62.375em) {
  .SiteNav:not(.is-condensed) .SiteNavMobile-sticky {
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 1;
  }
}
.SiteNav.is-condensed .SiteNavMobile-sticky {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 1;
}
@media (min-width: 62.4375em) {
  .SiteNav:not(.is-condensed) .SiteNavMobile-sticky {
    display: none;
  }
}
@media (max-width: 62.375em) {
  .SiteNav:not(.is-condensed) .SiteNavMobile-back {
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    outline: none;
    color: #151515;
    font-size: 1rem;
    padding: 0.875rem 1rem;
    cursor: pointer;
  }
  .SiteNav:not(.is-condensed) .SiteNavMobile-back :where(svg) {
    width: 0.9rem;
    color: var(--color-black);
    margin-right: 0.875rem;
  }
  .SiteNav:not(.is-condensed) .SiteNavMobile-back:focus-visible {
    color: #0157ff;
  }
  .SiteNav:not(.is-condensed) .SiteNavMobile-back:focus-visible :where(svg) {
    color: #0157ff;
  }
}
.SiteNav.is-condensed .SiteNavMobile-back {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  outline: none;
  color: #151515;
  font-size: 1rem;
  padding: 0.875rem 1rem;
  cursor: pointer;
}
.SiteNav.is-condensed .SiteNavMobile-back :where(svg) {
  width: 0.9rem;
  color: var(--color-black);
  margin-right: 0.875rem;
}
.SiteNav.is-condensed .SiteNavMobile-back:focus-visible {
  color: #0157ff;
}
.SiteNav.is-condensed .SiteNavMobile-back:focus-visible :where(svg) {
  color: #0157ff;
}
.SiteNav--noScroll {
  overflow: hidden !important;
}
.SiteNavFeaturedLink {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  cursor: pointer;
  text-underline-offset: 0.25rem;
  text-decoration-color: transparent;
}
.SiteNavFeaturedLink:hover .SiteNavFeaturedLink-mainText,
.SiteNavFeaturedLink:focus-visible .SiteNavFeaturedLink-mainText {
  color: #0157ff;
  text-decoration-color: #0157ff;
}
.SiteNavFeaturedLink-image {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 0.375rem;
  overflow: hidden;
  flex-shrink: 0;
}
.SiteNavFeaturedLink-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.SiteNavFeaturedLink-content {
  display: flex;
  flex-direction: column;
}
.SiteNavFeaturedLink-mainText {
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: -0.015625rem;
  color: #151515;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
@media (min-width: 62.4375em) {
  .SiteNav:not(.is-condensed) .SiteNavFeaturedLink-mainText {
    max-width: 20rem;
  }
}
.SiteNavFeaturedLink-supportText {
  font-weight: 450;
  font-size: 0.75rem;
  color: #515260;
  line-height: 1.125rem;
  letter-spacing: -0.015625rem;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 62.4375em) {
  .SiteNav:not(.is-condensed) .SiteNavFeaturedLink-supportText {
    max-width: 20rem;
  }
}
.SiteNavSecondaryLink {
  color: #515260;
  font-weight: 450;
  line-height: 1.75rem;
  letter-spacing: -0.015625rem;
  white-space: nowrap;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.2s ease-in-out, color 0.2s ease-in-out;
  text-underline-offset: 0.25rem;
}
.SiteNavSecondaryLink:hover,
.SiteNavSecondaryLink:focus-visible {
  color: #0157ff;
  text-decoration-color: #0157ff;
}
.SiteNavSecondaryLinkLists {
  gap: 3rem;
}
@media (max-width: 62.375em) {
  .SiteNav:not(.is-condensed) .SiteNavSecondaryLinkLists {
    display: grid;
  }
}
.SiteNav.is-condensed .SiteNavSecondaryLinkLists {
  display: grid;
}
@media (min-width: 62.4375em) {
  .SiteNav:not(.is-condensed) .SiteNavSecondaryLinkLists {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 89.9375em) {
  .SiteNav:not(.is-condensed) .SiteNavSecondaryLinkLists {
    flex-direction: row;
    gap: 4rem;
  }
}
.SiteNavSecondaryLinkList {
  list-style: none;
  margin: 0;
}
.SiteNavSecondaryLinkList li {
  margin-top: 0.75rem;
  padding: 0;
}
.SiteNavSecondaryLinkList li:first-of-type {
  margin-top: 0;
}
.SiteNavFeaturedLinkList {
  list-style: none;
  margin: 0;
}
.SiteNavFeaturedLinkList li {
  margin-top: 1.5rem;
  padding: 0;
}
.SiteNavFeaturedLinkList li:first-of-type {
  margin-top: 0;
}
.SiteNavSecondaryLinkListWrapper-eyebrow {
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: -0.015625rem;
  color: #151515;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 62.4375em) {
  .SiteNav:not(.is-condensed) .SiteNavSecondaryLinkListWrapper-eyebrow {
    margin-bottom: 1.25rem;
  }
}
.SiteNavTopicOverview-heading {
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  color: #151515;
  line-height: 1.75rem;
  letter-spacing: -0.021875rem;
  margin-bottom: 1rem;
}
.SiteNavTopicOverview-copy {
  color: #747580;
  line-height: 1.75rem;
  letter-spacing: -0.015625rem;
  font-weight: 450;
  margin-bottom: 1.75rem;
}
@media (min-width: 62.4375em) {
  .SiteNav:not(.is-condensed) .SiteNavTopicOverview-copy {
    max-width: 15.625rem;
  }
}
.SiteNavPrimaryLink {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #515260;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.2s ease-in-out, color 0.2s ease-in-out;
  text-underline-offset: 0.25rem;
  letter-spacing: -0.0156rem;
}
@media (min-width: 62.4375em) {
  .SiteNav:not(.is-condensed) .SiteNavPrimaryLink {
    font-size: 1.125rem;
    color: #151515;
  }
}
.SiteNav:not(.is-condensed) .SiteNavPrimaryLink:hover,
.SiteNav:not(.is-condensed) .SiteNavPrimaryLink:focus-visible {
  color: #0157ff;
  text-decoration-color: #0157ff;
}
.SiteNavPrimaryLinkList {
  display: flex;
  flex-direction: column;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.SiteNavPrimaryLinkList-eyebrow {
  color: #151515;
  display: block;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: -0.0156rem;
  font-family: CircularStd-Bold, Arial, sans-serif;
  margin-bottom: 0.75rem;
}
@media (min-width: 62.4375em) {
  .SiteNav:not(.is-condensed) .SiteNavPrimaryLinkList-eyebrow {
    margin-bottom: 1.25rem;
  }
}
.SiteNavPrimaryLinkList-list {
  list-style-type: none;
  margin: 0;
}
@media (min-width: 62.4375em) {
  .SiteNav:not(.is-condensed) .SiteNavPrimaryLinkList-list {
    display: grid;
    row-gap: 1rem;
    grid-template-columns: max-content;
  }
}
@media (min-width: 89.9375em) {
  .SiteNav:not(.is-condensed) .SiteNavPrimaryLinkList-list--twoColumns {
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    grid-template-columns: max-content max-content;
  }
}
@media (max-width: 62.375em) {
  .SiteNav:not(.is-condensed) .SiteNavPrimaryLinkList-item {
    margin: 0.75rem 0 0;
    padding: 0;
  }
  .SiteNav:not(.is-condensed) .SiteNavPrimaryLinkList-item:first-of-type {
    margin-top: 0;
  }
}
.SiteNav.is-condensed .SiteNavPrimaryLinkList-item {
  margin: 0.75rem 0 0;
  padding: 0;
}
.SiteNav.is-condensed .SiteNavPrimaryLinkList-item:first-of-type {
  margin-top: 0;
}
@media (min-width: 62.4375em) {
  .SiteNav:not(.is-condensed) .SiteNavPrimaryLinkList-item {
    margin: 0;
    padding: 0;
  }
}
.StatisticsSection {
  min-height: 29.375rem;
}
.StatisticsSection .Headline .subcopy {
  font-size: 1.125rem !important;
}
.StatisticsSection__items {
  overflow-y: hidden;
  overflow-x: auto;
}
@media (min-width: 62.4375em) {
  .StatisticsSection__items {
    gap: 4rem !important;
  }
}
@media (min-width: 37.4375em) {
  .StatisticsSection__items .statistics-section-item {
    opacity: 0;
    animation-name: customFadeIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
  }
}
.StatisticsSection__items .Numeral {
  font-size: 4rem;
}
@media (min-width: 62.4375em) {
  .StatisticsSection__items .Numeral {
    font-size: 5rem;
    letter-spacing: 0.0625rem;
  }
}
.StatisticsSection__items::-webkit-scrollbar {
  height: 0.3125rem;
}
.StatisticsSection__items::-webkit-scrollbar-track {
  background: #9bd1c7 !important;
  border-radius: 2.0625rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.StatisticsSection__items::-webkit-scrollbar-thumb {
  background-color: #00a391;
  border-radius: 2.0625rem;
}
@keyframes customFadeIn {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
.table-container {
  width: 100%;
  overflow-x: auto;
}
.table-container table {
  border-collapse: separate;
}
.table-container .table-content th,
.table-container .table-content td {
  border-bottom: 0.0625rem solid #b1b7c5;
  min-width: 7.5rem;
  padding: 1rem 1rem 1rem 0.5rem;
}
.table-container .table-content th.sortable {
  padding-bottom: 0.2rem !important;
  padding-right: 0 !important;
}
.table-container .table-content.auto-rows-width th,
.table-container .table-content.auto-rows-width td {
  min-width: auto !important;
}
.table-container table.sticky th:first-child,
.table-container table.sticky td:first-child {
  position: sticky;
  left: 0;
  background-color: #fff;
  box-shadow: 0.3125rem -0.0625rem 0.3rem -0.0938rem #b1b7c580;
  -webkit-box-shadow: 0.3125rem -0.0625rem 0.3rem -0.0938rem
    rgba(177, 183, 197, 0.5);
  -moz-box-shadow: 0.3125rem -0.0625rem 0.3rem -0.0938rem
    rgba(177, 183, 197, 0.5);
  z-index: 10;
  text-align: left;
}
@media (min-width: 37.4375em) {
  .table-container table tbody tr:hover,
  .table-container table tbody tr:hover td:first-child {
    background-color: #f3f4f8;
  }
}
.table-container
  table.sticky.Table--stripedEven
  tbody
  tr:nth-of-type(even)
  td:first-child,
.table-container
  table.sticky.Table--stripedOdd
  tbody
  tr:nth-of-type(odd)
  td:first-child {
  background-color: #f3f4f8;
}
.table-container .header-fixed {
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 20;
  overflow-x: hidden;
}
.table-container .header-fixed .sortable-buttons {
  width: 1.75rem;
}
.table-container .header-fixed .sort-default,
.table-container .header-fixed .sort-asc,
.table-container .header-fixed .sort-desc {
  display: none;
}
.table-container .Button--sort {
  margin-right: 0.5rem;
}
.table-container .Button--sort:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 99%;
  height: 100%;
}
.table-link {
  position: initial !important;
}
.source {
  font-size: 0.75rem;
  font-family: CircularStd-Book, Arial, sans-serif;
}
.arrow-clicked {
  color: #0137a1 !important;
}
.hidden-row {
  display: none;
}
.modal-th {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5313rem;
  font-family: CircularStd-Bold, Arial, sans-serif;
}
.cell {
  position: relative;
  border-bottom: 1px solid #b1b7c5;
}
.Icon--custom {
  width: 1.5rem;
  height: 1.5rem;
}
.Icon--sort {
  width: 1.3rem;
  height: 1.3rem;
}
.TabsV3-select {
  margin-bottom: 1rem;
}
@media (min-width: 62.4375em) {
  .TabsV3-select {
    display: none;
  }
}
.TabsV3-nav {
  width: 100%;
  border-bottom: 0.0625rem solid #b1b7c5;
  margin: 0;
  flex-wrap: nowrap;
  list-style-type: none;
  align-items: stretch;
}
.TabsV3-item {
  margin-bottom: 0rem;
  flex: 0 1 content;
}
.full-width .TabsV3-item {
  flex: 1 1 content;
}
.TabsV3-button {
  -webkit-appearance: none;
  position: relative;
  align-items: center;
  background-color: transparent;
  color: #515260;
  cursor: pointer;
  display: flex;
  font-family: CircularStd-Book, Arial, sans-serif;
  justify-content: center;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  width: 100%;
  font-size: 1rem;
  padding: 0.625rem 1.75rem;
  gap: 0.5rem;
  line-height: 1.125;
  height: 100%;
}
.TabsV3-button:after {
  content: "";
  width: 0;
  height: 0rem;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.2s ease-in-out;
}
.TabsV3-button.is-active {
  font-family: CircularStd-Bold, Arial, sans-serif;
  color: #151515;
}
.TabsV3-button.is-active:after {
  height: 0.25rem;
  background-color: #0157ff;
  left: 0;
  width: 100%;
}
.TabsV3-button:not(.is-active):hover {
  color: #515260;
}
.TabsV3-button:not(.is-active):hover:after {
  background-color: #0137a1;
  height: 0.125rem;
  left: 0%;
  width: 100%;
}
.TabsV3-button.has-tooltip {
  overflow: visible;
  padding-left: 8px;
  padding-right: 8px;
}
.TabsV3-icon {
  font-family: CircularStd-Book, Arial, sans-serif;
  background: #0137a1;
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  display: grid;
  place-content: center;
  line-height: 1;
  flex-shrink: 0;
}
.TabsV3-button.is-active .TabsV3-icon {
  background-color: #0157ff;
}
.TimelineItem:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #0137a1;
  border-radius: 100%;
  outline: 0.25rem solid white;
  position: absolute;
  left: 0;
  top: 0.25rem;
  z-index: 2;
}
.TimelineItem:after {
  content: "";
  display: block;
  width: 0.0625rem;
  height: calc(100% - 1.5rem);
  background-color: #868a9a;
  position: absolute;
  left: 0.5rem;
  bottom: 0;
}
.TipBox :where(a) {
  color: #0157ff;
  text-decoration-color: #0157ff;
  transition: all 0.2s ease-in-out;
  text-underline-offset: 0.25rem;
}
.TipBox :where(a):hover,
.TipBox :where(a):focus-visible {
  color: #0045cd;
  text-decoration-color: #00349a;
}
.TipBox-icon {
  height: 4rem;
  width: 4rem;
  min-height: 2rem;
  min-width: 2rem;
}
.TestimonialSegment {
  position: relative;
}
.TestimonialSegment-partialBg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
}
.ThreeCardList {
  width: 100%;
}
.ThreeCardList .SimpleCard {
  height: 100%;
}
.ThreeCardList-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 37.4375em) {
  .ThreeCardList-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 37.43125em) {
  .ThreeCardList--mobileScrollX {
    overflow-x: scroll;
    width: 100vw;
    left: 50%;
    transform: translate(-50%);
    position: relative;
    padding: 0.5rem 2rem 2rem;
  }
  .ThreeCardList--mobileScrollX .ThreeCardList-list {
    width: 54rem;
    grid-template-columns: repeat(3, minmax(17rem, 1fr));
  }
}
.TopographyWithDashedLines {
  min-height: 25rem;
  position: relative;
}
.TopographyWithDashedLines:before {
  padding-bottom: 2.5rem;
  background-image: url(/build/assets/topography-with-dashed-line.ba0a8549.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 100%;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: absolute;
  right: 50%;
  width: 100vw;
  z-index: -5;
}
@media (min-width: 37.4375em) {
  .TopographyWithDashedLines:before {
    bottom: 2.5rem;
    padding-bottom: 0;
  }
}
.transactional-template__header > :not(:first-child) {
  margin-top: 0.9rem;
}
.transactional-template .SectionWithToc,
.transactional-template .SectionWithToc-body {
  gap: 1rem;
}
@media (max-width: 62.43125em) {
  .transactional-template .SectionWithToc-toc {
    position: fixed;
    top: 0;
    height: auto !important;
    min-height: auto !important;
    width: 100%;
  }
}
@media (min-width: 62.4375em) {
  .transactional-template .SectionWithToc--reversed .SectionWithToc-body {
    padding-right: 1rem;
  }
  .transactional-template .SectionWithToc--reversed .SectionWithToc-toc {
    padding-left: 1rem;
  }
}
.transactional-template [data-bare-accordion] {
  position: relative;
}
.transactional-template [data-bare-accordion-trigger] {
  transition: none !important;
}
.transactional-template [data-bare-accordion-trigger][aria-expanded="true"] {
  font-size: 0 !important;
}
.transactional-template [data-bare-accordion-trigger]:before {
  display: block;
  content: "See less";
  font-size: 1rem !important;
}
.transactional-template
  [data-bare-accordion-trigger][aria-expanded="false"]:before {
  display: none;
}
.transactional-template [data-bare-accordion-state="close"]:before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  top: -120px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(255, 255, 255, 0.8) 80%,
    rgb(255, 255, 255) 99%
  );
}
.transactional-template .auto-sticky-banner {
  top: 55px;
}
@media (min-width: 62.4375em) {
  .transactional-template .auto-sticky-banner {
    top: 0;
  }
}
@media (max-width: 37.43125em) {
  .transactional-template [has-see-more-child="close"] .wysiwyg .has-see-more {
    height: 170px;
    overflow: hidden;
  }
}
.transactional-template .wysiwyg ul {
  row-gap: 0.75rem;
}
.transactional-template .wysiwyg .Table * {
  text-align: center;
}
.transactional-template .RateTableHeader-content:before {
  background: white;
}
.transactional-template .RateTableHeader-content:after {
  background: white;
}
@media (max-width: 62.43125em) {
  .true-cost-tabs-card {
    min-width: 19.25rem;
    max-width: 29.0625rem;
  }
}
.true-cost-tabs-right {
  order: 2;
}
@media (max-width: 62.43125em) {
  .true-cost-tabs-mobile {
    width: 100%;
    overflow-x: scroll;
    order: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .true-cost-tabs-mobile::-webkit-scrollbar {
    display: none;
  }
}
.true-cost-tabs .is-active {
  outline: solid 2px #0157ff;
}
@media (max-width: 62.43125em) {
  .true-cost-tabs .is-active {
    outline: 0px;
  }
  .true-cost-tabs .is-active :after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0.5rem;
    border: 2px solid #0157ff;
    z-index: -1 !important;
    transform: none;
  }
  .true-cost-tabs .Card:focus-within {
    outline: 0px;
  }
  .true-cost-tabs .Card--accentedBottom:after {
    right: 1.8px;
    left: 1.8px;
  }
}
.true-cost-tabs .Card.is-active {
  box-shadow: none !important;
}
.user-card .user-card-avatar {
  width: 64px;
  width: 4rem;
}
@media (min-width: 37.4375em) {
  .user-card--full {
    --user-card-offset: 24px;
    padding-top: var(--user-card-offset);
  }
  .user-card--full .user-card-avatar {
    margin-top: calc(var(--user-card-offset) * -1);
    width: 80px;
    width: 5rem;
  }
  .UgcCards .UgcReviewSummary-starRatings {
    width: 34rem !important;
  }
}
.UgcCards .UgcReviewSummary-categoryScores {
  white-space: nowrap;
}
.vertical-fill {
  display: flex;
  width: 100%;
  flex: 1 0 auto;
  content: "";
}
.guide-hero {
  min-height: 25rem;
  position: relative;
}
.guide-hero:before {
  padding-bottom: 2.5rem;
  background-image: url(/build/assets/topography.8592be4c.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 100%;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: absolute;
  right: 50%;
  width: 100vw;
  z-index: -5;
}
@media (min-width: 37.4375em) {
  .guide-hero:before {
    bottom: 4rem;
    padding-bottom: 0;
  }
}
.dropdown-toggle-heading {
  font-weight: 400 !important;
}
.dropdown-toggle .FormSelect {
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid;
}
.dropdown-toggle .FormSelect-arrow {
  right: 0;
}
.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-timing-function: ease-in;
  animation-duration: 0.1s;
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ExtendedByline-pipe {
  font-size: 0.875rem;
  line-height: 1.5rem;
  position: relative;
}
.ExtendedByline-pipe:not(:first-child):before {
  left: -1rem;
  color: #b1b7c5;
  content: "|";
  position: absolute;
}
@media (min-width: 89.9375em) {
  .ExtendedByline-pipe:before {
    left: -1rem;
    color: #b1b7c5;
    content: "|";
    position: absolute;
  }
}
.ExtendedByline-pipe p {
  margin-bottom: 0;
}
.SimpleCard-footer .Button {
  width: 100% !important;
}
.SimpleCard-sponsoredLogo span {
  font-size: 0.625rem;
  letter-spacing: 0.156rem !important;
}
.SimpleCard-sponsoredLogo img {
  height: 2rem;
  aspect-ratio: 4/0;
}
.leave-behind__header {
  background-color: #00143d;
}
.leave-behind-car-insurance--form {
  display: grid;
  grid-template-columns: 2fr 3fr;
}
@media (min-width: 65.625rem) {
  .filter-inputs {
    grid-template-columns: repeat(6, minmax(0, max-content));
  }
}
@media (min-width: 68.75em) {
  .leave-behind-car-insurance--form-container {
    display: flex;
    justify-content: center;
    gap: 12px;
  }
  .leave-behind-car-insurance--form {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 68.75em) {
  .leave-behind-car-insurance--form {
    width: 100% !important;
  }
}
@media (min-width: 62.4375em) {
  .RateCard__topContainer {
    gap: 6rem !important;
  }
  .RateCard__dataContainer {
    overflow: hidden;
    gap: 5rem !important;
  }
}
@media (max-width: 90em) {
  .RateCard__topContainer {
    gap: 3rem !important;
  }
}
.RateCard .Accordion-title {
  font-size: 1.25rem;
}
.RateCard__pros ul,
.RateCard__cons ul {
  list-style: none;
  row-gap: 0.5rem;
  margin-left: 0;
}
.RateCard__pros ul li:before,
.RateCard__cons ul li:before {
  width: inherit;
  height: inherit;
  background-color: transparent;
}
.RateCard__pros ul li:before {
  content: "\2713";
  color: #28c814;
  padding-right: 5px;
}
.RateCard__cons ul li:before {
  content: "\d7";
  color: #d71919;
  padding-right: 5px;
  top: 0.25em;
  font-size: 1.7rem;
}
.RateCard__seeDetails {
  line-height: 22px;
}
.RateCard__seeDetails ul li {
  row-gap: 0.5rem;
  margin: 0;
}
.RateCard__seeDetails ul li::marker {
  color: #000;
}
.RateCard__seeDetails h4 {
  font-size: 1rem;
}
.RateCard__ourTake ul {
  row-gap: 0.5rem;
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
.RateCard__ourTake ul li:before {
  background-color: #515260;
}
@media (min-width: 62.4375em) {
  .RateCard__ourTake ul {
    -moz-column-count: 2;
    column-count: 2;
    display: block;
  }
  .RateCard__ourTake ul li {
    margin-bottom: 0.5rem;
  }
}
.RateCard__ourTake > :first-child {
  background-color: #f3f4f8;
  border-radius: 0.5rem;
  padding: 1.5rem 1.5rem 0;
}
.RateCard__ourTake > :first-child h6,
.RateCard__ourTake > :first-child h4 {
  font-size: 0.875rem;
  letter-spacing: 0.113rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (min-width: 62.4375em) {
  .RateCard .RateCard__firstColumn {
    width: 100%;
    max-width: 180px;
  }
}
.RateCard .RateCard__LenderLogo {
  max-width: 7.5rem;
}
@media (min-width: 62.4375em) {
  .RateCard .RateCard__LenderLogo {
    max-width: 9rem;
  }
}
.RateCard .lender-long-name {
  line-height: 22px !important;
}
.RateCard .RateCard__card-flag {
  align-items: center;
  border-top-left-radius: 4px;
  display: flex;
  justify-content: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: auto;
}
@media (min-width: 62.4375em) {
  .RateCard .RateCard__card-flag {
    border-top-left-radius: 0;
    justify-content: flex-start;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.RateCard .RateCard__card-flag .Tooltip {
  bottom: auto;
}
[id^="rate-card-modal-"] .Modal-container {
  max-height: calc(100% - 150px);
}
@media (min-width: 62.4375em) {
  [id^="rate-card-modal-"] .Modal-container {
    max-height: calc(100% - 75px);
  }
}
.RateCard__pros div.wysiwyg ul li,
.RateCard__cons div.wysiwyg ul li {
  list-style: none;
}
.CloserLook {
  display: grid;
  padding: 1.5rem;
  grid-template-rows: repeat(6, auto);
  grid-template-columns: auto;
  box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533;
}
.CloserLook-title,
.CloserLook-subtitle,
.CloserLook-overview,
.CloserLook-logoRating,
.CloserLook-productStats,
.CloserLook-accordions {
  grid-column: 1/2;
}
.CloserLook-title {
  grid-row: 1/2;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.CloserLook-logoRating {
  grid-row: 2/3;
}
.CloserLook-subtitle {
  grid-row: 3/4;
}
.CloserLook-overview {
  grid-row: 4/5;
}
.CloserLook-loanStats {
  grid-row: 5/6;
}
.CloserLook-accordions {
  grid-row: 6/7;
  overflow: hidden;
}
.CloserLook-accordions .Accordion {
  margin-bottom: 0 !important;
}
.CloserLook-accordions .Accordion-titleContainer {
  padding-left: 1.5rem;
}
@media (min-width: 62.4375em) {
  .CloserLook {
    grid-template-rows: auto auto auto 1fr auto;
    grid-template-columns: 14rem auto;
    -moz-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }
  .CloserLook-title {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .CloserLook-subtitle {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .CloserLook-logoRating {
    grid-row: 1/4;
    grid-column: 1/2;
  }
  .CloserLook-overview {
    grid-row: 3/5;
    grid-column: 2/3;
  }
  .CloserLook-loanStats {
    grid-row: 4/5;
    grid-column: 1/2;
  }
  .CloserLook-accordions {
    grid-row: 5/6;
    grid-column: 1/3;
  }
  .CloserLook-accordions .Accordion-titleContainer {
    padding-left: 1.5rem;
  }
  .CloserLook--noSubtitle {
    grid-template-rows: auto 0 auto 1fr auto;
  }
}
.bankrate-score-card-title {
  letter-spacing: 2.5px;
  font-size: 10px;
}
@media (min-width: 37.4375em) {
  .bankrate-score-card-title {
    letter-spacing: 1.8px;
  }
}
.WealthComparisonTool {
  border-collapse: separate;
  border-color: #b1b7c5;
}
.WealthComparisonTool th:first-child {
  border-right: 0.0625rem solid #b1b7c5;
}
.WealthComparisonTool th:last-child {
  border-left: 0.0625rem solid #b1b7c5;
}
.WealthComparisonTool td {
  width: 33.33%;
}
.WealthComparisonTool td ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0.5rem 0 0.5rem 0.5rem;
  padding: 0;
  row-gap: 0.5rem;
}
.WealthComparisonTool td ul li {
  display: flex;
  margin-right: 0.5rem;
}
.WealthComparisonTool td ul.WealthComparisonTool-proList li:before {
  content: "\2713";
  color: #28c814;
  padding-right: 0.5rem;
}
.WealthComparisonTool td ul.WealthComparisonTool-conList li:before {
  content: "\2715";
  color: #d71919;
  padding-right: 0.5rem;
}
.WealthComparisonTool-featureTag {
  padding: 0.375rem 1rem 0.375rem 0.6875rem;
  clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0% 100%);
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(-0.0625rem);
}
.WealthComparisonTool-dropdownMenu {
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-height: 15rem;
  overflow-y: scroll;
}
.WealthComparisonTool-dropdownMenu::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.WealthComparisonTool-dropdownMenu::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #00000080;
  box-shadow: 0 0 1px #ffffff80;
}
.WealthComparisonTool-dropdownMenu li:hover {
  background-color: #eaf1ff !important;
  color: #0157ff !important;
  font-family: CircularStd-Bold, Arial, sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
}
.WealthComparisonTool-dropdownMenu--selected {
  background-color: #eaf1ff;
  padding-right: 1rem;
}
.WealthComparisonTool-dropdownMenu--noResults :hover {
  background-color: none;
}
.WealthComparisonTool-accordion {
  transition-property: all;
  transition-duration: 0.3s;
  right: 1rem;
}
.WealthComparisonTool-accordion--collapse {
  transform: rotate(180deg);
}
.WealthComparisonTool-accordionButton {
  max-width: none;
  flex: 1;
}
.WealthComparisonTool-header .WealthComparisonTool-featureTagContainer {
  transform: translateY(-0.0625rem);
  min-height: 3rem;
}
.WealthReviewPage:after {
  height: 25.75rem;
  background: linear-gradient(to bottom, #fff 75%, #f3f4f8);
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -10;
}
.WealthReviewPage-disclaimer {
  max-width: none;
}
@media (min-width: 62.4375em) {
  .WealthReviewPage-disclaimer {
    max-width: calc(75% - 2.5rem) !important;
  }
}
.WealthReviewPage-carousel {
  max-width: calc(var(--section-main-wrapper) + 2.5rem);
}
.WealthReviewPage .SectionWithToc,
.WealthReviewPage .SectionWithToc-body {
  gap: 1.5rem;
}
.WealthReviewPage .wysiwyg :is(p, ul) {
  color: #515260;
}
.WealthReviewMethodology {
  color: #515260;
}
.WealthSingleProductListing-promotedOffer {
  text-align: center;
}
@media (min-width: 750px) {
  .WealthSingleProductListing-promotedOffer {
    text-align: left;
  }
  .WealthSingleProductListing-logo {
    max-width: 8.5rem;
  }
}
.WealthSingleProductListing-tooltipHeader {
  font-size: 1rem;
  margin-bottom: 0.375rem;
}
.WealthSingleProductListing-subtext {
  margin-top: 0.25rem;
  font-weight: 450;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
@media (min-width: 750px) {
  .WealthSingleProductListing-subtext {
    margin-top: 0.5rem;
    font-size: 0.625rem;
    line-height: 0.625rem;
  }
}
.WealthSingleProductListing-apy {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 750px) {
  .WealthSingleProductListing-apy {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
.WealthSingleProductListing-apy-accent {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
}
@media (min-width: 750px) {
  .WealthSingleProductListing-apy-container {
    padding: 0 1.5rem;
  }
}
.WealthSingleProductListing-apy-accentTooltip {
  display: none !important;
}
@media (min-width: 750px) {
  .WealthSingleProductListing-apy-accentTooltip {
    display: block !important;
    margin-left: 0 !important;
    text-decoration-line: underline;
    text-decoration-color: #0157ff;
    text-underline-offset: 0.125rem;
    text-decoration-style: dotted;
  }
}
.WealthSingleProductListing-apy-accentText {
  display: block;
}
@media (min-width: 750px) {
  .WealthSingleProductListing-apy-accentText {
    display: none;
  }
}
.WealthSingleProductListing-apy-accentTooltipMobile {
  display: block !important;
}
@media (min-width: 750px) {
  .WealthSingleProductListing-apy-accentTooltipMobile {
    display: none !important;
  }
}
.WealthSingleProductListing-stat {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.75rem;
}
@media (min-width: 750px) {
  .WealthSingleProductListing-stat {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
.WealthSingleProductListing-stat-accent--currency {
  font-size: 0.8125rem;
  vertical-align: text-top;
}
.WealthSingleProductListing-stat-accent--time {
  font-size: 0.8125rem;
  vertical-align: text-top;
  line-height: 1.1875rem;
  margin-left: 0.0625rem;
}
@media (min-width: 750px) {
  .WealthSingleProductListing-stat-container {
    padding: 0 1.5rem;
  }
  .WealthSingleProductListing-stat-border {
    display: none;
  }
}
.WealthSingleProductListing-detail {
  font-size: 2rem;
  line-height: 2rem;
}
.WealthSingleProductListing-detail-accent {
  font-size: 0.8125rem;
  line-height: 1rem;
  vertical-align: text-top;
}
.WealthSingleProductListing-detail-apy {
  white-space: nowrap;
}
.WealthSingleProductListing-offerDetails,
.WealthSingleProductListing-offerDetails--mobile,
.WealthSingleProductListing-offerDetails--desktop {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.WealthSingleProductListing-offerDetails--desktop {
  display: none;
}
@media (min-width: 750px) {
  .WealthSingleProductListing-offerDetails--desktop {
    display: block;
  }
}
.WealthSingleProductListing-offerDetails--mobile {
  display: block;
}
@media (min-width: 750px) {
  .WealthSingleProductListing-offerDetails--mobile {
    display: none;
  }
}
.WealthSingleProductListing-offerDetails-modal {
  width: 25rem;
}
.WealthSingleProductListing-offerDetails-modal-stat {
  margin-top: 0.75rem;
}
@media (min-width: 750px) {
  .WealthSingleProductListing-offerDetails-modal-stat {
    margin-top: 0;
  }
}
.WealthSingleProductListing-cta {
  white-space: nowrap;
  width: 100%;
}
@media (min-width: 750px) {
  .WealthSingleProductListing-cta {
    width: auto;
  }
}
.WealthSingleProductListing-cta-container {
  width: 100%;
}
@media (min-width: 750px) {
  .WealthSingleProductListing-cta-container {
    width: auto;
    padding-left: 1.5rem;
  }
}
.WealthSingleProductListing-rateCard {
  flex-direction: column;
}
@media (min-width: 750px) {
  .WealthSingleProductListing-rateCard {
    flex-direction: row;
  }
}
.WealthSingleProductListing-rateCard-primary {
  width: 100%;
}
@media (min-width: 750px) {
  .WealthSingleProductListing-rateCard-primary {
    width: auto;
    flex-grow: 1;
  }
}
.WealthSingleProductListing-rateCard-secondary {
  width: 100%;
  margin: 1rem 0;
}
@media (min-width: 750px) {
  .WealthSingleProductListing-rateCard-secondary {
    margin: 0;
    width: auto;
  }
}
.WealthStateCdPage-Grid--1 {
  grid-column: 1 / span 12;
}
@media (min-width: 37.4375em) {
  .WealthStateCdPage-Grid--1 {
    grid-column: 1 / span 6;
  }
}
@media (min-width: 62.4375em) {
  .WealthStateCdPage-Grid--1 {
    grid-column: 1 / span 3;
  }
}
.WealthStateCdPage-Grid--4 {
  grid-column: 1 / span 12;
}
@media (min-width: 37.4375em) {
  .WealthStateCdPage-Grid--4 {
    grid-column: 7 / span 6;
  }
}
@media (min-width: 62.4375em) {
  .WealthStateCdPage-Grid--4 {
    grid-column: 4 / span 3;
  }
}
.WealthStateCdPage-Grid--7 {
  grid-column: 1 / span 12;
}
@media (min-width: 37.4375em) {
  .WealthStateCdPage-Grid--7 {
    grid-column: 1 / span 6;
  }
}
@media (min-width: 62.4375em) {
  .WealthStateCdPage-Grid--7 {
    grid-column: 7 / span 3;
  }
}
.WealthStateCdPage-Grid--10 {
  grid-column: 1 / span 12;
}
@media (min-width: 37.4375em) {
  .WealthStateCdPage-Grid--10 {
    grid-column: 7 / span 6;
  }
}
@media (min-width: 62.4375em) {
  .WealthStateCdPage-Grid--10 {
    grid-column: 10 / span 3;
  }
}
.StateRates-Summary-Box {
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 62.4375em) {
  .StateRates-Summary-Table {
    min-width: 60%;
  }
}
.StateRates .Table--borderedRows td,
.StateRates .Table--borderedRows th {
  border-bottom: 1px solid #f3f4f8;
}
.StateRates .Table td,
.StateRates .Table th {
  padding: 0.5rem;
}
.WealthTopOffers-card {
  width: 100%;
  display: flex;
}
@media (min-width: 37.4375em) {
  .WealthTopOffers-card {
    width: 49%;
  }
  .WealthTopOffers-card:nth-child(3) {
    display: none;
  }
}
@media (min-width: 770px) {
  .WealthTopOffers-card {
    width: 32.33%;
    display: flex;
  }
  .WealthTopOffers-card:nth-child(3) {
    display: flex;
  }
}
.WealthTopOffers-logoContainer {
  height: 40px;
}
.WealthTopOffers-apyAccent {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
}
.WealthTopOffers-apyAccent--text {
  display: block !important;
}
@media (min-width: 750px) {
  .WealthTopOffers-apyAccent--text {
    display: none !important;
  }
}
.WealthTopOffers-apyAccent--tooltip {
  display: none !important;
}
@media (min-width: 750px) {
  .WealthTopOffers-apyAccent--tooltip {
    margin-left: -0.125rem !important;
    margin-top: -0.125rem !important;
    display: inline-block !important;
    text-decoration-line: underline;
    text-decoration-color: #0157ff;
    text-underline-offset: 0.125rem;
    text-decoration-style: dotted;
  }
}
.WealthTopOffers-apyAccent--currency {
  font-size: 0.8125rem;
  vertical-align: text-top;
}
.WealthTopOffers-tooltipHeader {
  margin-bottom: 0.375rem;
}
.WealthTopOffers-modal {
  width: 25rem;
}
.WealthTopOffers-modal-statContainer {
  margin-top: 0.75rem;
}
@media (min-width: 750px) {
  .WealthTopOffers-modal-statContainer {
    margin-top: 0;
  }
}
.WealthTopOffers-modal-stat {
  font-size: 2rem;
}
.WealthTopOffers-tooltipMobile {
  display: inline-block !important;
}
@media (min-width: 750px) {
  .WealthTopOffers-tooltipMobile {
    display: none !important;
  }
}
.WealthTriageCard {
  max-width: 18.75rem;
}
@media (max-width: 62.43125em) {
  .WealthTriageCard {
    max-width: 554px;
    margin-bottom: 1rem;
    margin-left: 0;
    display: grid;
    grid-template-columns: 20px 1fr 1fr;
  }
  .WealthTriageCard-icon {
    grid-column: 1/2;
    grid-row: 1/1;
    text-align: left;
  }
  .WealthTriageCard-header {
    grid-column: 2/6;
    grid-row: 1/1;
    text-align: left;
    align-self: center;
  }
  .WealthTriageCard-body {
    grid-row: 2/2;
    grid-column: 1 / span 8;
    text-align: left;
  }
  .WealthTriageCard-link {
    grid-column: 6/8;
    grid-row: 1/1;
    text-align: right;
    align-self: center;
    margin: 0;
  }
}
.WealthHistoricalRateTrends-cdGridContainer {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, auto);
  margin-bottom: 1.5rem;
}
@media (min-width: 62.4375em) {
  .WealthHistoricalRateTrends-cdGridContainer {
    grid-template-columns: 12.8125rem auto;
    grid-template-rows: 1fr 1fr;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}
.WealthHistoricalRateTrends-savingsGridContainer {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, auto);
  margin-bottom: 1.5rem;
  max-width: 42.1875rem;
}
.WealthHistoricalRateTrends-legend {
  min-width: 0.75rem;
  min-height: 0.75rem;
}
.WealthHistoricalRateTrends-chartContainer {
  min-width: 15.625rem;
}
.WealthHistoricalRateTrends-cdChartContainer {
  grid-row: 2;
}
@media (min-width: 62.4375em) {
  .WealthHistoricalRateTrends-cdChartContainer {
    grid-column: 2 / span 1;
    grid-row: 1 / span 2;
  }
}
.WealthHistoricalRateTrends-formContainer {
  grid-row: 1;
  padding-bottom: 1.5rem;
}
@media (min-width: 62.4375em) {
  .WealthHistoricalRateTrends-formContainer {
    grid-column: 0 / span 1;
    grid-row: 1;
  }
}
.WealthHistoricalRateTrends-cdDetailsContainer {
  grid-row: 3;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: flex-end;
  padding-top: 1rem;
}
@media (min-width: 62.4375em) {
  .WealthHistoricalRateTrends-cdDetailsContainer {
    grid-column: 1 / span 1;
    grid-row: 2;
  }
}
.WealthHistoricalRateTrends-cdDetailsContainer--text {
  font-size: 16px;
}
@media (min-width: 62.4375em) {
  .WealthHistoricalRateTrends-cdDetailsContainer--text {
    font-size: 14px;
  }
}
.WealthHistoricalRateTrends-savingsDetailsContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
}
@media (min-width: 62.4375em) {
  .WealthHistoricalRateTrends-savingsDetailsContainer {
    flex-direction: row;
  }
}
.WealthHistoricalRateTrends-savingsDetailsContainer--text {
  font-size: 16px;
}
.WealthHistoricalRateTrends-apyTooltip--text {
  display: block !important;
  padding: 0 0.25rem;
}
@media (min-width: 999px) {
  .WealthHistoricalRateTrends-apyTooltip--text {
    display: none !important;
  }
}
.WealthHistoricalRateTrends-apyTooltip--underline {
  display: none !important;
}
@media (min-width: 999px) {
  .WealthHistoricalRateTrends-apyTooltip--underline {
    display: inline-block !important;
    text-decoration-line: underline;
    text-decoration-color: #0157ff;
    text-underline-offset: 0.125rem;
    text-decoration-style: dotted;
  }
}
.WealthHistoricalRateTrends-apyTooltip--mobile {
  display: inline-block !important;
  margin-left: 0.25rem;
}
@media (min-width: 999px) {
  .WealthHistoricalRateTrends-apyTooltip--mobile {
    display: none !important;
  }
}
.WealthHistoricalRateTrends-modal {
  width: 21.5625rem;
}
@media (min-width: 62.4375em) {
  .WealthHistoricalRateTrends-modal {
    width: 37rem;
    height: 47.9375rem;
  }
}
.wealth-consumer-review-card {
  width: 100%;
}
@media (min-width: 62.4375em) {
  .wealth-consumer-review-card {
    width: 49%;
  }
}
.WealthSemDoubtersV2Header {
  max-height: 17.625rem;
}
@media (min-width: 37.4375em) {
  .WealthSemDoubtersV2Header {
    max-height: 15.9375rem;
  }
}
.WealthSemDoubtersV2Header-cardsContainer {
  position: relative;
  top: 2.1875rem;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.WealthSemDoubtersV2Header-cardsContainer::-webkit-scrollbar {
  display: none;
}
@media (min-width: 37.4375em) {
  .WealthSemDoubtersV2Header-cardsContainer {
    top: 3.125rem;
  }
}
@media (min-width: 1100px) {
  .WealthSemDoubtersV2Header-cardsContainer {
    justify-content: center;
    overflow-x: hidden;
  }
}
.WealthSemDoubtersV2Header-card {
  max-width: 15rem;
  max-height: 6.8125rem;
  margin-bottom: 1.5625rem;
}
@media (min-width: 37.4375em) {
  .WealthSemDoubtersV2Header-card {
    max-width: 20.75rem;
    max-height: 7.8125rem;
  }
}
.WealthSemDoubtersV2Header-cardText {
  font-size: 0.875rem;
}
@media (min-width: 37.4375em) {
  .WealthSemDoubtersV2Header-cardText {
    font-size: 1rem;
  }
}
.wealth-info-cards-group .SimpleCard-container {
  align-items: stretch;
  scrollbar-width: none;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
}
@media (min-width: 999px) {
  .wealth-info-cards-group .SimpleCard-container {
    gap: 2rem !important;
    overflow-x: visible;
  }
}
.wealth-info-cards-group .SimpleCard {
  height: auto !important;
  min-width: 100%;
  scroll-snap-align: center;
  box-shadow: none !important;
  padding: 1rem 1rem 1.5rem !important;
}
.wealth-info-cards-group .SimpleCard .Icon {
  width: 2rem;
  height: 2rem;
}
.wealth-info-cards-group .SimpleCard .SimpleCard-copy p {
  margin: 0;
}
@media (min-width: 599px) {
  .wealth-info-cards-group .SimpleCard {
    min-width: 22rem;
  }
}
@media (min-width: 999px) {
  .wealth-info-cards-group .SimpleCard {
    height: 100% !important;
    min-width: auto;
  }
  .wealth-info-cards-group .wealth-info-cards-buttons-container {
    display: none;
  }
}
.wealth-info-cards-group .wealth-info-cards-buttons-container button.active {
  border-color: #0157ff !important;
  background-color: #0157ff !important;
}
.ExpertiseInAction__imageContainer img {
  max-height: 12.125rem;
}
.ExpertiseInAction__imageContainer div {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(21, 21, 21, 0.8) 11.34%,
    rgba(12, 12, 12, 0.447643) 21.9%,
    rgba(5, 5, 5, 0.203922) 36.29%,
    rgba(0, 0, 0, 0) 50%
  );
  top: 0;
}
.ExpertiseInAction__imageContainer:hover div {
  display: flex !important;
}
.wysiwyg > *:first-child {
  margin-top: 0;
}
.wysiwyg h1:before,
.wysiwyg h1:after,
.wysiwyg h2:before,
.wysiwyg h2:after,
.wysiwyg h3:before,
.wysiwyg h3:after,
.wysiwyg h4:before,
.wysiwyg h4:after,
.wysiwyg h5 h6:before,
.wysiwyg h5 h6:after {
  content: initial;
}
.wysiwyg :where(h2:not([class])) {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.wysiwyg :where(h3:not([class])) {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.wysiwyg :where(h2 + h3:not([class])) {
  margin-top: 0;
}
.wysiwyg :where(h4:not([class])) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.wysiwyg table ul,
.wysiwyg table ol {
  margin-bottom: 0;
  row-gap: 1rem;
}
.wysiwyg :where(ul:not([class])) {
  row-gap: 1rem;
  display: flex;
  flex-direction: column;
}
.wysiwyg ol {
  margin: 2rem;
}
.wysiwyg :where(ul:not([class]) li:not([class])) {
  list-style: disc;
}
.wysiwyg :where(ul:not([class]) li:not([class])) > *:first-child {
  margin-top: 0;
}
.wysiwyg :where(ul:not([class]) li:not([class])) > *:last-child {
  margin-bottom: 0;
}
.wysiwyg :where(ul:not([class]) li:not([class]))::marker {
  color: #0157ff;
}
.wysiwyg blockquote > *:first-child {
  margin-top: 0;
}
.wysiwyg blockquote > *:last-child {
  margin-bottom: 0;
}
.wysiwyg .Table.horizontal-scroll {
  border: transparent;
  display: block !important;
  max-width: -moz-fit-content;
  max-width: fit-content;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 1em;
}
.wysiwyg :where(b, strong) {
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-weight: 700;
}
.wysiwyg--flush > *:first-child {
  margin-top: 0;
}
.wysiwyg--flush > *:last-child {
  margin-bottom: 0;
}
.wysiwyg--sm {
  font-size: 0.875rem;
}
.wysiwyg--lg {
  font-size: 1.125rem;
}
.partner-landing-page-hero__content {
  max-width: 66.25rem;
}
.partner-landing-page-hero__logo,
.partner-landing-page-hero__vertical-divider {
  height: 20rem;
}
.partner-landing-page-hero__subheadline {
  font-size: 1.13rem;
  line-height: 1.67;
  letter-spacing: -0.015625rem;
}
.partner-landing-page-hero__cta {
  font-size: 1.13rem;
  line-height: 1.28;
  letter-spacing: 0.03125rem;
}
.PartnerHero {
  min-height: 26rem;
  background: var(--hero-offset-background-color);
}
.PartnerHero:before {
  content: "";
  display: block;
  width: 100%;
  height: 12.5rem;
  background-image: linear-gradient(
      0deg,
      var(--hero-offset-background-color) 30%,
      rgba(240, 240, 250, 0) 100%
    ),
    var(--hero-background-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (min-width: 62.4375em) {
  .PartnerHero:before {
    width: 50%;
    height: 100%;
    left: 50%;
    background-image: linear-gradient(
        80deg,
        var(--hero-offset-background-color) 10.24%,
        rgba(240, 240, 250, 0) 34.47%
      ),
      var(--hero-background-image);
  }
}
.PartnerHero .wrapper {
  z-index: 1;
  position: relative;
}
@media (min-width: 62.4375em) {
  .PartnerHero-copy {
    max-width: 32.5625rem;
  }
}
.PartnerHero-copy :where(.Richtext h1) {
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 3.5rem;
}
.PartnerHero-disclosure {
  position: absolute;
  right: 0.6875rem;
  top: 1rem;
}
.PartnerHero-disclosure button {
  text-transform: lowercase;
  box-shadow: none;
}
.PartnerHero-disclosure button:first-letter {
  text-transform: uppercase;
}
.PartnerHero-feat {
  border-color: #80abff;
}
.editable-partner-logos__background {
  background: rgba(81, 82, 96, 0.4);
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
}
.editable-partner-logos__logo {
  max-height: 5rem;
  margin-left: 5.31rem;
}
.editable-partner-logos__logo:first-of-type {
  margin-left: 0;
}
.wealth-redirect {
  background-color: #f2f7ff !important;
}
.wealth-redirect--partner-logo {
  max-height: 57px;
  max-width: 114px;
}
.wealth-redirect-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0157ff;
  opacity: 0.1;
}
.wealth-redirect #wealth-redirect-loader-wrapper {
  order: 2;
}
@media (min-width: 37.4375em) {
  .wealth-redirect #wealth-redirect-loader-wrapper {
    order: 1;
  }
}
.wealth-redirect #redirect-copy {
  order: 1;
}
@media (min-width: 37.4375em) {
  .wealth-redirect #redirect-copy {
    order: 2;
  }
}
.wealth-redirect #redirect-subcopy {
  order: 3;
}
.wealth-redirect-dot-control:nth-child(1) {
  animation: 1.75s wealth-redirect-loader 0.25s infinite;
}
.wealth-redirect-dot-control:nth-child(2) {
  animation: 1.75s wealth-redirect-loader 0.5s infinite;
}
.wealth-redirect-dot-control:nth-child(3) {
  animation: 1.75s wealth-redirect-loader 0.75s infinite;
}
.wealth-redirect-dot-secure:nth-child(1) {
  animation: 2.5s wealth-redirect-loader 0.25s infinite;
}
.wealth-redirect-dot-secure:nth-child(2) {
  animation: 2.5s wealth-redirect-loader 0.5s infinite;
}
.wealth-redirect-dot-secure:nth-child(3) {
  animation: 2.5s wealth-redirect-loader 0.75s infinite;
}
.wealth-redirect-dot-secure:nth-child(4) {
  animation: 2.5s wealth-redirect-loader 1s infinite;
}
.wealth-redirect-dot-secure:nth-child(5) {
  animation: 2.5s wealth-redirect-loader 1.25s infinite;
}
.wealth-redirect-dot-secure:nth-child(6) {
  animation: 2.5s wealth-redirect-loader 1.5s infinite;
}
.wealth-redirect-dot-secure:nth-child(7) {
  animation: 2.5s wealth-redirect-loader 1.75s infinite;
}
@media (min-width: 37.4375em) {
  .wealth-redirect-card {
    min-height: 21.875rem;
    max-width: 50.0625rem;
  }
}
.wealth-redirect-v2-loader-container {
  order: 2;
  margin-bottom: 1.5rem;
}
@media (min-width: 37.4375em) {
  .wealth-redirect-v2-loader-container {
    order: 1;
    margin-bottom: 0;
  }
}
.wealth-redirect-v2-heading {
  order: 1;
}
@media (min-width: 37.4375em) {
  .wealth-redirect-v2-heading {
    order: 2;
  }
}
.wealth-redirect-v2-highlights {
  display: flex;
  flex-direction: column;
  order: 3;
  min-width: 12.6875rem;
  width: 100%;
}
@media (min-width: 62.4375em) {
  .wealth-redirect-v2-highlights {
    min-width: 40.1875rem;
  }
}
.wealth-redirect-v2-highlight {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.wealth-redirect-v2-highlight-icon {
  margin-right: 0.5rem;
  margin-bottom: 0;
}
@media (min-width: 37.4375em) {
  .wealth-redirect-v2-highlight {
    flex-direction: column;
  }
  .wealth-redirect-v2-highlight-icon {
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
}
.wealth-redirect-v2-highlight:nth-child(1) {
  margin-bottom: 1rem;
}
@media (min-width: 37.4375em) {
  .wealth-redirect-v2-highlight:nth-child(1) {
    margin-bottom: 0;
  }
}
.wealth-redirect-v2-highlight:nth-child(3) {
  display: none;
}
@media (min-width: 37.4375em) {
  .wealth-redirect-v2-highlight:nth-child(3) {
    display: flex;
  }
}
.wealth-redirect-v2-highlight:nth-child(4) {
  display: none;
}
@media (min-width: 37.4375em) {
  .wealth-redirect-v2-highlight:nth-child(4) {
    display: flex;
  }
}
.wealth-redirect-v2-icon-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (min-width: 37.4375em) {
  .wealth-redirect-v2-icon-container {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
}
.wealth-redirect-v2-sub-heading {
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.75rem;
  letter-spacing: 0.15625rem;
  text-transform: uppercase;
}
.wealth-redirect-v2-icon-label {
  font-family: CircularStd-Bold, Arial, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6875rem;
  text-align: center;
}
.wealth-redirect-v3-container {
  background: linear-gradient(180deg, #ffffff 37.16%, #eaf1ff 100%);
}
@media (min-width: 62.4375em) {
  .wealth-redirect-v3 {
    max-width: 55.25rem;
    width: 100%;
  }
}
.wealth-redirect-v3-progress-bar {
  width: 100%;
  height: 0.75rem;
  background-color: #fff;
}
.wealth-redirect-v3-progress-bar .progress {
  width: 0;
  height: 100%;
  animation: wealth-redirect-loader-v3-loading 3s forwards;
}
.wealth-redirect-v3-logo-bankrate {
  width: 100%;
  max-width: 6rem;
}
.wealth-redirect-v3-logo-partner {
  width: 100%;
  max-width: 7.5rem;
}
.wealth-redirect-v3-logo-partner .wealth-redirect--partner-logo {
  max-width: 7.5rem;
  max-height: none;
}
.wealth-redirect-v3-logo-container {
  width: 100%;
}
@media (min-width: 37.4375em) {
  .wealth-redirect-v3-logo-container {
    max-width: 13.125rem;
  }
}
@keyframes wealth-redirect-loader {
  0% {
    opacity: 0.1;
  }
  25% {
    opacity: 1;
  }
  50%,
  to {
    opacity: 0.1;
  }
}
@keyframes wealth-redirect-loader-v3-loading {
  0% {
    width: 0;
    background-color: #fff;
  }
  to {
    width: 100%;
    background-color: #0157ff;
    border-radius: 1rem;
  }
}
.PublisherLogos {
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.PublisherLogos-Logos {
  gap: 1.5rem;
}
@media (min-width: 62.4375em) {
  .PublisherLogos {
    flex-direction: row;
    gap: 1.5rem;
  }
}
.swiper.true-cost__carousel {
  width: 25rem !important;
  height: 11.5rem;
  overflow: visible !important;
  z-index: 6;
}
.Tabs-link:focus,
.Tabs-link:active {
  border-bottom-color: transparent;
}
.Tabs-link.is-active:focus,
.Tabs-link.is-active:active {
  border-bottom-color: #0157ff;
}
@media (max-width: 62.43125em) {
  .true-cost__carousel .Button--utility .Icon-glyph {
    height: 2rem !important;
    width: 2rem !important;
  }
  .true-cost__carousel .swiper-button-prev,
  .true-cost__carousel .swiper-button-next,
  .map-mobile {
    display: none !important;
  }
  .map-tab-carousel {
    display: block !important;
  }
  .swiper.true-cost__carousel {
    width: 20.5rem !important;
  }
  .tcr-tabs-item {
    width: 33%;
  }
  .Tabs-link {
    padding: 4px 0 8px;
  }
}
.map {
  height: 37.75rem !important;
  width: 48.9375rem;
  z-index: 5;
}
.map-non-tcr {
  height: 34.125rem !important;
  width: auto;
  z-index: 5;
}
.true-cost__carousel .swiper-pagination {
  margin-top: 2.25rem !important;
}
.true-cost__carousel .swiper-button-prev {
  border: none;
  background-color: transparent;
  left: -2.8125rem !important;
  top: 60% !important;
}
.true-cost__carousel .swiper-button-next {
  border: none;
  background-color: transparent;
  right: -2.8125rem !important;
  top: 60% !important;
}
.true-cost-report-highlights__card {
  min-width: 10.3125rem;
}
.true-cost-report-highlights__card .is-active {
  outline: solid 0.125rem #0157ff;
}
@media (max-width: 62.43125em) {
  .true-cost-report-highlights__card .is-active :after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0.5rem;
    border: 0.125rem solid #0157ff;
    z-index: -1 !important;
    transform: none;
  }
}
@media (min-width: 62.4375em) {
  .true-cost-report-highlights__card {
    min-width: 17rem;
  }
  .true-cost-report-highlights__content-container {
    width: 137.5rem;
  }
  .true-cost-report-highlights__content {
    min-height: 30rem;
  }
}
.true-cost-report-highlights__tabs-card-title {
  letter-spacing: 0.1125rem;
}
.true-cost-report-highlights__tabs-subheading {
  letter-spacing: -0.009375rem !important;
}
.modal-btn:not(:last-of-type) {
  margin-right: 0.75rem;
}
@media (max-width: 62.43125em) {
  .modal-btn:last-of-type {
    margin-right: 1.5rem;
  }
  .modal-btn-group {
    white-space: nowrap;
    overflow-x: scroll;
  }
}
@media (min-width: 62.5rem) {
  .insurance-transformable-mustache__horizontal-layout-image {
    max-width: 39rem;
    max-height: 24.25rem;
  }
}
.insurance-transformable-mustache__container--inverted
  .Breadcrumb-item:not(.is-active) {
  color: #aac7fe;
}
.insurance-transformable-mustache__container--inverted .Byline-text .Icon {
  color: #aac7fe !important;
}
.insurance-transformable-mustache_title-override-container .wysiwyg h1 {
  color: #fff;
}
@media (min-width: 62.4375em) {
  .base-profile-content-container__profile-image {
    width: 7.5rem;
    height: 3.75rem;
  }
  .base-profile-content-container__home-image {
    width: 11.25rem;
    height: 9.11625rem;
  }
}
.base-profile-content-container__profile-image,
.base-profile-content-container__home-image {
  -o-object-fit: contain;
  object-fit: contain;
}
.summary-table sup {
  top: -0.25em;
}
@media (min-width: 62.4375em) {
  .summary-table-row .Icon.Icon--xs {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.summary-table-row .primary-cta-mobile button {
  width: 100%;
}
@media (min-width: 68.75em) {
  .summary-table-row .desktop-ctas {
    display: block !important;
  }
}
@media (min-width: 62.4375em) and (max-width: 68.6875em) {
  .summary-table-row .tablet-ctas {
    display: flex !important;
  }
}
@media (max-width: 62.43125em) {
  table.summary-table td:nth-child(1),
  table.summary-table th:nth-child(1) {
    display: none;
  }
}
@media (min-width: 62.4375em) {
  .summary-table_Tabs--fill,
  .summary-table_Tabs-item {
    flex-grow: 0 !important;
    flex-basis: unset !important;
  }
}
.superlative {
  letter-spacing: 0.15625rem;
  font-size: 0.625rem;
}
.summary-table-row__logo {
  -o-object-fit: contain;
  object-fit: contain;
}
.summary-table-row__button {
  white-space: nowrap;
  min-width: 10.53125rem;
}
.summary-table-row__button-mobile {
  white-space: nowrap;
}
.insurance-insight-box__content ul {
  margin-bottom: 0;
}
.insurance-comparison-table-container {
  overflow-x: auto;
}
.insurance-comparison-table-featureTag {
  padding: 0.375rem 1rem 0.375rem 0.6875rem;
  clip-path: polygon(0 0, 100% 0, calc(100% - 1.25rem) 100%, 0% 100%);
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(-0.0625rem);
}
.insurance-comparison-table-accordionButton {
  max-width: none;
  flex: 1;
}
.insurance-comparison-table-accordion {
  transition-property: all;
  transition-duration: 0.3s;
  right: 1rem;
}
.insurance-comparison-table-accordion--collapse {
  transform: rotate(180deg);
}
.insurance-comparison-table th,
.insurance-comparison-table td {
  min-width: 15rem;
  width: 10vw;
  border-right: 0.0625rem solid #b1b7c5;
}
.insurance-comparison-table th:nth-last-child(1),
.insurance-comparison-table td:nth-last-child(1) {
  border-right: none;
}
.insurance-comparison-table .insurance-standout-feature:not(:last-child) {
  margin-bottom: 0.5rem;
}
.featured-background {
  background-color: #f3fbfa;
}
.truncate-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.insurance-dispatch-filter-table {
  overflow: auto;
  -ms-overflow-style: none;
  margin-bottom: 0.28125rem !important;
  padding-bottom: 1rem;
}
.insurance-dispatch-filter-table--Table th,
.insurance-dispatch-filter-table--Table td {
  padding: 1rem 0.5rem !important;
  border-bottom: 0.0625rem solid var(--color-gray);
}
@media (min-width: 62.4375em) {
  .insurance-dispatch-filter-table--Table .carrier-column {
    min-width: 11.5rem !important;
  }
  .insurance-dispatch-filter-table--Table .text-column {
    min-width: 16rem !important;
    max-width: 16rem !important;
  }
  .insurance-dispatch-filter-table--Table .score-column {
    min-width: 9rem !important;
  }
  .insurance-dispatch-filter-table--Table .standard-column {
    min-width: 6.5rem !important;
  }
}
@media (max-width: 62.43125em) {
  .insurance-dispatch-filter-table--Table .carrier-column,
  .insurance-dispatch-filter-table--Table .score-column,
  .insurance-dispatch-filter-table--Table .standard-column {
    min-width: 8rem !important;
  }
  .insurance-dispatch-filter-table--Table .text-column,
  .insurance-dispatch-filter-table--Table .cta-column {
    min-width: 10rem !important;
  }
}
.insurance-dispatch-filter-table--Table-logo {
  width: 7.368125rem;
}
@media (max-width: 62.43125em) {
  .insurance-dispatch-filter-table--Table-logo {
    width: 5.263125rem;
  }
}
.insurance-dispatch-filter-table--Table tbody.tbody-hidden {
  display: flex;
  flex-direction: column;
}
@media (min-width: 37.4375em) {
  .insurance-dispatch-filter-table--Table tbody.tbody-hidden {
    display: table-header-group;
  }
}
.bankrate-score-td,
.noWrap {
  white-space: nowrap;
}
@media (max-width: 37.43125em) {
  .insurance-dispatch-filter-table--Table {
    border-collapse: separate;
  }
  .insurance-dispatch-filter-table--Table th:first-child {
    position: sticky;
    left: 0;
    background: var(--color-white);
    z-index: 1;
  }
  .insurance-dispatch-filter-table--Table td:first-child {
    position: sticky;
    left: 0;
    background: #f6faff;
    z-index: 1;
  }
  .insurance-dispatch-filter-table--Table th:not(:first-child),
  .insurance-dispatch-filter-table--Table td:not(:first-child) {
    text-align: center !important;
  }
  .insurance-dispatch-filter-table--Table th:first-child:after,
  .insurance-dispatch-filter-table--Table td:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-right: 0.0625rem solid var(--color-gray);
  }
  .insurance-dispatch-filter-table--Table th:first-child:before,
  .insurance-dispatch-filter-table--Table td:first-child:before {
    content: "";
    position: absolute !important;
    left: -0.1875rem;
    top: 0;
    bottom: -0.0625rem;
    border-right: 0.0625rem solid var(--color-gray);
  }
}
.insurance-dispatch-filter__dropdown {
  position: fixed;
  top: -100%;
  width: 100%;
  transition: top 1s ease;
}
.insurance-dispatch-filter--secure {
  color: #898f9e !important;
  order: 3;
}
@media (min-width: 37.4375em) {
  .insurance-dispatch-filter--secure {
    max-width: 20rem;
  }
}
.insurance-dispatch-filter--error-message {
  order: 3;
}
@media (min-width: 37.4375em) {
  .insurance-dispatch-filter--error-message {
    max-width: 20rem;
  }
}
.insurance-dispatch-filter__dropdown.show {
  top: 3.625rem;
}
.zip_group {
  grid-template-columns: 2fr 5fr;
}
@media (min-width: 37.4375em) {
  .insurance-dispatch-filter__container-wrapper {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: var(--section-main-wrapper);
  }
  .desktopUpdateText {
    color: #28c814 !important;
  }
  .insurance-dispatch-filter__dropdown {
    z-index: 25 !important;
  }
  .insurance-dispatch-filter__dropdown.show {
    top: 0px;
  }
  .carrier-card-lite__cta-container {
    order: 2;
  }
}
.carrier-card-lite__details-container .wysiwyg p {
  margin-bottom: 1.5rem;
}
.carrier-card-lite__pros-cons ul {
  padding-left: 0.5rem;
}
.carrier-card-lite .Accordion-icon--is-open {
  transform: rotate(180deg);
}
.carrier-review .placeholder-image {
  max-width: 12.5rem;
  max-height: 6rem;
  min-height: 6rem;
}
.carrier-review .tooltip-icon {
  height: 0.75rem;
  width: 0.75rem;
}
.carrier-review .feat-pill:not(:last-of-type) {
  margin-right: 0.75rem;
}
.carrier-review li.Accordion-item {
  padding: 0;
}
.carrier-review button.Accordion-titleContainer {
  padding: 1rem 0;
}
.carrier-review .Accordion-title {
  font-size: 1rem;
}
.carrier-review .icon-label .gap-4 {
  display: inline-flex !important;
  gap: 0.5rem !important;
}
.carrier-review .icon-label svg.Icon {
  height: 1.5rem !important;
}
.carrier-review .wysiwyg ul li {
  margin-left: 0.5rem;
  font-size: 1rem;
  color: var(--color-slate);
}
.carrier-review .additional-content .features {
  -moz-columns: 2;
  columns: 2;
}
.carrier-review .additional-content .pro-con-icon {
  margin-top: 0.0625rem;
}
.carrier-review .additional-content .icon-label {
  padding-bottom: 1.5rem;
}
@media (max-width: 37.43125em) {
  .carrier-review .additional-content > * {
    margin-bottom: 0.75rem;
  }
}
.carrier-review .wysiwyg ul {
  gap: 1rem !important;
}
.insurance-auto-home-hub-specific-component__eyebrow {
  letter-spacing: 0.1125rem;
}
.insurance-auto-home-hub-specific-component .hub-widgets-logos {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 1rem !important;
  -moz-column-gap: 1.994375rem !important;
  column-gap: 1.994375rem !important;
}
@media (min-width: 37.4375em) {
  .insurance-auto-home-hub-specific-component .hub-widgets-logos {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
}
.insurance-auto-home-hub-specific-component
  .hub-widgets-logos
  .static-logo:nth-child(1),
.insurance-auto-home-hub-specific-component
  .hub-widgets-logos
  .static-logo:nth-child(2),
.insurance-auto-home-hub-specific-component
  .hub-widgets-logos
  .static-logo:nth-child(3),
.insurance-auto-home-hub-specific-component
  .hub-widgets-logos
  .static-logo:nth-child(6),
.insurance-auto-home-hub-specific-component
  .hub-widgets-logos
  .static-logo:nth-child(7),
.insurance-auto-home-hub-specific-component
  .hub-widgets-logos
  .static-logo:nth-child(8) {
  grid-column: span 2;
}
.insurance-auto-home-hub-specific-component
  .hub-widgets-logos
  .static-logo:nth-child(4) {
  grid-column: span 2;
  grid-column-start: 2;
  grid-column-end: 4;
  justify-self: right;
}
.insurance-auto-home-hub-specific-component
  .hub-widgets-logos
  .static-logo:nth-child(5) {
  grid-column: span 2;
  grid-column-start: 4;
  grid-column-end: 6;
  justify-self: left;
}
@media (min-width: 37.4375em) {
  .insurance-auto-home-hub-specific-component__body-container {
    gap: 4rem;
  }
}
.insurance-auto-home-hub-specific-component .hub-widgets-logo-text {
  font-size: 0.75rem !important;
  line-height: 1.275rem;
  letter-spacing: 0.1125rem;
  color: #868a9a !important;
}
@media (min-width: 62.4375em) {
  .insurance-auto-home-hub-specific-component--disclosures {
    order: 3;
  }
  .home-component--sub-containers {
    grid-template-rows: auto repeat(2, 1fr);
  }
}
.hub-component--zip-input .FormInput {
  border-color: #e3e6ee;
}
.infoSecure {
  color: #868a9a;
}
.insurance-jumplink-card {
  align-items: center;
  padding: 1em;
  border-radius: 0.5rem;
  text-align: center;
  align-content: center;
  text-decoration: none;
  transition: color 0.2s ease;
  min-width: 18.5rem;
  min-height: 5rem;
}
@media (min-width: 37.4375em) {
  .insurance-jumplink-card {
    min-height: 8rem;
    min-width: auto;
  }
}
.insurance-jumplink-card:hover {
  border-color: #548dff !important;
}
.insurance-jumplink-card--fourCards {
  min-width: 8.75rem;
  min-height: 7rem;
}
@media (min-width: 37.4375em) {
  .insurance-jumplink-card--fourCards {
    min-height: 8rem;
    min-width: auto;
  }
}
.insurance-jumplink-card .Link,
.insurance-jumplink-card .WealthBankProduct-overview a,
.WealthBankProduct-overview .insurance-jumplink-card a,
.insurance-jumplink-card .WealthReviewPage .wysiwyg a,
.WealthReviewPage .wysiwyg .insurance-jumplink-card a,
.insurance-jumplink-card .WealthReviewMethodology a,
.WealthReviewMethodology .insurance-jumplink-card a {
  border-bottom: none;
}
.insurance-landing-page-hero {
  background: linear-gradient(to left, #153567 0%, #061d4b 70%, #00143d 100%);
}
body:has(.insurance-landing-page-hero) .hub-widgets-logo-text {
  font-size: 1.125rem !important;
  line-height: 1.7 !important;
  letter-spacing: -0.015625rem !important;
  font-family: CircularStd-Bold, Arial, sans-serif !important;
}
.insurance-how-this-works--subtitle {
  font-family: CircularStd-Bold, Arial, sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
}
.insurance-landing-page-hero--step-title {
  font-size: 2.5rem;
}
@media (min-width: 62.4375em) {
  .insurance-how-this-works {
    border-top-left-radius: 4rem;
    border-bottom-right-radius: 4rem;
  }
  .insurance-landing-page-zip-entry {
    border-top-left-radius: 4rem;
  }
  .insurance-landing-page-hero {
    background-size: 100% 40%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
  }
}
.insurance-landing-page-hero--icon-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center !important;
  gap: 1.5rem !important;
  padding: 2rem 0 !important;
}
.insurance-landing-page-hero--icon-list ul li div {
  display: flex !important;
  flex-direction: column !important;
  font-size: 0.875rem !important;
  line-height: 1.4875rem !important;
  padding: 0 0.25rem !important;
}
.insurance-landing-page-hero--icon-list .IconList-itemDescription {
  color: #fff !important;
  margin-top: 0.25rem !important;
  margin-bottom: 1rem !important;
}
.insurance-landing-page-hero--icon-list .IconList-itemIcon {
  margin-right: 0 !important;
  padding-bottom: 1rem !important;
  justify-content: center !important;
}
.insurance-landing-page-hero--icon-list .IconList-item {
  margin: 0 !important;
  text-align: center !important;
}
.insurance-landing-page-hero--icon-list .IconListTitle {
  margin-bottom: 0 !important;
}
.insurance-landing-page-hero--icon-list .IconList-itemTitle {
  letter-spacing: 0.15625rem !important;
}
.insurance-landing-page-hero--icon-list .IconList-itemDescription:after {
  content: "" !important;
  display: block !important;
  width: 2rem !important;
  height: 0.125rem !important;
  background: teal !important;
  margin-top: 1rem !important;
  margin-left: auto;
  margin-right: auto;
}
.insurance-landing-page-hero--content #coverage-iframe-i-frame,
.insurance-landing-page-hero--content #coverage-iframe {
  border-radius: 0.5rem !important;
}
.bg-gradient-gray-light {
  background: linear-gradient(0deg, #fff 40%, #f3f4f8);
}
.mb-0-last-child > :last-child {
  margin-bottom: 0;
}
.display-table-row-group {
  display: table-row-group !important;
}
.display-table-header-group {
  display: table-header-group !important;
}
.display-table-footer-group {
  display: table-footer-group !important;
}
.display-table-row {
  display: table-row !important;
}
.display-table-cell {
  display: table-cell !important;
}
.display-table-column-group {
  display: table-column-group !important;
}
.display-table-column {
  display: table-column !important;
}
.display-table-caption {
  display: table-caption !important;
}
@media (min-width: 37.4375em) {
  .sm\:display-table-row-group {
    display: table-row-group !important;
  }
  .sm\:display-table-header-group {
    display: table-header-group !important;
  }
  .sm\:display-table-footer-group {
    display: table-footer-group !important;
  }
  .sm\:display-table-row {
    display: table-row !important;
  }
  .sm\:display-table-cell {
    display: table-cell !important;
  }
  .sm\:display-table-column-group {
    display: table-column-group !important;
  }
  .sm\:display-table-column {
    display: table-column !important;
  }
  .sm\:display-table-caption {
    display: table-caption !important;
  }
}
@media (min-width: 62.4375em) {
  .md\:display-table-row-group {
    display: table-row-group !important;
  }
  .md\:display-table-header-group {
    display: table-header-group !important;
  }
  .md\:display-table-footer-group {
    display: table-footer-group !important;
  }
  .md\:display-table-row {
    display: table-row !important;
  }
  .md\:display-table-cell {
    display: table-cell !important;
  }
  .md\:display-table-column-group {
    display: table-column-group !important;
  }
  .md\:display-table-column {
    display: table-column !important;
  }
  .md\:display-table-caption {
    display: table-caption !important;
  }
}
@media (min-width: 89.9375em) {
  .lg\:display-table-row-group {
    display: table-row-group !important;
  }
  .lg\:display-table-header-group {
    display: table-header-group !important;
  }
  .lg\:display-table-footer-group {
    display: table-footer-group !important;
  }
  .lg\:display-table-row {
    display: table-row !important;
  }
  .lg\:display-table-cell {
    display: table-cell !important;
  }
  .lg\:display-table-column-group {
    display: table-column-group !important;
  }
  .lg\:display-table-column {
    display: table-column !important;
  }
  .lg\:display-table-caption {
    display: table-caption !important;
  }
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
.clear-both {
  clear: both;
}
.inset {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.inset-t-r {
  position: absolute;
  top: 0;
  right: 0;
  bottom: unset;
  left: unset;
}
.inset-t-l {
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
}
.inset-b-r {
  position: absolute;
  top: unset;
  right: 0;
  bottom: 0;
  left: unset;
}
.inset-b-l {
  position: absolute;
  top: unset;
  right: unset;
  bottom: 0;
  left: 0;
}
.right-0 {
  right: 0;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.left-0 {
  left: 0;
}
.left-1 {
  left: 0.25rem;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.top-0 {
  bottom: 0;
}
.top-1 {
  bottom: 0.25rem;
}
.top-2 {
  bottom: 0.5rem;
}
.top-3 {
  bottom: 0.75rem;
}
.top-4 {
  bottom: 1rem;
}
.top-5 {
  bottom: 1.25rem;
}
.top-full {
  top: 100%;
}
.bottom-0 {
  bottom: 0;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-4 {
  bottom: 1rem;
}
@media only screen and (max-width: 62.4375em) {
  .md:top-0 {
    top: 0;
  }
  .md:top-full {
    top: 100%;
  }
}
[x-cloak] {
  display: none !important;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.has-links :where(a:not([class])) {
  border-bottom: 1px solid #0157ff;
  color: #0157ff;
  cursor: pointer;
  font-size: inherit;
  position: relative;
  text-decoration: none;
  transition: color 0.15s ease-in, border-bottom-color 0.15s ease-in;
}
.has-links :where(a:not([class])):hover,
.has-links :where(a:not([class])):active,
.has-links :where(a:not([class])):focus {
  border-bottom-color: #00349a;
  color: #0045cd;
}
.glossary .drop-cap {
  font-size: 45px;
}
@media (min-width: 37.4375em) {
  .glossary .drop-cap {
    font-size: 90px;
  }
}
@media (max-width: 62.43125em) {
  .true-cost-report-template-2023__hero-content {
    flex-direction: column-reverse !important;
    margin-left: 0 !important;
  }
  .true-cost-report-template-2023__hero-advertiser-disclosure {
    padding: 1rem;
    margin-left: 0 !important;
  }
  .true-cost-report-template-2023__hero {
    padding: 1rem;
    width: 100% !important;
  }
  .true-cost-report-template-2023__hero-image {
    width: 100% !important;
  }
  .hero-image {
    width: 12.3125rem;
    height: 12.5rem;
  }
  .line {
    width: 5.6875rem;
  }
  .drop-cap-section {
    width: 100% !important;
    color: #fff;
  }
}
.true-cost-report-template-2023__body-content .table__show-more-btn {
  background-color: #fff;
  border: 0.125rem solid #0157ff;
}
.true-cost-report-template-2023__body-content .table__show-more-btn:hover {
  background-color: #f2f7ff;
  border: 0.125rem solid #0157ff;
}
.put-in-gear {
  font-size: 1rem;
  letter-spacing: 0.113rem;
  white-space: nowrap;
}
.drop-cap:first-child:first-letter {
  color: #fff;
  float: left;
  font-weight: 400;
  font-size: 6rem;
  line-height: 4.375rem;
  padding-top: 0.25rem;
  padding-right: 0.5rem;
  padding-left: 0.1875rem;
}
.in-gear-line:before {
  content: "";
  display: block;
  width: 5.6875rem;
  height: 0.0625rem;
  background: linear-gradient(to right, rgba(1, 87, 255, 0), rgb(1, 87, 255));
  margin-right: 1rem;
}
.in-gear-line:after {
  content: "";
  display: block;
  width: 5.6875rem;
  height: 0.0625rem;
  background: linear-gradient(to left, rgba(1, 87, 255, 0), rgb(1, 87, 255));
  margin-left: 1rem;
}
@media (min-width: 37.4375em) {
  .in-gear-line:after {
    width: 10.9375rem;
  }
  .in-gear-line:before {
    width: 10.9375rem;
  }
}
