:root {
  /* family */
  --font-family-sans: Poppins, sans-serif;
  --font-family-serif: Arvo, serif;
  /* weight */
  --font-weight-regular: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  /* line-height */
  --line-height-tightest: 1.1;
  --line-height-tighter: 1.2;
  --line-height-tight: 1.3;
  --line-height-normal: 1.5;
  --line-height-loose: 1.7;
  /* size */
  --font-size-base: 10px;
  --font-size-72: 7.2rem;
  --font-size-52: 5.2rem;
  --font-size-48: 4.8rem;
  --font-size-40: 4.0rem;
  --font-size-32: 3.2rem;
  --font-size-28: 2.8rem;
  --font-size-24: 2.4rem;
  --font-size-22: 2.2rem;
  --font-size-20: 2.0rem;
  --font-size-18: 1.8rem;
  --font-size-16: 1.6rem;
  --font-size-14: 1.4rem;
  --font-size-12: 1.2rem;
}

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

.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip:focus {
  position: static;
  width: auto;
  height: auto;
}

.img-r {
  display: block;
  height: auto;
  width: 100%;
}

.nowrap {
  white-space: nowrap;
}

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

.text-center img {
  margin: auto;
}

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

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

sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media print {
  .slds-no-print {
    display: none !important;
  }
}
.arvo, body {
  font-family: "Arvo", serif;
  font-style: normal;
}

.arvo-regular, .gode-flymenu__secondary .gode-flymenu__item, .slds-input, .slds-textarea, .slds-input[readonly], .slds-textarea[readonly], .slds-select_container .slds-select, .slds-dropdown, .gode-review__value, .gode-address, .slds-context-bar__item ul .slds-context-bar__item, .page-lead, .lead, h2, .h2, .radio-button-group-large .slds-form-element__label.slds-form-element__legend {
  font-family: "Arvo", serif;
  font-weight: 400;
  font-style: normal;
}

.arvo-bold {
  font-family: "Arvo", serif;
  font-weight: 700;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.poppins-regular, .lang-select .lang-select__title, .gode-flymenu__user .user .user-email, .gode-payment-method__aside, .slds-form-element__help, .gode-review__label, .gode-summary__review .gode-review.gode-review--border-bottom .gode-review__value,
.gode-summary__review .gode-review.gode-review--border-top .gode-review__value, .gode-summary__review .gode-review.gode-review--border-bottom .gode-address,
.gode-summary__review .gode-review.gode-review--border-top .gode-address, .gode-summary__nextsteps ul li, .wiki_page-list ul > li a, .gode_site-footer {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium, .slds-nav-vertical__title, .slds-progress__item .slds-progress__item_content, .gode_site-header__logo span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold, .slds-nav-vertical__action, .link-list, .gode-form-element__popoverhelp .popover-trigger, .slds-form-element__label, .slds-form-element .slds-form-element__control .slds-checkbox .slds-checkbox__label .slds-form-element__label, .slds-button, .gode-payment-item-total-group .gode-review__value, .gode-payment-item-total-group .gode-address, .slds-badge, .page-desc, .page-lead__links, h6, .h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold, .lang-select .lang-select__list button, .gode-flymenu__user .user .user-name, .gode-flymenu__item, .slds-tabs_default .slds-tabs_default__item, .gode-payment-method__title, .gode-payment-item-total-group .gode-review:last-child .gode-review__label, .gode-payment-item-total-group .gode-review:last-child .gode-review__value, .gode-payment-item-total-group .gode-review:last-child .gode-address, .slds-context-bar, ol.gode-list li::marker, h5, .h5, .gode-divider, h4, .h4, h3, .h3, .gode-alert__heading, .slds-modal .slds-modal__header .slds-modal__title, h1, .h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

html {
  color: #202328;
  font-size: 10px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased !important;
}
@media print {
  html {
    font-size: 8px;
  }
}

body {
  color: #202328;
  line-height: 1.75;
}

body, .slds-text-body_regular {
  font-size: 1.6rem;
}

.slds-text-body_small, .slds-popover {
  font-size: 1.4rem;
  line-height: 1.5;
}

.text-body_large {
  font-size: 2rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .text-body_large {
    font-size: 2.2rem;
  }
}

.slds-text-color_weak {
  color: #505863;
}

h1, .h1 {
  font-size: 3.2rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 4rem;
  }
}

h2, .h2, .radio-button-group-large .slds-form-element__label.slds-form-element__legend {
  font-size: 2.2rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h2, .h2, .radio-button-group-large .slds-form-element__label.slds-form-element__legend {
    font-size: 2.4rem;
  }
}

h3, .h3, .gode-alert__heading, .slds-modal .slds-modal__header .slds-modal__title {
  font-size: 2.4rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h3, .h3, .gode-alert__heading, .slds-modal .slds-modal__header .slds-modal__title {
    font-size: 2.2rem;
  }
}

h4, .h4 {
  font-size: 2rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 2rem;
  }
}

h5, .h5, .gode-divider {
  font-size: 1.6rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h5, .h5, .gode-divider {
    font-size: 1.6rem;
  }
}

h6, .h6 {
  font-size: 1.2rem;
  line-height: 1.3;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h6, .h6 {
    font-size: 1.2rem;
  }
}

.lead {
  font-size: 2rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .lead {
    font-size: 2.8rem;
  }
}

a {
  color: #006B96;
}
a:focus, a:hover {
  color: #00415B;
  text-decoration: underline;
}
a:not([class]) {
  color: #006B96;
  text-decoration: underline;
  -webkit-text-decoration-color: #006B96;
          text-decoration-color: #006B96;
  text-decoration-thickness: 0.12rem;
  text-underline-offset: 2.2px;
}
a:not([class]):focus, a:not([class]):hover {
  color: #00415B;
  text-decoration: underline;
}

.gode-link {
  color: #006B96;
  text-decoration: underline;
}
.gode-link:focus, .gode-link:hover {
  color: #00415B;
}
.gode-link.gode-link--prime {
  font-family: "Poppins", sans-serif;
}
.gode-link.gode-link--inverse {
  color: #fff;
}

ol.gode-list {
  padding-left: 2.4rem;
  margin-left: 0;
}
ol.gode-list li {
  padding-left: 0.8rem;
}
ol.gode-list li:not(:last-child) {
  margin-bottom: 1.6rem;
}
ol.gode-list li::marker {
  font-size: 1.8rem;
}
ol.gode-list li > .gode-list li {
  margin: 0.8rem 0 0;
}
ol.gode-list li > .gode-list li::marker {
  font-size: 1.6rem;
}

ul.gode-list {
  list-style: disc;
  padding-left: 1.6rem;
}
ul.gode-list li {
  padding-left: 0.8rem;
}
ul.gode-list li:not(:last-child) {
  margin-bottom: 1.6rem;
}
ul.gode-list li > ul.gode-list {
  list-style: circle;
}
ul.gode-list li > ul.gode-list li {
  margin: 0.8rem 0 0;
}
ul.gode-list.gode-list--nomargin li {
  margin-bottom: 0;
}

ol.gode-list[type=A] {
  list-style: upper-alpha;
}

ol.gode-list[type=i] {
  list-style: lower-roman;
}

ol.gode-list[type="1"] {
  list-style: decimal;
}

.gode-article {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
}
@media (min-width: 768px) {
  .gode-article {
    gap: 5.6rem;
  }
}
#page_landingFull .gode-article {
  gap: 3.2rem;
}
@media (min-width: 768px) {
  #page_landingFull .gode-article {
    gap: 4rem;
  }
}
@media print {
  .gode-article {
    gap: 3.2rem;
  }
}

.gode-article__section {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
}
@media (min-width: 768px) {
  .gode-article__section {
    gap: 2.4rem;
  }
}
.gode-article__section.gode-article__section--sm {
  gap: 0.8rem;
}
@media (min-width: 768px) {
  .gode-article__section.gode-article__section--sm {
    gap: 1.6rem;
  }
}

@media print {
  .gode-box .gode-article__section {
    break-inside: avoid;
  }
}
.gode-article__note {
  color: #202328;
  font-size: 1.4rem;
}

.gode-article__actions {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
}
.gode-article__actions .slds-button, .gode-article__actions lightning-button {
  width: 100%;
}
@media (min-width: 768px) {
  .gode-article__actions {
    gap: 3.2rem;
    flex-direction: row;
    justify-content: flex-end;
  }
  .gode-article__actions .slds-button, .gode-article__actions lightning-button {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .gode-article__actions .slds-button_outline-brand,
  .gode-article__actions .slds-button_brand {
    min-width: 38.3rem;
  }
}

.gode-article--faq {
  gap: 0;
}
.gode-article--faq .gode-article__section {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 6.4rem 0;
}
.gode-article--faq .gode-article__section:not(:last-of-type) {
  border-bottom: 1px solid #D0D9E3;
}
@media (max-width: 1023px) {
  .gode-article--faq .gode-article__section:first-of-type {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .gode-article--faq .gode-article__section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
    padding: 7.2rem 0;
  }
  .gode-article--faq .gode-article__section .section-header {
    grid-column: 1/2;
    grid-row: 1;
  }
  .gode-article--faq .gode-article__section .section-content {
    grid-column: 2/4;
    grid-row: 1;
  }
}
.gode-article--faq .section-content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.gode-article--faq .section-block {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.page-back-button--top {
  position: absolute;
  top: 0;
  right: 0;
}
.page-back-button--bottom {
  margin-top: 4rem;
  text-align: right;
}

.gode-cols {
  display: flex;
  gap: 4rem;
  flex-direction: column-reverse;
  width: 100%;
}
@media (min-width: 1024px) {
  .gode-cols {
    gap: 5.6rem;
  }
  .gode-cols.gode-cols--page {
    flex-direction: row;
    gap: 3.2rem;
  }
}
@media (min-width: 1280px) {
  .gode-cols.gode-cols--page {
    gap: 6.4rem;
  }
}
@media print {
  .gode-cols.gode-cols--page {
    display: flex;
    flex-direction: column;
  }
}

.gode-cols--page .gode-col {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .gode-cols--page .gode-col.gode-col--side {
    flex-shrink: 0;
    width: 32rem;
  }
}
@media (min-width: 1280px) {
  .gode-cols--page .gode-col {
    gap: 5.6rem;
  }
  .gode-cols--page .gode-col.gode-col--main {
    width: 73.6rem;
  }
  .gode-cols--page .gode-col.gode-col--side {
    flex-shrink: 0;
    width: 41.6rem;
  }
}
@media print {
  .gode-cols--page .gode-col {
    gap: 3.2rem;
  }
}
.gode-col.gode-col--center {
  width: 100%;
  max-width: 86.4rem;
  margin: 0 auto;
}

.slds-form {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
  max-width: 67.3rem;
}
.slds-form.slds-form--sm {
  gap: 1.6rem;
}
.slds-form.slds-form--lg {
  gap: 3.2rem;
}
.slds-form.slds-form--card, .slds-form.slds-form--ach {
  background-color: #E3F5FC;
  border-radius: 0.8rem;
  padding: 2.4rem 1.6rem;
}
@media (min-width: 768px) {
  .slds-form.slds-form--card, .slds-form.slds-form--ach {
    padding: 4rem 4.8rem 4.8rem;
  }
}
.slds-form.slds-form--card-address {
  gap: 4rem;
  padding: 0 1.6rem 4rem 1.6rem;
}
@media (min-width: 768px) {
  .slds-form.slds-form--card-address {
    padding: 0 4.8rem 4rem 4.8rem;
  }
}
.slds-form.slds-form--additional {
  padding: 4rem 1.6rem 4rem 1.6rem;
}
@media (min-width: 768px) {
  .slds-form.slds-form--additional {
    padding: 4rem 4.8rem 4rem 4.8rem;
  }
}
@media (min-width: 768px) {
  .slds-form.slds-form--inline {
    flex-direction: row;
  }
  .slds-form.slds-form--inline .slds-form-element {
    flex-grow: 1;
  }
}

.gode-form-group {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
}

.gode-checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
}

.landing .page-container {
  padding-top: 1.6rem;
}
.landing .page-bg {
  display: flex;
  height: 140vw;
  position: relative;
  overflow: hidden;
}
.landing .page-bg .page-container {
  padding: 3.2rem 2.4rem;
  z-index: 1;
}
.landing .page-bg .page-container .slds-grid {
  height: 100%;
}
.landing .page-bg .page-bg__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.landing .page-bg .page-bg__img img {
  width: 100%;
}
.landing .page-bg .page-header {
  gap: 0.8rem;
  padding-bottom: 1.6rem;
}
.landing .page-bg h1 {
  font-size: 4.4rem;
  line-height: 1.2;
}
.landing .page-bg p {
  display: block;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .landing .page-bg {
    height: 45vw;
  }
  .landing .page-bg .page-container {
    justify-content: center;
    padding: 6.4rem 3.2rem;
  }
  .landing .page-bg .page-container .slds-grid {
    height: auto;
  }
}
@media (min-width: 1024px) {
  .landing .page-bg .page-header {
    gap: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .landing .page-bg h1 {
    font-size: 7.2rem;
  }
  .landing .page-bg p {
    font-size: 2.4rem;
  }
}
.landing-content {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  gap: 4rem;
}
.landing-content .page-header {
  gap: 1.6rem;
}
.landing-content h1 {
  font-size: 4.8rem;
  line-height: 1.2;
}
.landing-content .page-lead {
  font-size: 1.8rem;
}
.landing-content .landing-actions {
  display: flex;
  margin-top: auto;
  width: 100%;
}
.landing-content .landing-actions .slds-button {
  padding: 0 4rem;
  width: 100%;
}
@media (min-width: 768px) {
  .landing-content {
    align-items: flex-start;
    justify-content: center;
    height: auto;
  }
  .landing-content h1 {
    font-size: 7.2rem;
    line-height: 1.2;
  }
  .landing-content .page-lead {
    font-size: 2.4rem;
  }
  .landing-content .landing-actions {
    width: auto;
  }
  .landing-content .landing-actions .slds-button {
    width: auto;
  }
}
.landing--full {
  background: #fff;
}
.landing--full .page-container {
  gap: 8rem;
}
.landing--full + .gode_site-footer {
  background: #fff;
}
@media (min-width: 768px) {
  .landing--full .page-full .page-container {
    gap: 12.8rem;
    padding-top: 7.2rem;
    padding-bottom: 12.8rem;
  }
}
html {
  background: #E2E8F0 !important;
  height: 100%;
  scroll-behavior: smooth;
}
@media print {
  html {
    background: #fff;
  }
}

body {
  background: #E2E8F0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media print {
  body {
    background: #fff;
  }
}

.page-container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  flex-shrink: 0;
  margin: 0 auto;
  max-width: 128rem;
  padding: 3.2rem 0.8rem 6.4rem;
  width: 100%;
}
@media (min-width: 768px) {
  .page-container {
    gap: 6.4rem;
    padding: 5.6rem 3.2rem 9.6rem;
  }
  #page_payment-404 .page-container {
    padding-top: 9.6rem;
  }
}
.page-container.page-container--full {
  max-width: 100%;
}
@media print {
  .page-container {
    padding: 0 !important;
    max-width: 100%;
    width: 100%;
  }
}

.page-header {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.page-header .slds-icon path {
  fill: #71a163;
}
@media (min-width: 768px) {
  .page-header {
    gap: 0.8rem;
  }
}
#page_payment-faq .page-header {
  gap: 3.2rem;
}

.page-lead {
  font-size: 2rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  text-wrap: pretty;
}
.page-lead p {
  text-wrap: pretty;
}
@media (min-width: 768px) {
  .page-lead {
    font-size: 2.8rem;
  }
}

.page-desc {
  font-size: 2.2rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin: 1.6rem 0 0;
  text-wrap: pretty;
}
.page-desc p {
  text-wrap: pretty;
}
@media (min-width: 768px) {
  .page-desc {
    font-size: 2.2rem;
  }
}

.page-info {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin: 1.6rem 0 0;
}

.page-lead__icon .slds-icon {
  width: 7.4rem;
  height: 6.4rem;
}

.page-lead__links {
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
  font-size: 1.4rem;
  line-height: 1;
}
.page-lead__links a {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.page-lead__links a .slds-icon {
  fill: #006B96;
  width: 1.8rem;
}

community_layout-section {
  padding: 0 !important;
}
community_layout-section .columns-content {
  max-width: 100% !important;
}

@media print {
  /* target all pages */
  @page {
    margin: 1cm;
  }
  /* target the first page only */
  @page :first {
    margin-top: 2cm;
  }
  /* target left (even-numbered) pages only */
  @page :left {
    margin-right: 2cm;
  }
  /* target right (odd-numbered) pages only */
  @page :right {
    margin-left: 2cm;
  }
}
.community_byo-scoped-header-and-footer__footer-content {
  background-color: #E2E8F0 !important;
}

.gode_site-footer {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  padding: 1.6rem;
  margin-top: auto;
}
@media (min-width: 768px) {
  .gode_site-footer {
    padding: 0 3.2rem;
  }
}

.gode_site-footer__container {
  border-top: 1px solid #D0D9E3;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 4rem;
  padding: 3.2rem 0;
  width: 100%;
  max-width: 115.2rem;
}
@media (min-width: 768px) {
  .gode_site-footer__container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 4rem 0;
  }
}

.gode_site-footer__logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .gode_site-footer__logo {
    flex-direction: row;
    align-items: center;
    gap: 2.4rem;
  }
}

.gode_site-footer__links ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
  font-size: 1.4rem;
}
.gode_site-footer__links ul a {
  color: #00415B;
  text-decoration: none;
  font-weight: 600;
}
@media (min-width: 768px) {
  .gode_site-footer__links ul {
    flex-direction: row;
    align-items: center;
    gap: 2.4rem;
  }
}
@media print {
  .gode_site-footer__links {
    display: none;
  }
}

.gode_site-footer.gode_site-footer--portal {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
@media (min-width: 768px) {
  .gode_site-footer.gode_site-footer--portal {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }
}

/**
* ! PAYMENTS Site Header
*/
.gode_site-header {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  height: 7.2rem;
  padding: 0;
}
.gode_site-header .page-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  flex-shrink: 0;
  gap: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .gode_site-header .page-container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media (min-width: 1024px) {
  .gode_site-header__back,
  .gode_site-header__logo,
  .gode_site-header__links {
    width: 33.3333333333vw;
  }
}

.gode_site-header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.gode_site-header__logo span {
  display: block;
  font-size: 2rem;
  color: #505863;
  height: 3.2rem;
  border-left: 0.2rem solid #D0D9E3;
  padding-left: 1.6rem;
}
@media (min-width: 1024px) {
  .gode_site-header__logo span {
    font-weight: 600;
  }
}

.gode_site-header.gode_site-header--portal {
  height: 8.8rem;
  padding: 0 1.6rem;
}
@media (min-width: 1024px) {
  .gode_site-header.gode_site-header--portal {
    padding: 0 4.8rem;
  }
}
.gode_site-header.gode_site-header--portal .gode_site-header__logo {
  width: auto;
}

.state-banner {
  background: #113552;
  color: white;
  display: flex;
  gap: 1.6rem;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 1.2rem;
}
.state-banner .slds-icon {
  padding: 0;
  width: 7.6rem;
  height: 2.4rem;
}
.state-banner a {
  color: white;
  text-decoration: underline;
}

.slds-m-top_xxx-small {
  margin-top: 0.4rem;
}

.slds-m-right_xxx-small {
  margin-right: 0.4rem;
}

.slds-m-bottom_xxx-small {
  margin-bottom: 0.4rem;
}

.slds-m-left_xxx-small {
  margin-left: 0.4rem;
}

.slds-m-horizontal_xxx-small {
  margin-right: 0.4rem;
  margin-left: 0.4rem;
}

.slds-m-vertical_xxx-small {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

.slds-m-around_xxx-small {
  margin: 0.4rem;
}

.slds-m-top_xx-small {
  margin-top: 0.8rem;
}

.slds-m-right_xx-small {
  margin-right: 0.8rem;
}

.slds-m-bottom_xx-small {
  margin-bottom: 0.8rem;
}

.slds-m-left_xx-small {
  margin-left: 0.8rem;
}

.slds-m-horizontal_xx-small {
  margin-right: 0.8rem;
  margin-left: 0.8rem;
}

.slds-m-vertical_xx-small {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.slds-m-around_xx-small {
  margin: 0.8rem;
}

.slds-m-top_x-small {
  margin-top: 1.2rem;
}

.slds-m-right_x-small {
  margin-right: 1.2rem;
}

.slds-m-bottom_x-small {
  margin-bottom: 1.2rem;
}

.slds-m-left_x-small {
  margin-left: 1.2rem;
}

.slds-m-horizontal_x-small {
  margin-right: 1.2rem;
  margin-left: 1.2rem;
}

.slds-m-vertical_x-small {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.slds-m-around_x-small {
  margin: 1.2rem;
}

.slds-m-top_small {
  margin-top: 1.6rem;
}

.slds-m-right_small {
  margin-right: 1.6rem;
}

.slds-m-bottom_small {
  margin-bottom: 1.6rem;
}

.slds-m-left_small {
  margin-left: 1.6rem;
}

.slds-m-horizontal_small {
  margin-right: 1.6rem;
  margin-left: 1.6rem;
}

.slds-m-vertical_small {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

.slds-m-around_small {
  margin: 1.6rem;
}

.slds-m-top_medium {
  margin-top: 2.4rem;
}

.slds-m-right_medium {
  margin-right: 2.4rem;
}

.slds-m-bottom_medium {
  margin-bottom: 2.4rem;
}

.slds-m-left_medium {
  margin-left: 2.4rem;
}

.slds-m-horizontal_medium {
  margin-right: 2.4rem;
  margin-left: 2.4rem;
}

.slds-m-vertical_medium {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}

.slds-m-around_medium {
  margin: 2.4rem;
}

.slds-m-top_large {
  margin-top: 3.2rem;
}

.slds-m-right_large {
  margin-right: 3.2rem;
}

.slds-m-bottom_large {
  margin-bottom: 3.2rem;
}

.slds-m-left_large {
  margin-left: 3.2rem;
}

.slds-m-horizontal_large {
  margin-right: 3.2rem;
  margin-left: 3.2rem;
}

.slds-m-vertical_large {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}

.slds-m-around_large {
  margin: 3.2rem;
}

.slds-m-top_x-large {
  margin-top: 4.8rem;
}

.slds-m-right_x-large {
  margin-right: 4.8rem;
}

.slds-m-bottom_x-large {
  margin-bottom: 4.8rem;
}

.slds-m-left_x-large {
  margin-left: 4.8rem;
}

.slds-m-horizontal_x-large {
  margin-right: 4.8rem;
  margin-left: 4.8rem;
}

.slds-m-vertical_x-large {
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
}

.slds-m-around_x-large {
  margin: 4.8rem;
}

.slds-m-top_xx-large {
  margin-top: 5.6rem;
}

.slds-m-right_xx-large {
  margin-right: 5.6rem;
}

.slds-m-bottom_xx-large {
  margin-bottom: 5.6rem;
}

.slds-m-left_xx-large {
  margin-left: 5.6rem;
}

.slds-m-horizontal_xx-large {
  margin-right: 5.6rem;
  margin-left: 5.6rem;
}

.slds-m-vertical_xx-large {
  margin-top: 5.6rem;
  margin-bottom: 5.6rem;
}

.slds-m-around_xx-large {
  margin: 5.6rem;
}

.slds-p-top_xxx-small {
  padding-top: 0.4rem;
}

.slds-p-right_xxx-small {
  padding-right: 0.4rem;
}

.slds-p-bottom_xxx-small {
  padding-bottom: 0.4rem;
}

.slds-p-left_xxx-small {
  padding-left: 0.4rem;
}

.slds-p-horizontal_xxx-small {
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}

.slds-p-vertical_xxx-small {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.slds-p-around_xxx-small {
  padding: 0.4rem;
}

.slds-p-top_xx-small {
  padding-top: 0.8rem;
}

.slds-p-right_xx-small {
  padding-right: 0.8rem;
}

.slds-p-bottom_xx-small {
  padding-bottom: 0.8rem;
}

.slds-p-left_xx-small {
  padding-left: 0.8rem;
}

.slds-p-horizontal_xx-small {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}

.slds-p-vertical_xx-small {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.slds-p-around_xx-small {
  padding: 0.8rem;
}

.slds-p-top_x-small {
  padding-top: 1.2rem;
}

.slds-p-right_x-small {
  padding-right: 1.2rem;
}

.slds-p-bottom_x-small {
  padding-bottom: 1.2rem;
}

.slds-p-left_x-small {
  padding-left: 1.2rem;
}

.slds-p-horizontal_x-small {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

.slds-p-vertical_x-small {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.slds-p-around_x-small {
  padding: 1.2rem;
}

.slds-p-top_small {
  padding-top: 1.6rem;
}

.slds-p-right_small {
  padding-right: 1.6rem;
}

.slds-p-bottom_small, .wiki-block__header {
  padding-bottom: 1.6rem;
}

.slds-p-left_small {
  padding-left: 1.6rem;
}

.slds-p-horizontal_small {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}

.slds-p-vertical_small {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.slds-p-around_small {
  padding: 1.6rem;
}

.slds-p-top_medium {
  padding-top: 2.4rem;
}

.slds-p-right_medium {
  padding-right: 2.4rem;
}

.slds-p-bottom_medium {
  padding-bottom: 2.4rem;
}

.slds-p-left_medium {
  padding-left: 2.4rem;
}

.slds-p-horizontal_medium {
  padding-right: 2.4rem;
  padding-left: 2.4rem;
}

.slds-p-vertical_medium {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.slds-p-around_medium {
  padding: 2.4rem;
}

.slds-p-top_large {
  padding-top: 3.2rem;
}

.slds-p-right_large {
  padding-right: 3.2rem;
}

.slds-p-bottom_large {
  padding-bottom: 3.2rem;
}

.slds-p-left_large {
  padding-left: 3.2rem;
}

.slds-p-horizontal_large {
  padding-right: 3.2rem;
  padding-left: 3.2rem;
}

.slds-p-vertical_large {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}

.slds-p-around_large {
  padding: 3.2rem;
}

.slds-p-top_x-large {
  padding-top: 4.8rem;
}

.slds-p-right_x-large {
  padding-right: 4.8rem;
}

.slds-p-bottom_x-large {
  padding-bottom: 4.8rem;
}

.slds-p-left_x-large {
  padding-left: 4.8rem;
}

.slds-p-horizontal_x-large {
  padding-right: 4.8rem;
  padding-left: 4.8rem;
}

.slds-p-vertical_x-large {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}

.slds-p-around_x-large {
  padding: 4.8rem;
}

.slds-p-top_xx-large {
  padding-top: 5.6rem;
}

.slds-p-right_xx-large {
  padding-right: 5.6rem;
}

.slds-p-bottom_xx-large {
  padding-bottom: 5.6rem;
}

.slds-p-left_xx-large {
  padding-left: 5.6rem;
}

.slds-p-horizontal_xx-large {
  padding-right: 5.6rem;
  padding-left: 5.6rem;
}

.slds-p-vertical_xx-large {
  padding-top: 5.6rem;
  padding-bottom: 5.6rem;
}

.slds-p-around_xx-large {
  padding: 5.6rem;
}

/**
* ! Pay State Banner
*/
@media print {
  div[id^=state-header],
  #state-header {
    display: none !important;
  }
}

.me-1 {
  margin-right: 0.8rem !important;
}

.mb-4 {
  margin-bottom: 3.2rem !important;
}

.py-2 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

.py-4 {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
div[id^=state-header] .d-flex, div[id^=official-web-statement] .d-flex {
  display: flex !important;
}
div[id^=state-header] .flex-column, div[id^=official-web-statement] .flex-column {
  flex-direction: column !important;
}
div[id^=state-header] .flex-row, div[id^=official-web-statement] .flex-row {
  flex-direction: row !important;
}
div[id^=state-header] .justify-content-between, div[id^=official-web-statement] .justify-content-between {
  justify-content: space-between !important;
}
div[id^=state-header] .align-items-left, div[id^=official-web-statement] .align-items-left {
  align-items: flex-start !important;
}
div[id^=state-header] .align-items-center, div[id^=official-web-statement] .align-items-center {
  align-items: center !important;
}
@media (min-width: 768px) {
  div[id^=state-header] .flex-md-row, div[id^=official-web-statement] .flex-md-row {
    flex-direction: row !important;
  }
  div[id^=state-header] .align-items-md-center, div[id^=official-web-statement] .align-items-md-center {
    align-items: center !important;
  }
  div[id^=state-header] .justify-content-between, div[id^=official-web-statement] .justify-content-between {
    justify-content: flex-start !important;
  }
}
div[id^=state-header] .text-nowrap, div[id^=official-web-statement] .text-nowrap {
  white-space: nowrap !important;
}
div[id^=state-header] .page-container, div[id^=official-web-statement] .page-container {
  gap: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  div[id^=state-header] .page-container, div[id^=official-web-statement] .page-container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
div[id^=state-header] .container, div[id^=official-web-statement] .container {
  --lh-gutter-x: 3.2rem;
  --lh-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--lh-gutter-x) * 0.25);
  padding-left: calc(var(--lh-gutter-x) * 0.25);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  div[id^=state-header] .container, div[id^=official-web-statement] .container {
    padding-right: calc(var(--lh-gutter-x) * 0.5);
    padding-left: calc(var(--lh-gutter-x) * 0.5);
  }
}
div[id^=state-header] .row, div[id^=official-web-statement] .row {
  --lh-gutter-x: 2.4rem;
  --lh-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--lh-gutter-y));
  margin-right: calc(-0.5 * var(--lh-gutter-x));
  margin-left: calc(-0.5 * var(--lh-gutter-x));
}
div[id^=state-header] .row > *, div[id^=official-web-statement] .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--lh-gutter-x) * 0.5);
  padding-left: calc(var(--lh-gutter-x) * 0.5);
  margin-top: var(--lh-gutter-y);
}
div[id^=state-header] .col, div[id^=official-web-statement] .col {
  flex: 1 0 0%;
}
@media (min-width: 992px) {
  div[id^=state-header] .column-gap-lg-8, div[id^=official-web-statement] .column-gap-lg-8 {
    column-gap: 6.4rem !important;
  }
  div[id^=state-header] .col-lg-6, div[id^=official-web-statement] .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1400px) {
  div[id^=state-header] .col-xxl-7, div[id^=official-web-statement] .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
div[id^=state-header] .icon-24, div[id^=official-web-statement] .icon-24 {
  width: 24px;
  height: 24px;
}

div[id^=state-header] {
  background-color: rgb(0, 65, 91);
  color: #fff;
  font-family: var(--font-family-sans);
  font-size: 1.6rem;
  width: 100%;
}
div[id^=state-header] a[id^=state-of-delaware-logo] {
  display: block;
}
div[id^=state-header] a[id^=state-of-delaware-logo] img {
  max-width: 117px;
  height: auto;
}
div[id^=state-header] button {
  background: none;
  border: none;
  font-weight: 700;
  color: #fff;
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-underline-offset: 7px;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  div[id^=state-header] button {
    font-size: 1.6rem;
  }
}
div[id^=state-header] button:visited {
  color: #fff;
}
div[id^=state-header] button:hover {
  text-decoration-thickness: 4px;
}
div[id^=state-header] button:focus, div[id^=state-header] button:focus-visible {
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  outline-style: solid;
  outline-color: #109be0;
  outline-offset: 2px;
  outline-width: 3px;
}
div[id^=state-header] button:not(.collapsed) svg {
  margin-bottom: 5px;
  transform: rotate(180deg);
}
@media (max-width: 767.99px) {
  div[id^=state-header] button {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  div[id^=state-header] button {
    font-size: 1.6rem;
  }
}
div[id^=state-header] .icon {
  display: inline-block;
  height: 24px;
  width: 24px;
  flex-shrink: 0;
  fill: currentColor;
  transition: fill 0.3s;
}
div[id^=state-header] a svg[class^=icon]:before {
  padding-left: 8px;
}
div[id^=state-header] p {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  div[id^=state-header] p {
    font-size: 1.6rem;
  }
}

div[id^=official-web-statement] {
  background-color: #202020;
  color: #fff;
  font-family: var(--font-family-sans);
}
div[id^=official-web-statement] h2, div[id^=official-web-statement] .h2 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}
div[id^=official-web-statement] p {
  line-height: 1.5;
  margin-bottom: 1.6rem;
  text-wrap: wrap;
}
@media (min-width: 768px) {
  div[id^=official-web-statement] p {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}

.wiki-section .slds-box {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}

.wiki-main {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}

.wiki-sample-group, .wiki-block {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.wiki-block__header, .wiki-section {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.wiki .page-container, .wiki .wiki_menu {
  max-width: 100%;
}

.wiki-block__header {
  border-bottom: 1px solid #D0D9E3;
  align-items: flex-start;
}
.wiki-sample-group {
  align-items: flex-start;
}
.wiki-sample-group .wiki-sample {
  width: 100%;
}

.slds-context-bar {
  border: 0;
  color: #202328;
  height: 7.2rem;
  padding: 0 3.2rem;
  gap: 3.2rem;
}
.slds-context-bar ul {
  display: flex;
  gap: 3.2rem;
}
.slds-context-bar .slds-context-bar__secondary {
  flex: auto;
}

.slds-context-bar__item {
  display: flex;
  gap: 1.6rem;
  max-width: 100rem;
}
.slds-context-bar__item:hover, .slds-context-bar__item.slds-is-active, .slds-context-bar__item.slds-is-active:hover, .slds-context-bar__item:not(.slds-no-hover):hover {
  animation: none;
  background-color: transparent;
  border: 0;
}
.slds-context-bar__item:hover::before, .slds-context-bar__item:hover::after, .slds-context-bar__item.slds-is-active::before, .slds-context-bar__item.slds-is-active::after, .slds-context-bar__item.slds-is-active:hover::before, .slds-context-bar__item.slds-is-active:hover::after, .slds-context-bar__item:not(.slds-no-hover):hover::before, .slds-context-bar__item:not(.slds-no-hover):hover::after {
  display: none;
}

.slds-context-bar__app-name {
  font-size: 1.6rem;
}

.slds-context-bar__primary a.slds-context-bar__label-action,
.slds-context-bar__secondary .slds-context-bar__label-action {
  color: #006B96;
  font-size: 1.6rem;
  padding: 0;
}

.slds-is-active > a.slds-context-bar__label-action {
  color: #202328;
}

.slds-context-bar__primary a.slds-context-bar__label-action {
  padding: 0 3.2rem 0 0;
}

.slds-context-bar__item ul {
  gap: 1.6rem;
}

.slds-context-bar__item ul .slds-context-bar__item {
  text-transform: none;
}
.slds-context-bar__item ul .slds-context-bar__item .slds-context-bar__label-action {
  font-size: 1.4rem;
}

.wiki_menu {
  display: flex;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.wiki_menu ul {
  display: flex;
  gap: 2.4rem;
}

.demo-only_viewport {
  position: relative;
  height: 76.8rem;
  width: 100%;
}

.demo-only_viewport > * {
  position: absolute !important;
  visibility: visible;
  opacity: 1;
}

.wiki_page-list {
  margin-bottom: 3.2rem;
}
.wiki_page-list ul > li a {
  border-radius: 0.8rem;
  display: block;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 0.4rem 0;
}
.wiki-sample-group .slds-popover.slds-open {
  opacity: 1;
  visibility: visible;
  position: relative;
  bottom: auto;
  top: auto;
  left: auto;
  right: auto;
}

.gode-summary {
  width: 100%;
}
@media (min-width: 375px) {
  .gode-summary {
    padding: 0 1.6rem;
  }
}
@media (min-width: 1280px) {
  .gode-summary {
    max-width: 41.6rem;
    padding: 0;
    position: sticky;
    top: 1.6rem;
  }
}
.gode-col--main + .gode-col--side .gode-summary {
  padding: 0;
}
.gode-summary .gode-box {
  background-color: #F1F5F9;
}

.gode-summary__payee {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.gode-summary__nextsteps {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.gode-summary__nextsteps ul li:not(:last-child) {
  margin-bottom: 0.4rem;
}

.gode-summary__createaccount {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.gode-summary__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  width: 100%;
}
.gode-summary__actions .slds-button,
.gode-summary__actions lightning-button,
.gode-summary__actions lightning-button button {
  width: 100%;
  justify-content: center;
}
.gode-summary__actions.slds-hide_medium {
  margin-top: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.gode-summary.gode-summary--compact {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.gode-summary.gode-summary--compact .gode-box {
  border: 1px solid #D0D9E3;
}
@media (min-width: 1024px) {
  .gode-summary.gode-summary--compact .gode-box {
    border: 0;
  }
}
@media print {
  .gode-summary.gode-summary--compact .gode-box {
    border: 0;
  }
}
.gode-summary.gode-summary--compact .gode-summary__payee {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.gode-summary.gode-summary--compact .gode-secure {
  gap: 1.2rem;
  padding: 0;
}

@media (min-width: 1280px) {
  .gode-summary.gode-summary--compact {
    gap: 3.2rem;
  }
  .gode-summary.gode-summary--compact .gode-summary__payee {
    gap: 0.8rem;
  }
  .gode-summary.gode-summary--compact .gode-summary__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 1280px) and (min-width: 768px) {
  .gode-summary > .gode-summary.gode-summary--compact .gode-summary__actions {
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .gode-summary.gode-summary--compact .gode-summary__actions .slds-button,
  .gode-summary.gode-summary--compact .gode-summary__actions lightning-button,
  .gode-summary.gode-summary--compact .gode-summary__actions lightning-button button {
    width: 100%;
  }
  .gode-summary.gode-summary--compact .gode-summary__actions.slds-hide_medium {
    margin-top: 3.2rem;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
  }
}
.slds-badge {
  background-color: #D6E4D2;
  border-radius: 0.4rem;
  font-size: 1.1rem;
  line-height: 1;
  padding: 2px 4px;
}
@media (min-width: 768px) {
  .slds-badge {
    font-size: 1.3rem;
    letter-spacing: 0.5px;
    padding: 4px 6px;
  }
}
.slds-badge.slds-badge_inverse {
  background-color: #00415B;
}
.slds-badge.slds-badge_lightest {
  background-color: #D0D9E3;
  border: none;
}
.slds-badge.slds-theme_success {
  background-color: green;
}
.slds-badge.slds-theme_warning {
  background-color: orange;
}
.slds-badge.slds-theme_error {
  background-color: red;
}

.gode-review {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 0.8rem 0;
}
.gode-review:not(:last-child) {
  border-bottom: 1px solid #D0D9E3;
}
@media (min-width: 1024px) {
  .gode-review {
    flex-direction: row;
    gap: 1.2rem;
  }
}

.gode-review--inline {
  flex-direction: row;
}
.gode-review--stacked {
  flex-direction: column;
}
.gode-review__label {
  font-size: 1.1rem;
  line-height: 1.8rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .gode-review__label {
    width: 13rem;
    flex-shrink: 0;
  }
}
@media print {
  .gode-review__label {
    width: 20rem;
    flex-shrink: 0;
  }
}

.gode-review__value, .gode-address {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.gode-review__value .gode-icon--payment, .gode-address .gode-icon--payment {
  width: 2.4rem;
  height: 1.8rem;
  margin-right: 0.4rem;
}
.review-group .gode-review {
  padding: 1.2rem 0;
}
@media (min-width: 1024px) {
  .review-group .gode-review {
    padding: 1.6rem 0;
  }
}
@media print {
  .review-group {
    max-width: 628px;
  }
}

.gode-review-box-title {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.gode-review-box {
  background-color: #F1F5F9;
  border-radius: 0.8rem;
  padding: 0.8rem 1.6rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .gode-review-box {
    padding: 0.4rem 1.6rem;
  }
}
.gode-review-box .gode-review__label {
  width: 12.2rem;
}

.gode-payment-item-detail__details .gode-review {
  border: none;
  flex-direction: row;
}
.gode-payment-item-detail__details .gode-review__label {
  width: 8rem;
}
.gode-payment-item-detail__details .gode-review__value, .gode-payment-item-detail__details .gode-address {
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  .gode-payment-item-detail__details .gode-review__value, .gode-payment-item-detail__details .gode-address {
    font-size: 1.4rem;
  }
}

.gode-payment-item-total-group {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-top: 2.4rem;
}
.gode-payment-item-total-group .gode-review {
  border: none;
  flex-direction: row;
  padding: 0;
}
.gode-payment-item-total-group .gode-review__label {
  flex-shrink: unset;
  font-size: 1.4rem;
  text-transform: unset;
  width: 100%;
}
.gode-payment-item-total-group .gode-review__value, .gode-payment-item-total-group .gode-address {
  font-size: 1.4rem;
  text-align: right;
}
.gode-payment-item-total-group .gode-review:last-child {
  padding-top: 1.6rem;
}
.gode-payment-item-total-group .gode-review:last-child .gode-review__label {
  font-size: 1.6rem;
}
.gode-payment-item-total-group .gode-review:last-child .gode-review__value, .gode-payment-item-total-group .gode-review:last-child .gode-address {
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  .gode-payment-item-total-group .gode-review__value, .gode-payment-item-total-group .gode-address {
    font-size: 1.6rem;
  }
  .gode-payment-item-total-group .gode-review:last-child .gode-review__label {
    font-size: 1.8rem;
  }
  .gode-payment-item-total-group .gode-review:last-child .gode-review__value, .gode-payment-item-total-group .gode-review:last-child .gode-address {
    font-size: 1.8rem;
  }
}

.gode-summary__review {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.gode-summary__review .gode-payment-item-detail__header {
  align-items: flex-start;
}
.gode-summary__review .gode-review {
  border: none;
  flex-direction: column;
  gap: 0.8rem;
  padding: 0;
}
.gode-summary__review .gode-review--inline {
  flex-direction: row;
}
.gode-summary__review .gode-review--stacked {
  flex-direction: column;
}
.gode-summary__review .gode-review__label {
  line-height: 1.6rem;
  width: 100%;
}
.gode-summary__review .gode-review__value, .gode-summary__review .gode-address {
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.gode-summary__review .gode-payment-item-detail__details .gode-review {
  border: none;
  flex-direction: row;
}
.gode-summary__review .gode-payment-item-detail__details .gode-review__label {
  width: 8rem;
}
.gode-summary__review .gode-payment-item-detail__details .gode-review__value, .gode-summary__review .gode-payment-item-detail__details .gode-address {
  font-size: 1.2rem;
}
.gode-summary__review .gode-expandable__title-trigger {
  width: 100%;
}
.gode-summary__review.slds-hide_large {
  padding-top: 3.2rem;
}
.gode-summary__review .gode-review.gode-review--border-bottom {
  border-bottom: 1px solid #D0D9E3;
}
.gode-summary__review .gode-review.gode-review--border-top {
  border-top: 1px solid #D0D9E3;
}
.gode-summary__review .gode-review.gode-review--border-bottom,
.gode-summary__review .gode-review.gode-review--border-top {
  padding: 1.6rem 0;
}
.gode-summary__review .gode-review.gode-review--border-bottom .gode-review__label,
.gode-summary__review .gode-review.gode-review--border-top .gode-review__label {
  width: 100%;
  flex-shrink: unset;
}
@media (min-width: 1024px) {
  .gode-summary__review .gode-review.gode-review--border-bottom,
  .gode-summary__review .gode-review.gode-review--border-top {
    padding: 1.6rem 0;
  }
}

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

.gode-billing-address {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

[class*=slds-border] {
  border-color: #BEC6CF;
}

.slds-box, .gode-box.gode-box--okta, .gode-box, .slds-card {
  background-color: #fff;
  border: 0;
  border-radius: 0.8rem;
  padding: 1.6rem;
}
@media (min-width: 744px) {
  .slds-box, .gode-box.gode-box--okta, .gode-box, .slds-card {
    padding: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .slds-box, .gode-box.gode-box--okta, .gode-box, .slds-card {
    border-radius: 1.6rem;
  }
}
@media (min-width: 1320px) {
  .slds-box, .gode-box.gode-box--okta, .gode-box, .slds-card {
    padding: 3.2rem;
  }
}

.slds-box_small, .gode-box.gode-box--small, .gode-box.gode-box--summary {
  padding: 1.6rem;
}
@media (min-width: 768px) {
  .slds-box_small, .gode-box.gode-box--small, .gode-box.gode-box--summary {
    padding: 3.2rem 1.6rem;
  }
}
@media (min-width: 1280px) {
  .slds-box_small, .gode-box.gode-box--small, .gode-box.gode-box--summary {
    padding: 3.2rem;
  }
}

.gode-box {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.gode-box.gode-box--small, .gode-box.gode-box--summary {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.gode-box.gode-box--okta {
  padding: 1.6rem;
}
.gode-box.gode-box--signin {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
.gode-box.gode-box--signin .gode-payee {
  max-width: 84.8rem;
  padding-left: 4.8rem;
  padding-right: 4.8rem;
}
.gode-box.gode-box--signin .gode-review {
  padding: 0;
}
.gode-box.gode-box--signin .gode-cta {
  max-width: 84.8rem;
}
.slds-modal .gode-box {
  padding: 0;
}
@media print {
  .gode-box {
    padding: 0 !important;
  }
}

.slds-button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #00415B;
  font-size: 1.6rem;
  height: 5.6rem;
  line-height: 1;
  padding: 0;
  text-decoration: none;
  vertical-align: unset;
  transition: all 0.3s;
}
.slds-button:hover, .slds-button:active, .slds-button:focus {
  background-color: transparent;
  color: #002C3D;
}
.slds-button:disabled, .slds-button[disabled] {
  background-color: transparent;
  color: #8E98A4;
}
.slds-button:disabled:hover, .slds-button:disabled:active, .slds-button:disabled:focus, .slds-button[disabled]:hover, .slds-button[disabled]:active, .slds-button[disabled]:focus {
  background-color: transparent;
  color: #8E98A4;
}
.slds-button + .slds-button {
  margin: 0;
}
.slds-button .label {
  opacity: 1;
  transition: opacity 0.3s;
}

.slds-button_brand, .slds-button_primary {
  background-color: #00415B;
  border-radius: 0.8rem;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  text-decoration: none;
  padding: 0 2.4rem;
}
@media (min-width: 768px) {
  .slds-button_brand, .slds-button_primary {
    padding: 0 4rem;
  }
}
.slds-button_brand:hover, .slds-button_primary:hover, .slds-button_brand:active, .slds-button_primary:active, .slds-button_brand:focus, .slds-button_primary:focus {
  background-color: rgb(0, 35.8571428571, 50.2);
  color: #fff;
}
.slds-button_brand:disabled, .slds-button_primary:disabled, .slds-button_brand[disabled], [disabled].slds-button_primary {
  background-color: #D0D9E3;
  color: #8E98A4;
}
.slds-button_brand:disabled:hover, .slds-button_primary:disabled:hover, .slds-button_brand:disabled:active, .slds-button_primary:disabled:active, .slds-button_brand:disabled:focus, .slds-button_primary:disabled:focus, .slds-button_brand[disabled]:hover, [disabled].slds-button_primary:hover, .slds-button_brand[disabled]:active, [disabled].slds-button_primary:active, .slds-button_brand[disabled]:focus, [disabled].slds-button_primary:focus {
  background-color: #D0D9E3;
  color: #8E98A4;
}

.slds-button_neutral, .slds-button_fade {
  background-color: #F8FAFC;
  border-radius: 0.8rem;
  color: #006B96;
  font-size: 1.9rem;
  font-weight: 700;
  text-decoration: none;
  padding: 0 2.4rem;
}
@media (min-width: 768px) {
  .slds-button_neutral, .slds-button_fade {
    padding: 0 4rem;
  }
}
.slds-button_neutral:hover, .slds-button_fade:hover, .slds-button_neutral:active, .slds-button_fade:active, .slds-button_neutral:focus, .slds-button_fade:focus {
  background-color: #F8FAFC;
  color: #002C3D;
}
.slds-button_neutral:disabled, .slds-button_fade:disabled, .slds-button_neutral[disabled], [disabled].slds-button_fade {
  background-color: #D0D9E3;
  color: #8E98A4;
}
.slds-button_neutral:disabled:hover, .slds-button_fade:disabled:hover, .slds-button_neutral:disabled:active, .slds-button_fade:disabled:active, .slds-button_neutral:disabled:focus, .slds-button_fade:disabled:focus, .slds-button_neutral[disabled]:hover, [disabled].slds-button_fade:hover, .slds-button_neutral[disabled]:active, [disabled].slds-button_fade:active, .slds-button_neutral[disabled]:focus, [disabled].slds-button_fade:focus {
  background-color: #D0D9E3;
  color: #8E98A4;
}

.slds-button_outline-brand, .slds-button_secondary {
  background-color: #EBCC6B;
  border-radius: 0.8rem;
  color: #00415B;
  font-size: 1.9rem;
  font-weight: 700;
  text-decoration: none;
  padding: 0 2.4rem;
}
@media (min-width: 768px) {
  .slds-button_outline-brand, .slds-button_secondary {
    padding: 0 4rem;
  }
}
.slds-button_outline-brand:hover, .slds-button_secondary:hover, .slds-button_outline-brand:active, .slds-button_secondary:active, .slds-button_outline-brand:focus, .slds-button_secondary:focus {
  background-color: rgb(230.1428571429, 191.6142857143, 71.0571428571);
  color: #00415B;
}
.slds-button_outline-brand:disabled, .slds-button_secondary:disabled, .slds-button_outline-brand[disabled], [disabled].slds-button_secondary {
  background-color: #D0D9E3;
  color: #8E98A4;
}
.slds-button_outline-brand:disabled:hover, .slds-button_secondary:disabled:hover, .slds-button_outline-brand:disabled:active, .slds-button_secondary:disabled:active, .slds-button_outline-brand:disabled:focus, .slds-button_secondary:disabled:focus, .slds-button_outline-brand[disabled]:hover, [disabled].slds-button_secondary:hover, .slds-button_outline-brand[disabled]:active, [disabled].slds-button_secondary:active, .slds-button_outline-brand[disabled]:focus, [disabled].slds-button_secondary:focus {
  background-color: #D0D9E3;
  color: #8E98A4;
}

.slds-button_inverse, .slds-button_light {
  background-color: #fff;
  border-radius: 0.8rem;
  color: #006B96;
  font-size: 1.9rem;
  font-weight: 700;
  text-decoration: none;
  padding: 0 2.4rem;
}
@media (min-width: 768px) {
  .slds-button_inverse, .slds-button_light {
    padding: 0 4rem;
  }
}
.slds-button_inverse:hover, .slds-button_light:hover, .slds-button_inverse:active, .slds-button_light:active, .slds-button_inverse:focus, .slds-button_light:focus {
  background-color: #fff;
  color: #002C3D;
}
.slds-button_inverse:disabled, .slds-button_light:disabled, .slds-button_inverse[disabled], [disabled].slds-button_light {
  background-color: #D0D9E3;
  color: #8E98A4;
}
.slds-button_inverse:disabled:hover, .slds-button_light:disabled:hover, .slds-button_inverse:disabled:active, .slds-button_light:disabled:active, .slds-button_inverse:disabled:focus, .slds-button_light:disabled:focus, .slds-button_inverse[disabled]:hover, [disabled].slds-button_light:hover, .slds-button_inverse[disabled]:active, [disabled].slds-button_light:active, .slds-button_inverse[disabled]:focus, [disabled].slds-button_light:focus {
  background-color: #D0D9E3;
  color: #8E98A4;
}

.slds-button_destructive {
  background-color: #AA211C;
  border-radius: 0.8rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.9rem;
  text-decoration: none;
  padding: 0 2.4rem;
}
@media (min-width: 768px) {
  .slds-button_destructive {
    padding: 0 4rem;
  }
}
.slds-button_destructive:hover, .slds-button_destructive:active, .slds-button_destructive:focus {
  background-color: #7F1915;
  color: #fff;
}
.slds-button_destructive:disabled, .slds-button_destructive[disabled] {
  background-color: #D0D9E3;
  color: #8E98A4;
}
.slds-button_destructive:disabled:hover, .slds-button_destructive:disabled:active, .slds-button_destructive:disabled:focus, .slds-button_destructive[disabled]:hover, .slds-button_destructive[disabled]:active, .slds-button_destructive[disabled]:focus {
  background-color: #D0D9E3;
  color: #8E98A4;
}

a.slds-button_text-destructive {
  color: #9E1510;
  font-weight: 700;
  text-decoration: none;
  padding: 0 2.4rem;
}
@media (min-width: 768px) {
  a.slds-button_text-destructive {
    padding: 0 4rem;
  }
}
a.slds-button_text-destructive:hover, a.slds-button_text-destructive:active, a.slds-button_text-destructive:focus {
  color: #7F1915;
}

.slds-button_success {
  border-radius: 0.8rem;
  color: #202328;
  font-weight: 700;
  font-size: 1.9rem;
  text-decoration: none;
  padding: 0 2.4rem;
}
@media (min-width: 768px) {
  .slds-button_success {
    padding: 0 4rem;
  }
}
.slds-button_success:hover, .slds-button_success:active {
  color: #202328;
}
.slds-button_success:disabled, .slds-button_success[disabled] {
  background-color: #D0D9E3;
  color: #8E98A4;
}
.slds-button_success:disabled:hover, .slds-button_success:disabled:active, .slds-button_success:disabled:focus, .slds-button_success[disabled]:hover, .slds-button_success[disabled]:active, .slds-button_success[disabled]:focus {
  background-color: #D0D9E3;
  color: #8E98A4;
}

.slds-button__icon {
  opacity: 0.7;
  width: 1em;
  height: 1em;
  padding: 0;
  text-decoration: none;
}
.slds-button__icon.slds-button__icon--left, .slds-button__icon.slds-button__icon_left {
  margin-right: 0.5em;
}
.slds-button__icon.slds-button__icon--right, .slds-button__icon.slds-button__icon_right {
  margin-left: 0.3em;
}

.button_sm,
.button_sm button {
  font-size: 1.6rem;
  height: 5.2rem;
}
.button_sm .slds-button_brand, .button_sm .slds-button_primary,
.button_sm .slds-button_neutral,
.button_sm .slds-button_fade,
.button_sm .slds-button_outline-brand,
.button_sm .slds-button_secondary,
.button_sm .slds-button_inverse,
.button_sm .slds-button_light,
.button_sm .slds-button_destructive,
.button_sm a.slds-button_text-destructive,
.button_sm .slds-button_success,
.button_sm button .slds-button_brand,
.button_sm button .slds-button_neutral,
.button_sm button .slds-button_outline-brand,
.button_sm button .slds-button_inverse,
.button_sm button .slds-button_destructive,
.button_sm button a.slds-button_text-destructive,
.button_sm button .slds-button_success {
  padding: 0 2.2rem;
}

.button_xs,
.button_xs button {
  font-size: 1.4rem;
  height: 3.2rem;
}
.button_xs .slds-button_brand, .button_xs .slds-button_primary,
.button_xs .slds-button_neutral,
.button_xs .slds-button_fade,
.button_xs .slds-button_outline-brand,
.button_xs .slds-button_secondary,
.button_xs .slds-button_inverse,
.button_xs .slds-button_light,
.button_xs .slds-button_destructive,
.button_xs a.slds-button_text-destructive,
.button_xs .slds-button_success,
.button_xs button .slds-button_brand,
.button_xs button .slds-button_neutral,
.button_xs button .slds-button_outline-brand,
.button_xs button .slds-button_inverse,
.button_xs button .slds-button_destructive,
.button_xs button a.slds-button_text-destructive,
.button_xs button .slds-button_success {
  border-radius: 0.8rem;
  font-weight: 600;
  padding: 0 1.2rem;
}

.button_2xs,
.button_2xs button {
  font-size: 1.2rem;
  height: 3.2rem;
}
.button_2xs .slds-button_brand, .button_2xs .slds-button_primary,
.button_2xs .slds-button_neutral,
.button_2xs .slds-button_fade,
.button_2xs .slds-button_outline-brand,
.button_2xs .slds-button_secondary,
.button_2xs .slds-button_inverse,
.button_2xs .slds-button_light,
.button_2xs .slds-button_destructive,
.button_2xs a.slds-button_text-destructive,
.button_2xs .slds-button_success,
.button_2xs button .slds-button_brand,
.button_2xs button .slds-button_neutral,
.button_2xs button .slds-button_outline-brand,
.button_2xs button .slds-button_inverse,
.button_2xs button .slds-button_destructive,
.button_2xs button a.slds-button_text-destructive,
.button_2xs button .slds-button_success {
  border-radius: 0.8rem;
  font-weight: 600;
  padding: 0 1.2rem;
}

.slds-button_icon {
  height: 4.4rem;
  padding: 0;
}
.slds-form-element__icon .slds-button_icon {
  height: auto;
}

.button_loader {
  position: relative;
}
.button_loader .label {
  opacity: 1;
}
.button_loader .slds-icon-utility-loading {
  position: absolute;
  left: calc(50% - 10px);
  opacity: 0;
}
.button_loader.button_loading {
  cursor: default;
}
.button_loader.button_loading .label {
  opacity: 0;
}
.button_loader.button_loading .slds-icon-utility-loading {
  opacity: 1;
}

[kx-scope^=button-][kx-type=ripple]:before,
[kx-scope^=button-][kx-type=ripple]:after {
  display: none !important;
}

:focus-visible {
  outline: 1px solid #00A5E0 !important;
  outline-offset: 0 !important;
  box-shadow: 0px 0px 0px 4px #A0C9D8 !important;
}

.slds-form-element .slds-form-element__control .slds-checkbox {
  margin: 0;
}
.slds-form-element .slds-form-element__control .slds-checkbox .slds-checkbox__label {
  display: flex;
  gap: 1.2rem;
}
.slds-form-element .slds-form-element__control .slds-checkbox .slds-checkbox__label .slds-form-element__label {
  color: #202328;
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin: 0;
}
.slds-form-element .slds-form-element__control .slds-checkbox .slds-checkbox_faux {
  border-color: #BEC6CF;
  border-radius: 0.4rem;
  height: 2.4rem;
  width: 2.4rem;
}
.slds-form-element .slds-form-element__control .slds-checkbox [type=checkbox] + .slds-checkbox__label .slds-checkbox_faux {
  margin: 0;
}
.slds-form-element .slds-form-element__control .slds-checkbox [type=checkbox]:checked + .slds-checkbox__label .slds-checkbox_faux {
  background-color: #00415B;
  border: 0;
}
.slds-form-element .slds-form-element__control .slds-checkbox [type=checkbox]:checked + .slds-checkbox__label .slds-checkbox_faux::after {
  border-color: #fff;
  height: 0.7rem;
  width: 1.4rem;
  top: 42%;
}
.slds-form-element .slds-form-element__control .slds-checkbox [type=checkbox]:disabled + .slds-checkbox__label .slds-checkbox_faux {
  background-color: #D0D9E3;
  border: 0;
}
.slds-form-element .slds-form-element__control .slds-checkbox [type=checkbox]:disabled + .slds-checkbox__label .slds-checkbox_faux::after {
  border-color: #8E98A4;
  height: 0.7rem;
  width: 1.4rem;
  top: 42%;
}

.slds-has-error .slds-checkbox [type=checkbox] + .slds-checkbox__label .slds-checkbox_faux {
  border-color: #AA211C;
}

.gode-divider {
  position: relative;
  text-align: center;
  width: 100%;
}
.gode-divider span {
  background: #fff;
  padding: 0 0.8rem;
  position: relative;
  z-index: 1;
}
.gode-divider::before {
  content: "";
  background-color: #D0D9E3;
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
}

.slds-dropdown {
  font-size: 1.4rem;
}

.slds-form-element {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.slds-form-element.slds-form-element_stacked {
  margin: 0;
  padding: 0;
}

.slds-form-element__label.slds-form-element__legend {
  font-weight: 600;
  display: block;
  float: none;
  padding: 0.3rem 0;
  margin-bottom: 0.8rem;
}

.slds-form-element__label {
  font-weight: 600 !important;
  color: #202328;
  font-size: 1.4rem;
  line-height: 1.3;
  margin: 0 0 0.4rem;
  padding: 0;
  font-variant-position: normal;
}
.slds-form-element__label .gode-label .slds-form-element__icon,
.slds-form-element__label .gode-label .slds-button__icon {
  padding: 0;
  width: 1.6rem;
  height: 1.6rem;
}
.slds-form-element__label + .slds-form-element__icon .slds-button__icon {
  fill: #6D7988;
  width: 1.8rem;
  height: 1.8rem;
}
.slds-form--inline .slds-form-element__label {
  margin-bottom: 0.4rem;
}

.slds-form-element__help {
  color: #202328;
  font-size: 1.4rem;
  line-height: 1.3;
  margin: 0.8rem 0 0;
  font-variant-position: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slds-form-element__help p:not(:last-child) {
  margin: 0 0 0.8rem;
}
.slds-form-element__help li:not(:last-child) {
  margin: 0 0 0.4rem;
}
.slds-has-error .slds-form-element__help {
  color: #AA211C;
}

.slds-form-element__icon .slds-popover {
  position: absolute;
  bottom: calc(100% + 1.6rem);
  right: -2.4rem;
  z-index: 8001;
}
.slds-form-element__icon .slds-popover.slds-nubbin_bottom-left {
  right: auto;
  left: -2.4rem;
}

.gode-form-element__card-icons {
  display: flex;
  gap: 0.4rem;
}
.gode-form-element__card-icons .gode-icon {
  width: 3.2rem;
  height: 2.2rem;
}

.slds-form-element__control {
  clear: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
  width: 100%;
}
.gode-readonly .slds-form-element__control div {
  flex-direction: row;
  gap: 1.6rem;
  align-items: center;
}
.gode-readonly .slds-form-element__control div .slds-input {
  width: 21rem;
}
.slds-form-element__control iframe {
  width: 100%;
  height: 5.2rem;
  display: block;
  border: 1px solid #bec6cf;
  border-radius: 0.8rem;
}
.slds-has-error .slds-form-element__control iframe {
  border: 2px solid #AA211C;
}
.slds-form-element__control.loading {
  border-radius: 0.8rem;
  background-color: #D0D9E3;
  height: 5.2rem;
  position: relative;
  overflow: hidden;
}
.slds-form-element__control.loading::after {
  content: "";
  display: block;
  height: 16px;
  background-color: rgba(244, 245, 246, 0.5);
  border-radius: 8px;
  position: absolute;
  left: 16px;
  right: 16px;
  z-index: 0;
}
.slds-form-element__control.loading::before {
  content: "";
  display: block;
  height: 16px;
  border-radius: 8px;
  position: absolute;
  left: 16px;
  width: 8px;
  background: rgb(239.96, 242.84, 246.04);
  z-index: 1;
  animation: slide 2s infinite;
  z-index: 0;
}
.slds-form-element__control.loading iframe {
  position: relative;
  z-index: 2;
}

@keyframes slide {
  to {
    width: calc(100% - 32px);
  }
}
.gode-form-element {
  width: 100%;
}
.gode-form-element .slds-form-element__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 2.4rem;
  width: 100%;
}
.gode-form-element .slds-form-element__label .gode-label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.gode-form-element .slds-form-element__label .gode-optional {
  color: #505863;
  font-weight: 400;
}
.gode-form-element .gode-form-element__card-icons {
  display: flex;
  gap: 0.4rem;
}
.gode-form-element .gode-form-element__card-icons .gode-icon {
  width: 3.2rem;
  height: 2.4rem;
}
.gode-form-element .gode-form-element__card-icons .gode-icon {
  fill: red !important;
}
.gode-form-element .slds-form-element__help {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 2.4rem;
}

.suggestions-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 7000;
  max-height: 300px;
  overflow-y: auto;
  background-color: white;
  border: 1px solid #dddbda;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}
.suggestions-container .slds-dropdown__item {
  padding: 0.5rem 0.75rem;
  cursor: pointer;
}
.suggestions-container .slds-dropdown__item:hover {
  background-color: #f3f2f2;
}

.gode-icon--payment {
  width: 3.2rem;
  height: 2.4rem;
}

.slds-icon-utility-loading .slds-icon {
  animation: loading-spinner 0.6s linear infinite;
  width: 2.4rem;
  height: 2.4rem;
}

@keyframes loading-spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.slds-input, .slds-select_container .slds-select, .slds-textarea {
  background-color: #fff;
  border-color: #BEC6CF;
  border-radius: 0.8rem;
  color: #202328;
  font-size: 1.6rem;
  line-height: 1;
  min-height: 5.2rem;
  padding: 0 1.6rem;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.slds-input ::placeholder, .slds-select_container .slds-select ::placeholder, .slds-textarea ::placeholder {
  color: #505863;
}
.slds-input:focus-visible, .slds-select_container .slds-select:focus-visible, .slds-textarea:focus-visible {
  border-color: #007EAD;
  box-shadow: 0px 0px 0px 2px #007EAD;
  outline: 0;
}
.slds-input[disabled], .slds-select_container [disabled].slds-select, .slds-textarea[disabled] {
  background-color: #D0D9E3;
  color: #8E98A4;
}
.slds-input[readonly], .slds-select_container [readonly].slds-select, .slds-textarea[readonly] {
  background: none;
  border-width: 0;
  color: #202328;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0;
}
.slds-input[readonly]:focus, .slds-select_container [readonly].slds-select:focus, .slds-textarea[readonly]:focus {
  border-color: none;
  box-shadow: none;
}
.slds-has-error .slds-input, .slds-has-error .slds-select_container .slds-select, .slds-select_container .slds-has-error .slds-select, .slds-has-error .slds-textarea {
  border-color: #AA211C;
}

.slds-textarea {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.slds-input-has-icon_left .slds-input__icon {
  left: 1.6rem;
  height: 1.6rem;
  width: 1.6rem;
  margin-top: -0.8rem;
}
.slds-input-has-icon_left .slds-input, .slds-input-has-icon_left .slds-select_container .slds-select, .slds-select_container .slds-input-has-icon_left .slds-select {
  padding-left: 4rem;
}

.slds-input-has-icon_right .slds-input__icon {
  right: 1.6rem;
  height: 1.6rem;
  width: 1.6rem;
  margin-top: -0.8rem;
}
.slds-input-has-icon_right .slds-input, .slds-input-has-icon_right .slds-select_container .slds-select, .slds-select_container .slds-input-has-icon_right .slds-select {
  padding-right: 4rem;
}

.slds-input-has-icon_left-right .slds-input__icon {
  height: 1.6rem;
  width: 1.6rem;
  margin-top: -0.8rem;
}
.slds-input-has-icon_left-right .slds-input__icon_left {
  left: 1.6rem;
}
.slds-input-has-icon_left-right .slds-input__icon_right {
  right: 1.6rem;
}
.slds-input-has-icon_left-right .slds-input, .slds-input-has-icon_left-right .slds-select_container .slds-select, .slds-select_container .slds-input-has-icon_left-right .slds-select {
  padding-left: 4rem;
  padding-right: 4rem;
}

.loading {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.loading .loading1,
.loading .loading2,
.loading .loading3 {
  border-radius: 50%;
  height: 3.2rem;
  width: 3.2rem;
  display: inline-block;
  background: #007EAD;
  position: relative;
}

.loading1 {
  animation: loading 1.5s infinite;
}

.loading2 {
  animation: loading 1.5s infinite 0.3s;
}

.loading3 {
  animation: loading 1.5s infinite 0.6s;
}

@keyframes loading {
  0% {
    opacity: 0.5;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0.5;
  }
}
.logo-agency,
.logo-school {
  width: 7.2rem;
}
.logo-agency img,
.logo-school img {
  width: 100%;
  height: auto;
}

.slds-modal .slds-modal__container {
  margin: 0.8rem;
  padding: 1.6rem 0;
}
@media (min-width: 48em) {
  .slds-modal .slds-modal__container {
    margin: 0 auto;
    padding: 3.2rem 1.6rem;
    width: 100%;
    max-width: 100rem;
  }
}
@media (min-width: 67.8em) {
  .slds-modal .slds-modal__container {
    margin: 0 auto;
    max-width: 66.4rem !important;
  }
}
.slds-modal .slds-modal__container .slds-modal .slds-modal__container {
  max-width: 10000rem;
  width: 100%;
}
.slds-modal .slds-modal__close {
  background-color: #F4F5F6;
  border-radius: 0.8rem;
  height: 4.4rem;
  width: 4.4rem;
  bottom: -5.6rem;
  margin-top: -5.6rem;
  right: 1.6rem;
  z-index: 1;
  padding: 0;
}
@media (min-width: 48em) {
  .slds-modal .slds-modal__close {
    right: 2.4rem;
    bottom: -6.4rem;
    margin-top: -6.4rem;
  }
}
.slds-modal .slds-modal__header {
  border-radius: 1.6rem 1.6rem 0 0;
  border: 0;
  padding: 2.4rem 5.6rem 3.2rem 1.6rem;
  text-align: left;
}
.slds-modal .slds-modal__header .slds-modal__title {
  font-size: 2.8rem;
}
@media (min-width: 48em) {
  .slds-modal .slds-modal__header {
    padding: 3.2rem 4rem;
  }
}
.slds-modal.slds-modal--nofooter .slds-modal__header {
  text-align: center;
}
.slds-modal .slds-modal__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 3.2rem;
  padding: 3.2rem 1.6rem 4rem;
}
@media (min-width: 48em) {
  .slds-modal .slds-modal__content {
    padding: 3.2rem 4rem 4rem;
  }
}
.slds-modal .slds-modal__header + .slds-modal__content {
  padding: 0 1.6rem 4rem;
}
@media (min-width: 48em) {
  .slds-modal .slds-modal__header + .slds-modal__content {
    padding: 0 4rem 4rem;
  }
}
.slds-modal.slds-modal--nofooter .slds-modal__content {
  border-radius: 0 0 1.6rem 1.6rem;
  text-align: center;
}
.slds-modal .slds-modal__footer {
  background-color: #F4F5F6;
  border-top: 1px solid #D0D9E3;
  border-top: 0;
  border-radius: 0 0 1.6rem 1.6rem;
  display: flex;
  justify-content: flex-end;
  gap: 1.6rem;
  padding: 1.6rem 1.6rem;
}
.slds-modal.slds-modal_small .slds-modal__container {
  max-width: 66.4rem;
}
.slds-modal.slds-modal_small .slds-modal__header {
  padding-top: 7.2rem;
  padding-bottom: 4rem;
}
.slds-modal.slds-modal_small .slds-modal__content {
  padding-bottom: 7.2rem;
}

.slds-backdrop {
  background-color: #002C3D;
  opacity: 0.75;
}

.gode-form-element__popoverhelp {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  line-height: 2.4rem;
  z-index: 2;
}
.gode-form-element__popoverhelp .popover-trigger {
  font-size: 1.2rem;
  text-decoration: underline;
  border: 0;
  padding: 0;
  background: none;
  color: #006B96;
}

.slds-popover {
  border-radius: 0.8rem;
  box-shadow: 0px 2px 16px 1px rgba(0, 44, 61, 0.16);
  padding: 1.6rem;
  width: 32rem;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.1s linear, opacity 0.1s linear;
  position: absolute;
  bottom: calc(100% + 0.4rem);
  right: 0;
  z-index: 8001;
}
.gode_site-header .slds-popover {
  opacity: 0;
  visibility: hidden;
  transition: transform 0.1s linear, opacity 0.1s linear;
  position: absolute;
  bottom: auto;
  right: 0;
  z-index: 8001;
  width: 29.2rem;
}
.slds-popover .slds-popover__close {
  background: #F4F5F6;
  border-radius: 0.4rem;
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  margin: 0;
  padding: 0.8rem;
  height: 3.2rem;
  width: 3.2rem;
}
.slds-popover .slds-popover__close + .slds-popover__body {
  padding-right: 2.4rem;
}
.slds-popover.slds-fall-into-ground {
  opacity: 0;
  visibility: hidden;
}
.slds-popover.slds-fade-in-open, .slds-popover.slds-rise-from-ground {
  opacity: 1;
  visibility: visible;
}
.slds-popover::before, .slds-popover::after {
  z-index: 1;
}
.slds-popover.slds-nubbin_top-right {
  bottom: unset;
  right: unset;
}
.slds-popover.slds-nubbin_top-right::before, .slds-popover.slds-nubbin_top-right::after {
  right: 3.2rem;
  top: -0.8rem;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: -0.8rem;
}
.slds-popover.slds-nubbin_top-right::after {
  box-shadow: -2px -2px 4px 0 rgba(0, 0, 0, 0.08);
}
.slds-popover.slds-nubbin_bottom-left::before, .slds-popover.slds-nubbin_bottom-left::after {
  left: 2.4rem;
}
.slds-popover .slds-media {
  margin: 0;
  width: 100%;
}
.slds-popover .slds-popover__body {
  padding: 0;
}
.slds-popover .slds-popover__body p {
  margin: 0;
}
.slds-popover .slds-media__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
  font-size: 1.2rem;
  padding: 0 0.8rem 0 0;
}
.slds-popover.slds-popover--account {
  bottom: auto;
}
.slds-popover.slds-popover_tooltip {
  background-color: #002C3D;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 0.8rem 0.4rem;
  max-width: 28ch;
}
.slds-popover.slds-popover_tooltip .slds-popover__body {
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  padding: 0.4rem 0.8rem;
}
.slds-popover.slds-popover_tooltip .slds-popover__body p:not(:last-child) {
  margin-bottom: 0.8rem;
}
lightning-primitive-bubble .slds-popover {
  position: relative !important;
}

.cvv-samples {
  display: flex;
  gap: 1.6rem;
}
.cvv-samples img {
  min-width: 10rem;
  width: 100%;
  max-width: 16.2rem;
}

.gode-payment-method {
  border: 1px solid #D0D9E3;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.2rem;
  width: 100%;
}

.gode-payment-method__heading {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.gode-payment-method__aside {
  color: #505863;
  font-size: 1.4rem;
}

.slds-progress {
  max-width: 100%;
}
@media (min-width: 768px) {
  .slds-progress {
    max-width: 68.4rem;
  }
}

.slds-progress__list {
  align-items: flex-start;
  justify-content: unset;
}

.slds-progress__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: flex-start;
  gap: 0.8rem;
  width: 100%;
  position: relative;
}
.slds-progress__item .slds-button.slds-progress__marker {
  background-color: #CBD5E1;
  border-radius: 12.8rem;
  box-shadow: 0 0 0 4px #E2E8F0;
  padding: 0;
  height: 3.2rem;
  width: 3.2rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .slds-progress__item .slds-button.slds-progress__marker {
    height: 4.8rem;
    width: 4.8rem;
  }
}
.slds-progress__item .slds-progress__item_content {
  color: #202328;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .slds-progress__item .slds-progress__item_content {
    font-size: 1.6rem;
    white-space: nowrap;
  }
}
.slds-progress__item::before, .slds-progress__item::after {
  content: "";
  display: block;
  height: 0.4rem;
  width: 50%;
  background: rgba(208, 217, 227, 0.8);
  align-self: center;
  position: absolute;
  top: 1.4rem;
}
@media (min-width: 768px) {
  .slds-progress__item::before, .slds-progress__item::after {
    height: 0.6rem;
    top: 2rem;
  }
}
.slds-progress__item::before {
  right: 50%;
  z-index: 1;
}
.slds-progress__item::after {
  left: 50%;
  z-index: 0;
}
.slds-progress__item.slds-is-active .slds-button.slds-progress__marker {
  background-color: #71a163;
  border: 1.2rem solid #71a163;
}
.slds-progress__item.slds-is-active::before {
  background: rgba(113, 161, 99, 0.4);
}
.slds-progress__item.slds-is-active .slds-progress__item_content {
  color: #202328;
  font-weight: 600;
}
.slds-progress__item.slds-is-completed .slds-button.slds-progress__marker {
  background-color: #71a163;
  position: relative;
}
.slds-progress__item.slds-is-completed .slds-button.slds-progress__marker::after {
  content: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.43244 5.16217L0 7.4865L5.94595 13.973L16 2.40543L13.4054 0.0270386L6.05406 9.00002L2.43244 5.16217Z' fill='%23F4F5F6'/%3E%3C/svg%3E%0A");
  width: 1.6rem;
  height: 1.4rem;
}
@media (min-width: 768px) {
  .slds-progress__item.slds-is-completed .slds-button.slds-progress__marker::after {
    content: url("data:image/svg+xml,%3Csvg width='24' height='22' viewBox='0 0 24 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.64866 8.24371L0 11.7302L8.91893 21.4599L24 4.1086L20.1081 0.541016L9.08108 14.0005L3.64866 8.24371Z' fill='%23F4F5F6'/%3E%3C/svg%3E%0A");
    width: 2.4rem;
    height: 2.1rem;
  }
}
.slds-progress__item.slds-is-completed .slds-button.slds-progress__marker .slds-button__icon {
  width: 1.6rem;
  height: 1.4rem;
  opacity: 1;
}
@media (min-width: 768px) {
  .slds-progress__item.slds-is-completed .slds-button.slds-progress__marker .slds-button__icon {
    width: 2.4rem;
    height: 2.1rem;
  }
}
.slds-progress__item.slds-is-completed::after, .slds-progress__item.slds-is-completed::before {
  background: rgba(113, 161, 99, 0.4);
}
.slds-progress__item:first-child::before {
  display: none;
}
.slds-progress__item:last-child::after {
  display: none;
}

.slds-progress .slds-progress-bar {
  display: none;
  background-color: #D0D9E3;
  height: 0.6rem;
  top: 1.3rem;
}
@media (min-width: 768px) {
  .slds-progress .slds-progress-bar {
    top: 2.3rem;
  }
}

.gode-radio .gode-radio_faux, .gode-radio .slds-radio_faux, .slds-radio .gode-radio_faux, .slds-radio .slds-radio_faux {
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  vertical-align: middle;
  border: 1px solid #D0D9E3;
  border-radius: 50%;
  background: 0 0;
  background-color: #fff;
  transition: border 0.1s linear, background-color 0.1s linear;
}
.gode-radio [type=radio], .slds-radio [type=radio] {
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
.gode-radio [type=radio] + .gode-radio__label .gode-radio_faux,
.gode-radio [type=radio] + .slds-radio__label .slds-radio_faux, .slds-radio [type=radio] + .gode-radio__label .gode-radio_faux,
.slds-radio [type=radio] + .slds-radio__label .slds-radio_faux {
  margin: 0;
}
.gode-radio [type=radio]:checked + .gode-radio__label .gode-radio_faux, .gode-radio [type=radio]:checked + .slds-radio__label .slds-radio_faux, .slds-radio [type=radio]:checked + .gode-radio__label .gode-radio_faux, .slds-radio [type=radio]:checked + .slds-radio__label .slds-radio_faux {
  background-color: #00415B;
  border-color: #00415B;
}
.gode-radio [type=radio]:focus-visible + .gode-radio__label .gode-radio_faux, .gode-radio [type=radio]:focus-visible + .slds-radio__label .slds-radio_faux, .slds-radio [type=radio]:focus-visible + .gode-radio__label .gode-radio_faux, .slds-radio [type=radio]:focus-visible + .slds-radio__label .slds-radio_faux {
  outline: 1px solid #00A5E0 !important;
  outline-offset: 0 !important;
  box-shadow: 0px 0px 0px 4px #A0C9D8 !important;
}

.slds-radio_button-group {
  border-color: #BEC6CF;
  border-radius: 0.8rem;
  border-width: 2px;
}
.slds-radio_button-group .slds-button.slds-radio_button {
  border-color: #BEC6CF;
  height: auto;
  padding: 0;
  text-decoration: none;
}
.slds-radio_button-group .slds-button.slds-radio_button .slds-radio_button__label .slds-radio_faux {
  background-color: #E2E8F0;
  display: flex;
  align-items: center;
  color: #202328;
  font-size: 1.4rem;
  font-weight: 600;
  height: 5.2rem;
  padding: 0 2.4rem;
  transition: all 0.2s;
}
.slds-radio_button-group .slds-button.slds-radio_button:first-child > .slds-radio_button__label,
.slds-radio_button-group .slds-button.slds-radio_button:first-child > .slds-radio_button__label .slds-radio_faux {
  border-radius: 0.8rem 0 0 0.8rem;
}
.slds-radio_button-group .slds-button.slds-radio_button:last-child > .slds-radio_button__label,
.slds-radio_button-group .slds-button.slds-radio_button:last-child > .slds-radio_button__label .slds-radio_faux {
  border-radius: 0 0.8rem 0.8rem 0;
}
.slds-radio_button-group .slds-button.slds-radio_button input[type=radio]:checked + .slds-radio_button__label .slds-radio_faux {
  box-shadow: 0 0 0 4px #00415B;
  background-color: #fff;
  color: #00415B;
  position: relative;
  z-index: 1;
}

.radio-button-group-large {
  width: 100%;
}
.radio-button-group-large .slds-form-element__label.slds-form-element__legend {
  font-weight: normal !important;
  margin-bottom: 2.4rem;
}
.radio-button-group-large .slds-form-element__control {
  width: 100%;
}
.radio-button-group-large .slds-radio_button-group {
  border-radius: 1.2rem;
  display: flex;
  width: 100%;
}
.radio-button-group-large .slds-radio_button-group .slds-button.slds-radio_button {
  flex-grow: 1;
  text-decoration: none;
}
.radio-button-group-large .slds-radio_button-group .slds-button.slds-radio_button .slds-radio_button__label {
  width: 100%;
}
.radio-button-group-large .slds-radio_button-group .slds-button.slds-radio_button .slds-radio_button__label .slds-radio_faux {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  height: 5.6rem;
  width: 100%;
}
@media (min-width: 768px) {
  .radio-button-group-large .slds-radio_button-group .slds-button.slds-radio_button .slds-radio_button__label .slds-radio_faux {
    font-size: 1.8rem;
    height: 7.2rem;
  }
}
.radio-button-group-large .slds-radio_button-group .slds-button.slds-radio_button:first-child > .slds-radio_button__label,
.radio-button-group-large .slds-radio_button-group .slds-button.slds-radio_button:first-child > .slds-radio_button__label .slds-radio_faux {
  border-radius: 1.2rem 0 0 1.2rem;
}
.radio-button-group-large .slds-radio_button-group .slds-button.slds-radio_button:last-child > .slds-radio_button__label,
.radio-button-group-large .slds-radio_button-group .slds-button.slds-radio_button:last-child > .slds-radio_button__label .slds-radio_faux {
  border-radius: 0 1.2rem 1.2rem 0;
}
.radio-button-group-large .slds-radio_button-group .slds-button.slds-radio_button input[type=radio]:checked + .slds-radio_button__label .slds-radio_faux {
  box-shadow: 0 0 0 4px #00415B;
  background-color: #fff;
  color: #00415B;
  position: relative;
  z-index: 1;
}
.radio-button-group-large .slds-radio_button-group .slds-button.slds-radio_button input[type=radio]:focus-visible + .slds-radio_button__label .slds-radio_faux {
  outline: 1px solid #00A5E0 !important;
  outline-offset: 0 !important;
  box-shadow: 0px 0px 0px 4px #A0C9D8 !important;
}

.gode-secure {
  border-radius: 0.8rem;
  color: #505863;
  padding: 1.6rem 1.6rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.gode-secure__icon {
  width: 2.8rem;
  height: 3.1rem;
}
.gode-secure__icon svg {
  width: 2.8rem;
  height: 3.1rem;
  fill: #8E98A4;
}

.gode-secure__content {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.gode-secure__content .h5 {
  font-size: 1.5rem;
  line-height: 1;
}
.gode-secure__content p {
  line-height: 1;
}

.slds-select_container {
  width: 100%;
}
.slds-select_container::before, .slds-select_container::after {
  right: 1.6rem;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.slds-select_container::before {
  border-bottom: 6px solid #8E98A4;
  top: calc(50% - 8px);
}
.slds-select_container::after {
  border-top: 6px solid #8E98A4;
  bottom: calc(50% - 8px);
}
.slds-select_container .slds-select {
  padding-right: 4rem;
}
.slds-select_container .slds-select option {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.slds-tabs_default .slds-tabs_default__nav {
  border-bottom-color: #D0D9E3;
}
.slds-tabs_default .slds-tabs_default__item {
  color: #202328;
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 0;
}
.slds-tabs_default .slds-tabs_default__item::after {
  transition: all 0.3s;
}
.slds-tabs_default .slds-tabs_default__item.slds-is-active::after {
  background-color: #00415B;
  height: 0.5rem;
}
.slds-tabs_default .slds-tabs_default__item:hover::after {
  background-color: #00415B;
}
.slds-tabs_default .slds-tabs_default__link {
  display: flex;
  align-items: center;
  height: 6.4rem;
  padding: 0 2.4rem;
}
@media (max-width: 767px) {
  .slds-tabs_default .slds-tabs_default__link {
    padding: 0 1.6rem;
  }
}

.slds-tabs_default__content {
  padding: 4rem 0 0;
}

.slds-list__check {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  align-self: stretch;
}
.slds-list__check li {
  background: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.7' d='M8 14.25C5.48438 14.25 3.1875 12.9375 1.92969 10.75C0.671875 8.58984 0.671875 5.9375 1.92969 3.75C3.1875 1.58984 5.48438 0.25 8 0.25C10.4883 0.25 12.7852 1.58984 14.043 3.75C15.3008 5.9375 15.3008 8.58984 14.043 10.75C12.7852 12.9375 10.4883 14.25 8 14.25ZM11.0898 5.96484H11.0625L11.5273 5.5L10.625 4.57031L10.1602 5.03516L7.125 8.09766L5.83984 6.8125L5.375 6.34766L4.44531 7.25L4.91016 7.71484L6.66016 9.46484L7.125 9.92969L7.58984 9.46484L11.0898 5.96484Z' fill='%2300415B'/%3E%3C/svg%3E") no-repeat left 0.3rem;
  padding: 0 0 0 2.4rem;
  line-height: 1.3;
}
@media print {
  .slds-list__check li {
    background: none;
    list-style: disc;
    padding: 0;
    margin-left: 1.5rem;
  }
}

.slds-nav-vertical {
  position: sticky;
  top: 1.6rem;
  align-self: start;
}

.slds-nav-vertical__title {
  padding: 0.8rem 1.6rem;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.slds-nav-vertical__item {
  border-bottom: 1px solid #D0D9E3;
}

.slds-nav-vertical__action {
  background-color: transparent;
  font-size: 1.2rem;
  line-height: 1.3;
  padding: 0.8rem 1.6rem;
  text-decoration: none !important;
  transition: 0.5s all;
}
.slds-nav-vertical__action:hover {
  background-color: #fff;
  box-shadow: none;
}
.slds-nav-vertical__item.slds-is-active .slds-nav-vertical__action {
  background-color: #DBEEF5;
  box-shadow: inset 0.4rem 0 0 #007EAD;
}

.addressselection-group {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-top: 2px;
}
@media (min-width: 744px) {
  .addressselection-group {
    grid-template-columns: repeat(2, 1fr);
  }
}

.address-selection .h5 {
  margin-bottom: 1.6rem;
}
.address-selection .gode-radio__label {
  display: flex;
  height: 11.6rem;
  padding: 1.6rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.2rem;
  flex: 1 0 0;
  border-radius: 0.8rem;
  border: 1px solid #D0D9E3;
  background: #F4F5F6;
  transition: all 0.2s;
}
.address-selection .gode-radio__label:hover {
  background: #fff;
  cursor: pointer;
}
.address-selection :checked + .gode-radio__label {
  border-color: #00415B;
  background: #fff;
  box-shadow: 0px 0px 0px 2px #00415B;
}
.address-selection .gode-address-selection__title {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  line-height: 1.3; /* 1.82rem */
}
.address-selection .gode-address-selection__title strong, .address-selection .gode-address-selection__title span {
  display: block;
}
.address-selection .gode-address-selection__title strong {
  margin-bottom: 0.2rem;
}

.gode-alert {
  background-color: #FCEEED;
  border-radius: 0.8rem;
  border: 2px solid #AA211C;
  display: flex;
  gap: 1.6rem;
  padding: 1.6rem;
  width: 100%;
}
@media (min-width: 768px) {
  .gode-alert {
    border-radius: 1.6rem;
    gap: 1.6rem;
    padding: 3.2rem 4rem;
  }
}

.gode-alert__icon .slds-icon {
  width: 3.2rem;
  height: 3.2rem;
}

.gode-alert__content {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.gode-alert__heading {
  color: #AA211C;
}

.gode-card {
  display: flex;
  flex-direction: column-reverse;
  gap: 3.2rem;
}
.gode-card.gode-card--radius {
  border-radius: 1.6rem;
}
.gode-card.gode-card--filled {
  background-color: #F4F5F6;
  padding: 1.6rem 1.6rem 3.2rem;
}
.gode-card.gode-card--filled-prime {
  background-color: #00415B;
  color: #fff;
  padding: 3.2rem 1.6rem;
  gap: 1.6rem;
}
.gode-card.gode-card--border {
  border: 1px solid #8E98A4;
  padding: 4rem 1.6rem;
}
.gode-card.gode-card--ttb {
  flex-direction: column-reverse;
  gap: 3.2rem;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .gode-card {
    align-items: center;
    flex-direction: row;
    gap: 4rem;
  }
  .gode-card.gode-card--radius {
    border-radius: 1.6rem;
  }
  .gode-card.gode-card--filled {
    padding: 3.2rem;
  }
  .gode-card.gode-card--filled-prime {
    padding: 3.2rem;
  }
  .gode-card.gode-card--rtl {
    flex-direction: row-reverse;
  }
  .gode-card.gode-card--ttb {
    flex-direction: column;
    gap: 4rem;
  }
}
@media (min-width: 1024px) {
  .gode-card.gode-card--radius {
    border-radius: 3.2rem;
  }
  .gode-card.gode-card--filled {
    padding: 1.6rem 3.2rem 1.6rem 6.4rem;
  }
  .gode-card.gode-card--filled-prime {
    padding: 4.8rem;
  }
  .gode-card.gode-card--rtl {
    flex-direction: row-reverse;
  }
  .gode-card.gode-card--ttb {
    flex-direction: column;
    gap: 4rem;
  }
}
@media (min-width: 1280px) {
  .gode-card.gode-card--filled-prime {
    padding: 6.4rem;
  }
}

.gode-card__content {
  padding: 2.4rem 0.8rem 0;
  position: relative;
}
.gode-card__content .slds-badge {
  position: absolute;
  top: 0;
}
.gode-card--filled-prime .gode-card__content {
  padding: 0 0.8rem 0.8rem;
}
.gode-card--2-1 .gode-card__content {
  flex: 2;
}
.gode-card--ttb .gode-card__content {
  padding: 0;
  width: 100%;
  max-width: 72rem;
}
@media (min-width: 768px) {
  .gode-card__content {
    flex: 1;
    padding: 3.2rem 0 0;
  }
}
@media (min-width: 1024px) {
  .gode-card__content {
    flex: 1;
    padding: 3.2rem 0 0;
  }
}
@media (min-width: 1280px) {
  .gode-card__content {
    padding: 3.2rem 0;
  }
}

.gode-card__media img {
  width: 100%;
  height: auto;
}
.gode-card--ttb .gode-card__media {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
.gode-card--ttb .gode-card__media img {
  width: 10.4rem;
}
.gode-card--filled-prime .gode-card__media {
  padding: 1.6rem 4.8rem;
}
@media (min-width: 768px) {
  .gode-card__media {
    flex: 1;
  }
  .gode-card--ttb .gode-card__media {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4.8rem;
    padding: 0 10.4rem;
  }
  .gode-card--ttb .gode-card__media img {
    width: 12.8rem;
  }
  .gode-card--filled-prime .gode-card__media {
    padding: 0;
  }
}
.gode-card__media-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  width: 16.4rem;
}
.gode-card__media-item p {
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

.gode-card__title {
  color: #002C3D;
  font-family: "Poppins", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.2rem;
}
.gode-card__title em {
  font-style: normal;
  text-decoration: underline;
  -webkit-text-decoration-color: #EBCC6B;
          text-decoration-color: #EBCC6B;
  text-decoration-thickness: 0.6rem;
  text-underline-offset: 6px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.gode-card--green .gode-card__title em {
  -webkit-text-decoration-color: #6D9F60;
          text-decoration-color: #6D9F60;
}
.gode-card--blue .gode-card__title em {
  -webkit-text-decoration-color: #007EAD;
          text-decoration-color: #007EAD;
}
.gode-card--yellow .gode-card__title em {
  -webkit-text-decoration-color: #EBCC6B;
          text-decoration-color: #EBCC6B;
}
.gode-card__title.gode-card__title--large {
  font-size: 4rem;
  margin-bottom: 1.6rem;
}
.gode-card--filled-prime .gode-card__title {
  color: #fff;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .gode-card__title {
    font-size: 3.2rem;
    margin-bottom: 1.6rem;
  }
  .gode-card__title em {
    text-decoration-thickness: 0.83rem;
  }
  .gode-card__title.gode-card__title--large {
    font-size: 3.8rem;
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .gode-card__title {
    font-size: 4.4rem;
  }
  .gode-card__title em {
    text-decoration-thickness: 0.83rem;
  }
}
.gode-card__desc {
  font-size: 1.8rem;
  line-height: 1.5;
}
.gode-card__desc.gode-card__desc--small {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .gode-card__desc {
    font-size: 2rem;
  }
  .gode-card__desc.gode-card__desc--small {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .gode-card__desc {
    font-size: 2.6rem;
  }
  .gode-card__desc.gode-card__desc--small {
    font-size: 2.2rem;
  }
}
.gode-card__actions {
  margin-top: 3.2rem;
}
.gode-card__actions .slds-button {
  width: 100%;
}
@media (min-width: 768px) {
  .gode-card__actions .slds-button {
    width: auto;
  }
}

.gode-card__disclaimer {
  color: #505863;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1.6rem;
}
.gode-card__disclaimer.gode-card__desc--small {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .gode-card__disclaimer {
    font-size: 1.6rem;
  }
  .gode-card__disclaimer.gode-card__desc--small {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .gode-card__disclaimer {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
  .gode-card__disclaimer.gode-card__desc--small {
    font-size: 1.4rem;
  }
}

.gode-cta {
  display: flex;
  width: 100%;
  padding: 1.6rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.2rem;
  border-radius: 1.2rem;
  background: #00415B;
}
.gode-cta.gode-cta--signin {
  background: #EAF2F5;
  padding: 2.4rem;
}
@media (min-width: 768px) {
  .gode-cta {
    padding: 3.2rem 4rem 3.2rem 4rem;
  }
  .gode-cta.gode-cta--signin {
    padding: 4rem 4.8rem;
  }
}

.gode-cta__content {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  align-self: stretch;
}
.gode-cta__content .gode-cta__title {
  font-size: 2.6rem;
}
.gode-cta--signin .gode-cta__content {
  color: #202328;
  gap: 1.6rem;
}

.gode-cta__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
  align-self: stretch;
  font-size: 1.4rem;
  line-height: 1.5;
}
.gode-cta__main .gode-cta__checklist {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
  align-self: stretch;
  font-family: "Poppins", sans-serif;
  padding: 0;
}
.gode-cta__main .gode-cta__checklist li {
  background: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.92969 11.25C3.1875 13.4375 5.48438 14.75 8 14.75C10.4883 14.75 12.7852 13.4375 14.043 11.25C15.3008 9.08984 15.3008 6.4375 14.043 4.25C12.7852 2.08984 10.4883 0.75 8 0.75C5.48438 0.75 3.1875 2.08984 1.92969 4.25C0.671875 6.4375 0.671875 9.08984 1.92969 11.25ZM11.5273 6L10.625 5.07031L7.125 8.59766L5.375 6.84766L4.44531 7.75L7.125 10.4297L11.5273 6Z' fill='%23EBCC6B'/%3E%3C/svg%3E%0A") no-repeat left 0.3rem;
  padding: 0 0 0 2.4rem;
}
.gode-cta--signin .gode-cta__main .gode-cta__checklist {
  padding: 0;
}
.gode-cta--signin .gode-cta__main .gode-cta__checklist li {
  background: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.92969 11.25C3.1875 13.4375 5.48438 14.75 8 14.75C10.4883 14.75 12.7852 13.4375 14.043 11.25C15.3008 9.08984 15.3008 6.4375 14.043 4.25C12.7852 2.08984 10.4883 0.75 8 0.75C5.48438 0.75 3.1875 2.08984 1.92969 4.25C0.671875 6.4375 0.671875 9.08984 1.92969 11.25ZM11.5273 6L10.625 5.07031L7.125 8.59766L5.375 6.84766L4.44531 7.75L7.125 10.4297L11.5273 6Z' fill='%23EBCC6B'/%3E%3C/svg%3E%0A") no-repeat left 0.3rem;
}

.gode-cta__actions {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  align-self: stretch;
}
.gode-cta__actions .slds-button:not(.slds-button_inverse) {
  color: #fff;
}
.gode-cta__actions .gode-actions__divider {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.gode-cta__actions .gode-actions__divider span {
  background: #EAF2F5;
  position: relative;
  z-index: 1;
  padding: 0 0.8rem;
}
.gode-cta__actions .gode-actions__divider::after {
  content: "";
  height: 1px;
  width: 100%;
  background: #BEC6CF;
  position: absolute;
  top: 50%;
  left: 0;
}
.gode-cta--signin .gode-cta__actions {
  flex-direction: column;
  align-items: stretch;
}
.gode-cta--signin .gode-cta__actions a {
  text-align: center;
}

.error-list {
  border-radius: 0.8rem;
  background: #FAE2E0;
  color: #460D0B;
  padding: 0.8rem;
}

.gode-expandable__content {
  display: none;
}
.gode-expandable.slds-is-open .gode-expandable__content {
  display: block;
}

.gode-expandable.slds-is-open .gode-expandable__title-trigger-icon {
  transform: rotate(180deg);
}

.gode-jumplinks {
  border-bottom: 1px solid #D0D9E3;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 2.4rem 0 4rem;
}
.gode-jumplinks a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .gode-jumplinks {
    flex-direction: row;
    gap: 4rem;
    padding: 2.4rem 0;
  }
}

.backtotoplink {
  text-align: right;
}
.backtotoplink a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.gode-help {
  background-color: #F1F5F9;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 3.2rem 1.6rem 1.6rem;
}
@media (min-width: 1024px) {
  .gode-help {
    justify-content: center;
    align-items: center;
    border-radius: 1.6rem;
    gap: 3.2rem;
    padding: 4.8rem 6.4rem;
  }
}
@media print {
  .gode-help {
    break-inside: avoid;
  }
}

.help-location {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media (min-width: 1024px) {
  .help-location {
    gap: 3.2rem;
    justify-content: center;
    align-items: center;
  }
}

.gode-help__heading {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  max-width: 728px;
  text-wrap: balance;
}
@media (min-width: 1024px) {
  .gode-help__heading {
    text-align: center;
  }
}
.gode-help__heading .gode-help__title {
  font-size: 2.4rem;
}
@media (min-width: 1024px) {
  .gode-help__heading .gode-help__title {
    font-size: 4rem;
  }
}

@media (min-width: 1024px) {
  .gode-helplist {
    display: flex;
    gap: 0;
  }
}
.gode-helplist li {
  padding: 3.2rem 0;
  border-top: 1px solid #D0D9E3;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gode-helplist li:first-child {
  border-top: 0;
  padding-top: 0;
}
@media (min-width: 1024px) {
  .gode-helplist li {
    border-bottom: 0;
    border-top: 0;
    border-left: 1px solid #D0D9E3;
    padding: 0 4.8rem;
  }
  .gode-helplist li:first-child {
    border-left: 0;
  }
}
.gode-helplist li .h4 {
  font-size: 1.6rem;
}
.gode-helplist li p {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
}
.gode-helplist li p:has(a) {
  margin-top: 1.6rem;
}
.gode-helplist li a {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  flex: 1;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .gode-helplist {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .gode-help__footer {
    text-align: center;
  }
}

.lineitem-group {
  padding: 0;
}

.lineitem {
  display: flex;
  gap: 6.4rem;
  justify-content: space-between;
  align-items: flex-start;
  font-family: "Poppins", sans-serif;
  padding: 0 0 3.2rem 0;
}
.lineitem.lineitem--total {
  padding: 0;
}
.lineitem:not(:first-child) {
  padding-top: 3.2rem;
}
.lineitem:not(:last-child) {
  border-bottom: 1px solid #D0D9E3;
}

.lineitem__body {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: 100%;
  max-width: 68rem;
}

.lineitem__title {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
}

.lineitem__desc {
  font-family: "Arvo", serif;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
}

.lineitem__cost {
  display: flex;
  font-size: 1.6rem;
  gap: 0.8rem;
  font-weight: 400;
}

.lineitem__qty {
  font-weight: 600;
}

.lineitem__times {
  font-weight: 400;
}

.lineitem__total {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.lineitem-table {
  display: flex;
  flex-direction: column;
}
.lineitem-table > thead {
  display: none;
}
.lineitem-table > thead > tr {
  border-bottom: 1px solid #D0D9E3;
}
.lineitem-table > thead > tr > th {
  color: #505863;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  padding-bottom: 1.6rem;
  text-transform: uppercase;
}
.lineitem-table > thead > tr > th:last-of-type {
  text-align: right;
}
@media (min-width: 1024px) {
  .lineitem-table > thead {
    display: table-header-group;
  }
}
.lineitem-table > tbody {
  display: flex;
  flex-direction: column;
}
.lineitem-table > tbody > tr {
  border-bottom: 1px solid #D0D9E3;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-shrink: 0;
}
.lineitem-table > tbody > tr > td {
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  padding: 3.2rem 0;
  vertical-align: top;
  width: 50%;
}
.lineitem-table > tbody > tr > td:first-of-type {
  padding-bottom: 0;
  width: 100%;
}
.lineitem-table > tbody > tr > td:last-of-type {
  justify-content: flex-end;
}
.lineitem-table > tfoot > tr > td {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  padding: 2.4rem 0;
}
.lineitem-table > tfoot > tr > td:last-of-type {
  text-align: right;
}
@media (min-width: 1024px) {
  .lineitem-table {
    display: table;
  }
  .lineitem-table > tbody {
    display: table-row-group;
  }
  .lineitem-table > tbody > tr {
    display: table-row;
  }
  .lineitem-table > tbody > tr > td {
    display: table-cell;
    padding: 3.2rem 0;
    width: auto;
  }
  .lineitem-table > tbody > tr > td:first-of-type {
    padding-bottom: 3.2rem;
    width: auto;
  }
  .lineitem-table > tbody > tr > td:last-of-type {
    text-align: right;
  }
}

.gode-payee {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .gode-payee {
    gap: 1.6rem;
  }
}

.gode-payee__logo .logo-agency {
  width: 3.2rem;
}
@media (min-width: 1024px) {
  .gode-payee__logo .logo-agency {
    width: 4.8rem;
  }
}

.gode-payee__name {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2;
  text-transform: uppercase;
  max-width: 36rem;
}
@media (min-width: 1024px) {
  .gode-payee__name {
    font-size: 1.6rem;
  }
}

.gode-payee__link {
  border-left: 1px solid #D0D9E3;
  padding: 0 2.4rem;
}
@media print {
  .gode-payee__link {
    display: none;
  }
}

.gode-summary--compact .gode-payee {
  gap: 0.8rem;
}
.gode-summary--compact .gode-payee .gode-payee__logo .logo-agency {
  width: 3.2rem;
}
@media (min-width: 1280px) {
  .gode-summary--compact .gode-payee .gode-payee__logo .logo-agency {
    width: 4rem;
  }
}
.gode-summary--compact .gode-payee .gode-payee__name {
  font-weight: 600;
}
@media (min-width: 1280px) {
  .gode-summary--compact .gode-payee .gode-payee__name {
    font-size: 1.3rem;
  }
}

.gode-payment-information {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  width: 100%;
}
@media (min-width: 60rem) {
  .gode-payment-information {
    flex-direction: row;
  }
}

.gode-payment-item-detail-group {
  width: 100%;
}
.gode-summary__review .gode-payment-item-detail-group {
  padding-top: 2.4rem;
}
@media print {
  .gode-payment-item-detail-group {
    max-width: 628px;
  }
}

.gode-payment-item-detail {
  border-bottom: 1px solid #D0D9E3;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1.6rem 0;
  width: 100%;
}
@media (min-width: 768px) {
  .gode-payment-item-detail {
    gap: 0.4rem;
  }
}
@media (min-width: 1024px) {
  .gode-payment-item-detail {
    gap: 0.8rem;
    padding: 2.4rem 0;
  }
}
.gode-payment-item-detail:first-child {
  padding-top: 0;
}
.gode-summary__review .gode-payment-item-detail {
  padding: 1.6rem 0;
}

.gode-payment-item-detail__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}

.gode-payment-item-detail__price {
  display: none;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .gode-payment-item-detail__price {
    display: block;
    font-size: 1.6rem;
  }
}

.gode-payment-item-detail__total {
  text-align: right;
  width: 9.6rem;
}

.gode-payment-item-detail__title {
  width: 100%;
}

.gode-payment-item-detail__title,
.gode-payment-item-detail__total {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .gode-payment-item-detail__title,
  .gode-payment-item-detail__total {
    font-size: 1.6rem;
  }
}
.gode-summary__review .gode-payment-item-detail__title,
.gode-summary__review .gode-payment-item-detail__total {
  font-size: 1.4rem;
}

.gode-payment-item-detail__desc {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .gode-payment-item-detail__desc {
    padding-right: 6.4rem;
  }
}
@media (min-width: 1024px) {
  .gode-payment-item-detail__desc {
    font-size: 1.4rem;
  }
}
.gode-summary__review .gode-payment-item-detail__desc {
  font-size: 1.2rem;
}

.gode-payment-item-detail__details {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 0.8rem;
}
.gode-payment-item-detail__details .gode-review.gode-review--inline {
  justify-content: flex-start;
  padding: 0;
}
@media (min-width: 768px) {
  .gode-payment-item-detail__details {
    padding-right: 6.4rem;
  }
}
@media (min-width: 1024px) {
  .gode-payment-item-detail__details {
    gap: 0.7rem;
  }
}

.gode-payment-selection {
  border-bottom: 1px solid #D0D9E3;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 2.4rem 0;
  width: 100%;
}
.gode-payment-selection .gode-payment-selection__main {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
}
.gode-payment-selection .gode-payment-selection__actions {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  padding-left: 0;
}
.gode-payment-selection .gode-payment-selection__actions button {
  padding: 0;
}

.gode-payment-selection.gode-payment-selection--different {
  border: 0;
  margin-top: 1.6rem;
}

.paymentselection-different {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin-top: 1.6rem;
}

@media (min-width: 744px) {
  #paymentMethodCardDiff,
  #paymentMethodACHDiff,
  #paymentMethodAddressDiff {
    padding: 0 0 0 4.8rem;
  }
}

.gode-payment-selection__title {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.gode-payment-selection--different .gode-payment-selection__title {
  color: #006B96;
}

.gode-payment-selection__review {
  margin-left: 0;
}

.gode-payment-selection .gode-radio__label {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  position: relative;
}
.gode-payment-selection .gode-form-element__label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.gode-payment-selection .gode-form-element__label .gode-icon {
  width: 3.5rem;
  height: 2.4rem;
}
.gode-payment-selection .slds-badge {
  position: absolute;
  top: -1.8rem;
  right: 0;
}
.gode-payment-selection .gode-review {
  display: flex;
  gap: 0.2rem;
}
.gode-payment-selection .gode-review--inline {
  flex-direction: column;
}
@media (min-width: 744px) {
  .gode-payment-selection .gode-review--inline {
    flex-direction: row;
  }
}
.gode-payment-selection .gode-review--stacked {
  flex-direction: row;
  align-items: center;
  padding: 0.8rem 0;
  gap: 0.4rem;
  width: auto;
}
.gode-payment-selection .gode-review--stacked:last-child {
  border-bottom: 1px solid #D0D9E3;
}
.gode-payment-selection .gode-review--stacked .gode-review__label {
  border: 0;
  color: #505863;
  font-size: 1.1rem;
  font-weight: 400;
  padding: 0;
  white-space: nowrap;
}
.gode-payment-selection .gode-review--stacked .gode-review__value {
  white-space: nowrap;
}
.gode-payment-selection .slds-button {
  flex-direction: row-reverse;
  font-size: 1.6rem;
  font-weight: 600;
  height: 3.2rem;
  width: 100%;
}
@media (max-width: 744px) {
  .gode-payment-selection .slds-button .slds-assistive-text {
    font-size: 1.4rem;
    display: block;
    position: static !important;
    width: auto !important;
    height: auto !important;
  }
}
@media (min-width: 744px) {
  .gode-payment-selection .slds-button {
    font-size: 1.2rem;
  }
}

.gode-payment-review {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.gode-payment-review .gode-icon--payment {
  width: 3.5rem;
  height: 2.4rem;
}
@media (min-width: 744px) {
  .gode-payment-review .gode-icon--payment {
    width: 4.1rem;
    height: 2.8rem;
  }
}
.gode-payment-review .gode-review--inline {
  flex-direction: column;
}
@media (min-width: 744px) {
  .gode-payment-review .gode-review--inline {
    flex-direction: row;
  }
}

@media (min-width: 428px) {
  .gode-payment-selection .slds-badge {
    position: static;
  }
}
@media (min-width: 744px) {
  .gode-payment-selection {
    flex-direction: row;
    gap: 3.2rem;
    padding: 1.6rem 0;
  }
  .gode-payment-selection .gode-payment-selection__main {
    padding: 0.8rem 0;
  }
  .gode-payment-selection .gode-payment-selection__actions {
    padding: 0.8rem 0;
  }
  .gode-payment-selection .gode-payment-selection__actions .slds-button {
    height: 3.2rem;
    width: auto;
    padding: 0 1.6rem;
  }
  .gode-payment-selection .gode-payment-selection__actions .slds-button svg.slds-button__icon.slds-button__icon_left {
    margin: 0;
    width: 1.6rem;
    height: 1.6rem;
  }
  .gode-payment-selection__review {
    margin-left: 3.6rem;
  }
}
@media (min-width: 1168px) {
  .gode-payment-selection .gode-radio__label {
    display: flex;
    align-items: center;
    gap: 2.4rem;
    position: relative;
  }
  .gode-payment-selection .gode-form-element__label {
    gap: 1.2rem;
  }
  .gode-payment-selection .gode-form-element__label .gode-icon {
    width: 4.1rem;
    height: 2.8rem;
  }
  .gode-payment-selection__review {
    margin-left: 4.8rem;
  }
  .gode-payment-selection__title {
    font-size: 2rem;
    gap: 1.2rem;
  }
}
.slds-modal .gode-payment-selection {
  padding: 1.6rem 0;
}

.gode-plan {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 0 1.6rem 2.4rem 1.6rem;
  max-width: 73.6rem;
}
.gode-plan header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gode-transaction-information {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  width: 100%;
}
@media (min-width: 60rem) {
  .gode-transaction-information {
    flex-direction: row;
  }
}

.slds-media__body:has(.gode-flymenu) {
  padding: 0;
}

.gode-flymenu {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  width: 100%;
}

.gode-flymenu__primary,
.gode-flymenu__secondary,
.gode-flymenu__signout {
  border-top: 1px solid #D0D9E3;
  padding: 1.6rem 0;
}

.gode-flymenu__help {
  padding: 0.8rem 0 1.6rem;
}

.gode-flymenu__lang {
  padding: 2.4rem 0 1.6rem;
}
.gode-flymenu--account .gode-flymenu__lang, .gode-flymenu--accountbasic .gode-flymenu__lang {
  border-top: 1px solid #D0D9E3;
}

.gode-flymenu__user {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.gode-flymenu .gode-flymenu__user {
  padding: 2.4rem 0;
}
.gode-flymenu__user .user {
  line-height: 1;
}
.gode-flymenu__user .user .user-name {
  font-size: 1.4rem;
  width: 25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gode-flymenu .gode-flymenu__user .user .user-name {
  padding-bottom: 0.4rem;
}
.gode-flymenu__user .user .user-email {
  width: 25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.2;
}

.gode-flymenu__item {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  font-size: 1.4rem;
  padding: 0.8rem 0;
}
.gode-flymenu__item:hover {
  text-decoration: none;
}
.gode-flymenu__icon {
  width: 2.4rem;
  height: 2.4rem;
}

/**
* ! PAYMENTS Menu
*/
.gode-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8rem;
}
.gode-menu li {
  position: relative;
}
.gode_site-header__back .gode-menu {
  justify-content: flex-start;
}
@media print {
  .gode-menu {
    display: none;
  }
}

.gode-menu__button {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  border: 0;
  color: #00415B;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  height: 4.4rem;
  font-size: 1.8rem;
  line-height: 1.6rem;
  padding: 0;
  text-decoration: none !important;
  width: 4.4rem;
  transition: all 0.3s;
}
.gode-menu__button:hover {
  color: #001D29 !important;
}
.gode-menu__button.gode-menu__button--cancel {
  background-color: #FEF7F6 !important;
  border: 0;
  border-radius: 0.8rem;
  color: #9E1510 !important;
}
.gode-menu__button.gode-menu__button--cancel:hover {
  background-color: rgb(252.98, 238.84, 236.82) !important;
}
.gode-menu__button.gode-menu__button--account {
  background-color: transparent;
  border-radius: 36rem;
  padding: 0 1rem;
  width: auto;
}
@media (min-width: 1024px) {
  .gode-menu__button.gode-menu__button--account {
    background-color: #E3F5FC;
    border-radius: 36rem;
    padding: 0 1.6rem 0 1rem;
  }
  .gode-menu__button.gode-menu__button--account:hover {
    background-color: #CDE9F4;
  }
}
.gode-menu__button.gode-menu__button--kebab {
  border-radius: 36rem;
}
@media (min-width: 1024px) {
  .gode-menu__button {
    border-radius: 36rem;
    gap: 0.6rem;
    padding: 0 1.6rem;
    width: auto;
  }
}

.gode-menu__button__label {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .gode-menu__button__label {
    gap: 0.6rem;
  }
}

.gode-menu__button__icon {
  width: 3.2rem;
  height: 3.2rem;
}
@media (min-width: 1024px) {
  .gode-menu__button__icon {
    width: 2.5rem;
    height: 2rem;
  }
}

.gode-menu__button__careticon {
  width: 1.2rem;
  height: 0.8rem;
}

.icon-account {
  width: 2.7rem;
  height: 2.7rem;
}
.icon-account .bg {
  fill: transparent;
}
.icon-account .bg-head, .icon-account .bg-body {
  fill: transparent;
}
.gode-menu__button--loggedin .icon-account .bg {
  fill: #E3F5FC;
}
.gode-menu__button--loggedin .icon-account .bg-head, .gode-menu__button--loggedin .icon-account .bg-body {
  fill: #71a163;
}
@media (min-width: 1024px) {
  .icon-account {
    width: 2rem;
    height: 2rem;
  }
}

.gode-menu .slds-popover {
  right: -1.2rem;
  top: 5.6rem;
}

.lang-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lang-select .lang-select__title {
  font-size: 1.1rem;
  text-transform: uppercase;
}
.lang-select .lang-select__list {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.lang-select .lang-select__list button {
  background-color: #F4F5F6;
  border-width: 0;
  border-radius: 0.8rem;
  color: #006B96;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  height: 4.4rem;
  width: 4.4rem;
  transition: all 0.3s;
}
.lang-select .lang-select__list button:hover {
  background-color: rgb(232.78, 234.8, 236.82);
}
.lang-select .lang-select__list button.active {
  background-color: #fff;
  border: 1px solid #00415B;
  color: #202328;
}

/* PrismJS 1.29.0
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript+handlebars+markup-templating+scss&plugins=show-language+unescaped-markup+toolbar+copy-to-clipboard */
code[class*=language-], pre[class*=language-] {
  color: #000;
  background: 0 0;
  text-shadow: 0 1px #fff;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  tab-size: 4;
  -webkit-hyphens: none;
  hyphens: none;
}

code[class*=language-] ::selection, code[class*=language-]::selection, pre[class*=language-] ::selection, pre[class*=language-]::selection {
  text-shadow: none;
  background: #b3d4fc;
}

@media print {
  code[class*=language-], pre[class*=language-] {
    text-shadow: none;
  }
}
pre[class*=language-] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
}

:not(pre) > code[class*=language-], pre[class*=language-] {
  background: #f5f2f0;
}

:not(pre) > code[class*=language-] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}

.token.cdata, .token.comment, .token.doctype, .token.prolog {
  color: #708090;
}

.token.punctuation {
  color: #999;
}

.token.namespace {
  opacity: 0.7;
}

.token.boolean, .token.constant, .token.deleted, .token.number, .token.property, .token.symbol, .token.tag {
  color: #905;
}

.token.attr-name, .token.builtin, .token.char, .token.inserted, .token.selector, .token.string {
  color: #690;
}

.language-css .token.string, .style .token.string, .token.entity, .token.operator, .token.url {
  color: #9a6e3a;
  background: hsla(0, 0%, 100%, 0.5);
}

.token.atrule, .token.attr-value, .token.keyword {
  color: #07a;
}

.token.class-name, .token.function {
  color: #dd4a68;
}

.token.important, .token.regex, .token.variable {
  color: #e90;
}

.token.bold, .token.important {
  font-weight: 700;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

div.code-toolbar {
  position: relative;
}

div.code-toolbar > .toolbar {
  position: absolute;
  z-index: 10;
  top: 0.3em;
  right: 0.2em;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

div.code-toolbar:hover > .toolbar {
  opacity: 1;
}

div.code-toolbar:focus-within > .toolbar {
  opacity: 1;
}

div.code-toolbar > .toolbar > .toolbar-item {
  display: inline-block;
}

div.code-toolbar > .toolbar > .toolbar-item > a {
  cursor: pointer;
}

div.code-toolbar > .toolbar > .toolbar-item > button {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

div.code-toolbar > .toolbar > .toolbar-item > a, div.code-toolbar > .toolbar > .toolbar-item > button, div.code-toolbar > .toolbar > .toolbar-item > span {
  color: #bbb;
  font-size: 0.8em;
  padding: 0 0.5em;
  background: #f5f2f0;
  background: rgba(224, 224, 224, 0.2);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
}

div.code-toolbar > .toolbar > .toolbar-item > a:focus, div.code-toolbar > .toolbar > .toolbar-item > a:hover, div.code-toolbar > .toolbar > .toolbar-item > button:focus, div.code-toolbar > .toolbar > .toolbar-item > button:hover, div.code-toolbar > .toolbar > .toolbar-item > span:focus, div.code-toolbar > .toolbar > .toolbar-item > span:hover {
  color: inherit;
  text-decoration: none;
}

[class*=lang-] script[type="text/plain"], [class*=language-] script[type="text/plain"], script[type="text/plain"][class*=lang-], script[type="text/plain"][class*=language-] {
  display: block;
  font: 100% Consolas, Monaco, monospace;
  white-space: pre;
  overflow: auto;
}

code[class*=language-], pre[class*=language-] {
  background: #F9FAFB;
  font-size: 1.4rem;
}

pre code[class*=language-], pre[class*=language-] {
  font-size: 1.2rem;
}

[class*=language-] {
  border-radius: 0.8rem;
}

pre[class*=language-] {
  padding: 2em 1.5em;
}

code.language-doc {
  color: #07a;
  font-weight: 500;
}

.wiki-code__label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
}
.wiki-code + .wiki-code .wiki-code__label {
  margin-top: 1.2rem;
}

div.code-toolbar > .toolbar {
  line-height: 1;
  opacity: 1;
  top: 0.4rem;
  right: 0.4rem;
}

div.code-toolbar > .toolbar > .toolbar-item > a, div.code-toolbar > .toolbar > .toolbar-item > button, div.code-toolbar > .toolbar > .toolbar-item > span {
  box-shadow: none;
  color: #505863;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 0;
  text-transform: uppercase;
}

.invoice-biller {
  border-bottom: 1px solid #D0D9E3;
  display: flex;
  gap: 1.6rem;
  padding-bottom: 2.4rem;
}

.invoice-cols {
  border-bottom: 1px solid #D0D9E3;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .invoice-cols {
    flex-direction: row;
    gap: 4.8rem;
  }
}

.invoice-item {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.attributes {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding-top: 1.6rem;
}
.attributes .h6 {
  margin-top: 8px;
}

.lineitem__attribute-group {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.lineitem__attribute {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.3;
  max-width: 36rem;
}
.lineitem__attribute__label {
  font-size: 1.2rem;
  line-height: 1.3;
  text-transform: uppercase;
  width: 12rem;
}
.lineitem__attribute__value {
  font-family: "Arvo", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
}

.invoice-details {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 2.4rem 0;
}

.doc-table {
  border: 1px solid #D0D9E3;
  border-radius: 0.8rem;
  padding: 0.8rem;
}
.doc-table table.doc {
  font-size: 1.4rem;
}
.doc-table table.doc th, .doc-table table.doc td {
  padding: 1.6rem 0.8rem;
}
.doc-table table.doc th {
  border-bottom: 1px solid #D0D9E3;
  font-family: "Poppins", sans-serif;
}
.doc-table table.doc tr:not(:last-child) td {
  border-bottom: 1px solid #D0D9E3;
}