/* fonts:
     font-family: VwHead, sans-serif;
     font-family: VwText_bold, sans-serif;
     font-family: VwText_office, sans-serif;
 */

 body {
    height: 100%;
}

a {
  border-bottom: none !important;
}

#ofa-root {
  background: #f9f9f9;
}

strong {
  font-weight: bold;
  font-family: "VwHead_bold", sans-serif;
}

p {
  margin-bottom: 0px;
}

.c-datepicker>.c-input>button {
  display: none;
}

.c-radio__label {
  color: #000000 !important;
  font-family: 'VwHead_light', sans-serif !important;
}

.dealer-selection .dealer-grid-row .o-layout__item{
  margin-top: 0px!important;
}

.dealer-selection .dealer-grid-row .card-dealer-address span,
.dealer-selection .dealer-grid-row .card-dealer-phone span, 
.dealer-selection .review-mode-dealer .card-dealer-address span,
.dealer-selection .review-mode-dealer .card-dealer-phone span{
  font-family: 'VwText_office', verdana, sans-serif;
}

/* desktop */
@media screen and (min-width: 1441px) {
  .c-checkbox__label {
    font-family: "vw-text", sans-serif !important;
    color: #000000 !important;
    line-height: 24px !important;
    font-size: 22px !important;
  }
  .c-form-field__label {
  font-family: "VwHead_light", sans-serif !important;
  color: #000000 !important;
  line-height: unset !important;
  font-size: 24px !important;
  }
  .ack-consent .c-form-field__label {
    font-family: "VwHead_bold", sans-serif !important;
    color: #000000 !important;
    line-height: unset !important;
    font-size: 24px !important;
    height: auto !important;
    }
  .questionField .c-form-field__label {
    font-family: "VwHead_bold", sans-serif !important;
  }
  .review-mode .c-form-field__label {
    font-size: 16px !important;
    line-height: 19px !important;
    margin-bottom: 11px;
  }
}

/* mobile */
@media screen and (max-width: 1440px) {
  .c-checkbox__label {
    font-family: "vw-text", sans-serif !important;
    color: #000000 !important;
    line-height: 24px !important;
    font-size: 16px !important;
  }
  .c-form-field__label {
  font-family: "VwHead_light", sans-serif !important;
  color: #000000 !important;
  line-height: unset !important;
  font-size: 16px !important;
  }
  .ack-consent .c-form-field__label {
    font-family: "VwHead_bold", sans-serif !important;
    color: #000000 !important;
    line-height: unset !important;
    font-size: 14px !important;
    height: auto !important;
    }
  .questionField .c-form-field__label {
    font-family: "VwHead_bold", sans-serif !important;
  }
  .review-mode .c-form-field__label {
    font-size: 14px !important;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 719px) {
  .c-form-field__label {
    font-size: 14px !important;
    }
  .c-checkbox__label {
    font-family: "vw-text", sans-serif !important;
    color: #000000 !important;
    line-height: 24px !important;
    font-size: 14px !important;
  }

  .c-radio__label {
    min-height: 16px;
    padding-left: 30px;
    font-size: 14px !important;
    margin-top: 0px !important;
  }
  .o-inline-group {
    column-gap: 0px;
  }
  .residenceType .o-inline-group {
    justify-content: space-between;
  }
  .phoneType .o-inline-group {
    justify-content: space-between;
  }
  .o-inline-group__item {
    width: 50% !important;
  }
  .one-line .o-inline-group__item {
    width: 100% !important;
  }
  .residenceType .o-inline-group__item {
    width: 33% !important;
  }
  .phoneType .o-inline-group__item {
    width: 33% !important;
  }
}
.o-layout>.o-layout__item .one-line {
  margin-top: 0px !important;
}

#modal-root .c-modal__close-btn, .c-toast-notification__close {
  position: absolute;
  top: 12px;
  right: 12px;
}

#modal-root .c-modal__close-btn::before, .c-toast-notification__close::before {
  font-size: 1rem;
}

#ofa-root .c-first-step-container__inner {
  width: 84%;
  margin-left: auto;
  margin-right: auto;
  border: 0px;
}

#ofa-root .c-review-banner-title {
  font-family: 'VwHead_bold', sans-serif !important;
  text-align: center !important;
  margin-bottom: unset !important;
  color: #000000 !important;
  font-size: 72px !important;
  letter-spacing: 0px !important;
  line-height: 72px !important;
  font-weight: normal !important;
}

#ofa-root .c-review-banner-subtitle {
  font-family: 'VwHead_light', sans-serif;
  text-align: center;
  margin-bottom: unset;
  color: #000000;
  font-size: 36px;
  letter-spacing: 0px;
  line-height: 72px;
  font-weight: normal !important;
}

#ofa-root .c-review-banner-paragraph {
  font-family: 'VwHead_light', sans-serif;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 54px;
  color: #000000;
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 44px;
}
#ofa-root .review-mode .o-fieldset__row {
  margin-bottom: 21px !important;
}

@media screen and (max-width: 800px) {
  #ofa-root .c-review-banner-title {
    font-size: 24px !important;
    line-height: 26px !important;
  }
  
  #ofa-root .c-review-banner-subtitle {
    font-size: 18px;
    line-height: 26px;
  }
  
  #ofa-root .c-review-banner-paragraph {
    font-size: 12px;
    line-height: 18px;
    margin-top: 16px;
    margin-bottom: 28px;
  }
  .occupation-income .o-fieldset__row {
    margin-bottom: 4px !important;
  }
  .dealer-selection .review-mode .dealer-row-content {
    margin-top: 25px;
  }
  #ofa-root .c-first-step-container .c-review-banner-title {
    padding-top: 20px!important;
  }
}
@media (min-width: 801px) {
  #ofa-root .c-first-step-container .c-review-banner-title {
    padding-top: 30px!important;
  }
}

#ofa-root .c-accordion__title {
  padding: unset !important;
}

#ofa-root .c-accordion__title-label-text {
  font-size: 28px;
  height: 34px;
  letter-spacing: -0.4px;
  font-weight: 400;;
  font-family: "VwHead", sans-serif;
}

/* This is a temporal fix until bronson upgrade happens for accordion */
#ofa-root span.c-accordion__title-label-text + span.c-accordion__title-label-text {
  white-space: pre;
  font-weight: bold;
}

@media (max-width: 799px) {
  #ofa-root .c-accordion__title-label-text {
    font-size: 16px !important;
  }
  #ofa-root .c-accordion {
    margin-bottom: 16px !important;
  }
  #ofa-root .accordion-style {
    margin-bottom: 16px !important;
  }
  #ofa-root .c-accordion__header {
    padding: 18.5px !important;
  }
}

@media (min-width: 800px) and (max-width: 1439px){
  #ofa-root .c-accordion__title-label-text {
    font-size: 20px !important;
  }
  #ofa-root .c-accordion {
    margin-bottom: 16px !important;
  }
  #ofa-root .accordion-style {
    margin-bottom: 16px !important;
  }
  #ofa-root .c-accordion__header {
    padding: 27.5px !important;
  }
}

@media (min-width: 1440px) and (max-width: 1919px){
  #ofa-root .c-accordion {
    margin-bottom: 20px !important;
  }
  #ofa-root .accordion-style {
    margin-bottom: 20px !important;
  }
  #ofa-root .c-accordion__header {
    padding: 40.5px !important;
  }
}

@media (min-width: 1920px) {
  #ofa-root .c-accordion__title-label-text {
    font-size: 36px !important;
  }
  #ofa-root .c-accordion {
    margin-bottom: 28px !important;
  }
  #ofa-root .accordion-style {
    margin-bottom: 28px !important;
  }
  #ofa-root .c-accordion__header {
    padding: 51.5px !important;
  }
}

#ofa-root .c-accordion__title-label {
  font-family: "VwHead", sans-serif !important;
}

#ofa-root .c-accordion__title-icon, .c-accordion__title-icon::before {
  display: none;
}

#ofa-root .c-accordion__panel:not(.is-closed) {
  padding-top: 1.5rem;
}

#ofa-root .c-accordion__content {
  padding-left: 6% !important;
  padding-right: 6% !important;
  padding-bottom: 5% !important;
    padding-top: 5% !important;
}

#ofa-root .c-form-heading {
  padding-top: 0% !important;
  margin-top:  -7% !important;
  margin-bottom: unset !important;
}

@media screen and (max-width: 384px) {
  #ofa-root .c-form-heading {
    padding-top: 0% !important;
    margin-top:  0% !important;
  }
  #ofa-root .c-accordion__header.is-active {
    padding: 0px !important;
    height: 24px;
  }
  #ofa-root .c-accordion__header {
    padding: 24px !important;
  }
  #ofa-root .accordion-style {
    margin-bottom: 0px !important;
  }
  #ofa-root .c-accordion__panel.js-accordion__panel{
    margin-top: 0px!important;
    padding-top: 0px!important;
  }
  #ofa-root .c-accordion__content{
    padding-top: 0px!important;
  }
  #ofa-root .c-accordion__content::before{
    height: 0px;
  }
}


#ofa-root .c-error-message::before {
  display: none !important;
}

#ofa-root .c-form-heading__title-text {
  font-size: 36px;
  font-weight: 300;
  height: 56px;
  line-height: 56px;
  font-family: "VwHead_light", sans-serif;
}

#ofa-root .o-layout {
  margin-top: 0 !important;
}

#ofa-root .c-accordion__content .securitycheck .c-form-heading__title {
  margin-bottom: 32px !important;
}

#ofa-root .c-accordion__content .c-form-heading__title {
  margin-bottom: 18px !important;
}

@media screen and (max-width: 800px) {
  #ofa-root .c-accordion__content .securitycheck .c-form-heading__title {
    margin-bottom: 13px !important;
  }
  #ofa-root .c-accordion__content .c-form-heading__title {
    margin-bottom: -2px !important;
  }
}

.o-layout__grouped-item {
  margin-top: 24px !important;
}

.ope-app-container {
  overflow: hidden;
 }

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

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

.ope__space_1 {
  margin-top: 70px;
}

.ope__space_2 {
  margin-top: 80px;
}

.ope__table-auto-no-scroll table {
  width: 100%;
}

.c-table-wrapper td {
  font-family: 'VwHead', sans-serif;
  font-size: 14px;
}

.ope__addon_right {
  font-family: 'VwText_office', verdana, sans-serif;
  font-size: 1rem;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: ease;
  display: flex;
  align-items: center;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  margin: 20px 12px -25px 12px;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
  border-left: 0;
  order: 5;
  color: #b0b6bc;
  justify-content: flex-end;
  padding-right: 0;
  z-index: 1;
  width: 10%;
  margin-left: 90%;
}

.ope__c-form-field__label {
  font-family: 'VwText_office', verdana, sans-serif;
  font-size: 12px;
  line-height: 1.71;
}

.ope__heading_6 {
  font-family: 'VwText_bold', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: -9px;
}

.ope__u-text-success_1 {
  font-family: 'VwText_bold', sans-serif;
  font-size: 16px;
  color: #58bc00 !important;
}

.ope__u-text_1 {
  font-family: 'VwText_bold', sans-serif;
  font-size: 16px;
}

.ope__total_due {
  font-size: 20px !important;
}

.ope__tooltip_placeholder {
  width: 18px;
  height: 18px;
  font-size: 14px;
  background-color: #b0b6bc;
  border-radius: 50%;
  display: inline-block;
  font-family: 'VwText_bold', sans-serif;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-left: 5px;
}

.ope__space_table_tab-heading {
  margin-bottom: 6px;
}

.ope__space_input-heading {
  margin-bottom: 10px;
}

.ope__space_table-heading {
  margin-bottom: 6px;
}

.ope__space_row {
  margin-bottom: 70px;;
}

.c-tabs__nav-link {
  font-size: 1rem;
  line-height: 25px;
}

.hpxpEC {
  margin-left: 5px;
}

.ope__arp-disclaimer {
  margin-top: -32px;
}

@media screen and (min-width: 769px){
  .ope__tab {
    font-family: 'VwHead', sans-serif;
    color: #001e50;
    font-size: 24px;
  }
  .ope__tab-value {
    color: #00235c;
    font-weight: bold;
  }
  .heading {
    font-size: 20px;
  }
  .ope__heading__no_margin-bottom {
    height: 32px;
    font-family: 'VwText_office', sans-serif;
    font-size: 48px;
    font-weight: normal;
    line-height: 0.67;
    margin-bottom: 3px;
  }
  .ope__c-form-field__label {
    font-family: 'VwText_office', verdana, sans-serif;
    font-size: 14px;
    line-height: 2.29;
  }
  .ope__space_input-heading {
    margin-bottom: 11px;
  }
  .ope__space_input-heading_monthly-payment {
    margin-bottom: 11px;
  }
  .ope__space_slider-heading {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 376px) and (max-width: 768px) {
  .ope__tab {
    font-family: 'VwHead', sans-serif;
    color: #001e50;
    font-size: 18px;
  }
  .ope__tab-value {
    color: #00235c;
    font-weight: bold;
  }
  .heading {
    font-size: 16px;
  }
  .ope__heading__no_margin-bottom {
    height: 21px;
    font-family: 'VwText_office', sans-serif;
    font-size: 30.7px;
    font-weight: bold;
    line-height: 0.67;
    margin-bottom: 5px;
  }
  .ope__space_input-heading {
    margin-bottom: 8px;
  }
  .ope__space_input-heading_monthly-payment {
    margin-bottom: 11px;
  }
  .ope__space_slider-heading {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 375px) {
  .ope__tab {
    font-family: 'VwHead', sans-serif;
    color: #001e50;
    font-size: 16px;
  }
  .ope__tab-value {
    color: #00235c;
    font-weight: bold;
    display: none;
  }
  .heading {
    font-size: 14px;
  }
  .ope__space_input-heading {
    margin-bottom: 9px;
  }
  .ope__space_input-heading_monthly-payment {
    margin-bottom: 9px;
  }
  .ope__space_slider-heading {
    margin-bottom: 18px;
  }
}

.processing-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  text-align: center;
  background: #ffff;
  color: #ffff;
}

.c-processing {
  background-color: #ffffff;
  position: fixed;
  height: 100%;
  width: 100%;
}
  .c-processing__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 80%;
    margin-left: 10%;
    margin-top: 10%;
  }
  .c-processing__circle {
    display: flex;
    justify-content: center;
    margin-bottom: 52px;
  }
  .c-processing__title {
    font-family: 'VwHead_bold', sans-serif;
    text-align: center;
    margin-bottom: 35px;
    color: #000000;
    font-size: 66px;
    letter-spacing: 0px;
    line-height: 86px;
  }
  .c-processing__subTitle {
    text-align: center;
    font-family: 'VwHead_light', sans-serif;
    color: #000000;
    font-size: 48px;
    letter-spacing: 0px;
    line-height: 86px;
    font-weight: lighter;
  }
  @media screen and (max-width: 1440px) {
    .c-processing__title {
      font-size: 48px;
      line-height: 62px;
    }
    .c-processing__subTitle {
      font-size: 36px;
      line-height: 62px;
    }
  }
  @media screen and (max-width: 800px) {
    .c-processing__title {
      font-size: 32px;
      line-height: 36px;
    }
    .c-processing__subTitle {
      font-size: 24px;
      line-height: 36px;
    }
  }
  @media screen and (max-width: 384px) {
    .c-processing__title {
      font-size: 24px;
      line-height: 28px;
    }
    .c-processing__subTitle {
      font-size: 14px;
      line-height: 28px;
    }
  }
.c-decision {
  background-color: #ffffff;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  padding-top: 5%;
}
  .c-decision__wrapper {
    display: flex;
    align-items: center;
    max-width: 90%;
    margin-left: 5%;
    flex-direction: column;
  }
  .c-decision__header {
    margin-top: 38px;
  }
  .c-icon-list {
    height: 110px;
    width: 110px;
  }
  .c-decision__icon:before {
    font-size: 109px;
    top: 0;
    left: -55px;
  }
  .c-decision__title {
    font-family: 'VwHead_bold', sans-serif;
    text-align: center;
    margin-bottom: unset;
    color:#000000;
    font-size: 67px;
    letter-spacing: 0px;
    line-height: 86px;
  }
  .c-decision__subTitle {
    text-align: center;
    font-family: 'VwHead_light', sans-serif;
    color: #000000;
    font-size: 50px;
    letter-spacing: 0px;
    line-height: 86px;
    margin-bottom: 16px;
  }
  .c-decision__disclaimer {
    margin-top: 49px;
  }
  .c-decision__paragraph {
    text-align: center;
    font-family: 'VwHead_light', sans-serif;
    color: #000000;
    font-size: 32px;
    letter-spacing: 0px;
    line-height: 56px;
    font-weight: 300;
    margin-bottom: 40px;
  }
  .c-decision__paragraph:last-child {
    margin-bottom: 0px;
  }

  @media screen and (max-width: 1439px) {
    .c-icon-list {
      height: 78px;
      width: 78px;
    }
    .c-decision__icon:before {
      font-size: 78px;
      left: -39px;
    }
    .c-decision__header {
      margin-top: 26px;
    }
    .c-decision__title {
      font-size: 36px;
      line-height: 62px;
    }
    .c-decision__subTitle {
      line-height: 62px;
      font-size: 48px;
      margin-top: 5px;
      margin-bottom: 12px;
    }
    .c-decision__disclaimer {
      margin-top: 34px;
    }
    .c-decision__paragraph {
      margin-bottom: 32px;
      font-size: 24px;
      line-height: 40px;
    }
  }
  @media screen and (max-width: 799px) {
    .c-icon-list {
      height: 62px;
      width: 62px;
    }
    .c-decision__icon:before {
      font-size: 62px;
      left: -31px;
    }
    .c-decision__header {
      margin-top: 26px;
    }
    .c-decision__title {
      font-size: 28px;
      line-height: 36px;
    }
    .c-decision__subTitle {
      font-size: 28px;
      line-height: 36px;
      margin-bottom: 4px;
    }
    .c-decision__disclaimer {
      margin-top: 25px;
    }
    .c-decision__paragraph {
      font-size: 16px;
      margin-bottom: 32px;
      line-height: 24px;
    }
  }

  @media screen and (max-width: 384px) {
    .c-icon-list {
      height: 62px;
      width: 62px;
    }
    .c-decision__icon:before {
      font-size: 62px;
      left: -31px;
    }
    .c-decision__header {
      margin-top: 23px;
    }
    .c-decision__title {
      font-size: 24px;
      line-height: 26px;
    }
    .c-decision__subTitle {
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 10px;
    }
    .c-decision__disclaimer {
      margin-top: 25px;
    }
    .c-decision__paragraph {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 32px;
    }
  }

  .c-submit__application {
    width: auto;
    border-radius: 0px;
  }

  .c-submit__application .c-btn:disabled {
    background: #808080 !important;
  }
  
  .c-submit__application .c-btn {
    height: 77px;
    border-radius: 38.5px;
    background: #001e50;
  }
  
  .c-submit__application .c-btn:hover {
    height: 77px;
    background: #0040c5;
  }
  
  .c-submit__application .c-btn--secondary .c-btn__text {
    font-family: 'VwText_office', sans-serif;
    font-size: 28px;
    line-height: 23px;
    text-align: center;
    color: #ffffff;
  }

  .c-btn--secondary .c-btn__text {
    font-family: 'VwText_office', sans-serif;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin: 14px 0px;
  }

  @media screen and (max-width: 1440px) {
    .c-submit__application .c-btn--secondary .c-btn__text {
      font-size: 20px;
      line-height: 16px;
    }
    .c-submit__application .c-btn {
      height: 55px;
      border-radius: 27.5px;
    }
    .c-submit__application .c-btn:hover {
      height: 55px;
    }
  }

  @media screen and (max-width: 799px) {
    .c-submit__application .c-btn--secondary .c-btn__text {
      font-size: 14px;
      line-height: 16px;
    }
    .c-submit__application .c-btn {
      height: 32px;
      border-radius: 18.5px;
    }
    .c-submit__application .c-btn:hover {
      height: 32px;
    }
  }

#ofa-root .o-layout.questionField>.o-layout__item {
  margin-top: 0;
}



.o-layout>.o-layout__item {
  margin-top: 24px !important;
}

.occupation-income>.review-mode>.o-layout>.o-layout__item:first-child {
  margin-top: 24px !important;
}

.c-form-sub-heading-children {
  margin-top: 55px !important;
  margin-bottom: 20px !important;
}

.c-notification__container{
  margin-top: 34px;
}

.c-notification {
  padding-top: 26px !important;
  padding-bottom: 29px !important;
}

.c-notification__title {
  font-size: 24px;
  line-height: 24px;
  font-family: "VwHead_bold", sans-serif;
  margin-bottom: 12px;
}

.c-notification__text {
  font-size: 20px;
  line-height: 28px;
  font-family: 'vw-text', verdana, sans-serif;
}

.c-notification__text,
  .c-notification__title{
    color: unset !important; 
  }

.c-notification__outer-wrap {
  padding-left: 28px !important;
  padding-right: 28px !important;
}
.c-notification--info {
  background-color: #3c484d !important;
}

@media screen and (max-width: 1919px) {
  .c-notification__title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .c-notification__text {
    font-size: 16px;
    line-height: 16px;
  }
  .c-notification {
    padding-top: 19px !important;
    padding-bottom: 27px !important;
  }
  .c-notification__container{
    margin-top: 29px;
  }
  .c-notification__outer-wrap {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
  .c-form-sub-heading-children {
    margin-top: 43px !important;
  }
}

@media screen and (max-width: 1439px) {
  .c-notification__title {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .c-notification__text {
    font-size: 14px;
    line-height: 16px;
  }
  .c-notification {
    padding-top: 13px !important;
    padding-bottom: 19px !important;
  }
  .c-notification__container{
    margin-top: 30px;
  }
  .c-notification__outer-wrap {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
  .c-form-sub-heading-children {
    margin-top: 31px !important;
  }
}
@media screen and (max-width: 799px) {
  .c-notification__container{
    margin-top: 21px;
  }
  .c-form-sub-heading-children {
    margin-top: 9px !important;
    margin-bottom: 3px !important;
  }
}

.o-layout__grouped-item>.c-form-field>.c-form-field__box>.c-input>.c-input__input[disabled] {
  color: #001e50 !important;
}

.c-btn-applicationType {
  max-height: 44px;
}

@media screen and (min-width: 1440px) {
  .vw-applicationType-label {
    margin-top: 48px;
  }
  .vw-applicationType-label>div {
    font-size: 24px;
  }
  .c-decision {
    padding-bottom: 190px;
  }
}
@media screen and (max-width: 1439px) {
  .vw-applicationType-label {
    margin-top: 24px;
  }
  .c-decision {
    padding-bottom: 135px;
  }
}

.vehicle-selection-button .o-layout {
  display: flex;
  justify-content: center;
}

.vehicle-selection-button .o-layout .o-layout__item {
  width: auto !important;
  margin-top: 0px !important;
}

@media screen and (max-width: 799px) {
  .vehicle-selection-button .o-layout .c-btn.c-btn--secondary {
    width: unset;
    margin: auto;
    display: block;
    float: unset;
    border-color: unset !important;
    color: unset !important;
  }
}

.global-error-container {
  color: #000;
  background-color: #fff;
  padding-top: 0px !important;
}

.global-error-content-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 30px;
}

.global-error-header {
  margin-top: 27px;
  font-size: 48px;
  min-height: 62px;
  font-family: "VwHead_bold", sans-serif;
  text-align: center;
  line-height: 62px;
}

.global-error-text {
  min-height: 40px;
  font-size: 24px;
  margin-top: 55px;
  font-family: "VwHead_light", sans-serif;
  text-align: center;
  line-height: 40px;
  margin-bottom: 0px !important;
}

.global-error-button {
  margin-top: 48px;
  max-width: 296px;
}

@media screen and (max-width: 800px) {
  .global-error-content-container {
    padding-top: 42px;
  }
  .global-error-header {
    margin-top: 15px;
    font-size: 24px;
    min-height: 26px;
    line-height: 26px;
  }
  .global-error-text {
    min-height: 48px;
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  .global-error-button {
    margin-top: 35px;
    max-width: 87%;
  }
}

.autocomplete__header {
  font-size: 22px;
  line-height: 36px;
  font-family: "VwHead_bold", sans-serif;
  margin-bottom: 14px !important;
  padding-top: 17px;
}

.autocomplete__paragraph {
  font-size: 16px;
  line-height: 26px;
  font-family: "VwHead", sans-serif;
  margin-bottom: 14px !important;
}

@media screen and (max-width: 800px) {
  .autocomplete__header {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 1px !important;
    padding-top: 17px;
  }

  .autocomplete__paragraph {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 1px !important;
  }
}

.wrapper-header {
  background-color: #ffffff;
}

.accordion-wrapper .c-accordion .c-info-icon {
  height: 19.2px !important;
  width: 19.2px !important;
  margin-left: 7px !important;
  vertical-align: sub !important;
}

@media screen and (max-width: 720px) {
  .vw-no-margin-bottom-mobile {
    margin-bottom: 0px !important;
  }
}

.c-info-icon::before {
  font-size: 1.2rem !important;
}