@font-face {
  font-family: "WellsFargoSans-Light";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Light.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Bold";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-BoldItalic";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Condensed";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Condensed.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Display";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Display.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Italic";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Regular";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-SemiBold";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-SemiBold.ttf") format("truetype");
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "WellsFargoSans-Regular", Arial, "sans-serif";
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
}

h1 {
  color: #D71E28;
  font-size: 57px;
  font-family: "WellsFargoSans-Bold", Arial, "sans-serif";
  font-weight: 700;
}

h2 {
  color: #D71E28;
  font-size: 24px;
  font-family: "WellsFargoSans-SemiBold", Arial, "sans-serif";
  line-height: 30px;
  font-weight: 500;
}

h3 {
  color: #3b3331;
  font-size: 20px;
  font-family: "WellsFargoSans-Semibold";
  line-height: 25px;
}

h4 {
  color: #3B3331;
  font-size: 15px;
  font-family: "WellsFargoSans-SemiBold", Arial, "sans-serif";
  line-height: 19px;
  font-weight: 500;
}

h6 {
  color: #3B3331;
  font-size: 28px;
  font-family: "WellsFargoSans-Display", Arial, "sans-serif";
  line-height: 53px;
  font-weight: 100;
}

.page {
  font-family: "WellsFargoSans-Regular", Arial, "sans-serif";
  font-size: 15px;
  color: #000;
}

.container {
  max-width: 375px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .container {
    max-width: 740px;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    max-width: none;
  }
}

.navbar {
  height: 52px;
  background: #D71E28;
  border-bottom: 4px solid #fcc60a;
}
.navbar__logo {
  margin: 0 auto;
  max-width: 210px;
  width: 100%;
  padding: 18px 20px;
}
@media screen and (min-width: 1280px) {
  .navbar__logo {
    margin: 0;
  }
}
.navbar__logo img {
  width: 100%;
  vertical-align: top;
}

.lb_hidden {
  position: absolute;
  width: 0;
  overflow: hidden;
  height: 0;
  line-height: 0;
}

@media screen and (min-width: 1280px) {
  .no-padding {
    padding: 0;
  }
}

.d-none {
  display: none;
}

.hidden-sticky {
  display: none !important;
}

input, textarea {
  font-size: 16px;
}

#banner_link:focus, #get_my_code:focus, .open-online:focus, .section__2 .joinus__column .joinus__column__success .banner_form_success_button:focus, .sticky_form_success_button:focus {
  font-family: "WellsFargoSans-Bold" !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
}

@font-face {
  font-family: "WellsFargoSans-Light";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Light.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Bold";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-BoldItalic";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Condensed";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Condensed.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Display";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Display.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Italic";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Regular";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-SemiBold";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-SemiBold.ttf") format("truetype");
}
.section__1 {
  background: #F0F1F3;
  margin-bottom: 40px;
}
@media screen and (min-width: 0px) and (max-width: 436px) {
  .section__1 {
    margin-bottom: 20px;
    padding: 0px 15px;
  }
}
@media screen and (min-width: 1280px) {
  .section__1 {
    background: #fff;
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section__1 {
    margin: 0 auto;
    border-radius: 5px;
  }
}
@media screen and (min-width: 1280px) {
  .section__1__heading {
    background-image: url("/businesscheckinga/images/newlogo_businesscheck.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*min-height: 400px;*/
    display: flex;
    align-items: center;
    /*padding: 40px 20px;*/
    position: relative;
    width: 100%;
    z-index: 2;
    max-width: 1600px;
    margin: 0 auto;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 0px) and (max-width: 436px) {
  .section__1__heading {
    min-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-left: 5px;
  }
}
.section__1__body {
  background-color: #F0F1F3;
  box-sizing: border-box;
}
.section__1__body__wrapper {
  max-width: 375px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 375px) and (max-width: 765px) {
  .section__1__body__wrapper p {
    box-sizing: border-box;
  }
}
.section__1__body__wrapper a[href="#star2"] {
  text-underline-offset: -4px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section__1__body__wrapper {
    max-width: 740px;
    position: relative;
    transform: translateX(0);
    left: 0;
  }
}
.section__1__body p {
  margin-top: 25px;
}
@media screen and (min-width: 0px) and (max-width: 436px) {
  .section__1__body p {
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1280px) {
  .section__1__body {
    margin: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .section__1__body {
    display: none;
  }
}
.section__1__title {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 436px) {
  .section__1__title {
    justify-content: flex-start;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .section__1__title {
    max-height: 350px;
    border-radius: 5px 0px 0px 5px;
  }
}
.section__1__title h1 {
  margin-bottom: 0;
  font-family: "WellsFargoSans-Bold";
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section__1__title h1 {
    font-size: 3em;
    line-height: 2.5rem;
  }
}
.section__1__title--left {
  position: relative;
  min-width: 236px;
}
@media screen and (min-width: 0px) and (max-width: 436px) {
  .section__1__title--left {
    align-self: baseline;
    margin-left: 5px;
  }
}
@media screen and (min-width: 1280px) {
  .section__1__title--left {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section__1__title--left {
    padding-left: 20px;
    min-width: 356px;
  }
}
.section__1__title--left .price {
  font-family: "WellsFargoSans-Bold";
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section__1__title--left .price {
    font-size: 70px;
    line-height: 66px;
  }
}
.section__1__title .to-top {
  position: absolute;
  top: 12px;
  font-size: 23px;
  line-height: 23px;
  font-family: "WellsFargoSans-Bold";
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section__1__title .to-top {
    top: -20px;
    font-size: 43px;
    line-height: 29px;
  }
}
.section__1__title--right {
  margin-left: -20px;
  flex-basis: 40%;
  position: relative;
  transform: translateY(36px);
}
@media screen and (min-width: 1280px) {
  .section__1__title--right {
    align-self: flex-start;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 436px) {
  .section__1__title--right {
    margin-top: -20px;
  }
}
.section__1__title--right::before {
  content: "Screen image simulated.";
  display: block;
  position: absolute;
  left: -6rem;
  top: 90%;
  font-size: 10px;
  font-family: "WellsFargoSans-Semibold", Arial, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 436px) {
  .section__1__title--right::before {
    top: 93%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section__1__title--right::before {
    left: -4.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .section__1__title--right::before {
    left: unset;
    top: 65%;
    right: 3rem;
  }
}
@media screen and (min-width: 425px) and (max-width: 570px) {
  .section__1__title--right {
    padding-bottom: 40px;
  }
}
.section__1__title--right img {
  width: 100%;
  min-width: 180px;
  min-height: 270px;
  max-height: 642px;
  object-fit: contain;
  transform: translateY(40px);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section__1__title--right img {
    width: 378px;
    margin-bottom: -6rem;
  }
}
@media screen and (min-width: 1280px) {
  .section__1__title--right img {
    width: 420px;
    object-fit: contain;
  }
}
.section__1__title-mobile__title-span {
  font-family: "WellsFargoSans-Bold";
  font-weight: 700;
  font-size: 28px;
  line-height: 26px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section__1__title-mobile__title-span {
    font-size: 42px;
    line-height: 30px;
  }
}
.section__1__title-mobile__title-span .asterisks {
  font-size: 32px;
  line-height: 34px;
  font-family: "WellsFargoSans-Bold";
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section__1__title-mobile__title-span .asterisks {
    font-size: 48px;
    line-height: 0;
  }
}
@media screen and (min-width: 1280px) {
  .section__1__title-mobile__title-span .asterisks {
    font-size: 61px;
    line-height: 52px;
  }
}
.section__1 .section__1__title--left--desktop {
  display: none;
  padding: 36px 116px 36px 114px;
}
@media screen and (min-width: 1280px) {
  .section__1 .section__1__title--left--desktop {
    display: block;
  }
}
.section__1 .section__1__title--left--desktop .section__1__title-dekstop__text {
  z-index: 200;
  position: relative;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
}
.section__1 .section__1__title--left--desktop .section__1__title-dekstop__text a[href="#star2"] {
  text-underline-offset: -4px;
}
.section__1 .section__1__title--left--desktop .section__1__title-desktop {
  position: relative;
}
.section__1 .section__1__title--left--desktop .section__1__title-desktop__title-span {
  font-size: 64px;
  line-height: 56px;
}
.section__1 .section__1__title--left--desktop .section__1__title-desktop__title-span .asterisks {
  font-size: 61px;
  line-height: 52px;
}
.section__1 .section__1__title--left--desktop .section__1__title-desktop__title {
  display: flex;
  max-width: 640px;
  flex-direction: column;
}
.section__1 .section__1__title--left--desktop .section__1__title-desktop__title .price {
  font-size: 40px;
  line-height: 52px;
}
.section__1 .section__1__title--left--desktop .section__1__title-desktop__title .to-top-desktop {
  top: -20px;
  font-size: 43px;
  line-height: 29px;
  position: absolute;
  z-index: 100;
}
.section__1 .section__1__title--left--desktop .section__1__title-desktop__title-span {
  min-width: 400px;
  display: block;
}

@font-face {
  font-family: "WellsFargoSans-Light";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Light.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Bold";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-BoldItalic";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Condensed";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Condensed.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Display";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Display.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Italic";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Regular";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-SemiBold";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-SemiBold.ttf") format("truetype");
}
.section__2 {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section__2 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 0px) and (max-width: 436px) {
  .section__2 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .section__2 {
    display: flex;
    justify-content: center;
    display: inline;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .section__2 .container {
    width: 100%;
    max-width: 1246px;
  }
}
@media screen and (min-width: 1280px) {
  .section__2 .joinus {
    box-sizing: border-box;
    width: 60%;
    margin: 0 auto;
  }
}
.section__2 .joinus-title {
  margin: 0 0 27px;
  font-size: 24px;
  line-height: 27px;
  font-family: "WellsFargoSans-Semibold", Arial, sans-serif;
  font-weight: 500;
}
.section__2 .joinus-title:last-child {
  margin-bottom: 0px;
  margin-top: 28px;
}
@media screen and (min-width: 0px) and (max-width: 436px) {
  .section__2 .joinus-title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 21px;
  }
}
@media screen and (min-width: 1280px) {
  .section__2 .joinus-title {
    box-sizing: border-box;
    width: 60%;
    margin: 0 auto;
  }
}
.section__2 .joinus__column-text {
  font-size: 15px;
  line-height: normal;
}
@media screen and (min-width: 1280px) {
  .section__2 .joinus__column-text--shorter {
    max-width: 301px;
    line-height: 19px;
    font-size: 15px;
  }
}
.section__2 .joinus__column-text--bold {
  margin: 0 0 15px;
  font-size: 18px;
  font-family: "WellsFargoSans-Semibold", Arial, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 436px) {
  .section__2 .joinus__column-text--bold {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .section__2 .joinus__column-text--bold {
    line-height: normal;
    max-width: 300px;
  }
}
@media screen and (min-width: 1280px) {
  .section__2 .joinus__column-text--bold {
    font-size: 18px;
    line-height: normal;
  }
  .section__2 .joinus__column-text--bold--wider {
    max-width: 300px;
    font-family: "WellsFargoSans-Regular", Arial, "sans-serif";
    font-style: normal;
  }
}
.section__2 .joinus__column-text-accountinfo {
  max-width: 300px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section__2 .joinus__column-text-accountinfo {
    max-width: 748px;
  }
}
.section__2 .joinus__column-form {
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .section__2 .joinus__column-form {
    text-align: left;
  }
}
.section__2 .joinus__column-form .btn {
  width: 285px;
  border-radius: 24px;
  background-color: #D71E28;
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  outline: none;
  border: none;
  padding: 10px 0;
  font-family: "WellsFargoSans-Semibold", Arial, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 1280px) {
  .section__2 .joinus__column-form .btn {
    max-width: 204px;
  }
}
@media screen and (min-width: 0px) and (max-width: 436px) {
  .section__2 .joinus__column-form .btn {
    width: 100%;
  }
}
.section__2 .joinus__column-form__branch .form-field {
  max-width: 344px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .section__2 .joinus__column-form__branch .form-field {
    margin: 0;
  }
}
.section__2 .joinus__column-form__branch input:focus {
  background: #F9F7F6;
}
.section__2 .joinus__column-form__branch #emailaddress {
  width: 343px;
  border: none;
  border-bottom: 1px solid #787070;
  padding: 16px 16px 10px 16px;
  outline: none;
  box-sizing: border-box;
}
.section__2 .joinus__column-form__branch .form-field {
  margin-bottom: 20px;
  position: relative;
  text-align: left;
}
.section__2 .joinus__column-form__branch .form-field .emailaddress_label, .section__2 .joinus__column-form__branch .form-field .sticky_emailaddress_label {
  position: absolute;
  top: 18px;
  left: 14px;
  font-size: 100%;
  color: #3b3331;
  pointer-events: none;
  transition: 0.2s ease-out;
  opacity: 0.8;
}
.section__2 .joinus__column-form__branch .form-field .sticky_emailaddress_label {
  left: 28px;
}
.section__2 .joinus__column-form__branch .emailaddress_label.active, .section__2 .joinus__column-form__branch .sticky_emailaddress_label.active {
  top: -2px;
  left: 8px;
  font-size: 12px;
  color: #BF2D19;
}
.section__2 .joinus__column-form__branch .sticky_emailaddress_label.active {
  left: 28px;
}
.section__2 .joinus__column-form__branch .emailaddress_label.error::before {
  display: inline-block;
  transform: translateY(10%);
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/businesscheckinga/images/errorIcon.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.section__2 .joinus__column-form__branch #emailaddress.active, .section__2 .joinus__column-form__branch #sticky_emailaddress.acitve {
  padding-top: 20px;
}
.section__2 .joinus__column-form__branch #emailaddress-error {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 123.077% */
  color: #D71E28;
}
.section__2 .joinus__column-devider {
  font-size: 24px;
  font-family: "WellsFargoSans-Bold";
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 16px;
}
@media screen and (min-width: 1280px) {
  .section__2 .joinus__column-devider {
    font-size: 24px;
  }
}
@media screen and (min-width: 375px) and (max-width: 765px) {
  .section__2 .joinus__column-devider {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section__2 .joinus__column-devider {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.section__2 .joinus__column-devider--line {
  display: block;
  width: 136px;
  height: 2px;
  background-color: #FFCD41;
}
@media screen and (min-width: 1280px) {
  .section__2 .joinus__column-devider--line {
    width: 2px;
    height: 114px;
    position: absolute;
  }
  .section__2 .joinus__column-devider--line-1 {
    bottom: 35px;
  }
  .section__2 .joinus__column-devider--line-2 {
    top: 35px;
  }
}
.section__2 .joinus__column .joinus__column__success {
  display: none;
  font-family: "WellsFargoSans-Semibold", Arial, sans-serif;
  font-weight: 500;
  color: #107857;
  line-height: 27px;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .section__2 .joinus__column .joinus__column__success {
    text-align: left;
  }
}
.section__2 .joinus__column .joinus__column__success p {
  position: relative;
  text-align: left;
  max-width: 360px;
  margin: 0 auto;
}
.section__2 .joinus__column .joinus__column__success .banner_form_success_button {
  background: #D71E28;
  border-radius: 100px;
  font-family: "WellsFargoSans-Semibold", Arial, "sans-serif";
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #FFF !important;
  max-width: 284px;
  width: 100%;
  height: 40px;
  text-decoration: none !important;
  display: inline-block;
  margin: 25px 0;
}
@media screen and (min-width: 1280px) {
  .section__2 .joinus__column .joinus__column__success .banner_form_success_button {
    max-width: 200px;
  }
}
.section__2 .joinus__column .joinus__column__success .small-text {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000;
}
@media screen and (min-width: 1280px) {
  .section__2 .joinus .joinus__wrapper {
    display: flex;
    align-items: start;
    justify-content: flex-start;
    max-width: 760px;
    gap: 30px;
    height: 284px;
  }
  .section__2 .joinus .joinus__column-center {
    align-self: center;
  }
}
@media screen and (min-width: 1280px) {
  .section__2 .joinus {
    box-sizing: border-box;
  }
}
.section__2 .joinus .banner_form_success-text {
  display: block;
  line-height: 1.2;
  margin-bottom: 5px;
}
.section__2 .joinus .banner_form_success.joinus__column__success > p {
  font-family: "WellsFargoSans-Semibold", Arial, sans-serif;
  font-weight: 500;
}
.section__2 button:hover, .section__2 a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.section__2 .banner_form_success_button:hover {
  text-decoration: underline !important;
  cursor: pointer;
  text-decoration-color: #FFF;
}

@font-face {
  font-family: "WellsFargoSans-Light";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Light.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Bold";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-BoldItalic";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Condensed";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Condensed.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Display";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Display.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Italic";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Regular";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-SemiBold";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-SemiBold.ttf") format("truetype");
}
.section__3 {
  margin-bottom: 70px;
}
@media screen and (min-width: 0px) and (max-width: 436px) {
  .section__3 {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 375px) and (max-width: 765px) {
  .section__3 {
    margin-bottom: -35px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section__3 {
    margin-bottom: 0px !important;
  }
}
.section__3__heading {
  color: #d71e28;
  font-size: 24px;
  line-height: 42px; /* 105% */
  font-family: "WellsFargoSans-Display", Arial, sans-serif;
  z-index: 100;
  position: relative;
  font-weight: 600;
  text-align: center;
  background: #e2dede;
}
@media screen and (min-width: 0px) and (max-width: 436px) {
  .section__3__heading {
    padding: 25px 60px;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }
}
@media screen and (min-width: 375px) and (max-width: 765px) {
  .section__3__heading {
    padding: 25px 60px;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }
}
.section__3__heading::before {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  margin-bottom: 10px;
}
.section__3 p.h2_sub {
  text-align: center;
  color: #141414;
  font-family: "WellsFargoSans-Regular";
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
@media screen and (min-width: 0px) and (max-width: 436px) {
  .section__3 p.h2_sub {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 375px) and (max-width: 765px) {
  .section__3 p.h2_sub {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 20px;
  }
}
.section__3 .section__3__body .section__3__body__column--right {
  padding-top: 25px !important;
}
@media screen and (min-width: 1280px) {
  .section__3 .section__3__body .wrapped {
    border-right: 1px solid #141414;
  }
}
@media screen and (min-width: 0px) and (max-width: 436px) {
  .section__3 .section__3__body .wrapped {
    padding-left: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .section__3 .section__3__body .wrapped.end {
    border-right: none;
  }
}
.section__3 .section__3__body__column {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  max-width: 375px;
  box-sizing: border-box;
  padding: 25px 20px;
  margin-bottom: 18px;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .section__3 .section__3__body__column {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
  }
}
@media screen and (min-width: 360px) and (max-width: 765px) {
  .section__3 .section__3__body__column {
    margin: 0 auto;
    margin-left: -15px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 0px) and (max-width: 360px) {
  .section__3 .section__3__body__column {
    padding-top: 0px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section__3 .section__3__body__column {
    margin: 0 auto;
    max-width: 690px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .section__3 .section__3__body__column {
    max-width: 330px;
  }
}
.section__3 .section__3__body__column--link {
  text-decoration: underline;
  color: #5a469b;
  margin-top: 1rem;
}
.section__3 .section__3__body__column--title {
  font-size: 30px;
  line-height: 38px;
  font-family: "WellsFargoSans-Semibold", Arial, sans-serif;
  font-weight: 500;
  color: #d71e28;
  margin: 0 0 10px;
  text-transform: capitalize;
  text-align: center;
}
.section__3 .section__3__body__column p {
  margin: 0;
  line-height: 1.2;
}
.section__3 .section__3__body__column b {
  font-size: 15px;
  line-height: 19px;
  font-family: "WellsFargoSans-Semibold", Arial, sans-serif;
  font-weight: 500;
}
.section__3 .section__3__body__column--text {
  margin-bottom: 1rem !important;
}
.section__3 .section__3__body__column .wrapped-text {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.section__3 .section__3__body__column .wrapped-text .big-number {
  font-size: 167px;
  font-style: normal;
  font-family: "WellsFargoSans-Bold";
  font-weight: 700;
  line-height: 130px;
  color: #d71e28;
}
@media screen and (min-width: 1280px) {
  .section__3 .section__3__body__column .wrapped-text .big-number {
    position: absolute;
    left: -120px;
    top: 0;
  }
}
.section__3 .section__3__body__column .wrapped-text .text-separate {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media screen and (min-width: 1280px) {
  .section__3 .section__3__body {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (min-width: 360px) and (max-width: 1279px) {
  .section__3 .wrapped:not(:last-child)::after {
    content: "";
    display: block;
    width: 117px;
    height: 1px;
    background: #141414;
    margin: 0px auto 0;
  }
}

@font-face {
  font-family: "WellsFargoSans-Light";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Light.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Bold";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-BoldItalic";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Condensed";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Condensed.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Display";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Display.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Italic";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Regular";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-SemiBold";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-SemiBold.ttf") format("truetype");
}
.section__4 {
  margin-bottom: 70px;
}
@media screen and (min-width: 0px) and (max-width: 436px) {
  .section__4 {
    margin-bottom: 0px;
  }
}
.section__4__banking-title {
  color: #d71e28;
  font-size: 24px;
  line-height: 30px;
  font-family: "WellsFargoSans-Display", Arial, sans-serif;
  margin-bottom: 30px;
  position: relative;
  font-weight: 600;
}
@media screen and (min-width: 0px) and (max-width: 436px) {
  .section__4__banking-title {
    padding-left: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .section__4__banking-title {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    box-sizing: border-box;
  }
}
.section__4__banking-title::before {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  margin-bottom: 10px;
}
.section__4__banking-subtitle {
  color: #d71e28;
  display: flex;
  height: 8px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  padding: 24px 0px;
  font-family: WellsFargoSans-Regular, sans-serif;
}
@media screen and (min-width: 0px) and (max-width: 436px) {
  .section__4__banking-subtitle {
    padding-left: 15px;
  }
}
@media screen and (min-width: 375px) and (max-width: 765px) {
  .section__4__banking-subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    font-weight: 400px;
  }
}
.section__4__banking__button-wrapper {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 0px) and (max-width: 436px) {
  .section__4__banking__button-wrapper {
    padding: 0px 24px;
  }
}
.section__4__banking__button-wrapper > a.section__4__banking__button {
  display: inline-block;
  width: 285px;
  border-radius: 24px;
  background-color: #D71E28;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  outline: none;
  border: none;
  padding: 10px 0;
  font-family: "WellsFargoSans-Semibold", Arial, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 436px) {
  .section__4__banking__button-wrapper > a.section__4__banking__button {
    width: 100%;
  }
}
.section__4__banking__columns-card {
  flex: 1;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  max-width: 375px;
  background-color: #e2dede;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  box-sizing: border-box;
  padding: 20px 16px 20px 0;
}
@media screen and (min-width: 0px) and (max-width: 436px) {
  .section__4__banking__columns-card {
    gap: 0px !important;
    max-width: 315px;
    margin: 0 auto;
    margin-bottom: 30px;
    flex-direction: column;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 375px) and (max-width: 765px) {
  .section__4__banking__columns-card {
    margin: 0 auto;
    max-width: 350px !important;
    margin-bottom: 30px;
    flex-direction: column;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 14px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section__4__banking__columns-card {
    margin: 0 auto;
    max-width: 688px;
    max-height: 236px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .section__4__banking__columns-card {
    max-height: 200px;
    max-width: 450px;
    width: auto;
    margin: 0;
    border-radius: 5px;
  }
}
.section__4__banking__columns-card-column {
  padding-left: 16px;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section__4__banking__columns-card-column {
    flex-direction: row;
    align-self: stretch;
    max-height: 336px;
  }
}
@media screen and (min-width: 1280px) {
  .section__4__banking__columns-card-column {
    flex-direction: row;
    align-self: stretch;
  }
}
.section__4__banking__columns-card-calendar {
  padding: 0;
  gap: 0;
}
@media screen and (min-width: 375px) and (max-width: 765px) {
  .section__4__banking__columns-card-calendar {
    padding-left: 15px;
  }
}
@media screen and (min-width: 0px) and (max-width: 436px) {
  .section__4__banking__columns-card-calendar {
    padding-left: 15px;
  }
}
.section__4__banking__columns-card-calendar .section__4__banking__columns-card-left {
  height: 100%;
}
.section__4__banking__columns-card-calendar .section__4__banking__columns-card-left object {
  min-width: 345px !important;
  height: 100%;
}
.section__4__banking__columns-card-calendar .section__4__banking__columns-card-right {
  padding: 20px 16px 20px 0;
}
.section__4__banking__columns-card-left {
  flex-basis: 50%;
  position: relative;
}
.section__4__banking__columns-card-left--word::after {
  display: inline-flex;
  font-size: 10px;
  font-family: "WellsFargoSans-Semibold", Arial, sans-serif;
  font-weight: 500;
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}
.section__4__banking__columns-card-left img {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section__4__banking__columns-card-left img {
    object-fit: contain;
    max-height: 300px;
  }
}
@media screen and (min-width: 1280px) {
  .section__4__banking__columns-card-left img {
    max-height: 286px;
    object-fit: contain;
  }
}
@media screen and (min-width: 375px) and (max-width: 765px) {
  .section__4__banking__columns-card-left img {
    margin-top: -30px;
  }
}
.section__4__banking__columns-card-left object {
  width: 100%;
}
.section__4__banking__columns-card-left object.calendar-icon {
  min-width: 214px;
}
.section__4__banking__columns-card-left object.clock-icon {
  min-width: 210px;
}
@media screen and (min-width: 1280px) {
  .section__4__banking__columns-card-left object {
    min-width: 160px;
  }
}
.section__4__banking__columns-card-right {
  flex-basis: 60%;
}
@media screen and (min-width: 0px) and (max-width: 436px) {
  .section__4__banking__columns-card-right {
    padding: 0px 40px 0px 20px;
  }
}
@media screen and (min-width: 1280px) {
  .section__4__banking__columns-card-right {
    line-height: normal;
  }
}
@media screen and (min-width: 375px) and (max-width: 765px) {
  .section__4__banking__columns-card-right {
    padding: 0px 40px 0px 20px;
    width: 315px;
  }
}
.section__4__banking__columns-card-heading {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px; /* 112.5% */
  font-family: "WellsFargoSans-Semibold", Arial, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 1280px) {
  .section__4__banking__columns-card-heading {
    font-size: 21px;
  }
}
.section__4__banking__columns-card-text {
  font-size: 15px;
}
@media screen and (min-width: 1280px) {
  .section__4__banking__columns-card-text {
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .section__4__banking__columns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
    margin-bottom: 32px;
  }
  .section__4__banking__columns:last-child {
    margin-bottom: 70px;
  }
}

.section__4 a.section__4__banking__button,
.section__4 a.section__4__banking__button:link,
.section__4 a.section__4__banking__button:visited {
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

.section__4 a.section__4__banking__button:hover {
  text-decoration: underline !important;
  background: #87190a !important;
}

.section__4 a.section__4__banking__button:focus {
  text-decoration: underline !important;
}

@font-face {
  font-family: "WellsFargoSans-Light";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Light.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Bold";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-BoldItalic";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Condensed";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Condensed.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Display";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Display.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Italic";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Regular";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-SemiBold";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-SemiBold.ttf") format("truetype");
}
.section__5 {
  margin-bottom: 80px;
}
.section__5__heading-title {
  color: #463782;
  font-size: 40px;
  line-height: 42px; /* 105% */
  margin-bottom: 42px;
  font-family: "WellsFargoSans-Display", Arial, sans-serif;
}
@media screen and (min-width: 1280px) {
  .section__5__heading-title {
    text-align: center;
    margin-bottom: 64px;
  }
}
.section__5__heading-title::before {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background-color: #ffcd41;
  margin-bottom: 10px;
}
@media screen and (min-width: 1280px) {
  .section__5__heading-title::before {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.section__5__slider {
  position: relative;
  max-width: 918px;
  padding: 0 50px;
  box-sizing: border-box;
  margin: 0 auto;
}
.section__5__slider-btns img {
  width: 20px;
  height: 27px;
  object-fit: contain;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section__5__slider-btns img {
    height: 37px;
  }
}
.section__5__slider-btns--left, .section__5__slider-btns--right {
  z-index: 1000;
  cursor: pointer;
  background-color: transparent;
  border: 0;
}
.section__5__slider-btns--left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section__5__slider-btns--right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section__5__slider .item img {
  width: 64px;
  height: 64px;
}
.section__5__slider .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .section__5__slider .item {
    text-align: left;
    flex-direction: row;
  }
  .section__5__slider .item img {
    margin-right: 30px;
  }
}

@font-face {
  font-family: "WellsFargoSans-Light";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Light.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Bold";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-BoldItalic";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Condensed";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Condensed.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Display";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Display.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Italic";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Regular";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-SemiBold";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-SemiBold.ttf") format("truetype");
}
.section__6 {
  margin-bottom: 30px;
}
@media screen and (min-width: 1280px) {
  .section__6 {
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 948px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section__6 {
    max-width: 694px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section__6__heading-title {
  font-family: "WellsFargoSans-Display", Arial, sans-serif;
  color: #D71E28;
  font-size: 24px;
  line-height: 42px; /* 105% */
  margin-bottom: 20px;
  margin-left: -9%;
  position: relative;
  font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section__6__heading-title {
    margin-left: -3%;
  }
}
@media screen and (min-width: 0px) and (max-width: 436px) {
  .section__6__heading-title {
    margin-left: 2% !important;
  }
}
.section__6__heading-title::before {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1280px) {
  .section__6__heading-title::before {
    margin-bottom: 10px;
  }
}
.section__6 .expand-all {
  color: #5A469B;
  text-align: right;
  cursor: pointer;
  margin-bottom: 10px;
  border: none;
  background: none;
  text-decoration: underline;
  display: block;
  margin-left: auto;
}
.section__6__content .accordions {
  padding-left: 28px;
  border-top: 1px solid #e2dede;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section__6__content .accordions {
    margin-bottom: 24px;
  }
}
.section__6__content .plus-icon {
  background-image: url("/businesscheckinga/images/plus-icon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  display: inline-block;
  transition: transform 0.3s ease;
}
.section__6__content .accordion-icon.plus-icon::before {
  content: none;
}
.section__6__content .minus-icon {
  background-image: url("/businesscheckinga/images/minus-icon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
}
.section__6__content .accordion:hover {
  background-color: #fff !important;
}
.section__6__content .accordion {
  position: relative;
  font-size: 18px;
  line-height: 23px;
  font-family: "WellsFargoSans-Semibold", Arial, sans-serif;
  font-weight: 500;
  color: #3B3331;
  background: transparent;
  border: 0;
  text-align: left;
  padding: 12px 0;
  margin: 0;
  cursor: pointer;
}
.section__6__content .accordion .accordion-icon {
  width: 16px;
  height: 16px;
}
.section__6__content .panel {
  display: none;
  font-size: 15px;
  margin-bottom: 28px;
  max-height: 0;
  overflow: visible;
  transition: max-height 0.3s ease-out;
  position: relative;
}

@font-face {
  font-family: "WellsFargoSans-Light";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Light.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Bold";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-BoldItalic";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Condensed";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Condensed.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Display";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Display.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Italic";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Regular";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-SemiBold";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-SemiBold.ttf") format("truetype");
}
.section__7 {
  margin-bottom: 40px;
}
@media screen and (min-width: 1280px) {
  .section__7 {
    margin-bottom: 50px;
  }
}
.section__7 .disclaimer {
  border-top: 1px solid #787070;
  padding-top: 44px;
}
@media screen and (min-width: 1280px) {
  .section__7 .disclaimer {
    padding: 50px 0;
    max-width: 948px;
    width: 100%;
    margin: auto;
    display: block;
  }
}
.section__7 .disclosure__title {
  font-family: "WellsFargoSans-Bold", Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #3b3331;
  margin: 0;
  margin-bottom: 5px;
  font-weight: 500;
}
.section__7 li, .section__7 p {
  font-family: "WellsFargoSans-Light", Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  margin-bottom: 5px;
}
.section__7 ul.disc {
  margin: 0;
  list-style: disc;
  padding-left: 20px;
}
.section__7 ul.disc li {
  list-style: disc;
}
.section__7 ol.roman {
  padding-left: 20px;
  counter-reset: list;
  margin: 0;
}
.section__7 ol.roman > li {
  position: relative;
  list-style: none;
}
.section__7 ol.roman > li::before {
  counter-increment: list;
  content: counter(list, lower-roman) ".";
  position: absolute;
  left: -1.4em;
}
.section__7 ol.decimal {
  padding-left: 20px;
}

@font-face {
  font-family: "WellsFargoSans-Light";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Light.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Bold";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-BoldItalic";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Condensed";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Condensed.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Display";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Display.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Italic";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Regular";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-SemiBold";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-SemiBold.ttf") format("truetype");
}
.footer {
  padding: 22px 0 180px;
  background-color: #f4f0ed;
}
.footer-nav {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .footer-nav {
    display: block;
  }
}
.footer-nav ul {
  flex-basis: 50%;
  padding: 0;
}
.footer-nav ul :last-child {
  border-right: none;
}
@media screen and (min-width: 1280px) {
  .footer-nav ul {
    margin: 0;
  }
}
.footer-nav li {
  line-height: 18px;
  width: 100%;
  display: inline-block;
  padding: 0 8px;
  margin-bottom: 15px;
  vertical-align: top;
  line-height: 10px;
}
@media screen and (min-width: 1280px) {
  .footer-nav li {
    width: unset;
    border-right: 1px solid #3b3331;
    padding: 0 8px 2px 8px;
  }
}
.footer-sticky {
  visibility: hidden;
  z-index: 1001;
  background: #D71E28;
  padding: 24px;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: opacity 0.2s ease-in;
  box-shadow: 0px 0px 20px 0px rgba(120, 112, 112, 0.1);
}
.footer-sticky h3 {
  margin: 0;
  margin-bottom: 8px;
  color: #fff;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 85.714% */
  font-family: "WellsFargoSans-Semibold", Arial, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .footer-sticky h3 {
    font-size: 28px;
    line-height: 29px;
  }
}
.footer-sticky .offer-link {
  color: #fff;
  font-family: "WellsFargoSans-Italic", Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}
.footer-sticky .open-online {
  padding: 10px 0;
  margin-top: 14px;
  background: #fff;
  color: #141414;
  text-align: center;
  font-family: "WellsFargoSans-Semibold", Arial, sans-serif;
  font-weight: 500;
  font-size: 17px;
  font-style: normal;
  line-height: 22px;
  text-decoration: none;
  width: 220px;
  display: block;
  border-radius: 24px;
  text-decoration-color: transparent !important;
}
@media screen and (min-width: 1280px) {
  .footer-sticky {
    max-width: 1096px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 100px;
    padding-right: 100px;
    flex-direction: row;
    text-align: left;
  }
}
.footer-sticky__unsuccess {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .footer-sticky__unsuccess {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}
.footer-sticky__success {
  display: none;
  padding: 0 20px;
  text-align: left;
  color: #107857;
  gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .footer-sticky__success {
    flex-direction: row;
    max-width: 864px;
    width: 100%;
  }
}
.footer-sticky__success .sticky_form_success_button {
  background: #d71e28;
  border-radius: 100px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #fff !important;
  width: 220px;
  height: 40px;
  text-decoration: none !important;
  display: inline-block;
}
.footer li > a {
  font-size: 10px;
}
.footer .open-online:hover {
  text-decoration: underline;
  text-decoration-color: #141414 !important;
  cursor: pointer;
}
.footer .sticky_form_success_button:hover, .footer .sticky_form_success_button:focus {
  text-decoration: underline !important;
  text-decoration-color: #fff !important;
  cursor: pointer;
}

@font-face {
  font-family: "WellsFargoSans-Light";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Light.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Bold";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-BoldItalic";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Condensed";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Condensed.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Display";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Display.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Italic";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-Regular";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "WellsFargoSans-SemiBold";
  src: url("/businesscheckinga/fonts/WellsFargoSansApp-SemiBold.ttf") format("truetype");
}
.wf-modal-lightbox-bg {
  display: none;
  position: fixed;
  z-index: 9998;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: black;
  opacity: 80%;
}
.wf-modal-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  z-index: 1000022;
  display: none;
  overflow-y: scroll;
}
@media screen and (min-width: 1280px) {
  .wf-modal-lightbox-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
}
.wf-modal-lightbox-content {
  position: relative;
  max-width: 722px;
  margin: auto auto;
  background: #f9f7f6;
}
.wf-modal-lightbox-header {
  background: #f4f0ed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 76px;
}
@media screen and (min-width: 0px) and (max-width: 436px) {
  .wf-modal-lightbox-header {
    justify-content: space-evenly;
  }
}
.wf-modal-lightbox-header h2 {
  margin-left: 20px;
  font-size: 16px;
  font-family: "WellsFargoSans-Semibold", Arial, sans-serif;
  font-weight: 500;
  font-weight: 600;
  line-height: 20px;
}
.wf-modal-lightbox-header button {
  border: 0;
  background: transparent;
}
@media screen and (min-width: 375px) and (max-width: 765px) {
  .wf-modal-lightbox-header button {
    margin-right: 12px;
  }
}
.wf-modal-lightbox-header button img {
  width: 28px;
  height: 28px;
}
.wf-modal-lightbox-body {
  padding: 0 32px;
}
.wf-modal-lightbox-body p {
  margin: 0;
  margin-top: 10px;
}
.wf-modal-lightbox-body-wrap {
  position: relative;
  padding: 0 20px;
  border-radius: 10px;
  padding-top: 1.8rem;
  margin-bottom: 22px;
  padding-bottom: 20px;
  text-align: center;
}
.wf-modal-lightbox-body-heading {
  max-width: 390px;
  width: 100%;
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "WellsFargoSans-Regular", Arial, "sans-serif";
  color: #3b3331;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  z-index: 1002;
  background-color: #f9f7f6;
  padding: 0 0.5rem;
  text-align: center;
}
.wf-modal-lightbox-body-heading .bold {
  font-size: 16px;
  font-family: "WellsFargoSans-Semibold", Arial, sans-serif;
  font-weight: 500;
  line-height: 20px;
}
.wf-modal-lightbox-body .modal-text-bold {
  font-family: "WellsFargoSans-Bold";
  font-weight: 700;
}
.wf-modal-lightbox-body .modal-seperator {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 1rem;
  margin-top: 10px;
}
.wf-modal-lightbox-body .modal-seperator .line-or {
  width: 100%;
  height: 1px;
  background: #d71e28;
}
.wf-modal-lightbox-body .modal-seperator p {
  margin-top: 0;
  font-family: "WellsFargoSans-Bold";
  font-weight: 700;
}
.wf-modal-lightbox-body ul {
  padding: 0 0 0 1.1rem;
}
.wf-modal-lightbox-body ul li {
  margin-bottom: 16px;
}
.wf-modal-lightbox-body .wf-modal-lightbox-footer {
  padding-bottom: 32px;
}
@media screen and (min-width: 375px) and (max-width: 765px) {
  .wf-modal-lightbox-body .wf-modal-lightbox-footer {
    padding-bottom: 130px;
  }
}
.wf-modal-lightbox-body .spacer {
  display: none;
}
@media screen and (min-width: 1280px) {
  .wf-modal-lightbox-body .spacer {
    display: block;
  }
}

.btn:focus-visible {
  outline: 2px solid blue !important;
}

@media screen and (min-width: 1280px) {
  .footer > .container {
    max-width: 990px;
    margin: 0 auto;
  }
}
@media (prefers-contrast: more) and (forced-colors: active) {
  button, a.btn, .banner_form_success_button, .sticky_form_success_button, .open-online, a.section__4__banking__button {
    background: #fff !important;
    color: #fff !important;
    border: 1px solid #fff !important;
  }
  #owl-next > img, #owl-prev > img {
    filter: invert(1);
  }
  #wf-modal-close-btn img {
    filter: invert(1);
  }
  .plus-icon {
    filter: invert(1);
  }
  .minus-icon {
    filter: invert(1);
  }
  .owl-dot > span {
    filter: invert(1);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  button, a.btn, .banner_form_success_button, .sticky_form_success_button, .open-onlne, a.section__4__banking__button {
    background-color: #333;
    color: white;
    border: 1px solid #fff !important;
  }
  #owl-next > img, #owl-prev > img {
    filter: invert(1);
  }
  #wf-modal-close-btn img {
    filter: invert(1);
  }
  .plus-icon {
    filter: invert(1);
  }
  .minus-icon {
    filter: invert(1);
  }
  .owl-dot > span {
    filter: invert(1);
  }
}
a {
  text-decoration: underline !important;
  cursor: pointer !important;
}

/* Unvisited links */
a:link {
  color: blue !important;
}

/* Visited links */
a:visited {
  color: purple !important;
}

/* Hover links */
a:hover {
  cursor: pointer !important;
}

/* Active links */
a:active {
  color: red !important;
}

a.btn_sticky_link {
  color: #fff !important;
}

:focus, a:focus, button:focus, input:focus {
  outline: 2px #00f solid !important;
}

body, main {
  overflow-x: hidden !important;
}

.footer-sticky .offer-link {
  color: #fff !important;
}

.footer-sticky .open-online {
  color: #000 !important;
}

.bg-white {
  background-color: #fff !important;
}

.remove_space {
  margin-top: 0 !important;
}

button.accordion:hover {
  background-color: #fff;
}

#banner_link:hover, #get_my_code:hover, .section__2 .joinus__column .joinus__column__success .banner_form_success_button:hover, .sticky_form_success_button:hover {
  background: #87190A !important;
  text-decoration: underline !important;
}

label.emailaddress_label.error {
  color: #BF2D19 !important;
  opacity: 1 !important;
}

input#emailaddress:-webkit-autofill ~ label {
  display: none;
}

.btn:focus-visible {
  outline: 2px solid blue !important;
}

.page-error, span.error {
  color: #d71e28;
}

@media screen and (min-width: 1280px) {
  .footer > .container {
    max-width: 990px;
    margin: 0 auto;
  }
}
.section__4 a,
.section__4 a:link,
.section__4 a:visited {
  color: #000 !important; /* Using !important to override default link styles */
  text-decoration: underline !important;
}

.form-field .emailaddress_label {
  color: #3b3331;
  transition: color 0.2s ease;
}

.form-field .emailaddress_label.active:not(.error) {
  color: #3b3331;
}

.form-field .emailaddress_label.active.error {
  color: #BF2D19 !important;
  opacity: 1;
}

.section__1__title-desktop__note {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  width: 730px;
  /* height: auto; */
}

@media screen and (min-width: 360px) and (max-width: 546px) {
  p.footer_note {
    width: 100%;
    max-width: 320px;
    height: auto;
    margin: 0 auto;
    align-content: center;
    text-align: center;
  }
  .section__6 {
    padding-right: 10px;
  }
}
@media screen and (min-width: 0px) and (max-width: 478px) {
  .footer-sticky.sticky-content {
    padding-top: 12px;
  }
}
@media screen and (min-width: 0px) and (max-width: 765px) {
  .section__4__banking__columns-card-right {
    margin-top: -48px;
  }
}
@media screen and (max-width: 360px) {
  .section__2 .joinus__column-form__branch #emailaddress {
    width: 320px;
  }
}
@media screen and (min-width: 0px) and (max-width: 436px) {
  .section__7 .disclaimer {
    padding-left: 10px;
  }
  .section__6__heading-title {
    margin-left: 2% !important;
  }
}

/*# sourceMappingURL=styles.css.map */
