.markdown-body {
  padding-bottom: 0;
}

#financial p,
#financial h1,
#financial h2,
#financial h3 {
  margin: 0;
  padding: 0;
}

#financial h1,
#financial h2,
#financial h3 {
  color: #323234;
}

#financial p {
  line-height: 1.5;
}

@media (min-width: 1680px) {
  #financial h2 {
    font-size: 36px;
  }
}

#financial .right-tri::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 58px 50px;
  border-style: solid;
  border-color: transparent transparent transparent transparent;
  right: -1px;
  top: -1px;
}

#financial .banner {
  height: 620px;
  width: 100%;
  background: url(../../financial-services/assets/financial-banner.webp) center no-repeat;
  background-size: cover;
  background-position: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1199px) {
  #financial .banner {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 991px) {
  #financial .banner {
    height: auto;
    padding: 30px 0;
  }
}

#financial .banner .intro {
  width: 696px;
  height: 385px;
  background: url(../../financial-services/assets/bg-blue.svg) right top no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0 155px 0 111px;
  position: relative;
}

@media (max-width: 1199px) {
  #financial .banner .intro {
    height: auto;
    width: 65%;
    padding: 50px 100px;
  }
}

@media (max-width: 991px) {
  #financial .banner .intro {
    width: 100%;
    padding: 30px;
  }
}

#financial .banner .intro h1 {
  color: white;
  line-height: 1.45;
  margin-bottom: 20px;
}

#financial .banner .intro p {
  font-size: 24px;
  color: white;
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  #financial .banner .intro p {
    font-size: 18px;
  }
}

#financial .banner .intro a {
  display: block;
  width: 295px;
  height: 57px;
  line-height: 57px;
  background-color: #fe8e14;
  text-align: center;
  opacity: 1;
  color: white;
  font-family: Oswald-Regular;
  font-size: 22px;
  -webkit-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
}

#financial .banner .intro a:hover {
  -webkit-transform: translate(8px, -8px);
          transform: translate(8px, -8px);
  -webkit-box-shadow: -8px 8px 0 0 white;
          box-shadow: -8px 8px 0 0 white;
}

@media (max-width: 991px) {
  #financial .banner .intro a {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
  }
}

#financial .basicCustomers {
  margin: 50px auto;
}

#financial .basicCustomers .desc {
  width: 1190px;
  font-size: 30px;
  line-height: 48px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
}

#financial .basicCustomers i.company-logo {
  height: 62px;
  background: url(https://www.dynamsoft.com/webres/wwwroot/images/banner/index/company-logo.png);
}

#financial .basicCustomers i.ibm-logo {
  width: 107px;
  background-position: 0 0px;
  background-repeat: no-repeat;
}

#financial .basicCustomers i.ge-logo {
  width: 62px;
  background-position: -178px 0px;
  background-repeat: no-repeat;
}

#financial .basicCustomers i.nasa-logo {
  width: 72px;
  background-position: -308px 0px;
  background-repeat: no-repeat;
}

#financial .basicCustomers i.lm-logo {
  width: 262px;
  background-position: -447px 0px;
  background-repeat: no-repeat;
}

#financial .basicCustomers i.epson-logo {
  width: 118px;
  background-position: -778px 0px;
  background-repeat: no-repeat;
}

#financial .basicCustomers i.fujifilm-logo {
  width: 140px;
  background-position: -966px 0px;
  background-repeat: no-repeat;
}

#financial .basicCustomers i.hp-logo {
  width: 60px;
  background-position: -1176px 0px;
  background-repeat: no-repeat;
}

#financial .basicCustomers i.disney-logo {
  width: 128px;
  background-position: -1305px 0px;
  background-repeat: no-repeat;
}

#financial .basicCustomers i.simens-logo {
  width: 131px;
  background-position: -1508px 0px;
  background-repeat: no-repeat;
}

#financial .basicCustomers .customer-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#financial .basicCustomers .customer-logos li {
  margin-right: 69px;
  opacity: 1;
}

#financial .basicCustomers .customer-logos li:last-child {
  margin-right: 0;
}

#financial .basicCustomers .customer-swiper-container {
  overflow: hidden;
}

#financial .basicCustomers .swiper-slide {
  width: auto;
  display: inline-block !important;
  text-align: center;
}

@media (max-width: 1679px) {
  #financial .basicCustomers .desc {
    width: 1110px;
    font-size: 28px;
  }
  #financial .basicCustomers i.company-logo {
    height: 62px;
    -webkit-transform: scale(0.88);
            transform: scale(0.88);
  }
  #financial .basicCustomers .customer-logos li {
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  #financial .basicCustomers .customer-logos {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    margin-left: -57px;
  }
  #financial .basicCustomers i.company-logo {
    height: 62px;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  #financial .basicCustomers .desc {
    width: 100%;
    font-size: 24px;
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  #financial .basicCustomers .desc {
    font-size: 18px;
    line-height: 30px;
  }
  #financial .basicCustomers .customerSwiper {
    height: auto;
  }
  #financial .basicCustomers .customer-logos {
    display: none !important;
  }
  #financial .basicCustomers .customer-swiper-container {
    margin-top: -10px;
  }
  #financial .basicCustomers .customerSwiper .customerPrevArrow,
  #financial .basicCustomers .customerSwiper .customerNextArrow {
    top: unset;
    bottom: 17px;
  }
}

@media (max-width: 767px) {
  #financial .basicCustomers .customerSwiper .customerPrevArrow,
  #financial .basicCustomers .customerSwiper .customerNextArrow {
    top: unset;
    bottom: 25px;
    width: 20px;
    height: 19px;
  }
}

#financial .about {
  margin-top: 80px;
}

#financial .about h2 {
  text-align: center;
  margin-bottom: 20px;
}

#financial .about p {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  #financial .about p {
    width: 90%;
  }
}

@media (min-width: 1680px) {
  #financial .about p {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  #financial .about p {
    font-size: 18px;
  }
}

#financial > .quote {
  height: 275px;
  position: relative;
}

@media (max-width: 991px) {
  #financial > .quote {
    background: #f5f5f5;
  }
}

@media (max-width: 572px) {
  #financial > .quote {
    height: auto;
  }
}

#financial > .quote .bgGrey {
  width: 50%;
  height: 100%;
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
}

#financial > .quote .container {
  height: 100%;
  padding-right: 110px;
}

@media (max-width: 1679px) {
  #financial > .quote .container {
    padding: 0;
  }
}

@media (max-width: 572px) {
  #financial > .quote .container {
    padding: 0 15px;
  }
}

#financial > .quote .container .inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f5;
  position: relative;
  padding-right: 153px;
  z-index: 2;
}

@media (max-width: 1679px) {
  #financial > .quote .container .inner {
    padding-right: 120px;
  }
}

@media (max-width: 1199px) {
  #financial > .quote .container .inner {
    padding-right: 100px;
  }
}

@media (max-width: 991px) {
  #financial > .quote .container .inner {
    padding: 0;
  }
}

@media (max-width: 572px) {
  #financial > .quote .container .inner {
    padding: 20px 0;
  }
}

#financial > .quote .container .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-65%);
          transform: translateY(-65%);
  width: 72px;
  height: 71px;
  background: url(../../financial-services/assets/icon-testimonal-black.svg) center center no-repeat;
  background-size: contain;
}

@media (max-width: 572px) {
  #financial > .quote .container .inner::before {
    width: 50px;
    height: 55px;
  }
}

#financial > .quote .container .inner.right-tri::after {
  border-color: #ffffff #ffffff transparent transparent;
}

@media (max-width: 991px) {
  #financial > .quote .container .inner.right-tri::after {
    display: none;
  }
}

#financial > .quote .container .inner blockquote {
  margin: 0;
  color: #323234;
  padding: 0;
  border: none;
  width: 947px;
  font-size: 24px;
}

@media (max-width: 1679px) {
  #financial > .quote .container .inner blockquote {
    width: 70%;
    font-size: 22px;
  }
}

@media (max-width: 1199px) {
  #financial > .quote .container .inner blockquote {
    font-size: 18px;
  }
}

@media (max-width: 572px) {
  #financial > .quote .container .inner blockquote {
    width: 100%;
  }
}

#financial > .quote .container .inner blockquote p {
  font-size: inherit;
  margin-bottom: 24px;
}

#financial > .quote .container .inner blockquote i {
  font-size: inherit;
  font-weight: bold;
}

#financial > .quote .container .inner .logo {
  width: 260px;
  height: 121px;
  background: url(../../financial-services/assets/Gesa_Primary_Logo_Blue_RGB.png) center center no-repeat;
  background-size: contain;
}

@media (max-width: 1679px) {
  #financial > .quote .container .inner .logo {
    width: 25%;
  }
}

@media (max-width: 572px) {
  #financial > .quote .container .inner .logo {
    display: none;
  }
}

#financial .optimization {
  height: 1780px;
  width: 100%;
  background-color: #e9e9e9;
  padding-top: 100px;
}

@media (max-width: 1199px) {
  #financial .optimization {
    padding: 40px 0;
    height: auto;
  }
}

#financial .optimization h2 {
  text-align: center;
  margin-bottom: 100px;
  color: #323234;
}

@media (max-width: 1199px) {
  #financial .optimization h2 {
    margin-bottom: 40px;
  }
}

#financial .optimization .item {
  position: relative;
  height: 400px;
}

@media (max-width: 1199px) {
  #financial .optimization .item {
    height: auto;
  }
}

#financial .optimization .item .container {
  height: 100%;
}

@media (max-width: 1679px) {
  #financial .optimization .item .container {
    max-width: 99%;
  }
}

#financial .optimization .item .container .inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1199px) {
  #financial .optimization .item .container .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#financial .optimization .item .container .inner .left {
  width: 34%;
}

#financial .optimization .item .container .inner .left h3 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #323234;
}

#financial .optimization .item .container .inner .left p {
  line-height: 30px;
}

@media (min-width: 992px) {
  #financial .optimization .item .container .inner .left p {
    font-size: 18px;
  }
}

#financial .optimization .item .container .inner .left p:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 1679px) {
  #financial .optimization .item .container .inner .left {
    width: 38%;
  }
}

@media (max-width: 1199px) {
  #financial .optimization .item .container .inner .left {
    width: 100%;
  }
}

#financial .optimization .item .container .inner .right {
  width: 57%;
  height: 100%;
  background-color: red;
  position: relative;
  background-color: #565656;
  z-index: 2;
  padding-left: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1679px) {
  #financial .optimization .item .container .inner .right {
    padding-left: 80px;
  }
}

@media (max-width: 1199px) {
  #financial .optimization .item .container .inner .right {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
  }
}

@media (max-width: 572px) {
  #financial .optimization .item .container .inner .right {
    display: none;
  }
}

#financial .optimization .item .container .inner .right::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 68px 71px;
  border-style: solid;
  border-color: #e9e9e9 transparent transparent #e9e9e9;
  left: -1px;
  top: -1px;
}

@media (max-width: 1199px) {
  #financial .optimization .item .container .inner .right::before {
    display: none;
  }
}

#financial .optimization .item .container .inner .right .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 155px;
}

#financial .optimization .item .container .inner .right .icon img {
  background-color: inherit;
  margin-bottom: 28px;
}

#financial .optimization .item .container .inner .right .icon p {
  color: white;
  font-size: 20px;
  text-align: center;
}

@media (max-width: 1679px) {
  #financial .optimization .item .container .inner .right .icon p {
    font-size: 18px;
  }
}

#financial .optimization .item .container .inner .right .arrow {
  width: 20px;
  height: 35px;
  background: url(../../financial-services/assets/icon-arrow-orange.svg) center center no-repeat;
  background-size: contain;
}

#financial .optimization .item .bg {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #565656;
}

@media (max-width: 1199px) {
  #financial .optimization .item .bg {
    display: none;
  }
}

#financial .optimization .item:nth-child(2) {
  height: 450px;
}

@media (max-width: 1199px) {
  #financial .optimization .item:nth-child(2) {
    height: auto;
  }
}

@media (max-width: 1679px) {
  #financial .optimization .item:nth-child(2) .container .inner .right::before {
    border-width: 40px;
  }
}

@media (max-width: 1679px) {
  #financial .optimization .item:nth-child(2) .container .inner .right {
    padding-left: 40px;
  }
}

@media (max-width: 1199px) {
  #financial .optimization .item:nth-child(2) .container .inner .right {
    padding: 20px;
  }
}

#financial .optimization .item:nth-child(2) .container .inner .right .box {
  border: 2px solid #888888;
  padding: 42px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#financial .optimization .item:nth-child(2) .container .inner .right .box .icon {
  max-width: 146px;
}

#financial .optimization .item:nth-child(2) .container .inner .right .box .icon:first-child {
  margin-bottom: 30px;
}

#financial .optimization .item:nth-child(2) .container .inner .right .box:first-child {
  width: 194px;
}

#financial .optimization .item:nth-child(2) .container .inner .right .box:nth-child(3) {
  width: 197px;
}

#financial .optimization .item:nth-child(2) .container .inner .right .box:last-child {
  width: 213px;
  height: 308px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 20px;
}

#financial .optimization .item:nth-child(2) .container .inner .right .box:last-child ul {
  padding: 0;
}

#financial .optimization .item:nth-child(2) .container .inner .right .box:last-child ul li {
  color: white;
  list-style: none;
  font-size: 15px;
}

#financial .optimization .item:nth-child(2) .container .inner .right .box:last-child p {
  font-size: 20px;
  color: white;
}

@media (max-width: 1679px) {
  #financial .optimization .item:nth-child(2) .container .inner .right .box {
    width: auto;
    padding: 20px;
  }
}

#financial .optimization .item:nth-child(3) .container .inner .right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-color: #323234;
  padding: 0;
  padding-right: 190px;
}

@media (max-width: 1679px) {
  #financial .optimization .item:nth-child(3) .container .inner .right {
    padding-right: 80px;
  }
}

@media (max-width: 1199px) {
  #financial .optimization .item:nth-child(3) .container .inner .right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 20px;
  }
}

#financial .optimization .item:nth-child(3) .container .inner .right::before {
  left: unset;
  right: -1px;
  border-color: #e9e9e9 #e9e9e9 transparent transparent;
}

#financial .optimization .item:nth-child(3) .container .inner .right .icon {
  height: 240px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#financial .optimization .item:nth-child(3) .container .inner .right .icon img {
  height: 130px;
}

#financial .optimization .item:nth-child(3) .container .inner .left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 1199px) {
  #financial .optimization .item:nth-child(3) .container .inner .left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#financial .optimization .item:nth-child(3) .bg {
  left: 0;
  right: unset;
  background-color: #323234;
}

#financial .optimization .item:not(:last-child) {
  margin-bottom: 80px;
}

@media (max-width: 1199px) {
  #financial .optimization .item:not(:last-child) {
    margin-bottom: 40px;
  }
}

#financial .freeTrialDownload {
  width: 100%;
  background-color: #285d6b;
}

#financial .freeTrialDownload .inner {
  width: 100%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#financial .freeTrialDownload .inner h2 {
  color: white;
  text-align: center;
}

#financial .workflow h2 {
  text-align: center;
  margin: 0 auto;
}

#financial .workflow .row > p:nth-child(2) {
  margin: 27px auto;
  width: 47%;
  text-align: center;
}

@media (max-width: 1199px) {
  #financial .workflow .row > p:nth-child(2) {
    width: 100%;
  }
}

#financial .workflow .flow {
  width: 100%;
  height: 506px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(https://www.dynamsoft.com/webres/wwwroot/images/developer/flow.svg);
  background-position: left 165px center;
  background-repeat: no-repeat;
  background-size: 72%;
}

@media (min-width: 1680px) {
  #financial .workflow .flow {
    background-position: left 245px center;
    background-size: 67%;
  }
}

@media (max-width: 1679px) {
  #financial .workflow .flow {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-position: left 145px center;
  }
}

@media (max-width: 1199px) {
  #financial .workflow .flow {
    background-position: left 130px center;
  }
}

@media (max-width: 991px) {
  #financial .workflow .flow {
    background-position: left 90px center;
    background-size: 77%;
  }
}

#financial .workflow .flow .step1 {
  margin-right: 175px;
}

@media (min-width: 1680px) {
  #financial .workflow .flow .step1 {
    margin-left: 60px;
  }
}

@media (max-width: 1679px) {
  #financial .workflow .flow .step1 {
    margin-right: 0;
  }
}

#financial .workflow .flow .step1__item {
  width: 230px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 28px;
  background-color: #323234;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

@media (max-width: 1679px) {
  #financial .workflow .flow .step1__item {
    width: 200px;
    height: 60px;
    padding: 10px;
  }
}

@media (max-width: 1199px) {
  #financial .workflow .flow .step1__item {
    height: 50px;
    width: 160px;
  }
}

#financial .workflow .flow .step1__item:not(:last-child) {
  margin-bottom: 20px;
}

#financial .workflow .flow .step1__item .icon {
  display: block;
  width: 50px;
  height: 40px;
  -webkit-filter: invert(1);
          filter: invert(1);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1199px) {
  #financial .workflow .flow .step1__item .icon {
    height: 30px;
    width: 42px;
  }
}

#financial .workflow .flow .step1__item .icon--documents {
  background-image: url(https://www.dynamsoft.com/webres/wwwroot/images/developer/icons/icon-printed-files.svg);
}

#financial .workflow .flow .step1__item .icon--id {
  background-image: url(https://www.dynamsoft.com/webres/wwwroot/images/developer/icons/icon-passport.svg);
}

#financial .workflow .flow .step1__item .icon--receipts {
  background-image: url(https://www.dynamsoft.com/webres/wwwroot/images/developer/icons/icon-receipt.svg);
}

#financial .workflow .flow .step1__item .icon--driverLicense {
  background-image: url("https://www.dynamsoft.com/webres/wwwroot/images/developer/icons/icon-driver-license.svg");
}

#financial .workflow .flow .step1__p {
  width: 61%;
  color: white;
  font-family: OpenSans-Semibold;
  font-size: 17px;
}

@media (max-width: 1679px) {
  #financial .workflow .flow .step1__p {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  #financial .workflow .flow .step1__p {
    font-size: 14px;
    line-height: 20px;
  }
}

#financial .workflow .flow .step2 {
  width: 330px;
  height: 100%;
  background-color: #323234;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1679px) {
  #financial .workflow .flow .step2 {
    width: 280px;
  }
}

@media (max-width: 1199px) {
  #financial .workflow .flow .step2 {
    width: 250px;
  }
}

@media (max-width: 991px) {
  #financial .workflow .flow .step2 {
    width: 180px;
  }
}

#financial .workflow .flow .step2:nth-of-type(2) {
  margin-right: 40px;
}

#financial .workflow .flow .step2__h {
  color: white;
  font-size: 21px;
  font-family: OpenSans-Semibold;
  width: 65%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 45px;
  text-align: center;
}

@media (max-width: 1199px) {
  #financial .workflow .flow .step2__h {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  #financial .workflow .flow .step2__h {
    font-size: 16px;
    width: 80%;
  }
}

#financial .workflow .flow .step2__item {
  width: 250px;
  height: 88px;
  border: 2px solid #323234;
  border-radius: 44px;
  background-color: #fe8e14;
  border: 1px solid #fe8e14;
  -webkit-box-shadow: inset 0 0 0 4px #323234;
          box-shadow: inset 0 0 0 4px #323234;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}

#financial .workflow .flow .step2__item:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 1679px) {
  #financial .workflow .flow .step2__item {
    width: 230px;
    height: 70px;
  }
}

@media (max-width: 1199px) {
  #financial .workflow .flow .step2__item {
    width: 220px;
    height: 65px;
  }
}

@media (max-width: 991px) {
  #financial .workflow .flow .step2__item {
    width: 150px;
  }
}

#financial .workflow .flow .step2__item .icon {
  width: 66px;
  height: 66px;
  margin-right: 20px;
  display: block;
  border-radius: 50%;
  background-color: #323234;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 55%;
}

@media (max-width: 1679px) {
  #financial .workflow .flow .step2__item .icon {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 1199px) {
  #financial .workflow .flow .step2__item .icon {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 991px) {
  #financial .workflow .flow .step2__item .icon {
    height: 35px;
    width: 35px;
    margin-right: 5px;
  }
}

#financial .workflow .flow .step2__item .icon--scanning {
  background-image: url(https://www.dynamsoft.com/webres/wwwroot/images/developer/icons/icon-scanner.svg);
}

#financial .workflow .flow .step2__item .icon--capture {
  background-image: url(https://www.dynamsoft.com/webres/wwwroot/images/developer/icons/icon-camera.svg);
}

#financial .workflow .flow .step2__item .icon--pdf {
  background-image: url(https://www.dynamsoft.com/webres/wwwroot/images/developer/icons/icon-pdf-view_1.svg);
}

#financial .workflow .flow .step2__item .icon--barcode {
  background-image: url(https://www.dynamsoft.com/webres/wwwroot/images/developer/icons/icon-barcode2.svg);
}

#financial .workflow .flow .step2__item .icon--rectification {
  background-image: url(https://www.dynamsoft.com/webres/wwwroot/images/developer/icons/icon-document.svg);
  background-size: 45%;
}

#financial .workflow .flow .step2__item .icon--extraction {
  background-image: url(https://www.dynamsoft.com/webres/wwwroot/images/developer/icons/icon-text-extraction.svg);
}

#financial .workflow .flow .step2__p {
  font-size: 18px;
  font-family: OpenSans-Semibold;
  color: #323234;
  width: 50%;
}

@media (max-width: 1679px) {
  #financial .workflow .flow .step2__p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  #financial .workflow .flow .step2__p {
    font-size: 14px;
    line-height: 20px;
  }
}

#financial .workflow .flow .step3 {
  margin-left: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}

@media (min-width: 1680px) {
  #financial .workflow .flow .step3 {
    margin-left: 200px;
  }
}

@media (max-width: 1679px) {
  #financial .workflow .flow .step3 {
    margin-left: 0;
    padding: 0;
  }
}

@media (max-width: 1199px) {
  #financial .workflow .flow .step3 {
    padding: 20px 0;
  }
}

@media (max-width: 991px) {
  #financial .workflow .flow .step3 {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#financial .workflow .flow .step3__item {
  width: 187px;
  height: 187px;
  background-color: #323234;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1199px) {
  #financial .workflow .flow .step3__item {
    width: 160px;
    height: 160px;
  }
}

@media (max-width: 991px) {
  #financial .workflow .flow .step3__item {
    width: 100px;
    height: 100px;
  }
  #financial .workflow .flow .step3__item:first-child {
    margin-bottom: 125px;
  }
}

#financial .workflow .flow .step3__item .icon {
  height: 60px;
  width: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  #financial .workflow .flow .step3__item .icon {
    height: 30px;
    width: 30px;
  }
}

@media (max-width: 991px) {
  #financial .workflow .flow .step3__item .icon {
    margin-bottom: 10px;
  }
}

#financial .workflow .flow .step3__item .icon--extracted {
  background-image: url(https://www.dynamsoft.com/webres/wwwroot/images/developer/icons/icon-data_1.svg);
}

#financial .workflow .flow .step3__item .icon--compression {
  background-image: url(https://www.dynamsoft.com/webres/wwwroot/images/developer/icons/icon-storage_1.svg);
}

#financial .workflow .flow .step3__p {
  color: white;
  width: 65%;
  text-align: center;
}

@media (max-width: 1199px) {
  #financial .workflow .flow .step3__p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  #financial .workflow .flow .step3__p {
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
}

#financial .reason {
  margin-top: 250px;
  height: 740px;
  width: 100%;
  background-color: #323234;
  position: relative;
}

@media (max-width: 1199px) {
  #financial .reason {
    height: auto;
    margin-top: 60px;
    padding: 40px 0 150px 0;
  }
}

@media (max-width: 1679px) {
  #financial .reason .container {
    max-width: 1200px;
  }
}

#financial .reason .container .row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1199px) {
  #financial .reason .container .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#financial .reason .container .row .quote {
  width: 571px;
  height: 635px;
  background-color: #fe8e14;
  position: absolute;
  left: -20px;
  top: -115px;
  padding: 86px 93px 38px 53px;
}

@media (max-width: 1679px) {
  #financial .reason .container .row .quote {
    width: 490px;
    height: 596px;
    left: -20px;
    top: -115px;
    padding: 56px 93px 38px 53px;
  }
}

@media (max-width: 1199px) {
  #financial .reason .container .row .quote {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    padding: 30px;
  }
  #financial .reason .container .row .quote::before {
    display: none;
  }
  #financial .reason .container .row .quote.right-tri::after {
    display: none;
  }
}

#financial .reason .container .row .quote p {
  color: white;
  font-size: 24px;
  line-height: 40px;
}

@media (max-width: 1679px) {
  #financial .reason .container .row .quote p {
    font-size: 20px;
  }
}

#financial .reason .container .row .quote i {
  display: inline-block;
  font-size: 24px;
  color: white;
  font-family: openSans-semiBold;
  margin-top: 16px;
}

@media (max-width: 1679px) {
  #financial .reason .container .row .quote i {
    font-size: 20px;
  }
}

#financial .reason .container .row .quote .logo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 101px;
  background-color: #151516;
  background: url(../../financial-services/assets/everteam.png) 53px #151516 no-repeat;
}

@media (max-width: 1199px) {
  #financial .reason .container .row .quote .logo {
    display: none;
  }
}

#financial .reason .container .row .quote::before {
  content: "";
  width: 72px;
  height: 71px;
  position: absolute;
  background: url(../../financial-services/assets/icon-testimonal-black.svg) center center no-repeat;
  background-size: contain;
  left: 33px;
  top: -31px;
}

#financial .reason .container .row .quote.right-tri::after {
  border-color: white white transparent transparent;
}

#financial .reason .container .row .why {
  margin-top: 84px;
  width: 881px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (max-width: 1679px) {
  #financial .reason .container .row .why {
    width: 650px;
  }
}

@media (max-width: 1199px) {
  #financial .reason .container .row .why {
    width: 100%;
    margin-top: 40px;
  }
}

#financial .reason .container .row .why h2 {
  color: white;
}

@media (max-width: 1199px) {
  #financial .reason .container .row .why h2 {
    text-align: center;
  }
}

#financial .reason .container .row .why .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 423px 339px;
      grid-template-columns: 423px 339px;
  -ms-grid-rows: 80px 80px 80px;
      grid-template-rows: 80px 80px 80px;
  gap: 41px 119px;
  margin-top: 57px;
}

@media (max-width: 1679px) {
  #financial .reason .container .row .why .grid {
    -ms-grid-columns: 320px 280px;
        grid-template-columns: 320px 280px;
    -ms-grid-rows: (70px)[auto-fill];
        grid-template-rows: repeat(auto-fill, 70px);
    gap: 40px 45px;
  }
}

@media (max-width: 1199px) {
  #financial .reason .container .row .why .grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-columns: 350px 350px;
        grid-template-columns: 350px 350px;
  }
}

@media (max-width: 767px) {
  #financial .reason .container .row .why .grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-columns: 90%;
        grid-template-columns: 90%;
  }
}

#financial .reason .container .row .why .grid .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#financial .reason .container .row .why .grid .item .icon {
  display: block;
  width: 80px;
  height: 80px;
  background-color: #151516;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
}

@media (max-width: 1679px) {
  #financial .reason .container .row .why .grid .item .icon {
    width: 70px;
    height: 70px;
  }
}

#financial .reason .container .row .why .grid .item .icon.icon-integration {
  background-image: url(../../financial-services/assets/icon-fast.svg);
  background-size: 30%;
}

#financial .reason .container .row .why .grid .item .icon.icon-computer {
  background-image: url(../../financial-services/assets/icon-computer-vision.svg);
}

#financial .reason .container .row .why .grid .item .icon.icon-security {
  background-image: url(../../financial-services/assets/icon-security.svg);
}

#financial .reason .container .row .why .grid .item .icon.icon-license {
  background-image: url(../../financial-services/assets/icon-license.svg);
}

#financial .reason .container .row .why .grid .item .icon.icon-support {
  background-image: url(../../financial-services/assets/icon-support.svg);
}

#financial .reason .container .row .why .grid .item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: white;
  margin-left: 35px;
}

#financial .reason .container .row .why .grid .item .text p:first-child {
  font-size: 24px;
  font-family: Oswald-Regular;
  margin-bottom: 9px;
}

@media (max-width: 1679px) {
  #financial .reason .container .row .why .grid .item .text p:first-child {
    font-size: 18px;
  }
}

#financial .reason .container .row .why .grid .item .text p:last-child {
  font-size: 18px;
}

@media (max-width: 1679px) {
  #financial .reason .container .row .why .grid .item .text p:last-child {
    font-size: 16px;
  }
}

#financial a.downloadBtn {
  margin-top: 40px;
  height: 57px;
  line-height: 57px;
  width: 295px;
  display: block;
  background-color: #fe8e14;
  text-align: center;
  color: white;
  font-size: 22px;
  font-family: Oswald-Regular;
  -webkit-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
}

@media (max-width: 991px) {
  #financial a.downloadBtn {
    font-size: 18px;
    width: auto;
    padding: 0 20px;
  }
}

#financial a.downloadBtn:hover {
  -webkit-box-shadow: -8px 8px 0 0 white;
          box-shadow: -8px 8px 0 0 white;
  -webkit-transform: translate(8px, -8px);
          transform: translate(8px, -8px);
}

#financial .download {
  margin-top: -115px;
  width: 80%;
  height: 310px;
  background-color: #151516;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 991px) {
  #financial .download {
    width: 100%;
  }
}

#financial .download.right-tri::after {
  border-color: #323234 #323234 transparent transparent;
}

@media (max-width: 991px) {
  #financial .download.right-tri::after {
    display: none;
  }
}

#financial .download .inner {
  width: 100%;
  right: 0;
  max-width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#financial .download .inner h2 {
  color: white;
}

#financial .popupForm {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(27, 35, 40, 0.6);
  z-index: 10000;
}

#financial .popupForm .formWrapper {
  background-color: #3b6b77;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 20px;
  overflow: auto;
  min-width: 50%;
  max-height: 90%;
}

#financial .popupForm .formWrapper h2 {
  margin-bottom: 15px;
}

#financial .popupForm .formWrapper .okBtn {
  display: none;
  color: white;
  font-size: 20px;
  margin-top: 30px;
  background-color: #fe8e14;
  padding: 5px 20px;
}

#financial .popupForm .closeBtn {
  background-color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 43px;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 1rem;
  top: 1rem;
  font-size: 40px;
  cursor: pointer;
  z-index: 10001;
}

.hs-button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
}

.hs-button:hover,
.hs-button:focus {
  background-color: #ff8f73;
  border-color: #ff8f73;
}

.hs-button:active {
  background-color: #e66e50;
  border-color: #e66e50;
}

.hbspt-form label {
  font-size: 14px;
  width: 130px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hs-video-form label {
  color: #fff !important;
}

.hs-video-form .hs-back-button {
  background-color: #fff;
  width: 20%;
  height: 38px;
  margin-right: 10px;
  border: 1px solid;
  border-radius: 3px;
}

.hs-video-form .hs-button {
  width: 70%;
}

.hs-video-form .hs-button span {
  font-size: 15px;
}

.hs-video-form .hs-richtext {
  color: #fff !important;
}

.hs-video-form .legal-consent-container {
  max-height: 180px !important;
  overflow-y: scroll !important;
}

.hs-video-form .legal-consent-container:after {
  content: "";
  display: block;
  height: 100px;
  width: 100%;
}

.hs-video-form .legal-consent-wrapper {
  position: relative;
}

.hs-video-form .legal-consent-overlay {
  position: absolute;
  pointer-events: none;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#292929));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #292929 100%);
}

.hs-error-msgs label {
  color: #f2545b;
}

.hs-input {
  display: inline-block;
  width: 100% !important;
  max-width: unset !important;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
}

.hs-input:not([type="file"]) {
  background-color: #f5f8fa;
}

.hs-input[type="checkbox"],
.hs-input[type="radio"] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type="file"] {
  padding: initial;
  border: initial;
  line-height: initial;
  -webkit-box-shadow: none;
          box-shadow: none;
}

select.is-placeholder {
  color: #bfbfbf;
}

select.is-placeholder:focus {
  color: #33475b;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input option:disabled {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
}

.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}

input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}

.inputs-list label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
}

.inputs-list:first-child {
  padding-top: 6px;
}

.inputs-list > li + li {
  padding-top: 2px;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 11px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 24px;
  font-size: 14px;
  color: #33475b;
}

.hs-richtext hr {
  margin-left: 0;
  width: 91%;
}

.hs-custom-style .hs-dependent-field > div input.hs-input:not([type="checkbox"]):not([type="radio"]) {
  width: 90%;
}

form.hs-form-rtl .field {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

form.hs-form-rtl .hs-input[type="checkbox"],
form.hs-form-rtl .hs-input[type="radio"] {
  margin: 3px 5px 3px 5px;
}

form.hs-form-rtl fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

form.hs-form-rtl fieldset[class^="form-columns-"] .input {
  margin-right: 0px;
}

form.hs-form-rtl ul {
  padding: 0px;
}

form.hs-form-rtl .legal-consent-container .hs-form-booleancheckbox-display input {
  width: auto;
  float: right;
}

form.hs-form-rtl .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0px;
}

form.hs-form-rtl .hs-dependent-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.email-correction,
.email-validation {
  padding-top: 3px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.email-correction a,
.email-validation a {
  cursor: pointer;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type="checkbox"],
  .email-correction form .form-columns-2 .hs-form-field input[type="radio"],
  .email-correction form .form-columns-3 .hs-form-field input[type="checkbox"],
  .email-correction form .form-columns-3 .hs-form-field input[type="radio"],
  .email-validation form .form-columns-2 .hs-form-field input[type="checkbox"],
  .email-validation form .form-columns-2 .hs-form-field input[type="radio"],
  .email-validation form .form-columns-3 .hs-form-field input[type="checkbox"],
  .email-validation form .form-columns-3 .hs-form-field input[type="radio"] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type="text"],
.hs-form-field input[type="email"],
.hs-form-field input[type="phone"],
.hs-form-field input[type="number"],
.hs-form-field input[type="tel"],
.hs-form-field input[type="date"],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: normal;
}

.hs-button,
.hs-form-field input[type="text"],
.hs-form-field input[type="email"],
.hs-form-field input[type="phone"],
.hs-form-field input[type="number"],
.hs-form-field input[type="tel"],
.hs-form-field input[type="date"],
.hs-form-field select,
.hs-form-field textarea {
  border-radius: 0;
}

.hs-form {
  width: 100%;
}

.hs-form .hs-submit > .actions {
  text-align: center;
}

.hs-form .hs-button,
.hs-form .hs-button:hover,
.hs-form .hs-button:hover:not(.inactive),
.hs-form .hs-button:focus,
.hs-form .hs-button:active,
.hs-form .hs-button:active:not(.inactive):not(.link) {
  background: #fe8e14;
  border-color: #fe8e14;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: "OpenSans-Regular";
}

.hs-form legend.hs-field-desc {
  font-family: "OpenSans-Regular";
  color: #7c98b6;
  font-size: 11px;
}

.hs-form .hs-form-field label:not(.hs-error-msg) {
  font-family: "OpenSans-Regular";
  font-size: 13px;
}

.hs-form .hs-form-field label:not(.hs-error-msg) {
  color: #ffffff;
}

.hs-form .legal-consent-container .hs-richtext,
.hs-form .legal-consent-container label:not(.hs-error-msg) {
  font-family: "OpenSans-Regular";
  color: #33475b;
  font-size: 14px;
}

.hs-form .hs-main-font-element,
.submitted-message.hs-main-font-element {
  font-family: "OpenSans-Regular";
}

.hs-form.submitted-message {
  font-size: 18px;
  color: #ffffff;
}

.hs-form a:link,
.hs-form a:active {
  color: #0000ee;
}

.hs-form a:visited,
.hs-form a:hover {
  color: #551a8b;
}

.fn-date-picker.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  *zoom: 1;
}

.fn-date-picker.pika-single.is-hidden {
  display: none;
}

.fn-date-picker.pika-single.is-bound {
  position: absolute;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.fn-date-picker.pika-single:after,
.fn-date-picker.pika-single:before {
  content: " ";
  display: table;
}

.fn-date-picker.pika-single:after {
  clear: both;
}

.fn-date-picker .pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.fn-date-picker .pika-title {
  position: relative;
  text-align: center;
}

.fn-date-picker .pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.fn-date-picker .pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background-color: #fff;
}

.fn-date-picker .pika-next,
.fn-date-picker .pika-prev {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}

.fn-date-picker .pika-next:hover,
.fn-date-picker .pika-prev:hover {
  opacity: 1;
}

.fn-date-picker .pika-next.is-disabled,
.fn-date-picker .pika-prev.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.fn-date-picker .is-rtl .pika-next,
.fn-date-picker .pika-prev {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.fn-date-picker .is-rtl .pika-prev,
.fn-date-picker .pika-next {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.fn-date-picker .pika-select {
  display: inline-block;
  *display: inline;
}

.fn-date-picker .pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.fn-date-picker .pika-table td,
.fn-date-picker .pika-table th {
  width: 14.285714285714286%;
  padding: 0;
}

.fn-date-picker .pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}

.fn-date-picker .pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.fn-date-picker .pika-button {
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.fn-date-picker .pika-button:hover {
  color: #fff !important;
  background: #ff8000 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 3px !important;
}

.fn-date-picker .is-today .pika-button {
  color: #3af;
  font-weight: 700;
}

.fn-date-picker .is-selected .pika-button {
  color: #fff;
  font-weight: 700;
  background: #3af;
  -webkit-box-shadow: inset 0 1px 3px #178fe5;
          box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

.fn-date-picker .is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}

.fn-date-picker .pika-week {
  font-size: 11px;
  color: #999;
}

.hs-form .inputs-list.inline-list li {
  vertical-align: top;
  display: inline-block;
  word-wrap: break-word;
  padding-right: 16px;
}

.hs-form .inputs-list.inline-list li:after {
  clear: both;
}

.hs-form .inputs-list.inline-list li input {
  float: left;
}

.hs-form .inputs-list.inline-list.inline-list-2 li {
  width: 50%;
}

.hs-form .inputs-list.inline-list.inline-list-2 li:nth-child(2n) {
  padding-right: 0;
}

.hs-form .inputs-list.inline-list.inline-list-3 li {
  width: 33%;
}

.hs-form .inputs-list.inline-list.inline-list-3 li:nth-child(3n) {
  width: 34%;
  padding-right: 0;
}

.hs-fieldtype-intl-phone.hs-input {
  padding: 0;
  background: none;
  border: none;
  height: auto;
}

.hs-fieldtype-intl-phone.hs-input:after {
  clear: both;
  content: " ";
  display: table;
}

.hs-fieldtype-intl-phone.hs-input .hs-input {
  margin-bottom: 0;
}

.hs-fieldtype-intl-phone.hs-input input {
  width: 68% !important;
  float: right;
}

.hs-fieldtype-intl-phone.hs-input select {
  float: left;
  width: 30% !important;
}

@media (max-device-width: 480px) and (min-device-width: 320px), (max-width: 400px) {
  .hs-form > .hs-phone > .input > .hs-fieldtype-intl-phone.hs-input > input.hs-input {
    width: 68% !important;
  }
  .hs-form > .hs-phone > .input > .hs-fieldtype-intl-phone.hs-input > select.hs-input {
    width: 30% !important;
  }
}

.hs-fieldtype-textarea.hs-input {
  resize: vertical;
}

.hs-form .hs-button {
  white-space: pre-wrap;
}

.hs-form .hs-richtext {
  word-break: break-word;
}

.hs-form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  max-width: unset !important;
}

.hs-form fieldset.form-columns-1 .hs-input {
  width: 95%;
}

.hs-form fieldset.form-columns-1 .input {
  margin-right: 8px;
}

.hs-form fieldset.form-columns-1 input[type="checkbox"],
.hs-form fieldset.form-columns-1 input[type="radio"] {
  width: auto;
}

.hs-form fieldset.form-columns-2 .hs-form-field {
  width: 50%;
  float: left;
}

.hs-form fieldset.form-columns-2 .input {
  margin-right: 8px;
}

.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 32.7%;
  float: left;
}

.hs-form fieldset.form-columns-3 .input {
  margin-right: 8px;
}

.hs-form label.hs-hidden {
  visibility: hidden;
}

.hs-form .hs-field-desc {
  width: 100%;
}

.hs-custom-style .hs-input,
.hs-custom-style fieldset {
  max-width: 100%;
}

.hs-custom-style > div.form-columns-3 .hs-form-field,
.hs-custom-style fieldset.form-columns-3 .hs-form-field {
  width: 33.3%;
}

.hs-custom-style > div > div:last-of-type .hs-input:not([type="checkbox"]):not([type="radio"]),
.hs-custom-style fieldset > div:last-of-type .hs-input:not([type="checkbox"]):not([type="radio"]) {
  width: 100%;
  max-width: 100%;
}

.hs-custom-style > div input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.hs-custom-style fieldset input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
}

.hs-custom-style > div textarea,
.hs-custom-style fieldset textarea {
  padding: 10px 15px;
}

.hs-custom-style .hs-dependent-field > div .hs-input:not([type="checkbox"]):not([type="radio"]) {
  width: 100%;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  .hs-custom-style .hs-input:not([type="checkbox"]):not([type="radio"]),
  .hs-custom-style fieldset {
    margin-right: 0 !important;
    width: 100% !important;
  }
  form.hs-form:not(.hs-video-form) .form-columns-2 .hs-form-field,
  form.hs-form:not(.hs-video-form) .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  form.hs-form:not(.hs-video-form) .form-columns-2 .hs-form-field .hs-input,
  form.hs-form:not(.hs-video-form) .form-columns-3 .hs-form-field .hs-input {
    width: 95%;
  }
  form.hs-form:not(.hs-video-form) .form-columns-2 .hs-form-field input[type="checkbox"],
  form.hs-form:not(.hs-video-form) .form-columns-2 .hs-form-field input[type="radio"],
  form.hs-form:not(.hs-video-form) .form-columns-3 .hs-form-field input[type="checkbox"],
  form.hs-form:not(.hs-video-form) .form-columns-3 .hs-form-field input[type="radio"] {
    width: auto;
  }
}

.legal-consent-container .field.hs-form-field {
  margin-bottom: 8px;
}

.legal-consent-container .hs-field-desc.checkbox-desc {
  margin: -12px 0 0 21px;
}

.legal-consent-container .hs-form-booleancheckbox-display input {
  float: left;
}

.legal-consent-container .hs-form-booleancheckbox-display > span {
  display: block;
  margin-left: 20px;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  margin: 0;
  display: inline;
}

.legal-consent-container .hs-error-msgs label {
  color: #f2545b;
}

.legal-consent-container ~ .hs_recaptcha {
  margin-top: 18px;
}

.cookie-reset-container {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: right;
}

#hs-outer-captcha-target,
#hs-outer-captcha-target * {
  display: none;
  height: 0;
  width: 0;
}

.hubspot-link__container {
  font-size: 14px;
  padding-bottom: 40px;
  position: relative;
  color: #9fa0a2;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.hubspot-link-text {
  color: #00a4bd;
  font-weight: 400;
}

.hubspot-link__container.sproket {
  color: #9fa0a2;
}

.hubspot-link {
  color: #9fa0a2;
}

.hubspot-link,
.hubspot-link:hover {
  text-decoration: none;
}

.hubspot-link:hover .hubspot-link-text {
  text-decoration: underline;
}

.hubspot-link__icon {
  margin-bottom: -1px;
  margin-right: 5px;
}

.hubspot-link__container.sproket .hubspot-link__icon {
  width: 30px;
  margin-right: 0;
  float: left;
  margin-top: -9px;
  margin-left: -5px;
}
/*# sourceMappingURL=financial.css.map */