*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper,
.dnd-section > .row-fluid,
.page-center{
  margin: 0 auto;
  padding: 0 24px;
}

.dnd-section .dnd-column {
  padding: 0 12px;
}

.dnd-section[class*="-force-full-width-section"]{
  padding:0;
}

.dnd-section[class*="-force-full-width-section"]>.row-fluid {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right:0 !important;
  width:100% !important;
}

@media only screen and (min-width: 1280px){
  .content-wrapper,
  .dnd-section > .row-fluid,
  .page-center{
    padding: 0 32px;
  }
}

@media (max-width:1279px){

  .dnd-section .dnd-column  {
    padding: 0 8px;
  }
}

@media (max-width:767px){

  .dnd-section .dnd-column  {
    padding: 0 10px;
  }
}
@font-face { 
    font-family: Aeonik; 
    src: url(//22384225.fs1.hubspotusercontent-na1.net/hubfs/22384225/raw_assets/public/DigitalCommerceBank_October_2022/fonts/Aeonik_Regular/Aeonik-Regular.woff2) format("woff2"), 
        url(//22384225.fs1.hubspotusercontent-na1.net/hubfs/22384225/raw_assets/public/DigitalCommerceBank_October_2022/fonts/Aeonik_Regular/Aeonik-Regular.woff) format("woff"); 
    font-style: normal; 
    font-weight: 400; 
}
@font-face { 
    font-family: Aeonik; 
    src: url(//22384225.fs1.hubspotusercontent-na1.net/hubfs/22384225/raw_assets/public/DigitalCommerceBank_October_2022/fonts/Aeonik_Medium/Aeonik-Medium.woff2) format("woff2"), 
        url(//22384225.fs1.hubspotusercontent-na1.net/hubfs/22384225/raw_assets/public/DigitalCommerceBank_October_2022/fonts/Aeonik_Medium/Aeonik-Medium.woff) format("woff"); 
    font-style: normal; 
    font-weight: 500; 
}
@font-face { 
    font-family: Aeonik; 
    src: url(//22384225.fs1.hubspotusercontent-na1.net/hubfs/22384225/raw_assets/public/DigitalCommerceBank_October_2022/fonts/Aeonik_Bold/Aeonik-Bold.woff2) format("woff2"), 
        url(//22384225.fs1.hubspotusercontent-na1.net/hubfs/22384225/raw_assets/public/DigitalCommerceBank_October_2022/fonts/Aeonik_Bold/Aeonik-Bold.woff) format("woff"); 
    font-style: normal; 
    font-weight: 700; 
}
@font-face { 
    font-family: NeueHaasUnicaW1G; 
    src: url(//22384225.fs1.hubspotusercontent-na1.net/hubfs/22384225/raw_assets/public/DigitalCommerceBank_October_2022/fonts/Neue_Haas_Unica/NeueHaasUnicaW1G-Regular.ttf) format("truetype"), 
        url(//22384225.fs1.hubspotusercontent-na1.net/hubfs/22384225/raw_assets/public/DigitalCommerceBank_October_2022/fonts/Neue_Haas_Unica/NeueHaasUnicaW1G-Regular.eot) format("opentype"); 
    font-style: normal; 
    font-weight: 400; 
    font-display: swap; 
}
@font-face { 
    font-family: NeueHaasUnicaW1G; 
    src: url(//22384225.fs1.hubspotusercontent-na1.net/hubfs/22384225/raw_assets/public/DigitalCommerceBank_October_2022/fonts/Neue_Haas_Unica_Medium/NeueHaasUnicaW1G-Medium.ttf) format("truetype"), 
        url(//22384225.fs1.hubspotusercontent-na1.net/hubfs/22384225/raw_assets/public/DigitalCommerceBank_October_2022/fonts/Neue_Haas_Unica_Medium/NeueHaasUnicaW1G-Medium.eot) format("opentype"); 
    font-style: normal; 
    font-weight: 500; 
    font-display: swap; 
}
@font-face { 
    font-family: NeueHaasUnicaW1G; 
    src: url(//22384225.fs1.hubspotusercontent-na1.net/hubfs/22384225/raw_assets/public/DigitalCommerceBank_October_2022/fonts/Neue_Haas_Unica_Bold/NeueHaasUnicaW1G-Bold.ttf) format("truetype"), 
        url(//22384225.fs1.hubspotusercontent-na1.net/hubfs/22384225/raw_assets/public/DigitalCommerceBank_October_2022/fonts/Neue_Haas_Unica_Bold/NeueHaasUnicaW1G-Bold.eot) format("opentype"); 
    font-style: normal; 
    font-weight: 700; 
    font-display: swap; 
}
html {
    font-size: 62.5%;
}
body {
    line-height: 2.8rem;
    word-break: break-word;
    -webkit-font-smoothing: antialiased;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
    line-break: strict;
    word-break: break-all;
}


/* Paragraphs */

p {
    margin: 0 0 1em;
}

/* Anchors */

a {
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
}
a.hover, a:hover {
    text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 16px;
}

h1 {
    margin-bottom: 24px;
    line-height: 5.4rem;
}
h2 {
    line-height: 4rem;
}

h1,
h2 {
    letter-spacing: -.01em;
}
h3,
h4,
h5,
h6 {
    letter-spacing: -.0025em;
    line-height: 3.2rem;
}


/* Lists */

ul,
ol {
    margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin: 0;
}

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

ul li {
    list-style: none;
    background: url(//22384225.fs1.hubspotusercontent-na1.net/hubfs/22384225/raw_assets/public/DigitalCommerceBank_October_2022/images/listing_arrow.svg) no-repeat 0 9px;
    padding-left: 17px;
    margin-bottom: 8px;
}
ul {
    padding-left: 0;
}
ol {
    padding-left: 16px;
}

/* Code blocks */

code {
    vertical-align: bottom;
}

/* Blockquotes */

blockquote {
    border-left: 2px solid;
    margin: 0 0 1.4rem;
    padding-left: 15px;
}

/* Horizontal rules */

hr {
    background-color: #CCC;
    border: none;
    color: #CCC;
    height: 1px;
}
button,
.button {
    display: inline-block;
    font-family: Aeonik,sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    border: 0;
    border-radius: 0;
    margin-bottom: 24px;
    transition: background-position-y .12s,box-shadow .12s cubic-bezier(.2,.6,.6,1);
    background-size: 100% 200% !important;
    background-position-y: 0 !important;
    text-decoration: none;
    text-align: center;
    line-height: normal;
    cursor: pointer;
}

button:disabled,
.button:disabled {
    background-color: #D0D0D0;
    border-color: #D0D0D0;
    color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
    text-decoration: none;
}

button:active,
.button:active {
    text-decoration: none;
}
/* Form fields */

.hs-form-field {
    margin-bottom: 26px;
}

/* Labels */

form label {
    display: block;
    font-size: 1.6rem;
    font-family: Aeonik,sans-serif;
    font-weight: 500;
    margin-bottom: 4px;
    margin-top: 14px;
    color: #000000;
}

/* Help text - legends */

form legend {
    font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
    width: 100%;
    padding: 10px;
    font-family: NeueHaasUnicaW1G,sans-serif;
    font-size: 1.4rem;
    line-height: 1.2;
    border: 2px solid #dfe0ec;
    border-radius: 0;
    color: #000;
    display: inline-block;
}


form fieldset {
    max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

form .inputs-list > li {
    display: block;
    margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
    vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
    cursor: pointer;
    margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
    position: relative;
}

.hs-dateinput:before {
    content:'\01F4C5';
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
    color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
    border-radius: 0;
    box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
    border-radius: 0 !important;
    color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
    background-color: transparent;
    border: initial;
    padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
    font-size: 0.875rem;
    margin: 0 0 1.4rem;
}

form .hs-richtext img {
    max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
    margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
    color: #EF6B51;
}

.hs-input.invalid.error {
    border-color: #EF6B51;
}

.hs-error-msg {
    color: #EF6B51;
    margin-top: 0.35rem;
}

.hs-error-msg, 
.hs-error-msgs label {
  color: #EF6B51 !important;
}
ul.no-list li {
    background-image: none;
    padding: 0;
    margin: 0;
}

ul.no-list {
    padding-left: 0;
}

/* Submit button */

form input[type=submit],
form .hs-button{
    display: inline-block;
    font-family: Aeonik,sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    border: 0;
    border-radius: 0;
    margin-bottom: 24px;
    transition: background-position-y .12s,box-shadow .12s cubic-bezier(.2,.6,.6,1);
    background-size: 100% 200% !important;
    background-position-y: 0 !important;
    text-decoration: none;
    text-align: center;
    line-height: normal;
    cursor: pointer;
}

form input[type=submit]:hover,
form .hs-button:hover{
    text-decoration: none;
    background-position-y: 100% !important;
    cursor: pointer;
}
form .input .hs-button {
    margin-top: 24px;
}
form ul[role="checkbox"] li {
    background-image: none;
    padding-left: 0;
}

form ul[role="checkbox"] li input {
    margin-right: 7px;
    top: -2px;
    position: relative;
}
/* Captcha */

.grecaptcha-badge {
    margin: 0 auto;
}
/* Table */

table {
  border: 1px solid #dfe0ec;
  font-family: NeueHaasUnicaW1G,sans-serif;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
}

/* Table Cells */

th{
  padding: 30px 28px;
  border-bottom: 1px solid #dfe0ec;
  text-align: left;
  font-weight: inherit;
}
td {
  padding: 28px;
  border: 0;
}
header.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

header.header .content-wrapper {
  min-height: 120px;
  -webkit-column-gap: 24px;
  column-gap: 24px;
  padding-right: 32px;
  padding-left: 32px;
  grid-template-columns: repeat(16,1fr);
  display: grid;
  align-items: center;
  justify-content: space-between;
}

header.header .header_logo {
  width: auto;
  grid-column-start: 2;
  grid-column-end: 4;
  margin-top: 0;
  display: inline-block;
  z-index: 2;
}

header.header .menu {
  height: auto;
  max-height: none;
  overflow-y: initial;
  flex-flow: row nowrap;
  position: static;
  text-align: left;
  transform: translateY(0);
  padding-bottom: 0;
  z-index: 1;
  transition: none;
  background-color: transparent;
  opacity: 1;
  grid-column-start: 5;
  grid-column-end: span 11;
  display: flex;
  align-items: flex-start;
  top: 0;
  left: 0;
  width: 100%;
}
header.header .header_logo svg {
  width: 149px;
  height: 48px;
  transform: translateY(5px);
}
header.header .header_logo .index-module--symbolCPath--2itgC {
  fill: #457cf7;
}
header.header .header_logo .index-module--symbolDPath--3lJRQ, 
header.header .header_logo .index-module--wordmarkPath--2AuIq {
  fill: #0f0f31;
}




header.header .menu ul li {
  background-image: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}

header.header .menu ul {
  margin: 0;
  padding: 0;
}
header.header .menu ul.submenu.level-1 > li > a {
  display: block;
  font-size: 1.6rem;
  border-radius: 4px;
  font-family: Aeonik,sans-serif;
  text-decoration: none;
  padding: 18px 24px;
  font-weight: 500;
  line-height: 2rem;
  white-space: nowrap;
}

header.header .menu ul.submenu.level-1>li>a.active-branch {
  background: rgba(34,73,170,.05);
  text-decoration: none;
  color: #2b5bd4;
}

/*-- Trigger Button --*/
header.header button.trigger_menu {
  justify-self: flex-end;
  background: none;
  border: 0;
  padding: 16px 0;
  font-size: 1.6rem;
  align-items: center;
  cursor: pointer;
  z-index: 1;
  font-family: Aeonik,sans-serif;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
  position: relative;
  height: 50px;
  margin: 4px 0 0 0;
  display: none;
}
header.header button.trigger_menu:focus {
  box-shadow: none;
}
header.header button.trigger_menu span.trigger_icon {
  background: #f7f8ff;
  display: block;
  height: 2px;
  border-radius: 4px;
  position: relative;
  transition: background .2s ease-out;
  width: 24px;
  margin-top: -2px;
  margin-right: 12px;
  margin-left: 32px;
}

header.header button.trigger_menu span.trigger_icon:before, header.header button.trigger_menu span.trigger_icon:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
  background: #f7f8ff;
}

header.header button.trigger_menu span.trigger_icon:before {
  top: 8px;
}

header.header button.trigger_menu span.trigger_icon:after {
  top: -8px;
}

header.header button.trigger_menu:after {
  position: absolute;
  height: 48px;
  width: 48px;
  background: rgba(69,124,247,.1);
  content: " ";
  right: 0;
  top: 0;
  z-index: 0;
  border-radius: 4px;
}

header.header button.trigger_menu.open span.trigger_icon {
  background: transparent;
}

header.header button.trigger_menu.open span.trigger_icon:before {
  transform: rotate(-45deg);
  top: 0;
}

header.header button.trigger_menu.open span.trigger_icon:after {
  transform: rotate(45deg);
}

header.header button.trigger_menu.open span.trigger_icon:after {
  transform: rotate(45deg);
  top: 0;
}
header.header .header_logo, header.header button.trigger_menu {
  z-index: 2;
}
body.no-banner .header_wrap {
  min-height: 122px;
}
@media (min-width: 1200px) and (max-width: 1366px) {
  header.header .header_logo {
    grid-column-start: 2;
    grid-column-end: 4;
    margin-top: 0;
  }

  header.header   .menu {
    grid-column-start: 5;
    grid-column-end: span 11;
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
  }
  nav.navigation-primary {
    height: auto;
    max-height: none;
    overflow-y: initial;
    flex-flow: row nowrap;
    justify-content: center;
    position: static;
    text-align: left;
    transform: translateY(0);
    padding-bottom: 0;
    z-index: 1;
    transition: none;
    background-color: transparent;
    opacity: 1;
  }

  header nav.navigation-primary > ul {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0;
    width: 100%;
    background: none;
  }

  header.header .wrapper_in {
    grid-template-columns: repeat(16,1fr);
    display: grid;
    margin: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0 0;
    -webkit-column-gap: 24px;
    column-gap: 24px;
  }

  header.header .content-wrapper {
    padding: 0 32px;
  }

  header.header .menu ul.submenu.level-1>li {
    margin-right: 4px;
  }
}
@media only screen and (min-width: 1024px) {
  header.header .menu ul.submenu.level-1>li.has-submenu>a:after {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    margin-left: 12px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #212240;
    transform: translateY(-3px);
    border-top-color: hsla(0,0%,100%,.25);
  }
  header.header .menu ul ul {
    transition: all .5s ease;
    border-radius: 4px;
    position: absolute;
    left: 0;
    z-index: 1;
    min-width: 220px;
    box-shadow: 0 3px 12px rgb(0 0 0 / 10%);
    margin: 0;
    border-bottom: none;
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  header.header .menu ul ul li {
    width: 100%;
    margin: 0 !important;
  }

  header.header .menu ul ul li a {
    padding: 18px 24px;
    font-size: 1.6rem;
    border-radius: 4px;
    font-family: Aeonik,sans-serif;
    display: block;
    text-decoration: none;
    line-height: 2rem;
    white-space: nowrap;
    font-weight: 500;
  }

  header.header .menu ul li:hover > ul {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
  }

}
@media (max-width: 1210px) and (min-width:1200px){

  body {
    overflow-x: hidden;
  }

}

@media (min-width: 1265px) {
  .safari header.header .menu ul.submenu.level-1>li>a {
    padding: 18px 25.5px;
  }
}

@media (max-width: 1279px) and (min-width: 1025px) {
  header.header .header_logo {
    grid-column-start: 1;
    grid-column-end: 3;
    display: inline-block;
    z-index: 2;
    margin-top: -4px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  header.header .content-wrapper {
    padding: 0px 32px;
  }
  header.header .menu ul.submenu.level-1>li>a {
    padding: 18px 11px;
  }
  header.header .header_logo {
    grid-column-start: 1;
    grid-column-end: 3;
    display: inline-block;
    z-index: 2;
    margin-top: -4px;
  }

  header.header .menu {
    grid-column-end: span 12;
    grid-column-start: 4;
  }

}

@media (min-width: 1024px) and (max-width: 1030px) {

  header.header .menu ul.submenu.level-1>li>a {
    padding: 18px 9px;
  }

}

@media (max-width: 1023px) {
  div[data-global-resource-path="DigitalCommerceBank_October_2022/templates/partials/header.html"] {
    position: sticky;
    top: 0;
    z-index: 9;
}

  
  body.no-banner .header_wrap {
    min-height: 80px;
  }

  header.header .header_logo {
    grid-column-start: 1;
    grid-column-end: 3;
    display: inline-block;
    z-index: 2;
    width: 130px;
  }
  
  header.header .header_logo .logo{
    display: block;
  }
  
  header.header .content-wrapper {
    min-height: 80px;
    padding: 0 24px;
  }
  header.header button.trigger_menu {
    grid-column-start: 14;
    grid-column-end: 17;
    margin-top: 0;
  }
  header.header .header_logo .index-module--symbolDPath--3lJRQ, 
  header.header .header_logo .index-module--wordmarkPath--2AuIq {
    fill: #f7f8ff;
  }
  header.header .menu {
    display: none;
  }

  header.header {
    background-color: #0f0f31 !important;
    position: relative;
  }
/*   body.hm_pg header.header {
    background: transparent !important;
  } */
  body.hm_pg.fixheader header.header {
    background: #0f0f31 !important;
  }
  header.header .menu ul.submenu.level-1>li>a.active-item {
    text-decoration: none;
    color: #2b5bd4;
  }
/*   header.header .header_logo {
    width: auto;
  } */
  header.header button.trigger_menu {
    display: flex;
  }
  header.header .menu {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    overflow-y: auto;
    transition: all .2s cubic-bezier(.37,0,.63,1);
    background-color: #0f0f31;
    padding-bottom: 16px;
    opacity: 0;
    -webkit-overflow-scrolling: touch;
    transform: translateY(-100%);
  }
  header.header .menu.open {
    transform: translateY(80px);
    opacity: 1;
  }
  header.header .menu ul li a {
    font-family: Aeonik,sans-serif;
    display: block;
    text-decoration: none;
    padding: 18px 0;
    font-size: 1.8rem !important;
    line-height: 2rem;
    white-space: nowrap;
    color: #fff;
  }

  header.header .menu ul.submenu.level-1 {
    display: flex;
    flex-flow: column wrap;
    margin: 0;
    padding-top: 16px;
    padding-bottom: 24px;
    width: 100%;
    background: #0f0f31;
  }

  header.header .menu ul li {
    position: relative;
    background-image: none;
    padding-left: 0;
    margin: 0;
    display: block;
  }

  header.header .menu .navigation-primary {
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
  }
  header.header .menu ul ul {
    margin: 0 24px;
    border-bottom: 2px solid #646787;
  }

  header.header .menu ul li.has-submenu > a {
    color: #aeb0d5!important;
    display: block!important;
    font-family: Aeonik,sans-serif!important;
    font-size: 1.4rem!important;
    font-weight: 700!important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 28px !important;
  }
  header.header .menu ul ul li:last-child {
    margin-bottom: 8px;
  }
}

body .header_logo .logo_black {
  display: none;
}
body .header_logo .logo_white {
  display: block;
}
@media (min-width: 1024px) {
  body:not(.hm_pg) .header_logo .logo_black {
    display: block;
  }
  body:not(.hm_pg) .header_logo .logo_white {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */



@media (max-width:480px) {
  header.header .content-wrapper {
    grid-template-columns: repeat(8,1fr);
    -webkit-column-gap: 16px;
    column-gap: 16px;
  }
  header.header button.trigger_menu {
    grid-column-start: 6;
    grid-column-end: 9;
  }
  header.header .header_logo {
    grid-column-start: 1;
    grid-column-end: 3;
    display: inline-block;
    z-index: 2;
    margin-top: -4px;
  }
}
.footer  {

}
.footer .footer_logo_in {
    width: 185px;
}
.footer a:hover {
    text-decoration: underline;
}
.footer .footer_logo .index-module--symbolCPath--2itgC {
    fill: #457cf7;
}
.footer .footer_logo .index-module--symbolDPath--3lJRQ, 
.footer .footer_logo .index-module--wordmarkPath--2AuIq {
    fill: #f7f8ff;
}

.footer .content-wrapper {
    column-gap: 24px;
    padding: 80px 32px;
    grid-template-columns: repeat(16,1fr);
    display: grid;
    max-width: 1440px;
    align-items: start;
    margin: 80px auto 0;
}

.footer_logo {
    order: 0;
    grid-column-start: 2;
    grid-column-end: 5;
    width: 185px;
}
.footer .left_sect {
    order: 1;
    grid-column-start: 2;
    grid-column-end: 6;
    margin-bottom: 0;
}
.footer_content {
    order: 2;
    display: block;
    grid-column-start: 6;
    grid-column-end: 16;
    grid-row-start: 1;
    grid-row-end: 2;
    margin-bottom: 62px;
}

.footer .column_menu.column_1 {
    order: 3;
    grid-column-start: 6;
    grid-column-end: 8;
    margin-bottom: 0;
}

.footer .column_menu.column_2 {
    order: 4;
    grid-column-start: 8;
    grid-column-end: 10;
}

.footer .column_menu.column_3 {
    order: 5;
    grid-column-start: 10;
    grid-column-end: 12;
    margin-bottom: 0;
}

.footer .column_menu.column_4 {
    order: 6;
    grid-column-start: 12;
    grid-column-end: 15;
    margin-bottom: 0;
}

.footer .column_menu.column_5 {
    grid-column-start: 6;
    grid-column-end: 17;
    margin-top: 18px;
    margin-bottom: 0;
    order: 7;
}

.footer__copyright {
    margin-top: 42px;
    grid-column-start: 6;
    grid-column-end: 16;
    order: 8;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.footer__copyright p {
    flex: 14 1;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #898eba;
    margin: 0;
}
.footer  .footer_content {
    margin-bottom: 64px;
}


.footer .footer_contact_info h6, 
.footer .footer_contact_info p {
    font-weight: 400;
    line-height: 2.4rem;
    font-size: 1.6rem;
    font-family: NeueHaasUnicaW1G,sans-serif;
}

.footer .footer_contact_info h6 a {
    display: inline-block;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: inherit;
}

.footer .footer_contact_info, 
.footer .social_links_wrap {
    top: -2px;
    position: relative;
}

.footer_contact_info a {
    text-decoration: none;
    font-family: NeueHaasUnicaW1G,sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
}

.footer_contact_info h6 {
    margin-bottom: 14px;
}
.footer_contact_info p span {
    display: inline-block;
    min-width: 60px;
    font-size: 1.4rem;
}


.footer_contact_info p {
    margin-bottom: 0;
    margin-top: 17px;
}

.footer .column_menu.common_menu ul.submenu.level-1 > li > a {
    color: #fff;
    font-family: Aeonik,sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    padding: 0;
    white-space: nowrap;
    margin-bottom: 2px;
    display: block;
}
.footer .column_menu.common_menu ul ul li a {
    padding: 8px 0 0;
    display: block;
}

.footer .column_menu.common_menu ul ul li {
    margin: 0;
}
.footer .column_menu.common_menu.column_4 ul.submenu.level-1>li {
    margin-bottom: 13px;
}
.footer .column_menu.common_menu.column_4 ul.submenu.level-1 {
    position: relative;
    margin-top: -2px;
}
.footer .column_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer .column_menu ul li {
    background-image: none;
    padding: 0;
}
.footer .column_menu ul li a {
    text-decoration: none;
    font-family: NeueHaasUnicaW1G,sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    padding-top: 8px;
    display: block;
}
.footer .column_menu ul li a:hover {
    text-decoration: underline;
}
.footer .column_menu.column_5 ul li {
    display: inline-block;
    margin-right: 24px;
    margin-bottom: 0;
}
.footer .column_menu ul li a[target="_blank"]:after {
    display: inline-block;
    content: "";
    margin-left: 10px;
    vertical-align: middle;
    line-height: normal;
    width: 12px;
    height: 12px;
    background: url(//22384225.fs1.hubspotusercontent-na1.net/hubfs/22384225/raw_assets/public/DigitalCommerceBank_October_2022/images/menu_arrow.svg) no-repeat 0 0;
    margin-top: -1px;
}

.column_wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.footer .column_menu .title {
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Aeonik,sans-serif;
    color: #FFF;
    line-height: 2.8rem;
}

.footer .column_menu.common_menu.column_1, 
.footer .column_menu.common_menu.column_2 {
    top: -2px;
    position: relative;
}
.footer .column_menu.column_1 ul.submenu.level-1>li>a, 
.footer .column_menu.column_2 ul.submenu.level-1>li>a {
    display: none;
}
.footer.no_navigation .footer_content {
    margin-bottom: 0;
}

@media (max-width:1023px) {
    footer.footer .content-wrapper {
        column-gap: 16px;
        max-width: 1440px;
        align-items: start;
        margin: 80px auto 0;
        padding: 56px 24px;
    }
    .footer_logo {
        order: 6;
        grid-column-start: 2;
        grid-column-end: 16;
        margin-bottom: 32px;
        width: 156px;
    }
    .footer_logo svg {
        width: 100%;
    }

    .footer .footer_logo_in {
        width: auto;
    }

    .footer .left_sect, .footer .right_sect {
        order: 5;
        grid-column-start: 7;
        grid-column-end: 16;
    }

    .footer .footer_content {
        grid-column-start: 6;
        grid-column-end: 16;
        grid-row-start: 1;
        grid-row-end: 2;
        margin-bottom: 62px;
        display: none;
    }
    .footer .column_menu.common_menu.column_4 ul.submenu.level-1 {
        margin-top: 0;
    }

    .footer .column_menu.common_menu.column_1, 
    .footer .column_menu.common_menu.column_2 {
        top: 0;
    }

    .footer .column_menu.column_1 {
        order: 0;
        grid-column-start: 2;
        grid-column-end: 6;
    }

    .footer .column_menu.column_2 {
        order: 1;
        grid-column-start: 7;
        grid-column-end: 12;
    }

    .footer .column_menu.column_3 {
        order: 4;
        grid-column-start: 2;
        grid-column-end: 6;
    }

    .footer .column_menu.column_4 {
        order: 2;
        grid-column-start: 12;
        grid-column-end: 16;
    }

    .footer .column_menu.column_5 {
        order: 7;
        grid-column-start: 2;
        grid-column-end: 16;
        margin-bottom: 56px;
        margin-top: 0;
    }

    .footer__copyright {
        order: 8;
        grid-column-start: 2;
        grid-column-end: 16;
        margin-top: 0;
    }


    .footer_contact_info {float: left;margin-right: 46px;}

    .footer .left_sect{
        order: 5;
        grid-column-start: 7;
        grid-column-end: 16;
        margin-bottom: 54px;
    }

    .footer_contact_info a {
        display: block;
        margin-bottom: 17px;
    }

    .footer_contact_info h6 {
        margin-bottom: 18px;
    }

    .footer .column_menu {
        margin-bottom: 56px;
    }
    .footer .column_menu.column_3, .footer .column_menu.column_4 {
        margin-bottom: 56px;
    }

    .footer .column_menu.column_1 {
        margin-bottom: 44px;
    }

    .footer .column_menu ul.submenu.level-1 >li {
        margin-bottom: 0;
    }
    .footer .social_links_wrap .footer_contact_info {
        top: -3px;
        float: none;
        margin-right: 0;
    }

    .footer .social_links_wrap .footer_contact_info a {
        display: inline-block;
        margin-bottom: 0;
    }
    .footer .social_links_wrap .footer_contact_info p {
        margin-top: 0;
    }
    .footer .social-links {
        margin-top: 17px;
    }
}


@media (max-width:768px) {
    .footer .column_menu ul li a {
        padding-top: 7px;
    }
}

@media (max-width:767px) {
    .footer_logo {
        width: 156px;
        order: 6;
        grid-column-start: 1;
        grid-column-end: 9;
        margin-bottom: 32px;
    }

    .footer .left_sect {
        order: 4;
        grid-column-start: 1;
        grid-column-end: 9;
        font-family: NeueHaasUnicaW1G,sans-serif;
        font-weight: 400;
        line-height: 2.4rem;
        font-size: 1.6rem;
        margin-bottom: 56px;
    }

    .footer .column_menu.column_1 {
        order: 1;
        grid-column-start: 1;
        grid-column-end: 5;
        margin-bottom: 44px;
    }

    .footer .column_menu.column_2 {
        order: 2;
        grid-column-start: 5;
        grid-column-end: 9;
    }

    .footer .column_menu.column_3 {
        order: 3;
        grid-column-start: 1;
        grid-column-end: 9;
        margin-bottom: 58px;
    }

    .footer .column_menu.column_4 {
        order: 0;
        grid-column-start: 1;
        grid-column-end: 9;
        margin-bottom: 56px;
    }

    footer.footer .content-wrapper {
        display: grid;
        grid-template-columns: repeat(8,1fr);
        column-gap: 16px;
        max-width: 1440px;
        align-items: start;
        margin: 80px auto 0;
        padding: 56px 24px;
    }

    .footer .column_menu.column_5 {
        order: 5;
        grid-column-start: 1;
        grid-column-end: 9;
        margin-bottom: 56px;
    }

    .footer__copyright {
        order: 7;
        grid-column-start: 1;
        grid-column-end: 9;
    }

    .footer .column_menu.column_5 ul li {
        display: block;
        margin-right: 0;
    }

    .footer .column_menu ul li a {
        padding-top: 8px;
    }

    .footer_contact_info {
        float: none;
    }

    .footer_contact_info a {
        margin-bottom: 18px;
    }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}



/* Css need to be merge */


.legal_page .fullWidth_row1 .widget-type-rich_text h2:not(:first-of-type) {
  margin-top: 56px;
}


.legal_page .fullWidth_row1 .widget-type-rich_text h2 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-top: 0;
  margin-bottom: 16px;
  letter-spacing: -.0025em;
  font-weight: 500;
}

.legal_page .fullWidth_row1 .widget-type-rich_text address {
  margin-top: 28px;
  margin-bottom: 28px;
  font-style:normal;
}


@media screen and (min-width:768px){

  .legal_page .fullWidth_row1 .span9 {
    margin-left: 0;
    width: 63.13%;
  }

  .legal_page .fullWidth_row1 .span2 {
    width: 12.1%;
  }

}
.about_row1 h1,
.businesFunding_row1 h1{
  color: #2b5bd4;
}

.get_started p{
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin:0;
  color: #4b4d65;
}

.fullWidth_page .row-fluid [class*=span],
.businesFunding_row1 .row-fluid [class*=span]{
  margin-left:0;
}

.fullWidth_row1 .dnd-section>.row-fluid,
.businesFunding_row1 .dnd-section>.row-fluid{
  padding: 0 15px;
}
ul.hs-breadcrumb-menu a:hover {
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
}
.funding_page .advanced_contnt .page-center {
  min-height: auto;
}
.get_started_page .hs-form .hs-form-field.hs-fieldtype-checkbox label.hs-form-checkbox-display input:focus + span:before {
  box-shadow: 0 0 0 .05em #fff,0 0 .15em .1em currentColor;
  content: "";
  height: 32px;
  width: 32px;
  display: block;
  position: absolute;
  left: -48px;
  top: -4px;
  border-radius: 0.25em;
}
.get_started_page .hs-form .hs-form-radio-display input:focus + span:before {
  box-shadow: 0 0 0 .05em #fff,0 0 .15em .1em currentColor;
  content: "";
  height: 32px;
  width: 32px;
  display: block;
  position: absolute;
  left: -43px;
  top: -3px;
  border-radius: 100%;
}
.about_row1 h2{
  margin-bottom: 16px;
  letter-spacing: -.0025em;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #0f0f31;
  margin-top: 56px;
}

.about_row1 h2:first-of-type {
  margin-top: 0;
}

.about_row1 .hs_cos_wrapper_type_header h2 {
  margin-top: 0;
  color: #0f0f31;
  font-size: 3.2rem;
  line-height: 4rem;
  margin-bottom: 16px;
  letter-spacing: -.01em;
  font-weight: 700;
}

.products-page {
  overflow-x: hidden;
}

ul.hs-breadcrumb-menu  li {
  padding: 0;
  margin: 0;
  background: none;
  float: none;
}

ul.hs-breadcrumb-menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-family: Aeonik,sans-serif;
  margin-bottom: 15px;
  font-size: 1.8rem;
  line-height: 2.8rem;
}

ul.hs-breadcrumb-menu a,
ul.hs-breadcrumb-menu li span.hs-breadcrumb-label{
  color: #4b4d65;
  text-decoration: none;
  font-weight: 500;
}

ul.hs-breadcrumb-menu li .hs-breadcrumb-menu-divider {
  display: inline-block;
  content: ">";
  width: 5px;
  height: 8px;
  margin: 0 15px;
  background: url(//22384225.fs1.hubspotusercontent-na1.net/hubfs/22384225/raw_assets/public/DigitalCommerceBank_October_2022/images/breadcrumb-icon.svg) no-repeat 0 0;
}

ul.hs-breadcrumb-menu li .hs-breadcrumb-menu-divider:before{
  display:none;
}

.businesFunding_row1 .span8, .businesFunding_row1 .span7,
.businesFunding_row1 .span9,
.businesFunding_row1 .span3{
  margin-left: 0;
}

.businesFunding_row1 h3 {
  margin-top: 56px;
}

.businesFunding_row1 address {
  margin-top: 28px;
  margin-bottom: 28px;
  font-style: normal;
}

.businesFunding_row1 h4 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #0f0f31;
  font-weight: 700;
  margin-bottom: 1.33em;
}

.busines_funding .hs_cos_wrapper_type_rich_text ol {
  margin: 1em;
  margin-left: 20px;
  padding-left: 40px;
  margin-right: 0;
}

.busines_funding .hs_cos_wrapper_type_rich_text ol li {
  padding-left: 20px;
  margin-bottom: 1.8rem;
  margin-top: 0;
}

.busines_funding .hs_cos_wrapper_type_rich_text ul {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 20px;
}

.busines_funding .hs_cos_wrapper_type_rich_text ul li {
  padding-left: 20px;
  margin-bottom: 1.8rem;
}

.agreement_page .hs_cos_wrapper_type_rich_text h2 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 500;
}

.agreement_page .hs_cos_wrapper_type_rich_text h2 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 500;
}

.agreement_page .hs_cos_wrapper_type_rich_text h2 a {
  cursor: auto;
}

.agreement_page .hs_cos_wrapper_type_rich_text h2 a[href] {
  cursor: pointer;
}

.agreement_page h1 {
  font-size: 3.2rem;
  line-height: 4rem;
  margin-bottom: 16px;
  letter-spacing: -.01em;
}


.funding_row1 .hs_cos_wrapper_type_rich_text p {
  color: #4b4d65;
  font-size: 1.8rem;
  line-height: 2.8rem;
}

.funding_row1 .hs_cos_wrapper_type_rich_text h1 {
  color: #2b5bd4;
  font-size: 3.2rem;
  line-height: 4rem;
  margin-bottom: 16px;
  letter-spacing: -.01em;
}

.hs_cos_wrapper_type_module>a.hs-button {
  display: inline-block;
  font-family: Aeonik,sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  border: 0;
  border-radius: 0;
  transition: background-position-y .12s,box-shadow .12s cubic-bezier(.2,.6,.6,1);
  color: #fff;
  padding: 18px 48px;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(0deg,#2249aa 50%,#212240 0);
  background-size: 100% 200%;
  background-position-y: 0;
}

.hs_cos_wrapper_type_module>a.hs-button:hover {
  text-decoration: none;
  background-position-y: 100%;
  cursor: pointer;
  background-position-y: 100%;
}

.funding_page .span4 h2 {
  font-size: 2rem;
  line-height: 2.8rem;
  margin-bottom: 16px;
  letter-spacing: -.0025em;
  font-weight: 500;
}

.funding_page a.hs-button{
  background: linear-gradient(0deg,#2249aa 50%,#2b5bd4 0);
  background-position-y: 0;
  background-size: 100% 200%;
  border: 0;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: Aeonik,sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 18px 48px;
  text-align: center;
  text-decoration: none;
  transition: background-position-y .12s,box-shadow .12s cubic-bezier(.2,.6,.6,1);
}

.funding_page a.hs-button:hover{
  text-decoration: none;
  background-position-y: 100%;
  cursor: pointer;
}


.product_row_1 .hs_cos_wrapper_type_header h2 {
  color: #2b5bd4;
  font-size: 3.2rem;
  line-height: 4rem;
  margin-bottom: 16px;
  letter-spacing: -.01em;
  margin-top: 0;
  font-family: Aeonik,sans-serif;
  font-weight: bold;
}

.product_row_1 .hs-form .hs-form-field > label {
  order: 1;
  font-size: 1.6rem;
  font-family: Aeonik,sans-serif;
  font-weight: 500;
  margin-bottom: 4px;
  margin-top: 14px;
  line-height: 2.8rem;
  display: inline-block;
}


.product_row_1 .hs-form .hs-form-field {
  margin-bottom: 12px;
}

small {
  font-size: 1.4rem;
  line-height: 2rem;
}

.funding_page a.cta_button {
  display: inline-block;
  font-family: Aeonik,sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  border: 0;
  border-radius: 0;
  transition: background-position-y .12s,box-shadow .12s cubic-bezier(.2,.6,.6,1);
  background: linear-gradient(0deg,#2249aa 50%,#2b5bd4 0);
  background-size: 100% 200%;
  background-position-y: 0;
  color: #fff;
  padding: 18px 48px;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(0deg,#2249aa 50%,#212240 0);
  background-size: 100% 200%;
  background-position-y: 0;
}

.funding_page a.cta_button:hover {
  background-position-y: 100%;
}

.funding_page a.cta_button:active {
  background: #2249aa;
}

.get_api .content_box {
  padding: 0 12.5px;
}

.get_started_page .hs-form .hs-form-radio-display {
  display: grid;
  place-items: center;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  border: 0.2em solid;
  transform: translateY(-0.1em);
}

.get_started_page .hs-form .hs-form-radio-display:before {
  content: "";
  width: 1em;
  height: 1em;
  box-shadow: inset 1em 1em #000;
  border-radius: 50%;
  transition: transform .18s ease-in-out;
  transform: scale(0);
}

.get_started_page .hs-form .hs-form-radio-display input[type="radio"] {
  opacity: 0;
  width: 32px;
  height: 32px;
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: 1;
}

.get_started_page .hs-form .hs-form-radio-display > span:after {
  content: "";
  width: 1em;
  height: 1em;
  box-shadow: inset 1em 1em #000;
  border-radius: 50%;
  transition: transform .18s ease-in-out;
  transform: scale(0);
  position: absolute;
  top: 5px;
  left: -35px;
}

.get_started_page .hs-form .hs-form-radio-display > input:checked + span:after {
  transform: scale(1);
}

.get_started_page .hs-form .hs-form-radio-display {
  position: relative;
}

.get_started_page .hs-form .hs-form-radio-display > span {
  white-space: nowrap;
  position: absolute;
  left: 40px;
  top: 0;
}

.get_started_page .hs-form .hs-form-field.hs-fieldtype-radio > label,
.get_started_page .hs-form .hs-form-field.hs-fieldtype-checkbox > label {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-top: 0;
  color: #4b4d65;
}

.get_started_page .hs-form .hs-form-field > label {
  order: 1;
  font-size: 1.6rem;
  font-family: Aeonik,sans-serif;
  font-weight: 500;
  margin-bottom: 4px;
  margin-top: 14px;
  color: #000;
}

.get_started_page .hs-form .hs-form-field.hs-fieldtype-checkbox label.hs-form-checkbox-display {
  display: grid;
  height: 2em;
  place-items: center;
  width: 2em;
  position: relative;
  border-radius: 0.25em;
  border: 0.2em solid;
  transform: translateY(-0.25em);
  margin-bottom: 24px;
}

.get_started_page .hs-form .hs-form-field.hs-fieldtype-checkbox label.hs-form-checkbox-display:before {
  border-radius: 50%;
  content: "";
  height: 1em;
  transform: scale(0);
  transition: transform .18s ease-in-out;
  width: 1em;
}

.get_started_page .hs-form .hs-form-field.hs-fieldtype-checkbox label.hs-form-checkbox-display input {
  height: 32px;
  left: -3px;
  opacity: 0;
  position: absolute;
  top: -3px;
  width: 32px;
  z-index: 1;
}

.get_started_page .hs-form .hs-form-field.hs-fieldtype-checkbox label.hs-form-checkbox-display span {
  left: 45px;
  position: absolute;
  top: 0;
  white-space: nowrap;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.8rem;
}

.get_started_page .hs-form .hs-form-field.hs-fieldtype-checkbox label.hs-form-checkbox-display > span:after {
  content: "";
  height: 25.625px;
  left: -45px;
  position: absolute;
  top: 0;
  transform: scale(0);
  transition: transform .18s ease-in-out;
  width: 25.625px;
  transition: transform .1s ease-in 25ms;
  transform-origin: bottom left;
  background-image:url('//22384225.fs1.hubspotusercontent-na1.net/hubfs/22384225/raw_assets/public/DigitalCommerceBank_October_2022/images/checked-Icon.svg');
    }

.get_started_page .hs-form .hs-form-field.hs-fieldtype-checkbox {
  margin: 0;
}

.get_started_page .hs-form .hs-form-field.hs-fieldtype-checkbox li.hs-form-checkbox {
  margin: 0;
}
.products-page .button:focus {
    box-shadow: 0 0 0 2px rgb(249 144 55 / 40%);
}
.get_started_page .hs-form .hs-form-field.hs-fieldtype-checkbox label.hs-form-checkbox-display input:checked + span:after {
  transform: scale(1);
}

.products-page .hs-form ::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}

.products-page .content-with-top-icon .icons-item .description p a {
  color: rgb(247, 121, 94);
}

.products-page .get_api .content_box {
  padding: 0;
}

.get_api .buttonWrapper a:focus {
    box-shadow: 0 0 0 2px rgb(249 144 55 / 40%);
}

@media (min-width:768px){
  .fullWidth_page .span7{
    width: 50%;
  }
  .funding_page .get_api .content_box {
    padding: 0 12.5px;
  }
}

@media only screen and (min-width: 1024px){
  .about_row1 .hs_cos_wrapper_type_header h2{
    font-size: 4.8rem;
    line-height: 5.4rem;
    margin-bottom: 24px;
    letter-spacing: -.01em;
    margin-bottom: 56px;
  }

  .agreement_page .hs_cos_wrapper_type_rich_text h2{
    font-size: 3.2rem;
    line-height: 4rem;
    margin-bottom: 16px;
    letter-spacing: -.01em;
  }
  .agreement_page h1{
    font-size: 4.8rem;
    line-height: 5.4rem;
    margin-bottom: 24px;
    letter-spacing: -.01em;
  }

  .funding_row1 .hs_cos_wrapper_type_rich_text h1{
    font-size: 4.8rem;
    line-height: 5.4rem;
    margin-bottom: 24px;
    letter-spacing: -.01em;
  }

  .funding_page .span4 h2{
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: #0f0f31;
  }

  .product_row_1 .hs_cos_wrapper_type_header h2 {
    font-size: 4.8rem;
    line-height: 5.4rem;
    margin-bottom: 24px;
    letter-spacing: -.01em;
  }


}


@media (min-width:1280px){
  .fullWidth_page .span7{
    width: 49.646%;
  }

  .fullWidth_row1 .row-fluid .span2 {
    width: 12.7%;
  }

  .fullWidth_row1 .row-fluid .span8 {
    width: 74.47%;
  }

  .businesFunding_row1 .span2{
    width: 12.8%;
  }

  .businesFunding_row1 .span7{
    width: 62.06%;
  }
}

@media (min-width:768px) and (max-width:1279px){
  .fullWidth_page .row-fluid .span2 {
    width: 14.3%;
  }  

  .fullWidth_row1 .row-fluid .span2 {
    width: 12.5%;
  }

  .fullWidth_row1 .row-fluid .span7 {
    width: 74.82%;
  }

  .businesFunding_row1 .span2{
    width: 12.5%;
  }
  .businesFunding_row1 .span7{
    width: 62.4%;
  }
  /* 
  .funding_row1 .row-fluid .span2 {
  width: 13.6%;
}

  .funding_row1 .row-fluid .span8 {
  width: 50.88%;
} */


}

@media (max-width:767px){
  .businesFunding_row1 h1{
    font-size: 3.2rem;
    line-height: 4rem;
    margin-bottom: 16px;
    letter-spacing: -.01em;
  }

  .busines_funding .hs_cos_wrapper_type_rich_text ul {
    margin-left: 0;
  }

  .funding_page a.cta_button {
    display: block;
    box-sizing: border-box !important;
  }

  .get_api .content_box {
    padding: 0;
  }

  .get_started_page .fullWidth_row1 h1 {
    font-size: 3.2rem;
    line-height: 4rem;
    margin-bottom: 16px;
    letter-spacing: -.01em;
  }

  .legal_page .hs_cos_wrapper_type_header h1 {
    font-size: 3.2rem;
    line-height: 4rem;
    margin-bottom: 16px;
    letter-spacing: -.01em;
  }

  .legal_page .fullWidth_row1 .widget-type-rich_text h2 {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 16px;
    letter-spacing: -.0025em;
    font-weight: 500;
  }
  .busines_funding td {
    padding: 5px;
    word-break: keep-all;
  }
}

@media only screen and (min-width: 1024px){
  .hm_pg header.header .menu ul.submenu.level-1>li>a {
    color: #fff;
  }
  .hm_pg header.header .menu ul.submenu.level-1>li.has-submenu>a:after {
    border-top-color: hsla(0,0%,100%,.25);
  }
  .hm_pg header.header .menu ul.submenu.level-1>li>a:hover {
    background: rgba(69,124,247,.1);
    color: #F7F8FF;
  }
}
.hm_pg header.header .header_logo .index-module--symbolDPath--3lJRQ, .hm_pg header.header .header_logo .index-module--wordmarkPath--2AuIq {
  fill: #F7F8FF;
}

address {
  margin-bottom: 18px;
  font-style: normal;
}
.menu,  .trigger_menu {
pointer-events: all;
}
.header { pointer-events: none; }
.header .header_logo { pointer-events: all; }
.home_page .row-number-1 a:hover { text-decoration: none; }