@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;800;900&display=swap);

:root {
    --blue: #1362e2;
    --charcoal: #404241;
    --blue-foundation: #00132A;
    --grey-foundation: #F4FBFE;
    --red: #A72428;
    --yellow: #fff;
    --white: #fff;
    --gray: #949597;
    --gray-dark: #57585A;
    --primary: #fff;
    --secondary: #1362e2;
    --neutral: #fff;
    --success: #6EBD3F;
    --info: #17a2b8;
    --warning: #fff;
    --danger: #A72428;
    --light: #F6F6F6;
    --dark: #57585A;
    --breakpoint-xs: 0;
    --breakpoint-sm: 375px;
    --breakpoint-md: 767px;
    --breakpoint-lg: 1025px;
    --font-family-sans-serif: "Inter", Arial, sans-serif;
    --font-family-monospace: "Inter", Arial, sans-serif
}

*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: "Inter", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6d7680;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 30px
}

p {
    margin-top: 0;
    margin-bottom: 15px
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 800
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: 800
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #1362e2;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0d439b;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre,
code,
kbd,
samp {
    font-family: "Inter", Arial, sans-serif;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6d7680;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 1.2
}

h1,
.h1 {
    font-size: 2.5rem
}

h2,
.h2 {
    font-size: 2rem
}

h3,
.h3 {
    font-size: 1.75rem
}

h4,
.h4 {
    font-size: 1.5rem
}

h5,
.h5 {
    font-size: 1.25rem
}

h6,
.h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

small,
.small {
    font-size: 80%;
    font-weight: 400
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #949597
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 32px;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #949597
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #333;
    border-radius: 0
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 800
}

pre {
    display: block;
    font-size: 87.5%;
    color: #333
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 375px) {
    .container {
        max-width: 767px
    }
}

@media (min-width: 767px) {
    .container {
        max-width: 1025px
    }
}

@media (min-width: 1025px) {
    .container {
        max-width: 1440px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 375px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 767px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1025px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #6d7680
}

.table th,
.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #D8D8D8
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #D8D8D8
}

.table tbody+tbody {
    border-top: 2px solid #D8D8D8
}

.table-sm th,
.table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #D8D8D8
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #D8D8D8
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05)
}

.table-hover tbody tr:hover {
    color: #6d7680;
    background-color: rgba(0, 0, 0, 0.075)
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #fff
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
    border-color: #fff
}

.table-hover .table-primary:hover {
    background-color: #f2f2f2
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #f2f2f2
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #bdd3f7
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
    border-color: #84adf0
}

.table-hover .table-secondary:hover {
    background-color: #a6c4f4
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #a6c4f4
}

.table-neutral,
.table-neutral>th,
.table-neutral>td {
    background-color: #fff
}

.table-neutral th,
.table-neutral td,
.table-neutral thead th,
.table-neutral tbody+tbody {
    border-color: #fff
}

.table-hover .table-neutral:hover {
    background-color: #f2f2f2
}

.table-hover .table-neutral:hover>td,
.table-hover .table-neutral:hover>th {
    background-color: #f2f2f2
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #d6edc9
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
    border-color: #b4dd9b
}

.table-hover .table-success:hover {
    background-color: #c7e7b6
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #c7e7b6
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #bee5eb
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #fff
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
    border-color: #fff
}

.table-hover .table-warning:hover {
    background-color: #f2f2f2
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #f2f2f2
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #e6c2c3
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
    border-color: #d18d8f
}

.table-hover .table-danger:hover {
    background-color: #dfb0b1
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #dfb0b1
}

.table-light,
.table-light>th,
.table-light>td {
    background-color: #fcfcfc
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
    border-color: #fafafa
}

.table-hover .table-light:hover {
    background-color: #efefef
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #efefef
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #d0d0d1
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
    border-color: #a8a8a9
}

.table-hover .table-dark:hover {
    background-color: #c3c3c4
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #c3c3c4
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #57585A;
    border-color: #6a6b6d
}

.table .thead-light th {
    color: #6D6E71;
    background-color: #EAEAEA;
    border-color: #D8D8D8
}

.table-dark {
    color: #fff;
    background-color: #57585A
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #6a6b6d
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075)
}

@media (max-width: 374.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width: 766.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width: 1024.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6D6E71;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bbb;
    border-radius: 6px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #6D6E71;
    background-color: #fff;
    border-color: #949597;
    outline: 0;
    box-shadow: none
}

.form-control::placeholder {
    color: #949597;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #EAEAEA;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #6D6E71;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #6d7680;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0
}

select.form-control[size],
select.form-control[multiple] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 20px
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6d7680
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #CECECE
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #333;
    background-color: rgba(206, 206, 206, 0.9);
    border-radius: 32px
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #CECECE;
    padding-right: calc(1.5em + .75rem);
    background-image: none;
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #CECECE;
    box-shadow: 0 0 0 .2rem rgba(206, 206, 206, 0.25)
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #CECECE;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%2357585A' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, none #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #CECECE;
    box-shadow: 0 0 0 .2rem rgba(206, 206, 206, 0.25)
}

.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #CECECE
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #CECECE
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    border-color: #CECECE
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    border-color: #e8e8e8;
    background-color: #e8e8e8
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(206, 206, 206, 0.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #CECECE
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #CECECE
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #CECECE;
    box-shadow: 0 0 0 .2rem rgba(206, 206, 206, 0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #A72428
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(167, 36, 40, 0.9);
    border-radius: 32px
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #A72428;
    padding-right: calc(1.5em + .75rem);
    background-image: none;
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #A72428;
    box-shadow: 0 0 0 .2rem rgba(167, 36, 40, 0.25)
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #A72428;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%2357585A' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, none #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #A72428;
    box-shadow: 0 0 0 .2rem rgba(167, 36, 40, 0.25)
}

.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #A72428
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #A72428
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    border-color: #A72428
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    border-color: #d12d32;
    background-color: #d12d32
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(167, 36, 40, 0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #A72428
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #A72428
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #A72428;
    box-shadow: 0 0 0 .2rem rgba(167, 36, 40, 0.25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 375px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #6d7680;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 32px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #6d7680;
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: none
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #333;
    background-color: #fff;
    border-color: #fff
}

.btn-primary:hover {
    color: #333;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(224, 224, 224, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #333;
    background-color: #fff;
    border-color: #fff
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(224, 224, 224, 0.5)
}

.btn-secondary {
    color: #fff;
    background-color: #1362e2;
    border-color: #1362e2
}

.btn-secondary:hover {
    color: #fff;
    background-color: #1053bf;
    border-color: #0f4eb3
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(54, 122, 230, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #1362e2;
    border-color: #1362e2
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #0f4eb3;
    border-color: #0e49a7
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(54, 122, 230, 0.5)
}

.btn-neutral {
    color: #333;
    background-color: #fff;
    border-color: #fff
}

.btn-neutral:hover {
    color: #333;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn-neutral:focus,
.btn-neutral.focus {
    box-shadow: 0 0 0 .2rem rgba(224, 224, 224, 0.5)
}

.btn-neutral.disabled,
.btn-neutral:disabled {
    color: #333;
    background-color: #fff;
    border-color: #fff
}

.btn-neutral:not(:disabled):not(.disabled):active,
.btn-neutral:not(:disabled):not(.disabled).active,
.show>.btn-neutral.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn-neutral:not(:disabled):not(.disabled):active:focus,
.btn-neutral:not(:disabled):not(.disabled).active:focus,
.show>.btn-neutral.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(224, 224, 224, 0.5)
}

.btn-success {
    color: #333;
    background-color: #6EBD3F;
    border-color: #6EBD3F
}

.btn-success:hover {
    color: #fff;
    background-color: #5da035;
    border-color: #589732
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 .2rem rgba(101, 168, 61, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #333;
    background-color: #6EBD3F;
    border-color: #6EBD3F
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #589732;
    border-color: #528d2f
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(101, 168, 61, 0.5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}

.btn-warning {
    color: #333;
    background-color: #fff;
    border-color: #fff
}

.btn-warning:hover {
    color: #333;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(224, 224, 224, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #333;
    background-color: #fff;
    border-color: #fff
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(224, 224, 224, 0.5)
}

.btn-danger {
    color: #fff;
    background-color: #A72428;
    border-color: #A72428
}

.btn-danger:hover {
    color: #fff;
    background-color: #881d20;
    border-color: #7d1b1e
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(180, 69, 72, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #A72428;
    border-color: #A72428
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #7d1b1e;
    border-color: #73191b
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(180, 69, 72, 0.5)
}

.btn-light {
    color: #333;
    background-color: #F6F6F6;
    border-color: #F6F6F6
}

.btn-light:hover {
    color: #333;
    background-color: #e3e3e3;
    border-color: #ddd
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 .2rem rgba(217, 217, 217, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #333;
    background-color: #F6F6F6;
    border-color: #F6F6F6
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #333;
    background-color: #ddd;
    border-color: #d6d6d6
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(217, 217, 217, 0.5)
}

.btn-dark {
    color: #fff;
    background-color: #57585A;
    border-color: #57585A
}

.btn-dark:hover {
    color: #fff;
    background-color: #444547;
    border-color: #3e3f40
}

.btn-dark:focus,
.btn-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(112, 113, 115, 0.5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #57585A;
    border-color: #57585A
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #3e3f40;
    border-color: #38383a
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(112, 113, 115, 0.5)
}

.btn-outline-primary {
    color: #fff;
    border-color: #fff
}

.btn-outline-primary:hover {
    color: #333;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #fff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #333;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-outline-secondary {
    color: #1362e2;
    border-color: #1362e2
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #1362e2;
    border-color: #1362e2
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(19, 98, 226, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #1362e2;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #1362e2;
    border-color: #1362e2
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(19, 98, 226, 0.5)
}

.btn-outline-neutral {
    color: #fff;
    border-color: #fff
}

.btn-outline-neutral:hover {
    color: #333;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-neutral:focus,
.btn-outline-neutral.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-outline-neutral.disabled,
.btn-outline-neutral:disabled {
    color: #fff;
    background-color: transparent
}

.btn-outline-neutral:not(:disabled):not(.disabled):active,
.btn-outline-neutral:not(:disabled):not(.disabled).active,
.show>.btn-outline-neutral.dropdown-toggle {
    color: #333;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-neutral:not(:disabled):not(.disabled):active:focus,
.btn-outline-neutral:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-neutral.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-outline-success {
    color: #6EBD3F;
    border-color: #6EBD3F
}

.btn-outline-success:hover {
    color: #333;
    background-color: #6EBD3F;
    border-color: #6EBD3F
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 .2rem rgba(110, 189, 63, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #6EBD3F;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #333;
    background-color: #6EBD3F;
    border-color: #6EBD3F
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(110, 189, 63, 0.5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-warning {
    color: #fff;
    border-color: #fff
}

.btn-outline-warning:hover {
    color: #333;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #fff;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #333;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-outline-danger {
    color: #A72428;
    border-color: #A72428
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #A72428;
    border-color: #A72428
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(167, 36, 40, 0.5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #A72428;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #A72428;
    border-color: #A72428
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(167, 36, 40, 0.5)
}

.btn-outline-light {
    color: #F6F6F6;
    border-color: #F6F6F6
}

.btn-outline-light:hover {
    color: #333;
    background-color: #F6F6F6;
    border-color: #F6F6F6
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 .2rem rgba(246, 246, 246, 0.5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #F6F6F6;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #333;
    background-color: #F6F6F6;
    border-color: #F6F6F6
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(246, 246, 246, 0.5)
}

.btn-outline-dark {
    color: #57585A;
    border-color: #57585A
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #57585A;
    border-color: #57585A
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(87, 88, 90, 0.5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #57585A;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #57585A;
    border-color: #57585A
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(87, 88, 90, 0.5)
}

.btn-link {
    font-weight: 400;
    color: #1362e2;
    text-decoration: none
}

.btn-link:hover {
    color: #0d439b;
    text-decoration: underline
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    box-shadow: none
}

.btn-link:disabled,
.btn-link.disabled {
    color: #949597;
    pointer-events: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0
}

.btn-sm,
.btn-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #6d7680;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 6px
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 375px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 767px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1025px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #CECECE
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #1362e2;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #1362e2;
    text-decoration: none;
    background-color: none
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #fff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #949597;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #949597;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #1362e2
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
    z-index: 1
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
    margin-left: -1px
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-prepend,
.input-group-append {
    display: flex
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6D6E71;
    text-align: center;
    white-space: nowrap;
    background-color: #EAEAEA;
    border: 1px solid #bbb;
    border-radius: 6px
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none
}

.nav-link.disabled {
    color: #949597;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid none
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: none
}

.nav-tabs .nav-link.disabled {
    color: #949597;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #000;
    background-color: #F6F6F6;
    border-color: none
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: 32px
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #fff
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 32px
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width: 374.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 375px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 766.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 767px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 1024.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1025px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 32px
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px
}

.card-body {
    flex: 1 1 auto;
    padding: 40px 0
}

.card-title {
    margin-bottom: 20px
}

.card-subtitle {
    margin-top: -10px;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 40px 0
}

.card-header {
    padding: 20px 40px 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

.card-header:first-child {
    border-radius: calc(32px - 1px) calc(32px - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: 20px 40px 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(32px - 1px) calc(32px - 1px)
}

.card-header-tabs {
    margin-right: -40px 0/2;
    margin-bottom: -20px;
    margin-left: -40px 0/2;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -40px 0/2;
    margin-left: -40px 0/2
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(32px - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(32px - 1px);
    border-top-right-radius: calc(32px - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(32px - 1px);
    border-bottom-left-radius: calc(32px - 1px)
}

.card-deck {
    display: flex;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 10px
}

@media (min-width: 375px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -10px;
        margin-left: -10px
    }

    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 10px;
        margin-bottom: 0;
        margin-left: 10px
    }
}

.card-group {
    display: flex;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 10px
}

@media (min-width: 375px) {
    .card-group {
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: 20px
}

@media (min-width: 375px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card .card-header {
    margin-bottom: -1px
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: none;
    border-radius: 32px
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #949597;
    content: "|"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #949597
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 32px
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #1362e2;
    background-color: #fff;
    border: 1px solid #D8D8D8
}

.page-link:hover {
    z-index: 2;
    color: #0d439b;
    text-decoration: none;
    background-color: #EAEAEA;
    border-color: #D8D8D8
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px
}

.page-item:last-child .page-link {
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

.page-item.disabled .page-link {
    color: #949597;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #D8D8D8
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #6D6E71;
    text-align: inherit
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #6D6E71;
    text-decoration: none;
    background-color: #F6F6F6
}

.list-group-item-action:active {
    color: #6d7680;
    background-color: #EAEAEA
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125)
}

.list-group-item:first-child {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #949597;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
}

.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 0
}

@media (min-width: 375px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 32px;
        border-bottom-left-radius: 32px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 32px;
        border-bottom-right-radius: 32px;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 767px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 32px;
        border-bottom-left-radius: 32px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 32px;
        border-bottom-right-radius: 32px;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 1025px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 32px;
        border-bottom-left-radius: 32px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 32px;
        border-bottom-right-radius: 32px;
        border-bottom-left-radius: 0
    }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #858585;
    background-color: #fff
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #858585;
    background-color: #f2f2f2
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585
}

.list-group-item-secondary {
    color: #0a3376;
    background-color: #bdd3f7
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #0a3376;
    background-color: #a6c4f4
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #0a3376;
    border-color: #0a3376
}

.list-group-item-neutral {
    color: #858585;
    background-color: #fff
}

.list-group-item-neutral.list-group-item-action:hover,
.list-group-item-neutral.list-group-item-action:focus {
    color: #858585;
    background-color: #f2f2f2
}

.list-group-item-neutral.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585
}

.list-group-item-success {
    color: #396221;
    background-color: #d6edc9
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #396221;
    background-color: #c7e7b6
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #396221;
    border-color: #396221
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #858585;
    background-color: #fff
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #858585;
    background-color: #f2f2f2
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585
}

.list-group-item-danger {
    color: #571315;
    background-color: #e6c2c3
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #571315;
    background-color: #dfb0b1
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #571315;
    border-color: #571315
}

.list-group-item-light {
    color: gray;
    background-color: #fcfcfc
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: gray;
    background-color: #efefef
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: gray;
    border-color: gray
}

.list-group-item-dark {
    color: #2d2e2f;
    background-color: #d0d0d1
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #2d2e2f;
    background-color: #c3c3c4
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #2d2e2f;
    border-color: #2d2e2f
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #D8D8D8;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #D8D8D8;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 375px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 1025px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

.modal-xl {
    max-width: 1140px
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s .6s opacity
}

@media (prefers-reduced-motion: reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity 0.15s ease
}

@media (prefers-reduced-motion: reduce) {

    .carousel-control-prev,
    .carousel-control-next {
        transition: none
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #fff !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #e6e6e6 !important
}

.bg-secondary {
    background-color: #1362e2 !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #0f4eb3 !important
}

.bg-neutral {
    background-color: #fff !important
}

a.bg-neutral:hover,
a.bg-neutral:focus,
button.bg-neutral:hover,
button.bg-neutral:focus {
    background-color: #e6e6e6 !important
}

.bg-success {
    background-color: #6EBD3F !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #589732 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #fff !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #e6e6e6 !important
}

.bg-danger {
    background-color: #A72428 !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #7d1b1e !important
}

.bg-light {
    background-color: #F6F6F6 !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #ddd !important
}

.bg-dark {
    background-color: #57585A !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #3e3f40 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #D8D8D8 !important
}

.border-top {
    border-top: 1px solid #D8D8D8 !important
}

.border-right {
    border-right: 1px solid #D8D8D8 !important
}

.border-bottom {
    border-bottom: 1px solid #D8D8D8 !important
}

.border-left {
    border-left: 1px solid #D8D8D8 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #fff !important
}

.border-secondary {
    border-color: #1362e2 !important
}

.border-neutral {
    border-color: #fff !important
}

.border-success {
    border-color: #6EBD3F !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #fff !important
}

.border-danger {
    border-color: #A72428 !important
}

.border-light {
    border-color: #F6F6F6 !important
}

.border-dark {
    border-color: #57585A !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: 0 !important
}

.rounded {
    border-radius: 32px !important
}

.rounded-top {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important
}

.rounded-right {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important
}

.rounded-bottom {
    border-bottom-right-radius: 32px !important;
    border-bottom-left-radius: 32px !important
}

.rounded-left {
    border-top-left-radius: 32px !important;
    border-bottom-left-radius: 32px !important
}

.rounded-lg {
    border-radius: 0 !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 375px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 767px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1025px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 375px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 767px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1025px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 375px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 767px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 1025px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm,
.heartland-promo.hero-with-embedded-promos .text-container {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 2rem !important
}

.mt-5,
.my-5 {
    margin-top: 2rem !important
}

.mr-5,
.mx-5 {
    margin-right: 2rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 2rem !important
}

.ml-5,
.mx-5 {
    margin-left: 2rem !important
}

.m-6 {
    margin: 3rem !important
}

.mt-6,
.my-6 {
    margin-top: 3rem !important
}

.mr-6,
.mx-6 {
    margin-right: 3rem !important
}

.mb-6,
.my-6 {
    margin-bottom: 3rem !important
}

.ml-6,
.mx-6 {
    margin-left: 3rem !important
}

.m-7 {
    margin: 5rem !important
}

.mt-7,
.my-7 {
    margin-top: 5rem !important
}

.mr-7,
.mx-7 {
    margin-right: 5rem !important
}

.mb-7,
.my-7 {
    margin-bottom: 5rem !important
}

.ml-7,
.mx-7 {
    margin-left: 5rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 2rem !important
}

.pt-5,
.py-5 {
    padding-top: 2rem !important
}

.pr-5,
.px-5 {
    padding-right: 2rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 2rem !important
}

.pl-5,
.px-5 {
    padding-left: 2rem !important
}

.p-6 {
    padding: 3rem !important
}

.pt-6,
.py-6 {
    padding-top: 3rem !important
}

.pr-6,
.px-6 {
    padding-right: 3rem !important
}

.pb-6,
.py-6 {
    padding-bottom: 3rem !important
}

.pl-6,
.px-6 {
    padding-left: 3rem !important
}

.p-7 {
    padding: 5rem !important
}

.pt-7,
.py-7 {
    padding-top: 5rem !important
}

.pr-7,
.px-7 {
    padding-right: 5rem !important
}

.pb-7,
.py-7 {
    padding-bottom: 5rem !important
}

.pl-7,
.px-7 {
    padding-left: 5rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -2rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -2rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -2rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -2rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -2rem !important
}

.m-n6 {
    margin: -3rem !important
}

.mt-n6,
.my-n6 {
    margin-top: -3rem !important
}

.mr-n6,
.mx-n6 {
    margin-right: -3rem !important
}

.mb-n6,
.my-n6 {
    margin-bottom: -3rem !important
}

.ml-n6,
.mx-n6 {
    margin-left: -3rem !important
}

.m-n7 {
    margin: -5rem !important
}

.mt-n7,
.my-n7 {
    margin-top: -5rem !important
}

.mr-n7,
.mx-n7 {
    margin-right: -5rem !important
}

.mb-n7,
.my-n7 {
    margin-bottom: -5rem !important
}

.ml-n7,
.mx-n7 {
    margin-left: -5rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 375px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 2rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 2rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 2rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 2rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 2rem !important
    }

    .m-sm-6 {
        margin: 3rem !important
    }

    .mt-sm-6,
    .my-sm-6 {
        margin-top: 3rem !important
    }

    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 3rem !important
    }

    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 3rem !important
    }

    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 3rem !important
    }

    .m-sm-7 {
        margin: 5rem !important
    }

    .mt-sm-7,
    .my-sm-7 {
        margin-top: 5rem !important
    }

    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 5rem !important
    }

    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 5rem !important
    }

    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 5rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 2rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 2rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 2rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 2rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 2rem !important
    }

    .p-sm-6 {
        padding: 3rem !important
    }

    .pt-sm-6,
    .py-sm-6 {
        padding-top: 3rem !important
    }

    .pr-sm-6,
    .px-sm-6 {
        padding-right: 3rem !important
    }

    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 3rem !important
    }

    .pl-sm-6,
    .px-sm-6 {
        padding-left: 3rem !important
    }

    .p-sm-7 {
        padding: 5rem !important
    }

    .pt-sm-7,
    .py-sm-7 {
        padding-top: 5rem !important
    }

    .pr-sm-7,
    .px-sm-7 {
        padding-right: 5rem !important
    }

    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 5rem !important
    }

    .pl-sm-7,
    .px-sm-7 {
        padding-left: 5rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -2rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -2rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -2rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -2rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -2rem !important
    }

    .m-sm-n6 {
        margin: -3rem !important
    }

    .mt-sm-n6,
    .my-sm-n6 {
        margin-top: -3rem !important
    }

    .mr-sm-n6,
    .mx-sm-n6 {
        margin-right: -3rem !important
    }

    .mb-sm-n6,
    .my-sm-n6 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n6,
    .mx-sm-n6 {
        margin-left: -3rem !important
    }

    .m-sm-n7 {
        margin: -5rem !important
    }

    .mt-sm-n7,
    .my-sm-n7 {
        margin-top: -5rem !important
    }

    .mr-sm-n7,
    .mx-sm-n7 {
        margin-right: -5rem !important
    }

    .mb-sm-n7,
    .my-sm-n7 {
        margin-bottom: -5rem !important
    }

    .ml-sm-n7,
    .mx-sm-n7 {
        margin-left: -5rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 767px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 2rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 2rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 2rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 2rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 2rem !important
    }

    .m-md-6 {
        margin: 3rem !important
    }

    .mt-md-6,
    .my-md-6 {
        margin-top: 3rem !important
    }

    .mr-md-6,
    .mx-md-6 {
        margin-right: 3rem !important
    }

    .mb-md-6,
    .my-md-6 {
        margin-bottom: 3rem !important
    }

    .ml-md-6,
    .mx-md-6 {
        margin-left: 3rem !important
    }

    .m-md-7 {
        margin: 5rem !important
    }

    .mt-md-7,
    .my-md-7 {
        margin-top: 5rem !important
    }

    .mr-md-7,
    .mx-md-7 {
        margin-right: 5rem !important
    }

    .mb-md-7,
    .my-md-7 {
        margin-bottom: 5rem !important
    }

    .ml-md-7,
    .mx-md-7 {
        margin-left: 5rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 2rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 2rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 2rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 2rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 2rem !important
    }

    .p-md-6 {
        padding: 3rem !important
    }

    .pt-md-6,
    .py-md-6 {
        padding-top: 3rem !important
    }

    .pr-md-6,
    .px-md-6 {
        padding-right: 3rem !important
    }

    .pb-md-6,
    .py-md-6 {
        padding-bottom: 3rem !important
    }

    .pl-md-6,
    .px-md-6 {
        padding-left: 3rem !important
    }

    .p-md-7 {
        padding: 5rem !important
    }

    .pt-md-7,
    .py-md-7 {
        padding-top: 5rem !important
    }

    .pr-md-7,
    .px-md-7 {
        padding-right: 5rem !important
    }

    .pb-md-7,
    .py-md-7 {
        padding-bottom: 5rem !important
    }

    .pl-md-7,
    .px-md-7 {
        padding-left: 5rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -2rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -2rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -2rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -2rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -2rem !important
    }

    .m-md-n6 {
        margin: -3rem !important
    }

    .mt-md-n6,
    .my-md-n6 {
        margin-top: -3rem !important
    }

    .mr-md-n6,
    .mx-md-n6 {
        margin-right: -3rem !important
    }

    .mb-md-n6,
    .my-md-n6 {
        margin-bottom: -3rem !important
    }

    .ml-md-n6,
    .mx-md-n6 {
        margin-left: -3rem !important
    }

    .m-md-n7 {
        margin: -5rem !important
    }

    .mt-md-n7,
    .my-md-n7 {
        margin-top: -5rem !important
    }

    .mr-md-n7,
    .mx-md-n7 {
        margin-right: -5rem !important
    }

    .mb-md-n7,
    .my-md-n7 {
        margin-bottom: -5rem !important
    }

    .ml-md-n7,
    .mx-md-n7 {
        margin-left: -5rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1025px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 2rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 2rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 2rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 2rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 2rem !important
    }

    .m-lg-6 {
        margin: 3rem !important
    }

    .mt-lg-6,
    .my-lg-6 {
        margin-top: 3rem !important
    }

    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 3rem !important
    }

    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 3rem !important
    }

    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 3rem !important
    }

    .m-lg-7 {
        margin: 5rem !important
    }

    .mt-lg-7,
    .my-lg-7 {
        margin-top: 5rem !important
    }

    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 5rem !important
    }

    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 5rem !important
    }

    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 5rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 2rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 2rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 2rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 2rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 2rem !important
    }

    .p-lg-6 {
        padding: 3rem !important
    }

    .pt-lg-6,
    .py-lg-6 {
        padding-top: 3rem !important
    }

    .pr-lg-6,
    .px-lg-6 {
        padding-right: 3rem !important
    }

    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 3rem !important
    }

    .pl-lg-6,
    .px-lg-6 {
        padding-left: 3rem !important
    }

    .p-lg-7 {
        padding: 5rem !important
    }

    .pt-lg-7,
    .py-lg-7 {
        padding-top: 5rem !important
    }

    .pr-lg-7,
    .px-lg-7 {
        padding-right: 5rem !important
    }

    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 5rem !important
    }

    .pl-lg-7,
    .px-lg-7 {
        padding-left: 5rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -2rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -2rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -2rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -2rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -2rem !important
    }

    .m-lg-n6 {
        margin: -3rem !important
    }

    .mt-lg-n6,
    .my-lg-n6 {
        margin-top: -3rem !important
    }

    .mr-lg-n6,
    .mx-lg-n6 {
        margin-right: -3rem !important
    }

    .mb-lg-n6,
    .my-lg-n6 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n6,
    .mx-lg-n6 {
        margin-left: -3rem !important
    }

    .m-lg-n7 {
        margin: -5rem !important
    }

    .mt-lg-n7,
    .my-lg-n7 {
        margin-top: -5rem !important
    }

    .mr-lg-n7,
    .mx-lg-n7 {
        margin-right: -5rem !important
    }

    .mb-lg-n7,
    .my-lg-n7 {
        margin-bottom: -5rem !important
    }

    .ml-lg-n7,
    .mx-lg-n7 {
        margin-left: -5rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: "Inter", Arial, sans-serif !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 375px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 767px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 1025px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 800 !important
}

.font-weight-bolder {
    font-weight: 800 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #fff !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #d9d9d9 !important
}

.text-secondary {
    color: #1362e2 !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #0d439b !important
}

.text-neutral {
    color: #fff !important
}

a.text-neutral:hover,
a.text-neutral:focus {
    color: #d9d9d9 !important
}

.text-success {
    color: #6EBD3F !important
}

a.text-success:hover,
a.text-success:focus {
    color: #4d842c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important
}

.text-warning {
    color: #fff !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #d9d9d9 !important
}

.text-danger {
    color: #A72428 !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #681619 !important
}

.text-light {
    color: #F6F6F6 !important
}

a.text-light:hover,
a.text-light:focus {
    color: #d0d0d0 !important
}

.text-dark {
    color: #57585A !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #313233 !important
}

.text-body {
    color: #6d7680 !important
}

.text-muted {
    color: #6d7680 !important
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    pre,
    blockquote {
        border: 1px solid #bbb;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 1025px !important
    }

    .container {
        min-width: 1025px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #D8D8D8 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #D8D8D8
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #D8D8D8
    }
}

h1 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Inter", Arial, sans-serif;
    font-weight: 800;
    color: #203645;
    font-size: 42px;
    letter-spacing: -.02rem;
    line-height: 1.2em
}

@media (min-width: 767px) {
    h1 {
        font-size: 55px;
        line-height: 1.2em
    }
}

@media (min-width: 1025px) {
    h1 {
        font-size: 62px;
        line-height: 1.2em
    }
}

h1.uppercase {
    text-transform: uppercase
}

h1.primary,
h1 .primary {
    color: #fff
}

h1.secondary,
h1 .secondary {
    color: #1362e2
}

h1.neutral,
h1 .neutral {
    color: #fff
}

h1.white,
h1 .white {
    color: #fff
}

h1.primary-1,
h1 .primary-1 {
    color: #da1a32
}

h1.primary-2,
h1 .primary-2 {
    color: #1362e2
}

h1.primary-3,
h1 .primary-3 {
    color: #003B71
}

h1.primary-4,
h1 .primary-4 {
    color: #d8d8d8
}

h1.primary-5,
h1 .primary-5 {
    color: #6d7680
}

h1.primary-6,
h1 .primary-6 {
    color: #259f9f
}

h1.normal {
    font-weight: 400
}

.rich-text h1 {
    margin-top: 30px;
    margin-bottom: 30px
}

.rich-text h1:nth-last-of-type(1) {
    margin-top: 0
}

h1.h1-twoline {
    color: #fff;
    font-size: 62px;
    letter-spacing: -.02rem;
    line-height: 60px
}

@media (min-width: 767px) {
    h1.h1-twoline {
        font-size: 82px;
        line-height: 80px
    }
}

@media (min-width: 1025px) {
    h1.h1-twoline {
        font-size: 82px;
        line-height: 80px
    }
}

h1.h1-twoline span {
    display: block
}

h1.plus {
    font-size: 85px
}

.h1-giant-override {
    font-size: 82px !important
}

@media (max-width: 1024.98px) {
    .mobile-header-fix h1 {
        font-size: 32px !important
    }
}

.h2-override,
h2 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Inter", Arial, sans-serif;
    font-weight: 800;
    color: #203645;
    font-size: 32px;
    letter-spacing: -.02rem;
    line-height: 1.2em
}

@media (min-width: 767px) {

    .h2-override,
    h2 {
        font-size: 38px;
        line-height: 1.2em
    }
}

@media (min-width: 1025px) {

    .h2-override,
    h2 {
        font-size: 45px;
        line-height: 1.2em
    }
}

.h2-override.uppercase,
h2.uppercase {
    text-transform: uppercase
}

.h2-override.primary,
.h2-override .primary,
h2.primary,
h2 .primary {
    color: #fff
}

.h2-override.secondary,
.h2-override .secondary,
h2.secondary,
h2 .secondary {
    color: #1362e2
}

.h2-override.neutral,
.h2-override .neutral,
h2.neutral,
h2 .neutral {
    color: #fff
}

.h2-override.white,
.h2-override .white,
h2.white,
h2 .white {
    color: #fff
}

.h2-override.primary-1,
.h2-override .primary-1,
h2.primary-1,
h2 .primary-1 {
    color: #da1a32
}

.h2-override.primary-2,
.h2-override .primary-2,
h2.primary-2,
h2 .primary-2 {
    color: #1362e2
}

.h2-override.primary-3,
.h2-override .primary-3,
h2.primary-3,
h2 .primary-3 {
    color: #003B71
}

.h2-override.primary-4,
.h2-override .primary-4,
h2.primary-4,
h2 .primary-4 {
    color: #d8d8d8
}

.h2-override.primary-5,
.h2-override .primary-5,
h2.primary-5,
h2 .primary-5 {
    color: #6d7680
}

.h2-override.primary-6,
.h2-override .primary-6,
h2.primary-6,
h2 .primary-6 {
    color: #259f9f
}

.h2-override.normal,
h2.normal {
    font-weight: 400
}

.rich-text .h2-override,
.rich-text h2 {
    margin-top: 25px;
    margin-bottom: 25px
}

.rich-text .h2-override:nth-last-of-type(1),
.rich-text h2:nth-last-of-type(1) {
    margin-top: 0
}

.h3-override,
h3 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Inter", Arial, sans-serif;
    font-weight: 800;
    color: #203645;
    font-size: 25px;
    letter-spacing: -.02rem;
    line-height: 1.2em
}

@media (min-width: 767px) {

    .h3-override,
    h3 {
        font-size: 32px;
        line-height: 1.2em
    }
}

@media (min-width: 1025px) {

    .h3-override,
    h3 {
        font-size: 32px;
        line-height: 1.2em
    }
}

.h3-override.uppercase,
h3.uppercase {
    text-transform: uppercase
}

.h3-override.primary,
.h3-override .primary,
h3.primary,
h3 .primary {
    color: #fff
}

.h3-override.secondary,
.h3-override .secondary,
h3.secondary,
h3 .secondary {
    color: #1362e2
}

.h3-override.neutral,
.h3-override .neutral,
h3.neutral,
h3 .neutral {
    color: #fff
}

.h3-override.white,
.h3-override .white,
h3.white,
h3 .white {
    color: #fff
}

.h3-override.primary-1,
.h3-override .primary-1,
h3.primary-1,
h3 .primary-1 {
    color: #da1a32
}

.h3-override.primary-2,
.h3-override .primary-2,
h3.primary-2,
h3 .primary-2 {
    color: #1362e2
}

.h3-override.primary-3,
.h3-override .primary-3,
h3.primary-3,
h3 .primary-3 {
    color: #003B71
}

.h3-override.primary-4,
.h3-override .primary-4,
h3.primary-4,
h3 .primary-4 {
    color: #d8d8d8
}

.h3-override.primary-5,
.h3-override .primary-5,
h3.primary-5,
h3 .primary-5 {
    color: #6d7680
}

.h3-override.primary-6,
.h3-override .primary-6,
h3.primary-6,
h3 .primary-6 {
    color: #259f9f
}

.rich-text .h3-override,
.rich-text h3 {
    margin-top: 30px;
    margin-bottom: 30px
}

.rich-text .h3-override:nth-last-of-type(1),
.rich-text h3:nth-last-of-type(1) {
    margin-top: 0
}

.rich-text .h3-override {
    margin-bottom: 10px
}

h4 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Inter", Arial, sans-serif;
    font-weight: 300;
    color: #203645;
    font-size: 25px;
    letter-spacing: -.02rem;
    line-height: 1.2em
}

@media (min-width: 767px) {
    h4 {
        font-size: 32px;
        line-height: 1.2em
    }
}

@media (min-width: 1025px) {
    h4 {
        font-size: 32px;
        line-height: 1.2em
    }
}

h4.uppercase {
    text-transform: uppercase
}

h4.primary,
h4 .primary {
    color: #fff
}

h4.secondary,
h4 .secondary {
    color: #1362e2
}

h4.neutral,
h4 .neutral {
    color: #fff
}

h4.white,
h4 .white {
    color: #fff
}

h4.primary-1,
h4 .primary-1 {
    color: #da1a32
}

h4.primary-2,
h4 .primary-2 {
    color: #1362e2
}

h4.primary-3,
h4 .primary-3 {
    color: #003B71
}

h4.primary-4,
h4 .primary-4 {
    color: #d8d8d8
}

h4.primary-5,
h4 .primary-5 {
    color: #6d7680
}

h4.primary-6,
h4 .primary-6 {
    color: #259f9f
}

h4.normal {
    font-weight: 400
}

.rich-text h4 {
    margin-top: 30px;
    margin-bottom: 30px
}

.rich-text h4:nth-last-of-type(1) {
    margin-top: 0
}

h5 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Inter", Arial, sans-serif;
    font-weight: 800;
    color: #203645;
    font-size: 20px;
    letter-spacing: -.02rem;
    line-height: 1.2em
}

@media (min-width: 767px) {
    h5 {
        font-size: 20px;
        line-height: 1.2em
    }
}

@media (min-width: 1025px) {
    h5 {
        font-size: 24px;
        line-height: 1.2em
    }
}

h5.uppercase {
    text-transform: uppercase
}

h5.primary,
h5 .primary {
    color: #fff
}

h5.secondary,
h5 .secondary {
    color: #1362e2
}

h5.neutral,
h5 .neutral {
    color: #fff
}

h5.white,
h5 .white {
    color: #fff
}

h5.primary-1,
h5 .primary-1 {
    color: #da1a32
}

h5.primary-2,
h5 .primary-2 {
    color: #1362e2
}

h5.primary-3,
h5 .primary-3 {
    color: #003B71
}

h5.primary-4,
h5 .primary-4 {
    color: #d8d8d8
}

h5.primary-5,
h5 .primary-5 {
    color: #6d7680
}

h5.primary-6,
h5 .primary-6 {
    color: #259f9f
}

h5.normal {
    font-weight: 400
}

.rich-text h5 {
    margin-top: 30px;
    margin-bottom: 30px
}

.rich-text h5:nth-last-of-type(1) {
    margin-top: 0
}

h6 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Inter", Arial, sans-serif;
    font-weight: 300;
    color: #203645;
    font-size: 20px;
    letter-spacing: -.02rem;
    line-height: 1.2em
}

@media (min-width: 767px) {
    h6 {
        font-size: 20px;
        line-height: 1.2em
    }
}

@media (min-width: 1025px) {
    h6 {
        font-size: 24px;
        line-height: 1.2em
    }
}

h6.uppercase {
    text-transform: uppercase
}

h6.primary,
h6 .primary {
    color: #fff
}

h6.secondary,
h6 .secondary {
    color: #1362e2
}

h6.neutral,
h6 .neutral {
    color: #fff
}

h6.white,
h6 .white {
    color: #fff
}

h6.primary-1,
h6 .primary-1 {
    color: #da1a32
}

h6.primary-2,
h6 .primary-2 {
    color: #1362e2
}

h6.primary-3,
h6 .primary-3 {
    color: #003B71
}

h6.primary-4,
h6 .primary-4 {
    color: #d8d8d8
}

h6.primary-5,
h6 .primary-5 {
    color: #6d7680
}

h6.primary-6,
h6 .primary-6 {
    color: #259f9f
}

h6.normal {
    font-weight: 400
}

.rich-text h6 {
    margin-top: 30px;
    margin-bottom: 30px
}

.rich-text h6:nth-last-of-type(1) {
    margin-top: 0
}

.blue-underline:after,
.white-underline:after {
    height: 3px;
    width: 65px;
    content: '';
    display: block;
    background-color: #1362e2;
    margin-top: 30px;
    margin-bottom: 30px
}

.white-underline:after {
    background-color: #fff;
    margin: 30px auto
}

.heartland-intro,
.heartland-intro-light {
    color: #6d7680;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.5em
}

@media (min-width: 767px) {

    .heartland-intro,
    .heartland-intro-light {
        font-size: 22px;
        line-height: 1.5em
    }
}

@media (min-width: 1025px) {

    .heartland-intro,
    .heartland-intro-light {
        font-size: 24px;
        line-height: 1.5em
    }
}

.heartland-intro.uppercase,
.heartland-intro-light.uppercase {
    text-transform: uppercase
}

.heartland-intro.primary,
.heartland-intro .primary,
.heartland-intro-light.primary,
.heartland-intro-light .primary {
    color: #fff
}

.heartland-intro.secondary,
.heartland-intro .secondary,
.heartland-intro-light.secondary,
.heartland-intro-light .secondary {
    color: #1362e2
}

.heartland-intro.neutral,
.heartland-intro .neutral,
.heartland-intro-light.neutral,
.heartland-intro-light .neutral {
    color: #fff
}

.heartland-intro.white,
.heartland-intro .white,
.heartland-intro-light.white,
.heartland-intro-light .white {
    color: #fff
}

.heartland-intro.primary-1,
.heartland-intro .primary-1,
.heartland-intro-light.primary-1,
.heartland-intro-light .primary-1 {
    color: #da1a32
}

.heartland-intro.primary-2,
.heartland-intro .primary-2,
.heartland-intro-light.primary-2,
.heartland-intro-light .primary-2 {
    color: #1362e2
}

.heartland-intro.primary-3,
.heartland-intro .primary-3,
.heartland-intro-light.primary-3,
.heartland-intro-light .primary-3 {
    color: #003B71
}

.heartland-intro.primary-4,
.heartland-intro .primary-4,
.heartland-intro-light.primary-4,
.heartland-intro-light .primary-4 {
    color: #d8d8d8
}

.heartland-intro.primary-5,
.heartland-intro .primary-5,
.heartland-intro-light.primary-5,
.heartland-intro-light .primary-5 {
    color: #6d7680
}

.heartland-intro.primary-6,
.heartland-intro .primary-6,
.heartland-intro-light.primary-6,
.heartland-intro-light .primary-6 {
    color: #259f9f
}

.heartland-intro {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Inter", Arial, sans-serif;
    font-weight: 400
}

.heartland-intro-light {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Inter", Arial, sans-serif;
    font-weight: 300
}

.heartland-p,
p {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Inter", Arial, sans-serif;
    font-weight: 400;
    color: #6d7680;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.5em
}

@media (min-width: 767px) {

    .heartland-p,
    p {
        font-size: 16px;
        line-height: 1.5em
    }
}

@media (min-width: 1025px) {

    .heartland-p,
    p {
        font-size: 16px;
        line-height: 1.5em
    }
}

.heartland-p.uppercase,
p.uppercase {
    text-transform: uppercase
}

.heartland-p.primary,
.heartland-p .primary,
p.primary,
p .primary {
    color: #fff
}

.heartland-p.secondary,
.heartland-p .secondary,
p.secondary,
p .secondary {
    color: #1362e2
}

.heartland-p.neutral,
.heartland-p .neutral,
p.neutral,
p .neutral {
    color: #fff
}

.heartland-p.white,
.heartland-p .white,
p.white,
p .white {
    color: #fff
}

.heartland-p.primary-1,
.heartland-p .primary-1,
p.primary-1,
p .primary-1 {
    color: #da1a32
}

.heartland-p.primary-2,
.heartland-p .primary-2,
p.primary-2,
p .primary-2 {
    color: #1362e2
}

.heartland-p.primary-3,
.heartland-p .primary-3,
p.primary-3,
p .primary-3 {
    color: #003B71
}

.heartland-p.primary-4,
.heartland-p .primary-4,
p.primary-4,
p .primary-4 {
    color: #d8d8d8
}

.heartland-p.primary-5,
.heartland-p .primary-5,
p.primary-5,
p .primary-5 {
    color: #6d7680
}

.heartland-p.primary-6,
.heartland-p .primary-6,
p.primary-6,
p .primary-6 {
    color: #259f9f
}

.heartland-promo.hero-with-rhs-placeholder p,
.heartland-promo.home-video-hero-2021 p,
.heartland-promo.hero-basic-full-width p,
.heartland-promo.online-payments-hero p,
.heartland-promo.hero-basic p,
.heartland-p2 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Inter", Arial, sans-serif;
    font-weight: 400;
    color: #6d7680;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.5em
}

@media (min-width: 767px) {

    .heartland-promo.hero-with-rhs-placeholder p,
    .heartland-promo.home-video-hero-2021 p,
    .heartland-promo.hero-basic-full-width p,
    .heartland-promo.online-payments-hero p,
    .heartland-promo.hero-basic p,
    .heartland-p2 {
        font-size: 16px;
        line-height: 1.5em
    }
}

@media (min-width: 1025px) {

    .heartland-promo.hero-with-rhs-placeholder p,
    .heartland-promo.home-video-hero-2021 p,
    .heartland-promo.hero-basic-full-width p,
    .heartland-promo.online-payments-hero p,
    .heartland-promo.hero-basic p,
    .heartland-p2 {
        font-size: 18px;
        line-height: 1.5em
    }
}

.heartland-promo.hero-with-rhs-placeholder p.uppercase,
.heartland-promo.home-video-hero-2021 p.uppercase,
.heartland-promo.hero-basic-full-width p.uppercase,
.heartland-promo.online-payments-hero p.uppercase,
.heartland-promo.hero-basic p.uppercase,
.heartland-p2.uppercase {
    text-transform: uppercase
}

.heartland-promo.hero-with-rhs-placeholder p.primary,
.heartland-promo.home-video-hero-2021 p.primary,
.heartland-promo.hero-basic-full-width p.primary,
.heartland-promo.online-payments-hero p.primary,
.heartland-promo.hero-basic p.primary,
.heartland-promo.hero-with-rhs-placeholder p .primary,
.heartland-promo.home-video-hero-2021 p .primary,
.heartland-promo.hero-basic-full-width p .primary,
.heartland-promo.online-payments-hero p .primary,
.heartland-promo.hero-basic p .primary,
.heartland-p2.primary,
.heartland-p2 .primary {
    color: #fff
}

.heartland-promo.hero-with-rhs-placeholder p.secondary,
.heartland-promo.home-video-hero-2021 p.secondary,
.heartland-promo.hero-basic-full-width p.secondary,
.heartland-promo.online-payments-hero p.secondary,
.heartland-promo.hero-basic p.secondary,
.heartland-promo.hero-with-rhs-placeholder p .secondary,
.heartland-promo.home-video-hero-2021 p .secondary,
.heartland-promo.hero-basic-full-width p .secondary,
.heartland-promo.online-payments-hero p .secondary,
.heartland-promo.hero-basic p .secondary,
.heartland-p2.secondary,
.heartland-p2 .secondary {
    color: #1362e2
}

.heartland-promo.hero-with-rhs-placeholder p.neutral,
.heartland-promo.home-video-hero-2021 p.neutral,
.heartland-promo.hero-basic-full-width p.neutral,
.heartland-promo.online-payments-hero p.neutral,
.heartland-promo.hero-basic p.neutral,
.heartland-promo.hero-with-rhs-placeholder p .neutral,
.heartland-promo.home-video-hero-2021 p .neutral,
.heartland-promo.hero-basic-full-width p .neutral,
.heartland-promo.online-payments-hero p .neutral,
.heartland-promo.hero-basic p .neutral,
.heartland-p2.neutral,
.heartland-p2 .neutral {
    color: #fff
}

.heartland-promo.hero-with-rhs-placeholder p.white,
.heartland-promo.home-video-hero-2021 p.white,
.heartland-promo.hero-basic-full-width p.white,
.heartland-promo.online-payments-hero p.white,
.heartland-promo.hero-basic p.white,
.heartland-promo.hero-with-rhs-placeholder p .white,
.heartland-promo.home-video-hero-2021 p .white,
.heartland-promo.hero-basic-full-width p .white,
.heartland-promo.online-payments-hero p .white,
.heartland-promo.hero-basic p .white,
.heartland-p2.white,
.heartland-p2 .white {
    color: #fff
}

.heartland-promo.hero-with-rhs-placeholder p.primary-1,
.heartland-promo.home-video-hero-2021 p.primary-1,
.heartland-promo.hero-basic-full-width p.primary-1,
.heartland-promo.online-payments-hero p.primary-1,
.heartland-promo.hero-basic p.primary-1,
.heartland-promo.hero-with-rhs-placeholder p .primary-1,
.heartland-promo.home-video-hero-2021 p .primary-1,
.heartland-promo.hero-basic-full-width p .primary-1,
.heartland-promo.online-payments-hero p .primary-1,
.heartland-promo.hero-basic p .primary-1,
.heartland-p2.primary-1,
.heartland-p2 .primary-1 {
    color: #da1a32
}

.heartland-promo.hero-with-rhs-placeholder p.primary-2,
.heartland-promo.home-video-hero-2021 p.primary-2,
.heartland-promo.hero-basic-full-width p.primary-2,
.heartland-promo.online-payments-hero p.primary-2,
.heartland-promo.hero-basic p.primary-2,
.heartland-promo.hero-with-rhs-placeholder p .primary-2,
.heartland-promo.home-video-hero-2021 p .primary-2,
.heartland-promo.hero-basic-full-width p .primary-2,
.heartland-promo.online-payments-hero p .primary-2,
.heartland-promo.hero-basic p .primary-2,
.heartland-p2.primary-2,
.heartland-p2 .primary-2 {
    color: #1362e2
}

.heartland-promo.hero-with-rhs-placeholder p.primary-3,
.heartland-promo.home-video-hero-2021 p.primary-3,
.heartland-promo.hero-basic-full-width p.primary-3,
.heartland-promo.online-payments-hero p.primary-3,
.heartland-promo.hero-basic p.primary-3,
.heartland-promo.hero-with-rhs-placeholder p .primary-3,
.heartland-promo.home-video-hero-2021 p .primary-3,
.heartland-promo.hero-basic-full-width p .primary-3,
.heartland-promo.online-payments-hero p .primary-3,
.heartland-promo.hero-basic p .primary-3,
.heartland-p2.primary-3,
.heartland-p2 .primary-3 {
    color: #003B71
}

.heartland-promo.hero-with-rhs-placeholder p.primary-4,
.heartland-promo.home-video-hero-2021 p.primary-4,
.heartland-promo.hero-basic-full-width p.primary-4,
.heartland-promo.online-payments-hero p.primary-4,
.heartland-promo.hero-basic p.primary-4,
.heartland-promo.hero-with-rhs-placeholder p .primary-4,
.heartland-promo.home-video-hero-2021 p .primary-4,
.heartland-promo.hero-basic-full-width p .primary-4,
.heartland-promo.online-payments-hero p .primary-4,
.heartland-promo.hero-basic p .primary-4,
.heartland-p2.primary-4,
.heartland-p2 .primary-4 {
    color: #d8d8d8
}

.heartland-promo.hero-with-rhs-placeholder p.primary-5,
.heartland-promo.home-video-hero-2021 p.primary-5,
.heartland-promo.hero-basic-full-width p.primary-5,
.heartland-promo.online-payments-hero p.primary-5,
.heartland-promo.hero-basic p.primary-5,
.heartland-promo.hero-with-rhs-placeholder p .primary-5,
.heartland-promo.home-video-hero-2021 p .primary-5,
.heartland-promo.hero-basic-full-width p .primary-5,
.heartland-promo.online-payments-hero p .primary-5,
.heartland-promo.hero-basic p .primary-5,
.heartland-p2.primary-5,
.heartland-p2 .primary-5 {
    color: #6d7680
}

.heartland-promo.hero-with-rhs-placeholder p.primary-6,
.heartland-promo.home-video-hero-2021 p.primary-6,
.heartland-promo.hero-basic-full-width p.primary-6,
.heartland-promo.online-payments-hero p.primary-6,
.heartland-promo.hero-basic p.primary-6,
.heartland-promo.hero-with-rhs-placeholder p .primary-6,
.heartland-promo.home-video-hero-2021 p .primary-6,
.heartland-promo.hero-basic-full-width p .primary-6,
.heartland-promo.online-payments-hero p .primary-6,
.heartland-promo.hero-basic p .primary-6,
.heartland-p2.primary-6,
.heartland-p2 .primary-6 {
    color: #259f9f
}

a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
    transition: color 0.2s linear, text-decoration 0.2s linear
}

a:hover {
    color: #065480
}

.no-touchevents a:focus,
.no-touchevents a:active {
    color: #065480
}

a.uppercase {
    text-transform: uppercase
}

a.primary,
a .primary {
    color: #fff
}

a.secondary,
a .secondary {
    color: #1362e2
}

a.neutral,
a .neutral {
    color: #fff
}

a.white,
a .white {
    color: #fff
}

a.primary-1,
a .primary-1 {
    color: #da1a32
}

a.primary-2,
a .primary-2 {
    color: #1362e2
}

a.primary-3,
a .primary-3 {
    color: #003B71
}

a.primary-4,
a .primary-4 {
    color: #d8d8d8
}

a.primary-5,
a .primary-5 {
    color: #6d7680
}

a.primary-6,
a .primary-6 {
    color: #259f9f
}

a.btn-heartland {
    color: #fff
}

a.link-arrow {
    text-decoration: none
}

a.link-arrow:not(.btn):hover {
    border-bottom-width: 2px;
    border-bottom-style: solid
}

.rich-text .component-content ul,
.accordion .component-content ul,
.heartland-promo .component-content ul,
.rich-text .component-content ol,
.accordion .component-content ol,
.heartland-promo .component-content ol,
.rich-text ul,
.rich-text ol,
.accordion ul,
.accordion ol,
.faq ul,
.faq ol,
.heartland-faq ul,
.heartland-faq ol,
.heartland-promo ul,
.heartland-promo ol {
    margin: 0;
    margin-left: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.rich-text .component-content ul li,
.accordion .component-content ul li,
.heartland-promo .component-content ul li,
.rich-text .component-content ol li,
.accordion .component-content ol li,
.heartland-promo .component-content ol li,
.rich-text ul li,
.rich-text ol li,
.accordion ul li,
.accordion ol li,
.faq ul li,
.faq ol li,
.heartland-faq ul li,
.heartland-faq ol li,
.heartland-promo ul li,
.heartland-promo ol li {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Inter", Arial, sans-serif;
    font-weight: 400;
    color: #6d7680;
    font-size: 15px;
    letter-spacing: -.02rem;
    line-height: 1.5em
}

@media (min-width: 767px) {

    .rich-text .component-content ul li,
    .accordion .component-content ul li,
    .heartland-promo .component-content ul li,
    .rich-text .component-content ol li,
    .accordion .component-content ol li,
    .heartland-promo .component-content ol li,
    .rich-text ul li,
    .rich-text ol li,
    .accordion ul li,
    .accordion ol li,
    .faq ul li,
    .faq ol li,
    .heartland-faq ul li,
    .heartland-faq ol li,
    .heartland-promo ul li,
    .heartland-promo ol li {
        font-size: 16px;
        line-height: 1.5em
    }
}

@media (min-width: 1025px) {

    .rich-text .component-content ul li,
    .accordion .component-content ul li,
    .heartland-promo .component-content ul li,
    .rich-text .component-content ol li,
    .accordion .component-content ol li,
    .heartland-promo .component-content ol li,
    .rich-text ul li,
    .rich-text ol li,
    .accordion ul li,
    .accordion ol li,
    .faq ul li,
    .faq ol li,
    .heartland-faq ul li,
    .heartland-faq ol li,
    .heartland-promo ul li,
    .heartland-promo ol li {
        font-size: 16px;
        line-height: 1.5em
    }
}

.rich-text .component-content ul li.uppercase,
.accordion .component-content ul li.uppercase,
.heartland-promo .component-content ul li.uppercase,
.rich-text .component-content ol li.uppercase,
.accordion .component-content ol li.uppercase,
.heartland-promo .component-content ol li.uppercase,
.rich-text ul li.uppercase,
.rich-text ol li.uppercase,
.accordion ul li.uppercase,
.accordion ol li.uppercase,
.faq ul li.uppercase,
.faq ol li.uppercase,
.heartland-faq ul li.uppercase,
.heartland-faq ol li.uppercase,
.heartland-promo ul li.uppercase,
.heartland-promo ol li.uppercase {
    text-transform: uppercase
}

.rich-text .component-content ul li.primary,
.accordion .component-content ul li.primary,
.heartland-promo .component-content ul li.primary,
.rich-text .component-content ul li .primary,
.accordion .component-content ul li .primary,
.heartland-promo .component-content ul li .primary,
.rich-text .component-content ol li.primary,
.accordion .component-content ol li.primary,
.heartland-promo .component-content ol li.primary,
.rich-text .component-content ol li .primary,
.accordion .component-content ol li .primary,
.heartland-promo .component-content ol li .primary,
.rich-text ul li.primary,
.rich-text ul li .primary,
.rich-text ol li.primary,
.rich-text ol li .primary,
.accordion ul li.primary,
.accordion ul li .primary,
.accordion ol li.primary,
.accordion ol li .primary,
.faq ul li.primary,
.faq ul li .primary,
.faq ol li.primary,
.faq ol li .primary,
.heartland-faq ul li.primary,
.heartland-faq ul li .primary,
.heartland-faq ol li.primary,
.heartland-faq ol li .primary,
.heartland-promo ul li.primary,
.heartland-promo ul li .primary,
.heartland-promo ol li.primary,
.heartland-promo ol li .primary {
    color: #fff
}

.rich-text .component-content ul li.secondary,
.accordion .component-content ul li.secondary,
.heartland-promo .component-content ul li.secondary,
.rich-text .component-content ul li .secondary,
.accordion .component-content ul li .secondary,
.heartland-promo .component-content ul li .secondary,
.rich-text .component-content ol li.secondary,
.accordion .component-content ol li.secondary,
.heartland-promo .component-content ol li.secondary,
.rich-text .component-content ol li .secondary,
.accordion .component-content ol li .secondary,
.heartland-promo .component-content ol li .secondary,
.rich-text ul li.secondary,
.rich-text ul li .secondary,
.rich-text ol li.secondary,
.rich-text ol li .secondary,
.accordion ul li.secondary,
.accordion ul li .secondary,
.accordion ol li.secondary,
.accordion ol li .secondary,
.faq ul li.secondary,
.faq ul li .secondary,
.faq ol li.secondary,
.faq ol li .secondary,
.heartland-faq ul li.secondary,
.heartland-faq ul li .secondary,
.heartland-faq ol li.secondary,
.heartland-faq ol li .secondary,
.heartland-promo ul li.secondary,
.heartland-promo ul li .secondary,
.heartland-promo ol li.secondary,
.heartland-promo ol li .secondary {
    color: #1362e2
}

.rich-text .component-content ul li.neutral,
.accordion .component-content ul li.neutral,
.heartland-promo .component-content ul li.neutral,
.rich-text .component-content ul li .neutral,
.accordion .component-content ul li .neutral,
.heartland-promo .component-content ul li .neutral,
.rich-text .component-content ol li.neutral,
.accordion .component-content ol li.neutral,
.heartland-promo .component-content ol li.neutral,
.rich-text .component-content ol li .neutral,
.accordion .component-content ol li .neutral,
.heartland-promo .component-content ol li .neutral,
.rich-text ul li.neutral,
.rich-text ul li .neutral,
.rich-text ol li.neutral,
.rich-text ol li .neutral,
.accordion ul li.neutral,
.accordion ul li .neutral,
.accordion ol li.neutral,
.accordion ol li .neutral,
.faq ul li.neutral,
.faq ul li .neutral,
.faq ol li.neutral,
.faq ol li .neutral,
.heartland-faq ul li.neutral,
.heartland-faq ul li .neutral,
.heartland-faq ol li.neutral,
.heartland-faq ol li .neutral,
.heartland-promo ul li.neutral,
.heartland-promo ul li .neutral,
.heartland-promo ol li.neutral,
.heartland-promo ol li .neutral {
    color: #fff
}

.rich-text .component-content ul li.white,
.accordion .component-content ul li.white,
.heartland-promo .component-content ul li.white,
.rich-text .component-content ul li .white,
.accordion .component-content ul li .white,
.heartland-promo .component-content ul li .white,
.rich-text .component-content ol li.white,
.accordion .component-content ol li.white,
.heartland-promo .component-content ol li.white,
.rich-text .component-content ol li .white,
.accordion .component-content ol li .white,
.heartland-promo .component-content ol li .white,
.rich-text ul li.white,
.rich-text ul li .white,
.rich-text ol li.white,
.rich-text ol li .white,
.accordion ul li.white,
.accordion ul li .white,
.accordion ol li.white,
.accordion ol li .white,
.faq ul li.white,
.faq ul li .white,
.faq ol li.white,
.faq ol li .white,
.heartland-faq ul li.white,
.heartland-faq ul li .white,
.heartland-faq ol li.white,
.heartland-faq ol li .white,
.heartland-promo ul li.white,
.heartland-promo ul li .white,
.heartland-promo ol li.white,
.heartland-promo ol li .white {
    color: #fff
}

.rich-text .component-content ul li.primary-1,
.accordion .component-content ul li.primary-1,
.heartland-promo .component-content ul li.primary-1,
.rich-text .component-content ul li .primary-1,
.accordion .component-content ul li .primary-1,
.heartland-promo .component-content ul li .primary-1,
.rich-text .component-content ol li.primary-1,
.accordion .component-content ol li.primary-1,
.heartland-promo .component-content ol li.primary-1,
.rich-text .component-content ol li .primary-1,
.accordion .component-content ol li .primary-1,
.heartland-promo .component-content ol li .primary-1,
.rich-text ul li.primary-1,
.rich-text ul li .primary-1,
.rich-text ol li.primary-1,
.rich-text ol li .primary-1,
.accordion ul li.primary-1,
.accordion ul li .primary-1,
.accordion ol li.primary-1,
.accordion ol li .primary-1,
.faq ul li.primary-1,
.faq ul li .primary-1,
.faq ol li.primary-1,
.faq ol li .primary-1,
.heartland-faq ul li.primary-1,
.heartland-faq ul li .primary-1,
.heartland-faq ol li.primary-1,
.heartland-faq ol li .primary-1,
.heartland-promo ul li.primary-1,
.heartland-promo ul li .primary-1,
.heartland-promo ol li.primary-1,
.heartland-promo ol li .primary-1 {
    color: #da1a32
}

.rich-text .component-content ul li.primary-2,
.accordion .component-content ul li.primary-2,
.heartland-promo .component-content ul li.primary-2,
.rich-text .component-content ul li .primary-2,
.accordion .component-content ul li .primary-2,
.heartland-promo .component-content ul li .primary-2,
.rich-text .component-content ol li.primary-2,
.accordion .component-content ol li.primary-2,
.heartland-promo .component-content ol li.primary-2,
.rich-text .component-content ol li .primary-2,
.accordion .component-content ol li .primary-2,
.heartland-promo .component-content ol li .primary-2,
.rich-text ul li.primary-2,
.rich-text ul li .primary-2,
.rich-text ol li.primary-2,
.rich-text ol li .primary-2,
.accordion ul li.primary-2,
.accordion ul li .primary-2,
.accordion ol li.primary-2,
.accordion ol li .primary-2,
.faq ul li.primary-2,
.faq ul li .primary-2,
.faq ol li.primary-2,
.faq ol li .primary-2,
.heartland-faq ul li.primary-2,
.heartland-faq ul li .primary-2,
.heartland-faq ol li.primary-2,
.heartland-faq ol li .primary-2,
.heartland-promo ul li.primary-2,
.heartland-promo ul li .primary-2,
.heartland-promo ol li.primary-2,
.heartland-promo ol li .primary-2 {
    color: #1362e2
}

.rich-text .component-content ul li.primary-3,
.accordion .component-content ul li.primary-3,
.heartland-promo .component-content ul li.primary-3,
.rich-text .component-content ul li .primary-3,
.accordion .component-content ul li .primary-3,
.heartland-promo .component-content ul li .primary-3,
.rich-text .component-content ol li.primary-3,
.accordion .component-content ol li.primary-3,
.heartland-promo .component-content ol li.primary-3,
.rich-text .component-content ol li .primary-3,
.accordion .component-content ol li .primary-3,
.heartland-promo .component-content ol li .primary-3,
.rich-text ul li.primary-3,
.rich-text ul li .primary-3,
.rich-text ol li.primary-3,
.rich-text ol li .primary-3,
.accordion ul li.primary-3,
.accordion ul li .primary-3,
.accordion ol li.primary-3,
.accordion ol li .primary-3,
.faq ul li.primary-3,
.faq ul li .primary-3,
.faq ol li.primary-3,
.faq ol li .primary-3,
.heartland-faq ul li.primary-3,
.heartland-faq ul li .primary-3,
.heartland-faq ol li.primary-3,
.heartland-faq ol li .primary-3,
.heartland-promo ul li.primary-3,
.heartland-promo ul li .primary-3,
.heartland-promo ol li.primary-3,
.heartland-promo ol li .primary-3 {
    color: #003B71
}

.rich-text .component-content ul li.primary-4,
.accordion .component-content ul li.primary-4,
.heartland-promo .component-content ul li.primary-4,
.rich-text .component-content ul li .primary-4,
.accordion .component-content ul li .primary-4,
.heartland-promo .component-content ul li .primary-4,
.rich-text .component-content ol li.primary-4,
.accordion .component-content ol li.primary-4,
.heartland-promo .component-content ol li.primary-4,
.rich-text .component-content ol li .primary-4,
.accordion .component-content ol li .primary-4,
.heartland-promo .component-content ol li .primary-4,
.rich-text ul li.primary-4,
.rich-text ul li .primary-4,
.rich-text ol li.primary-4,
.rich-text ol li .primary-4,
.accordion ul li.primary-4,
.accordion ul li .primary-4,
.accordion ol li.primary-4,
.accordion ol li .primary-4,
.faq ul li.primary-4,
.faq ul li .primary-4,
.faq ol li.primary-4,
.faq ol li .primary-4,
.heartland-faq ul li.primary-4,
.heartland-faq ul li .primary-4,
.heartland-faq ol li.primary-4,
.heartland-faq ol li .primary-4,
.heartland-promo ul li.primary-4,
.heartland-promo ul li .primary-4,
.heartland-promo ol li.primary-4,
.heartland-promo ol li .primary-4 {
    color: #d8d8d8
}

.rich-text .component-content ul li.primary-5,
.accordion .component-content ul li.primary-5,
.heartland-promo .component-content ul li.primary-5,
.rich-text .component-content ul li .primary-5,
.accordion .component-content ul li .primary-5,
.heartland-promo .component-content ul li .primary-5,
.rich-text .component-content ol li.primary-5,
.accordion .component-content ol li.primary-5,
.heartland-promo .component-content ol li.primary-5,
.rich-text .component-content ol li .primary-5,
.accordion .component-content ol li .primary-5,
.heartland-promo .component-content ol li .primary-5,
.rich-text ul li.primary-5,
.rich-text ul li .primary-5,
.rich-text ol li.primary-5,
.rich-text ol li .primary-5,
.accordion ul li.primary-5,
.accordion ul li .primary-5,
.accordion ol li.primary-5,
.accordion ol li .primary-5,
.faq ul li.primary-5,
.faq ul li .primary-5,
.faq ol li.primary-5,
.faq ol li .primary-5,
.heartland-faq ul li.primary-5,
.heartland-faq ul li .primary-5,
.heartland-faq ol li.primary-5,
.heartland-faq ol li .primary-5,
.heartland-promo ul li.primary-5,
.heartland-promo ul li .primary-5,
.heartland-promo ol li.primary-5,
.heartland-promo ol li .primary-5 {
    color: #6d7680
}

.rich-text .component-content ul li.primary-6,
.accordion .component-content ul li.primary-6,
.heartland-promo .component-content ul li.primary-6,
.rich-text .component-content ul li .primary-6,
.accordion .component-content ul li .primary-6,
.heartland-promo .component-content ul li .primary-6,
.rich-text .component-content ol li.primary-6,
.accordion .component-content ol li.primary-6,
.heartland-promo .component-content ol li.primary-6,
.rich-text .component-content ol li .primary-6,
.accordion .component-content ol li .primary-6,
.heartland-promo .component-content ol li .primary-6,
.rich-text ul li.primary-6,
.rich-text ul li .primary-6,
.rich-text ol li.primary-6,
.rich-text ol li .primary-6,
.accordion ul li.primary-6,
.accordion ul li .primary-6,
.accordion ol li.primary-6,
.accordion ol li .primary-6,
.faq ul li.primary-6,
.faq ul li .primary-6,
.faq ol li.primary-6,
.faq ol li .primary-6,
.heartland-faq ul li.primary-6,
.heartland-faq ul li .primary-6,
.heartland-faq ol li.primary-6,
.heartland-faq ol li .primary-6,
.heartland-promo ul li.primary-6,
.heartland-promo ul li .primary-6,
.heartland-promo ol li.primary-6,
.heartland-promo ol li .primary-6 {
    color: #259f9f
}

.rich-text .component-content ul,
.accordion .component-content ul,
.heartland-promo .component-content ul,
.rich-text ul,
.accordion ul,
.faq ul,
.heartland-faq ul,
.heartland-promo ul {
    list-style: disc
}

.rich-text .component-content ol,
.accordion .component-content ol,
.heartland-promo .component-content ol,
.rich-text ol,
.accordion ol,
.faq ol,
.heartland-faq ol,
.heartland-promo ol {
    list-style: decimal
}

ul.checkmark,
.heartland-promo.large-background-image .text-container ul,
.heartland-promo-fullscreen-slidein .card .card-body .left-column ul,
.heartland-promo-fullscreen-slidein .card .card-body .right-column ul {
    list-style-type: none;
    margin-left: 1rem
}

ul.checkmark.no-margin,
.heartland-promo.large-background-image .text-container ul.no-margin,
.heartland-promo-fullscreen-slidein .card .card-body .left-column ul.no-margin,
.heartland-promo-fullscreen-slidein .card .card-body .right-column ul.no-margin {
    margin-left: 0 !important
}

@media (max-width: 766.98px) {

    ul.checkmark,
    .heartland-promo.large-background-image .text-container ul,
    .heartland-promo-fullscreen-slidein .card .card-body .left-column ul,
    .heartland-promo-fullscreen-slidein .card .card-body .right-column ul {
        margin-left: 0 !important
    }
}

ul.checkmark li,
.heartland-promo.large-background-image .text-container ul li,
.heartland-promo-fullscreen-slidein .card .card-body .left-column ul li,
.heartland-promo-fullscreen-slidein .card .card-body .right-column ul li {
    color: #57585A;
    list-style-type: none;
    padding-left: 2rem;
    position: relative;
    margin-bottom: 0.5rem
}

ul.checkmark li::before,
.heartland-promo.large-background-image .text-container ul li::before,
.heartland-promo-fullscreen-slidein .card .card-body .left-column ul li::before,
.heartland-promo-fullscreen-slidein .card .card-body .right-column ul li::before {
    content: '';
    background: url("/Theme/dist/heartland/images/icon-check-blue.svg") no-repeat center center;
    height: 2rem;
    width: 2rem;
    margin-bottom: 0.25rem;
    background-size: contain;
    position: absolute;
    margin-top: -0.4rem;
    left: 0;
    display: inline-block
}

ul.checkmark.checkmark-green li::before,
.heartland-promo.large-background-image .text-container ul li::before,
.heartland-promo-fullscreen-slidein .card .card-body .left-column ul.checkmark-green li::before,
.heartland-promo-fullscreen-slidein .card .card-body .left-column .heartland-promo.large-background-image .text-container ul li::before,
.heartland-promo.large-background-image .text-container .heartland-promo-fullscreen-slidein .card .card-body .left-column ul li::before,
.heartland-promo-fullscreen-slidein .card .card-body .right-column ul.checkmark-green li::before,
.heartland-promo-fullscreen-slidein .card .card-body .right-column .heartland-promo.large-background-image .text-container ul li::before,
.heartland-promo.large-background-image .text-container .heartland-promo-fullscreen-slidein .card .card-body .right-column ul li::before,
ul.checkmark.checkmark_green li::before,
.heartland-promo.large-background-image .text-container ul.checkmark_green li::before,
.heartland-promo-fullscreen-slidein .card .card-body .left-column ul.checkmark_green li::before,
.heartland-promo-fullscreen-slidein .card .card-body .right-column ul.checkmark_green li::before {
    background-image: url("/Theme/dist/heartland/images/icon-check-teal.svg")
}

ul.checkmark.checkmark-white li::before,
.heartland-promo.large-background-image .text-container ul.checkmark-white li::before,
.heartland-promo-fullscreen-slidein .card .card-body .left-column ul.checkmark-white li::before,
.heartland-promo-fullscreen-slidein .card .card-body .right-column ul.checkmark-white li::before,
ul.checkmark.checkmark_white li::before,
.heartland-promo.large-background-image .text-container ul.checkmark_white li::before,
.heartland-promo-fullscreen-slidein .card .card-body .left-column ul.checkmark_white li::before,
.heartland-promo-fullscreen-slidein .card .card-body .right-column ul.checkmark_white li::before {
    background-image: url("/Theme/dist/heartland/images/icon-check-white.svg")
}

ul.green-checklist li::before,
.green-checkmark {
    background: url("/Theme/dist/heartland/images/icon-check-green.svg") no-repeat center center
}

@media only screen and (max-width: 500px) {

    ul.green-checklist li::before,
    .green-checkmark {
        background-size: 35px
    }
}

ul.green-checklist .table-bg-lightgrey {
    background-color: #f5f6f6
}

ul.green-checklist .bg-bluish-lightgrey {
    background-color: #e7eff4
}

.table-cell {
    color: #6d7680;
    font-size: 15px;
    letter-spacing: normal;
    line-height: 1.5em
}

@media (min-width: 767px) {
    .table-cell {
        font-size: 16px;
        line-height: 1.5em
    }
}

@media (min-width: 1025px) {
    .table-cell {
        font-size: 16px;
        line-height: 1.5em
    }
}

.table-cell.uppercase {
    text-transform: uppercase
}

.table-cell.primary,
.table-cell .primary {
    color: #fff
}

.table-cell.secondary,
.table-cell .secondary {
    color: #1362e2
}

.table-cell.neutral,
.table-cell .neutral {
    color: #fff
}

.table-cell.white,
.table-cell .white {
    color: #fff
}

.table-cell.primary-1,
.table-cell .primary-1 {
    color: #da1a32
}

.table-cell.primary-2,
.table-cell .primary-2 {
    color: #1362e2
}

.table-cell.primary-3,
.table-cell .primary-3 {
    color: #003B71
}

.table-cell.primary-4,
.table-cell .primary-4 {
    color: #d8d8d8
}

.table-cell.primary-5,
.table-cell .primary-5 {
    color: #6d7680
}

.table-cell.primary-6,
.table-cell .primary-6 {
    color: #259f9f
}

small {
    color: #6d7680;
    font-size: 13px;
    letter-spacing: normal;
    line-height: 1.5em
}

@media (min-width: 767px) {
    small {
        font-size: 14px;
        line-height: 1.5em
    }
}

@media (min-width: 1025px) {
    small {
        font-size: 14px;
        line-height: 1.5em
    }
}

blockquote {
    color: #1362e2;
    font-size: 20px;
    letter-spacing: normal;
    line-height: 1.5em;
    padding: 0.25rem 1rem;
    margin: 0.25rem 0;
    border-left: 3px solid #1362e2
}

@media (min-width: 767px) {
    blockquote {
        font-size: 20px;
        line-height: 1.5em
    }
}

@media (min-width: 1025px) {
    blockquote {
        font-size: 24px;
        line-height: 1.5em
    }
}

blockquote.primary,
blockquote .primary {
    color: #fff
}

blockquote.secondary,
blockquote .secondary {
    color: #1362e2
}

blockquote.neutral,
blockquote .neutral {
    color: #fff
}

blockquote.white,
blockquote .white {
    color: #fff
}

blockquote.primary-1,
blockquote .primary-1 {
    color: #da1a32
}

blockquote.primary-2,
blockquote .primary-2 {
    color: #1362e2
}

blockquote.primary-3,
blockquote .primary-3 {
    color: #003B71
}

blockquote.primary-4,
blockquote .primary-4 {
    color: #d8d8d8
}

blockquote.primary-5,
blockquote .primary-5 {
    color: #6d7680
}

blockquote.primary-6,
blockquote .primary-6 {
    color: #259f9f
}

figcaption {
    font-size: 13px;
    text-align: right;
    padding-top: 5px;
    color: #6d7680
}

strong,
b {
    font-weight: 800
}

.sub-heading {
    font-size: 18px
}

.sub-heading p {
    font-size: 18px
}

.text-center,
.center {
    text-align: center
}

.text-center-xs {
    text-align: center
}

@media (min-width: 375px) {
    .text-center-sm {
        text-align: center
    }
}

@media (min-width: 767px) {
    .text-center-md {
        text-align: center
    }
}

@media (max-width: 766.98px) {
    .text-center-sm-down {
        text-align: center !important
    }
}

@media (max-width: 1024.98px) {

    .text-center-md-down,
    .heartland-promo.hero-with-rhs-placeholder:not(.disable-text-center),
    .heartland-promo.home-video-hero-2021:not(.disable-text-center),
    .heartland-promo.hero-basic-full-width:not(.disable-text-center),
    .heartland-promo.online-payments-hero:not(.disable-text-center),
    .heartland-promo.hero-basic:not(.disable-text-center) {
        text-align: center !important
    }
}

.text-center-lg-down {
    text-align: center !important
}

.text-dark-blue {
    color: #203645
}

.text-primary1,
.text-heartland-red {
    color: #da1a32 !important
}

.text-primary2,
.text-blue {
    color: #1362e2 !important
}

.text-primary3,
.text-navy {
    color: #003B71 !important
}

.text-primary4,
.text-grey {
    color: #d8d8d8 !important
}

.text-primary5,
.text-dark-grey {
    color: #6d7680 !important
}

.text-primary6,
.text-teal {
    color: #259f9f !important
}

.text-secondary1,
.text-gold {
    color: #ffbf3f !important
}

.text-secondary2,
.text-aqua {
    color: #509C9F !important
}

.text-secondary3,
.text-green {
    color: #7fa9ae !important
}

.text-secondary4,
.text-purple {
    color: #563d82 !important
}

.text-secondary5,
.text-orange {
    color: #ed7a23 !important
}

.text-secondary6,
.text-light-teal {
    color: #809ca7 !important
}

.text-weight-100 {
    font-weight: 300 !important
}

.text-weight-200 {
    font-weight: 300 !important
}

.text-weight-300 {
    font-weight: 300 !important
}

.text-weight-400 {
    font-weight: 400 !important
}

.text-weight-500 {
    font-weight: 500 !important
}

.text-weight-600 {
    font-weight: 600 !important
}

.text-weight-700 {
    font-weight: 700 !important
}

.text-weight-800 {
    font-weight: 800 !important
}

.text-weight-900,
.inter-black {
    font-weight: 900 !important
}

.icon-circle-plus::after {
    background-image: url("/Theme/dist/heartland/images/icon-circle-plus_blue.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    position: absolute;
    transform: translate(-120%, -50%);
    top: 50%;
    height: 30px;
    width: 30px
}

.icon-circle-plus.filter::after {
    filter: invert(100%)
}

.icon-circle-plus-lg::after {
    background-image: url("/Theme/dist/heartland/images/icon-circle-plus_blue.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    position: absolute;
    height: 60px;
    width: 60px;
    filter: invert(100%)
}

.icon-circle-close {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url("/Theme/dist/heartland/images/icon-circle-close_grey.svg") center center no-repeat
}

.icon-circle-check-blue::after {
    background-image: url("/Theme/dist/heartland/images/icon-circle-check_blue.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    position: absolute;
    transform: translate(-120%, -50%);
    top: 50%;
    height: 30px;
    width: 30px
}

.icon-circle-check-blue.filter::after {
    filter: invert(100%)
}

.icon-circle-check-blue-lg::after {
    background-image: url("/Theme/dist/heartland/images/icon-circle-check_blue.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    position: absolute;
    height: 60px;
    width: 60px;
    filter: invert(100%)
}

.load-more>.component-content input,
.btn,
.btn-1,
input.btn-1[type="submit"],
.btn-2,
input.btn-2[type="submit"],
input.btn[type="submit"],
.btn-3,
input.btn-3[type="submit"],
#blog-dd-filter.facet-component .bottom-remove-filter button {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Inter", Arial, sans-serif;
    font-weight: 400
}

.load-more>.component-content input.icon-right,
.icon-right.btn,
.icon-right.btn-1,
input.icon-right.btn-1[type="submit"],
.icon-right.btn-2,
input.icon-right.btn-2[type="submit"],
input.icon-right.btn[type="submit"],
.icon-right.btn-3,
input.icon-right.btn-3[type="submit"],
#blog-dd-filter.facet-component .bottom-remove-filter button.icon-right {
    position: relative;
    text-align: left;
    padding-left: 16px
}

.load-more>.component-content input.icon-right:after,
.icon-right.btn:after,
.icon-right.btn-1:after,
.icon-right.btn-2:after,
.icon-right.btn-3:after,
#blog-dd-filter.facet-component .bottom-remove-filter button.icon-right:after {
    right: 5px;
    top: 50%;
    transform: translateY(-50%)
}

.load-more>.component-content input,
.btn {
    min-height: 42px;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    padding: 12px 50px
}

.load-more>.component-content input.no-arrow,
.btn.no-arrow {
    padding-left: 10px
}

.load-more>.component-content input a,
.btn a {
    color: #fff;
    text-decoration: none
}

.load-more>.component-content input a:hover,
.btn a:hover {
    border-bottom-width: 0
}

.load-more>.component-content input.link-arrow,
.btn.link-arrow {
    padding-right: 31px
}

.load-more>.component-content input.primary1,
.btn.primary1 {
    background-color: #da1a32
}

.load-more>.component-content input.primary3,
.btn.primary3 {
    background-color: #003B71
}

.load-more>.component-content input.primary4,
.btn.primary4 {
    background-color: #d8d8d8;
    color: #000
}

.load-more>.component-content input.primary4 a,
.btn.primary4 a {
    color: #000;
    text-decoration: none
}

.load-more>.component-content input.primary5,
.btn.primary5 {
    background-color: #2f3a45
}

.load-more>.component-content input.primary6,
.btn.primary6 {
    background-color: #ffbf3f
}

.load-more>.component-content input.btn-white,
.btn.btn-white {
    background-color: #fff;
    color: #1362e2
}

.load-more>.component-content input.link-arrow_back::before,
.load-more>.component-content input::after,
.btn.link-arrow_back::before,
.btn::after {
    right: 17px
}

.load-more>.component-content input:hover,
.btn:hover {
    background-color: #3078ee;
    color: #fff;
    transform: translateY(-2px);
    border-bottom: 0
}

.load-more>.component-content input:active,
.btn:active {
    background-color: #3078ee
}

.load-more>.component-content input:focus,
.search-box .component-content>button:focus:after,
.custom-search-box .component-content>button:focus:after,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.load-more>.component-content input.primary1:hover,
.btn.primary1:hover {
    background: #e7364c
}

.load-more>.component-content input.primary3:hover,
.btn.primary3:hover {
    background-color: #00509a
}

.load-more>.component-content input.primary4:hover,
.btn.primary4:hover {
    background-color: #c4c4c4
}

.load-more>.component-content input.primary5:hover,
.btn.primary5:hover {
    background-color: #404e5d
}

.load-more>.component-content input.primary6:hover,
.btn.primary6:hover {
    background-color: #ffcd68
}

.load-more>.component-content input.btn-white:hover,
.btn.btn-white:hover {
    background-color: #f2f2f2;
    color: #1362e2
}

.load-more>.component-content input.btn-secondary,
.load-more>.component-content input.btn-outline-darkgrey,
.load-more>.component-content input.btn-outline,
.btn.btn-secondary,
.load-more>.component-content input.btn.btn-outline-darkgrey,
.btn.btn-outline-darkgrey,
.btn.btn-outline {
    background-color: transparent;
    border: 2px solid #1362e2
}

.load-more>.component-content input.btn-secondary a,
.load-more>.component-content input.btn-outline-darkgrey a,
.load-more>.component-content input.btn-outline a,
.btn.btn-secondary a,
.btn.btn-outline-darkgrey a,
.btn.btn-outline a {
    color: #1362e2 !important
}

.load-more>.component-content input.btn-secondary.primary1,
.load-more>.component-content input.primary1.btn-outline-darkgrey,
.load-more>.component-content input.btn-outline.primary1,
.btn.btn-secondary.primary1,
.btn.primary1.btn-outline-darkgrey,
.btn.btn-outline.primary1 {
    color: #da1a32 !important;
    border: 2px solid #da1a32
}

.load-more>.component-content input.btn-secondary.primary1 a,
.load-more>.component-content input.primary1.btn-outline-darkgrey a,
.load-more>.component-content input.btn-outline.primary1 a,
.btn.btn-secondary.primary1 a,
.btn.primary1.btn-outline-darkgrey a,
.btn.btn-outline.primary1 a {
    color: #da1a32 !important
}

.load-more>.component-content input.btn-secondary.primary6,
.load-more>.component-content input.primary6.btn-outline-darkgrey,
.load-more>.component-content input.btn-outline.primary6,
.btn.btn-secondary.primary6,
.btn.primary6.btn-outline-darkgrey,
.btn.btn-outline.primary6 {
    border: 2px solid #259f9f
}

.load-more>.component-content input.btn-secondary.primary6 a,
.load-more>.component-content input.primary6.btn-outline-darkgrey a,
.load-more>.component-content input.btn-outline.primary6 a,
.btn.btn-secondary.primary6 a,
.btn.primary6.btn-outline-darkgrey a,
.btn.btn-outline.primary6 a {
    color: #259f9f !important
}

.load-more>.component-content input.btn-secondary.secondary1,
.load-more>.component-content input.secondary1.btn-outline-darkgrey,
.load-more>.component-content input.btn-outline.secondary1,
.btn.btn-secondary.secondary1,
.btn.secondary1.btn-outline-darkgrey,
.btn.btn-outline.secondary1 {
    border: 2px solid #ffbf3f
}

.load-more>.component-content input.btn-secondary.secondary1 a,
.load-more>.component-content input.secondary1.btn-outline-darkgrey a,
.load-more>.component-content input.btn-outline.secondary1 a,
.btn.btn-secondary.secondary1 a,
.btn.secondary1.btn-outline-darkgrey a,
.btn.btn-outline.secondary1 a {
    color: #ffbf3f !important
}

.load-more>.component-content input.btn-secondary.secondary5,
.load-more>.component-content input.secondary5.btn-outline-darkgrey,
.load-more>.component-content input.btn-outline.secondary5,
.btn.btn-secondary.secondary5,
.btn.secondary5.btn-outline-darkgrey,
.btn.btn-outline.secondary5 {
    color: #ed7a23 !important;
    border: 2px solid #ed7a23
}

.load-more>.component-content input.btn-secondary.secondary5 a,
.load-more>.component-content input.secondary5.btn-outline-darkgrey a,
.load-more>.component-content input.btn-outline.secondary5 a,
.btn.btn-secondary.secondary5 a,
.btn.secondary5.btn-outline-darkgrey a,
.btn.btn-outline.secondary5 a {
    color: #ed7a23 !important
}

.load-more>.component-content input.btn-outline-darkgrey:hover,
.btn.btn-outline-darkgrey:hover {
    background-color: #1a2127
}

.btn-1,
input[type="submit"].btn-1 {
    min-height: 64px;
    font-size: 24px;
    line-height: 24px;
    padding: 12px 64px
}

.btn-2,
input[type="submit"].btn-2,
.btn,
input[type="submit"].btn {
    min-height: 42px;
    font-size: 20px;
    line-height: 20px;
    padding: 12px 50px
}

.btn-3,
input[type="submit"].btn-3 {
    min-height: 44px;
    font-size: 18px;
    line-height: 18px;
    padding: 12px 43px
}

.load-more>.component-content input,
.responsiveslides-homepage .slide .button-container a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Inter", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 25px;
    cursor: pointer !important;
    outline: none;
    text-decoration: none;
    margin: 0;
    line-height: 2;
    background-color: #1362e2;
    color: #fff;
    padding: 4px 10px 4px 20px;
    text-align: center;
    display: inline-block;
    transition: transform 0.25s ease-in-out, background 0.25s ease-in-out;
    color: #fff
}

.btn-heartland {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Inter", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 25px;
    cursor: pointer !important;
    outline: none;
    text-decoration: none;
    margin: 0;
    line-height: 2;
    background-color: #1362e2;
    color: #fff;
    padding: 4px 10px 4px 20px;
    text-align: center;
    display: inline-block;
    transition: transform 0.25s ease-in-out, background 0.25s ease-in-out
}

.btn-heartland a {
    color: #fff
}

.primary-link:not(.btn) a,
.primary-link:not(.btn),
.primary-link:not(.btn).span-replacement,
.primary-link:not(.btn) .span-replacement,
.responsiveslides-homepage .slide .button-container a:not(.btn) a,
.responsiveslides-homepage .slide .button-container a:not(.btn),
.responsiveslides-homepage .slide .button-container a:not(.btn).span-replacement,
.responsiveslides-homepage .slide .button-container a:not(.btn) .span-replacement,
.link-arrow:not(.btn) a,
.link-arrow:not(.btn),
.link-arrow:not(.btn).span-replacement,
.link-arrow:not(.btn) .span-replacement {
    font-weight: 600;
    text-decoration: none
}

.responsiveslides-homepage .slide .button-container a,
.link-arrow {
    position: relative
}

.responsiveslides-homepage .slide .button-container a a,
.link-arrow a {
    text-decoration: none
}

.responsiveslides-homepage .slide .button-container a:not(.btn) a:hover,
.link-arrow:not(.btn) a:hover {
    border-bottom-width: 2px;
    border-bottom-style: solid
}

.responsiveslides-homepage .slide .button-container a.link-arrow_back::before,
.responsiveslides-homepage .slide .button-container a::after,
.link-arrow.link-arrow_back::before,
.link-arrow::after {
    display: inline-block;
    content: "";
    background: url("/Theme/dist/heartland/images/icon-link-arrow.svg") no-repeat scroll top left;
    background-size: 6px 9px;
    width: 6px;
    height: 9px;
    position: absolute;
    top: 50%;
    margin: -4px 0 0 8px;
    transition: transform 0.2s linear, opacity 0.2s linear, color 0.2s linear;
    opacity: .5
}

.responsiveslides-homepage .slide .button-container a:hover::after,
.link-arrow:hover::after {
    transform: translateX(2px);
    opacity: 1
}

.responsiveslides-homepage .slide .button-container a.arrow-down:hover::after,
.link-arrow.arrow-down:hover::after {
    transform: rotate(90deg);
    opacity: 1
}

.responsiveslides-homepage .slide .button-container a.arrow-wrapping::after,
.link-arrow.arrow-wrapping::after {
    top: 0;
    margin-top: 30px
}

.responsiveslides-homepage .slide .button-container a.link-arrow_red,
.link-arrow.link-arrow_red {
    color: #da1a32 !important
}

.responsiveslides-homepage .slide .button-container a.link-arrow_red a,
.link-arrow.link-arrow_red a {
    color: #da1a32 !important
}

.responsiveslides-homepage .slide .button-container a.link-arrow_red::after,
.link-arrow.link-arrow_red::after {
    background-image: url("/Theme/dist/heartland/images/icon-link-arrow-red.svg")
}

.responsiveslides-homepage .slide .button-container a.link-arrow_red:hover,
.link-arrow.link-arrow_red:hover {
    border-bottom-color: #da1a32;
    opacity: 1
}

.responsiveslides-homepage .slide.theme-blue .button-container a:nth-of-type(1),
.responsiveslides-homepage .slide.theme-green .button-container a:nth-of-type(1),
.responsiveslides-homepage .slide.theme-purple .button-container a:nth-of-type(1),
.responsiveslides-homepage .slide.theme-orange .button-container a:nth-of-type(1),
.responsiveslides-homepage .slide.theme-yellow .button-container a:nth-of-type(1),
.responsiveslides-homepage .slide .button-container a.link-arrow_white,
.responsiveslides-homepage .slide.theme-blue .button-container a.link-arrow:nth-of-type(1),
.responsiveslides-homepage .slide.theme-green .button-container a.link-arrow:nth-of-type(1),
.responsiveslides-homepage .slide.theme-purple .button-container a.link-arrow:nth-of-type(1),
.responsiveslides-homepage .slide.theme-orange .button-container a.link-arrow:nth-of-type(1),
.responsiveslides-homepage .slide.theme-yellow .button-container a.link-arrow:nth-of-type(1),
.link-arrow.link-arrow_white {
    color: #fff
}

.responsiveslides-homepage .slide.theme-blue .button-container a:nth-of-type(1)::after,
.responsiveslides-homepage .slide.theme-green .button-container a:nth-of-type(1)::after,
.responsiveslides-homepage .slide.theme-purple .button-container a:nth-of-type(1)::after,
.responsiveslides-homepage .slide.theme-orange .button-container a:nth-of-type(1)::after,
.responsiveslides-homepage .slide.theme-yellow .button-container a:nth-of-type(1)::after,
.responsiveslides-homepage .slide .button-container a.link-arrow_white::after,
.responsiveslides-homepage .slide.theme-blue .button-container a.link-arrow:nth-of-type(1)::after,
.responsiveslides-homepage .slide.theme-green .button-container a.link-arrow:nth-of-type(1)::after,
.responsiveslides-homepage .slide.theme-purple .button-container a.link-arrow:nth-of-type(1)::after,
.responsiveslides-homepage .slide.theme-orange .button-container a.link-arrow:nth-of-type(1)::after,
.responsiveslides-homepage .slide.theme-yellow .button-container a.link-arrow:nth-of-type(1)::after,
.link-arrow.link-arrow_white::after {
    background-image: url("/Theme/dist/heartland/images/icon-link-arrow-white.svg")
}

.responsiveslides-homepage .slide.theme-green .button-container a:nth-of-type(2),
.responsiveslides-homepage .slide .button-container a.link-arrow_green,
.responsiveslides-homepage .slide.theme-green .button-container a.link-arrow:nth-of-type(2),
.link-arrow.link-arrow_green {
    color: #7fa9ae
}

.responsiveslides-homepage .slide.theme-green .button-container a:nth-of-type(2)::after,
.responsiveslides-homepage .slide .button-container a.link-arrow_green::after,
.responsiveslides-homepage .slide.theme-green .button-container a.link-arrow:nth-of-type(2)::after,
.link-arrow.link-arrow_green::after {
    background-image: url("/Theme/dist/heartland/images/icon-link-arrow-green.svg")
}

.responsiveslides-homepage .slide.theme-orange .button-container a:nth-of-type(2),
.responsiveslides-homepage .slide .button-container a.link-arrow_orange,
.responsiveslides-homepage .slide.theme-orange .button-container a.link-arrow:nth-of-type(2),
.link-arrow.link-arrow_orange {
    color: #ed7a23
}

.responsiveslides-homepage .slide.theme-orange .button-container a:nth-of-type(2)::after,
.responsiveslides-homepage .slide .button-container a.link-arrow_orange::after,
.responsiveslides-homepage .slide.theme-orange .button-container a.link-arrow:nth-of-type(2)::after,
.link-arrow.link-arrow_orange::after {
    background-image: url("/Theme/dist/heartland/images/icon-link-arrow-orange.svg")
}

.responsiveslides-homepage .slide.theme-yellow .button-container a:nth-of-type(2),
.responsiveslides-homepage .slide .button-container a.link-arrow_yellow,
.responsiveslides-homepage .slide.theme-yellow .button-container a.link-arrow:nth-of-type(2),
.link-arrow.link-arrow_yellow {
    color: #ffbf3f
}

.responsiveslides-homepage .slide.theme-yellow .button-container a:nth-of-type(2)::after,
.responsiveslides-homepage .slide .button-container a.link-arrow_yellow::after,
.responsiveslides-homepage .slide.theme-yellow .button-container a.link-arrow:nth-of-type(2)::after,
.link-arrow.link-arrow_yellow::after {
    background-image: url("/Theme/dist/heartland/images/icon-link-arrow-yellow.svg")
}

.responsiveslides-homepage .slide.theme-purple .button-container a:nth-of-type(2),
.responsiveslides-homepage .slide .button-container a.link-arrow_purple,
.responsiveslides-homepage .slide.theme-purple .button-container a.link-arrow:nth-of-type(2),
.link-arrow.link-arrow_purple {
    color: #563d82
}

.responsiveslides-homepage .slide.theme-purple .button-container a:nth-of-type(2)::after,
.responsiveslides-homepage .slide .button-container a.link-arrow_purple::after,
.responsiveslides-homepage .slide.theme-purple .button-container a.link-arrow:nth-of-type(2)::after,
.link-arrow.link-arrow_purple::after {
    background-image: url("/Theme/dist/heartland/images/icon-link-arrow-purple.svg")
}

.responsiveslides-homepage .slide.theme-blue .button-container a:nth-of-type(2),
.responsiveslides-homepage .slide .button-container a.link-arrow_blue,
.responsiveslides-homepage .slide.theme-blue .button-container a.link-arrow:nth-of-type(2),
.link-arrow.link-arrow_blue {
    color: #1362e2
}

.responsiveslides-homepage .slide.theme-blue .button-container a:nth-of-type(2)::after,
.responsiveslides-homepage .slide .button-container a.link-arrow_blue::after,
.responsiveslides-homepage .slide.theme-blue .button-container a.link-arrow:nth-of-type(2)::after,
.link-arrow.link-arrow_blue::after {
    background-image: url("/Theme/dist/heartland/images/icon-link-arrow.svg")
}

.responsiveslides-homepage .slide .button-container a.link-arrow_grey,
.link-arrow.link-arrow_grey {
    color: #d8d8d8
}

.responsiveslides-homepage .slide .button-container a.link-arrow_grey::after,
.link-arrow.link-arrow_grey::after {
    background-image: url("/Theme/dist/heartland/images/icon-link-arrow-gray.svg")
}

.responsiveslides-homepage .slide .button-container a.link-to-top:hover::after,
.link-arrow.link-to-top:hover::after {
    transform: rotate(-90deg);
    opacity: 1
}

.responsiveslides-homepage .slide .button-container a.link-to-bottom:hover::after,
.link-arrow.link-to-bottom:hover::after {
    transform: rotate(90deg);
    opacity: 1
}

.responsiveslides-homepage .slide .button-container a.link-arrow_back::after,
.link-arrow.link-arrow_back::after {
    display: none
}

.responsiveslides-homepage .slide .button-container a.link-arrow_back::before,
.link-arrow.link-arrow_back::before {
    position: absolute;
    top: 50%;
    margin: -5px 0 0 -13px;
    transform: rotate(-180deg);
    background: url("/Theme/dist/heartland/images/icon-link-arrow-gray.svg") no-repeat scroll top left
}

.responsiveslides-homepage .slide .button-container a.link-arrow_back:hover::before,
.link-arrow.link-arrow_back:hover::before {
    transform: translateX(-2px) rotate(-180deg);
    opacity: 1
}

.responsiveslides-homepage .slide .button-container a.link-arrow_back.link-arrow_blue::before,
.link-arrow.link-arrow_back.link-arrow_blue::before {
    background-image: url("/Theme/dist/heartland/images/icon-link-arrow.svg")
}

.play-button_blue {
    display: inline-block;
    text-indent: -9999px;
    background: url(/-/media/project/gpn/heartland/heartland/icons/blue-play-button.svg) no-repeat scroll 100% 100%;
    height: 60px;
    width: 60px;
    transition: all 0.25s ease-in-out;
    border: none !important;
    margin: auto
}

.play-button_blue:hover {
    transform: translate(0, -5%);
    border: none !important
}

.play-button_blue span {
    display: none
}

#home-slider-1-pager {
    text-align: center;
    width: 100%;
    line-height: 0;
    padding: 20px 0
}

#home-slider-1-pager a {
    border: none
}

#home-slider-1-pager .outer-dot {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 3px solid transparent;
    border-radius: 100px;
    transition: .1s linear
}

#home-slider-1-pager .outer-dot .inner-dot {
    width: 11px;
    height: 11px;
    border-radius: 100px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #d8d8d8;
    transition: .1s linear
}

#home-slider-1-pager .outer-dot:hover .inner-dot {
    background-color: #7E9CB7
}

#home-slider-1-pager .outer-dot:active {
    border-color: #619399;
    opacity: .5
}

#home-slider-1-pager .outer-dot:active .inner-dot {
    background-color: #619399
}

#home-slider-1-pager li {
    display: inline-block !important
}

#home-slider-1-pager li.rslides_here .outer-dot {
    border: 3px solid #A6BBCD
}

#home-slider-1-pager li.rslides_here .outer-dot .inner-dot {
    background-color: #7E9CB7
}

input[type="submit"].btn-primary {
    color: #333;
    background-color: #fff;
    border-color: #fff;
    background-image: none;
    box-shadow: none;
    text-shadow: none
}

input[type="submit"].btn-primary:hover {
    color: #333;
    background-color: #ececec;
    border-color: #e6e6e6
}

input[type="submit"].btn-primary:focus,
input[type="submit"].btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(224, 224, 224, 0.5)
}

input[type="submit"].btn-primary.disabled,
input[type="submit"].btn-primary:disabled {
    color: #333;
    background-color: #fff;
    border-color: #fff
}

input[type="submit"].btn-primary:not(:disabled):not(.disabled):active,
input[type="submit"].btn-primary:not(:disabled):not(.disabled).active,
.show>input[type="submit"].btn-primary.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

input[type="submit"].btn-primary:not(:disabled):not(.disabled):active:focus,
input[type="submit"].btn-primary:not(:disabled):not(.disabled).active:focus,
.show>input[type="submit"].btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(224, 224, 224, 0.5)
}

input[type="submit"].btn-secondary {
    color: #fff;
    background-color: #1362e2;
    border-color: #1362e2;
    background-image: none;
    box-shadow: none;
    text-shadow: none
}

input[type="submit"].btn-secondary:hover {
    color: #fff;
    background-color: #1053bf;
    border-color: #0f4eb3
}

input[type="submit"].btn-secondary:focus,
input[type="submit"].btn-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(54, 122, 230, 0.5)
}

input[type="submit"].btn-secondary.disabled,
input[type="submit"].btn-secondary:disabled {
    color: #fff;
    background-color: #1362e2;
    border-color: #1362e2
}

input[type="submit"].btn-secondary:not(:disabled):not(.disabled):active,
input[type="submit"].btn-secondary:not(:disabled):not(.disabled).active,
.show>input[type="submit"].btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #0f4eb3;
    border-color: #0e49a7
}

input[type="submit"].btn-secondary:not(:disabled):not(.disabled):active:focus,
input[type="submit"].btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>input[type="submit"].btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(54, 122, 230, 0.5)
}

.material-icons.md-18 {
    font-size: 18px
}

.material-icons.md-24 {
    font-size: 24px
}

.material-icons.md-36 {
    font-size: 36px
}

.material-icons.md-48 {
    font-size: 48px
}

.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54)
}

.material-icons.md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26)
}

.material-icons.md-light {
    color: #fff
}

.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3)
}

.heartland-section-divider {
    width: 120vw;
    height: 0;
    margin: 2rem 0;
    border-top: 1px solid #CECECE;
    transform: translateX(-10%);
    overflow: hidden
}

@media (min-width: 767px) {
    .heartland-section-divider {
        transform: translateX(-25%)
    }
}

@media (min-width: 1025px) {
    .heartland-section-divider {
        transform: translateX(-30%)
    }
}

.form-control {
    color: #6D6E71;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 23px;
    height: 50px;
    font-weight: 400;
    border: 1px solid #CECECE
}

@media (min-width: 767px) {
    .form-control {
        font-size: 16px;
        line-height: 23px
    }
}

@media (min-width: 1025px) {
    .form-control {
        font-size: 16px;
        line-height: 23px
    }
}

.form-control:focus {
    color: #000;
    border: 1px solid #1362e2
}

.hero-form form label {
    color: #203645;
    font-size: 1.125rem;
    letter-spacing: normal;
    line-height: 1.4;
    margin-bottom: 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 600
}

@media (min-width: 767px) {
    .hero-form form label {
        font-size: 1.125rem;
        line-height: 1.4
    }
}

@media (min-width: 1025px) {
    .hero-form form label {
        font-size: 1.125rem;
        line-height: 1.4
    }
}

.hero-form form small {
    display: block;
    color: #6d7680;
    font-size: .6875rem;
    letter-spacing: normal;
    line-height: 1.4
}

@media (min-width: 767px) {
    .hero-form form small {
        font-size: .6875rem;
        line-height: 1.4
    }
}

@media (min-width: 1025px) {
    .hero-form form small {
        font-size: .6875rem;
        line-height: 1.4
    }
}

.modal-form input,
.modal-form select.form-control,
.modal-form textarea {
    color: #efefef
}

.modal-form select.form-control,
.modal-form textarea.form-control,
.modal-form input.form-control {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px
}

.modal-form label {
    font-size: 16px
}

.modal-form label.text-dark-blue {
    color: #203645 !important;
    font-weight: 800 !important
}

.modal-form label.text-small {
    font-size: 13px !important
}

@media (max-width: 1024.98px) {
    .modal-form label {
        font-size: 13px !important
    }
}

.modal-form input[type="checkbox"] {
    margin-right: 10px
}

@media (max-width: 1024.98px) {
    .modal-form input[type="checkbox"] {
        margin-right: 0
    }
}

@media (max-width: 1024.98px) {
    .modal-form {
        padding-bottom: 260px
    }
}

.form-pardot-grey {
    margin: 30px 0 0;
    padding-bottom: 20px
}

.form-pardot-grey h2 {
    margin-bottom: 15px !important
}

.form-pardot-grey p {
    margin-bottom: 20px !important
}

.form-pardot-grey label {
    font-size: 1rem;
    display: block;
    margin-bottom: 10px;
    color: #2f3a45
}

.form-pardot-grey input[type="text"],
.form-pardot-grey input[type="number"],
.form-pardot-grey input[type="email"],
.form-pardot-grey input[type="tel"],
.form-pardot-grey textarea {
    font-size: 1rem;
    height: auto;
    width: 100%;
    max-width: 100%;
    padding: 13px 13px;
    margin-bottom: 35px;
    border: 1px solid transparent;
    outline: none !important;
    border-radius: 6px;
    color: #555
}

.form-pardot-grey input[type="text"]:focus,
.form-pardot-grey input[type="text"]:active,
.form-pardot-grey input[type="number"]:focus,
.form-pardot-grey input[type="number"]:active,
.form-pardot-grey input[type="email"]:focus,
.form-pardot-grey input[type="email"]:active,
.form-pardot-grey input[type="tel"]:focus,
.form-pardot-grey input[type="tel"]:active,
.form-pardot-grey textarea:focus,
.form-pardot-grey textarea:active {
    border: 1px solid #1362e2
}

.form-pardot-grey input[type="text"].error,
.form-pardot-grey input[type="number"].error,
.form-pardot-grey input[type="email"].error,
.form-pardot-grey input[type="tel"].error,
.form-pardot-grey textarea.error {
    border-bottom: 1px solid #da1a32 !important
}

.form-pardot-grey textarea {
    min-height: 100px;
    width: 100%
}

.form-pardot-grey .button {
    margin-bottom: 20px !important
}

.form-pardot-grey a {
    color: #6d7680;
    border-color: #6d7680
}

.form-pardot-grey a:hover {
    color: #000;
    border-color: #000
}

.form-pardot-grey .underline p a {
    border-bottom: 2px solid black !important
}

.heartland-promo .form-pardot {
    max-width: 550px;
    border: 1px solid transparent
}

.heartland-promo .form-pardot,
.od-one-form form {
    background: #efefef;
    padding: 35px;
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.25);
    margin: auto;
    border-radius: 32px
}

.heartland-promo .form-pardot input[type="text"],
.heartland-promo .form-pardot input[type="email"],
.heartland-promo .form-pardot input[type="tel"],
.od-one-form form input[type="text"],
.od-one-form form input[type="email"],
.od-one-form form input[type="tel"] {
    font-size: 17px;
    height: auto;
    max-width: 100%;
    padding: 10px 10px;
    margin-bottom: 20px;
    outline: none !important
}

.heartland-promo .form-pardot input[type="text"]:focus,
.heartland-promo .form-pardot input[type="text"]:active,
.heartland-promo .form-pardot input[type="email"]:focus,
.heartland-promo .form-pardot input[type="email"]:active,
.heartland-promo .form-pardot input[type="tel"]:focus,
.heartland-promo .form-pardot input[type="tel"]:active,
.od-one-form form input[type="text"]:focus,
.od-one-form form input[type="text"]:active,
.od-one-form form input[type="email"]:focus,
.od-one-form form input[type="email"]:active,
.od-one-form form input[type="tel"]:focus,
.od-one-form form input[type="tel"]:active {
    border: 1px solid #1362e2
}

.heartland-promo .form-pardot h3,
.heartland-promo .form-pardot .form-control label,
.heartland-promo .form-pardot .form-group label,
.od-one-form form h3,
.od-one-form form .form-control label,
.od-one-form form .form-group label {
    color: #003B71
}

.heartland-promo .form-pardot h3,
.od-one-form form h3 {
    font-size: 1.5625rem
}

.card-shadow,
.heartland-promo.include-card-shadow .card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075)
}

.table-row {
    width: 100%
}

.table-cell {
    display: inline-block;
    padding-bottom: 10px
}

.table-cell:first-child {
    width: 40%
}

.table-cell:last-child {
    width: 50%
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

@keyframes mmfadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes mmslideIn {
    from {
        transform: translateY(15%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes mmscaleIn {
    from {
        transform: scale(0.7);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@media (max-width: 766.98px) {
    .revealOnScroll {
        opacity: 1
    }
}

@keyframes pulse {
    from {
        transform: scale(1)
    }

    50% {
        transform: perspective(1px) translateZ(0) scale(1.1);
        filter: grayscale(0);
        backface-visibility: hidden;
        -webkit-font-smoothing: subpixel-antialiased
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.pulse,
.heartland-promo.heartland-promo-large-icon-animated .promo-image img,
.heartland-promo.heartland-promo-large-icon-centered .promo-image img,
.heartland-promo.heartland-promo-large-icon-animated-split.circle-card .promo-image {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: pulse
}

.zoom,
.heartland-promo.heartland-promo-medium-card-logo .promo-image img:hover,
.heartland-promo.promo-medium-card.zoom .card-img-top:hover {
    transition: transform 0.25s ease-in-out;
    transform: scale(1.03);
    animation-name: zoom
}

@keyframes strikethrough {
    from {
        opacity: 0;
        transform: scaleX(0)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes strikethroughDown {
    from {
        opacity: 0;
        transform: translate3d(0, -10%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes topMenu {
    from {
        opacity: 0;
        transform: translate3d(0, -4%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

[data-animation="fadeInUp"],
[data-animation="fadeInDown"],
[data-animation="fadeInLeft"],
[data-animation="fadeInRightSmall"],
[data-animation="fadeInRight"] {
    opacity: 0
}

@keyframes fadeInRight {
    from {
        opacity: .7;
        transform: translate3d(5%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInRight
}

@keyframes fadeInRightSmall {
    from {
        opacity: .8;
        transform: translate3d(2%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRightSmall {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInRightSmall
}

@keyframes fadeInLeft {
    from {
        opacity: .7;
        transform: translate3d(-5%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInLeft
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeOut
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 5%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -10%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

.video-textures {
    position: relative
}

.video-textures .row,
.video-textures .image-with-modal,
.video-textures .image,
.video-textures img {
    z-index: 1
}

.video-textures::before {
    position: absolute;
    top: 12%;
    left: 2%;
    transform: translate(-50%, -50%);
    content: "";
    background: url(/-/media/project/gpn/heartland/heartland/community-connected/texture-left-teal.png) no-repeat scroll 50% 50%;
    width: 205px;
    height: 249px;
    z-index: 0
}

.video-textures::after {
    position: absolute;
    bottom: 17%;
    right: -7%;
    content: "";
    background: url(/-/media/project/gpn/heartland/heartland/community-connected/texture-right-teal.png) no-repeat scroll 50% 50%;
    width: 200px;
    height: 200px;
    z-index: 0
}

@media only screen and (max-width: 1282px) {
    .video-textures::after {
        bottom: 30%;
        right: -12%
    }
}

@media only screen and (max-width: 915px) {
    .video-textures::after {
        bottom: 36%;
        right: -14%
    }
}

@media only screen and (max-width: 766px) {
    .video-textures::before {
        top: 0;
        left: 0
    }

    .video-textures::after {
        display: none
    }
}

@media only screen and (max-width: 531px) {
    .video-textures::before {
        display: none
    }
}

.video-bg-cover {
    position: relative;
    top: 3px;
    line-height: 1
}

.video-bg-cover video {
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: inherit
}

.video-bg-cover.two-column-overlay .content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-bg-cover.two-column-overlay .video-btn {
    width: 275px;
    min-width: 275px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50px;
    border: 2px solid #9d9d9d;
    padding: 10px;
    padding-left: 12px;
    padding-right: 0;
    transition: all 0.25s ease-in-out
}

.video-bg-cover.two-column-overlay .video-btn:hover {
    transform: translate(0, -5%)
}

.video-bg-cover.two-column-overlay .video-btn .btn-details small {
    line-height: 1;
    font-weight: 600
}

@media (max-width: 1024.98px) {
    .video-bg-cover.two-column-overlay .video-btn {
        width: 275px;
        min-width: 275px
    }
}

.video-bg-cover .video-bg-centered-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.fullscreen-bg-img {
    position: relative;
    z-index: -2
}

.fullscreen-bg-img .fixed-content {
    position: fixed;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
    z-index: -1
}

.opaque-background .component-content {
    background-color: rgba(0, 64, 98, 0.2)
}

.grey-gradient-background {
    background-image: linear-gradient(to left, #fff 0%, #F1F1F2 50%, #fff 100%)
}

.vertical-greydient {
    background: linear-gradient(180deg, #fff 0%, #fff 50%, rgba(239, 239, 239, 0.3) 100%)
}

.grey-boxshadow {
    box-shadow: 0 0 13px -6px rgba(0, 0, 0, 0.25)
}

.bg-lightgrey {
    position: relative;
    background-color: #F7F9FA
}

.bg-white {
    background-color: #fff
}

.bg-grey {
    background-color: #e5e5e5
}

.bg-breaker::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    height: 15.625rem;
    background-color: #fff
}

.bg-breaker-white::before {
    background-color: #fff
}

.aqua-background {
    background-color: #509C9F
}

.bg-darkblue {
    background-color: #324a5e
}

.table-bg-lightgrey {
    background-color: #f5f6f6
}

.bg-bluish-lightgrey {
    background-color: #e7eff4
}

.background-primary1,
.background-heartland-red {
    background-color: #da1a32 !important
}

.background-primary2,
.background-blue {
    background-color: #1362e2 !important
}

.background-primary3,
.background-navy {
    background-color: #003B71 !important
}

.background-primary4,
.background-grey {
    background-color: #d8d8d8 !important
}

.background-primary5,
.background-dark-grey {
    background-color: #2f3a45 !important
}

.background-primary6,
.background-teal {
    background-color: #259f9f !important
}

.background-secondary1,
.background-gold {
    background-color: #ffbf3f !important
}

.background-secondary2,
.background-aqua {
    background-color: #509C9F !important
}

.background-secondary3,
.background-green {
    background-color: #7fa9ae !important
}

.background-secondary4,
.background-purple {
    background-color: #563d82 !important
}

.background-secondary5,
.background-orange {
    background-color: #ed7a23 !important
}

.background-secondary6,
.background-light-teal {
    background-color: #809ca7 !important
}

.bg-pos-top-25 .giant-bg-img {
    background-position-y: 25% !important
}

.phone {
    background: url("/Theme/dist/heartland/images/phone-frame.png") no-repeat scroll top left;
    background-size: contain;
    width: 398px;
    height: 798px;
    position: relative;
    z-index: 5;
    padding: 24px 0 0 27px
}

@media only screen and (max-width: 1024px) {
    .phone {
        width: 100%;
        min-width: 295px;
        padding: 17px 0 0 20px
    }
}

@media (max-width: 1024.98px) {
    .phone {
        display: none
    }
}

.heartland-promo.split-60-40-with-phone-frame.phone-shadow-left .phone::after,
.heartland-promo.split-60-40-with-phone-frame.phone-shadow-right .phone::after,
.heartland-promo.split-60-40-with-phone-frame.phone-shadow-left .phone::after,
.phone.phone-shadow::after,
.phone.phone-shadow-left::after {
    content: "";
    position: absolute;
    top: 31px;
    left: 12px;
    width: 507px;
    height: 882px;
    z-index: 4;
    background: url("/Theme/dist/heartland/images/phone-shadow_left.png") no-repeat scroll top left
}

@media only screen and (max-width: 1024px) {

    .heartland-promo.split-60-40-with-phone-frame.phone-shadow-left .phone::after,
    .heartland-promo.split-60-40-with-phone-frame.phone-shadow-right .phone::after,
    .heartland-promo.split-60-40-with-phone-frame.phone-shadow-left .phone::after,
    .phone.phone-shadow::after,
    .phone.phone-shadow-left::after {
        display: none
    }
}

.heartland-promo.split-60-40-with-phone-frame.phone-shadow-right .phone::after,
.phone.phone-shadow-right::after {
    left: auto;
    right: 12px;
    background: url("/Theme/dist/heartland/images/phone-shadow_right.png") no-repeat scroll top left
}

.phone span {
    position: relative;
    border-radius: 29px;
    overflow: hidden;
    width: 345px;
    padding-top: 60px;
    height: 752px;
    z-index: 6;
    background: #e7e5e7;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap
}

@media only screen and (max-width: 1024px) {
    .phone span {
        width: 255px;
        height: auto
    }

    .phone span img {
        max-width: 88%
    }
}

.phone span::after {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -85px;
    content: "";
    width: 175px;
    height: 27px;
    background: #000;
    border-radius: 3px 3px 20px 20px
}

@media only screen and (max-width: 1024px) {
    .phone span::after {
        display: none
    }
}

.greyscale-full-colour {
    filter: grayscale(100%);
    transition: all 0.2s linear
}

.greyscale-full-colour:hover {
    filter: grayscale(0)
}

.enlarge-on-hover {
    transition: all 0.2s linear;
    will-change: transform
}

.enlarge-on-hover:hover {
    transform: perspective(1px) translateZ(0) scale(1.15)
}

@media (max-width: 766.98px) {
    .pos-product-family {
        position: relative;
        left: -350px
    }
}

@media (max-width: 766.98px) {
    .plain-html img {
        width: 100% !important;
        height: auto !important
    }
}

html {
    scroll-behavior: smooth
}

.z-index-5,
.z-index-10,
.z-index-15,
.z-index-20 {
    position: relative
}

.z-index-5 {
    z-index: 5
}

.z-index-10 {
    z-index: 10
}

.z-index-15 {
    z-index: 15
}

.z-index-20 {
    z-index: 20
}

.rating-holder {
    display: inline-block;
    padding-top: 1rem
}

.c-rating span {
    display: inline-block;
    float: left;
    width: 1.25rem;
    height: 1.25rem;
    border: 0;
    text-indent: -9999px;
    outline: none;
    background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat
}

.c-rating[data-rating-value="0"] span:nth-child(-n+0) {
    background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%230072CE%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat
}

.c-rating[data-rating-value=".25"] span:nth-child(-n+1) {
    background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%230072CE%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat
}

.c-rating[data-rating-value=".5"] span:nth-child(-n+1) {
    background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%230072CE%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat
}

.c-rating[data-rating-value=".75"] span:nth-child(-n+1) {
    background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%230072CE%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat
}

.c-rating[data-rating-value="1"] span:nth-child(-n+1) {
    background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%230072CE%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat
}

.c-rating[data-rating-value="1.25"] span:nth-child(-n+2) {
    background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%230072CE%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat
}

.c-rating[data-rating-value="1.5"] span:nth-child(-n+2) {
    background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%230072CE%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat
}

.c-rating[data-rating-value="1.75"] span:nth-child(-n+2) {
    background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%230072CE%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat
}

.c-rating[data-rating-value="2"] span:nth-child(-n+2) {
    background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%230072CE%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat
}

.c-rating[data-rating-value="2.25"] span:nth-child(-n+3) {
    background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%230072CE%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat
}

.c-rating[data-rating-value="2.5"] span:nth-child(-n+3) {
    background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%230072CE%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat
}

.c-rating[data-rating-value="2.75"] span:nth-child(-n+3) {
    background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%230072CE%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat
}

.c-rating[data-rating-value="3"] span:nth-child(-n+3) {
    background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%230072CE%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat
}

.c-rating[data-rating-value="3.25"] span:nth-child(-n+4) {
    background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%230072CE%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat
}

.c-rating[data-rating-value="3.5"] span:nth-child(-n+4) {
    background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%230072CE%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat
}

.c-rating[data-rating-value="3.75"] span:nth-child(-n+4) {
    background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%230072CE%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat
}

.c-rating[data-rating-value="4"] span:nth-child(-n+4) {
    background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%230072CE%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat
}

.c-rating[data-rating-value="4.25"] span:nth-child(-n+5) {
    background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%230072CE%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat
}

.c-rating[data-rating-value="4.5"] span:nth-child(-n+5) {
    background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%230072CE%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat
}

.c-rating[data-rating-value="4.75"] span:nth-child(-n+5) {
    background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%230072CE%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat
}

.c-rating[data-rating-value="5"] span:nth-child(-n+5) {
    background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%230072CE%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat
}

.c-rating--small {
    font-size: 50%
}

.c-rating--big {
    font-size: 150%
}

.customersuccess-testimonials {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    position: relative;
    max-width: 900px
}

.customersuccess-testimonials .contents {
    min-height: 25rem
}

.customersuccess-testimonials .contents .quote-container {
    background-color: #9cd6d8;
    border-radius: 5px !important;
    width: 100%;
    content: "";
    clear: both;
    display: table
}

.customersuccess-testimonials .contents .quote-container::before {
    content: '';
    content: url(/Theme/dist/heartland/images/quote-marks.svg);
    position: relative;
    top: 5px
}

.customersuccess-testimonials .contents .quote-container::after {
    display: inline-block;
    float: right;
    content: '';
    content: url(/Theme/dist/heartland/images/quote-marks.svg);
    transform: scale(-1, 1)
}

.customersuccess-testimonials .contents .quote {
    text-align: center;
    font-weight: 700;
    font-size: 1.125rem;
    width: 80%;
    margin: 0 auto
}

.customersuccess-testimonials .contents .author {
    width: 100%
}

.customersuccess-testimonials .contents .author-image {
    position: relative;
    top: -40px;
    margin-left: 60px;
    border-radius: 50px;
    display: inline-block
}

.customersuccess-testimonials .contents .author-image img {
    border-radius: 100px
}

.customersuccess-testimonials .contents .author-details {
    display: inline-block;
    position: relative;
    top: -10px;
    left: 10px
}

.customersuccess-testimonials .contents .author-name {
    font-weight: 700
}

header {
    z-index: 1040;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff
}

header .col-reset {
    padding-left: 0;
    padding-right: 0
}

header #header {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px
}

@media (max-width: 1024.98px) {
    header {
        position: fixed;
        background: #fff;
        width: 100vw;
        padding-left: 5%;
        padding-right: 5%
    }

    header #header {
        padding: 0
    }
}

@media only screen and (max-width: 1107px) and (min-width: 1025px) {
    header {
        width: 100vw;
        margin-left: -40px
    }

    header .col-reset {
        padding-left: 10px;
        padding-right: 10px
    }

    header .signin {
        margin-left: 0 !important
    }
}

@media only screen and (max-width: 1149px) and (min-width: 1025px) {
    header {
        width: 100vw;
        margin-left: -50px
    }
}

.heartland-navigation {
    cursor: default
}

.heartland-navigation a {
    cursor: pointer !important;
    text-decoration: none
}

.heartland-navigation a span {
    cursor: pointer !important
}

.heartland-navigation a.underline {
    text-decoration: underline
}

.heartland-navigation .navbar {
    padding-left: 0;
    padding-right: 0
}

.heartland-navigation .navbar-nav {
    width: 100%
}

.heartland-navigation .navbar-brand {
    margin-right: 0
}

.heartland-navigation .navbar-brand img {
    width: 150px
}

.heartland-navigation .navbar-brand:hover {
    border-bottom: none
}

.heartland-navigation .nav-item.signin a.nav-link span {
    transition: color .2s linear
}

.heartland-navigation .nav-item.signin a.nav-link:hover span {
    color: #1362e2 !important
}

.heartland-navigation .nav-item.signin a.nav-link:active span {
    color: #1d41c3 !important
}

.heartland-navigation .dropdown-item {
    transition: color 0.2s linear, text-decoration 0.2s linear;
    color: #333;
    border-bottom: 0 !important
}

.heartland-navigation .dropdown-item:hover {
    color: #003C71
}

.heartland-navigation .dropdown-item.rel-level2:not(.display-level-3) {
    color: #1362e2;
    font-weight: 600
}

.heartland-navigation .btn-outline,
.heartland-navigation .btn-outline:hover {
    color: #1362e2
}

.heartland-navigation .btn-outline:active {
    color: #fff;
    background-color: #005da8;
    border-color: #00569b
}

.heartland-navigation .summary a {
    display: block;
    color: #1362e2
}

.heartland-navigation .summary a:hover {
    border-bottom: none
}

.heartland-navigation .standout {
    width: 25%;
    border-radius: 0 6px 6px 0
}

.heartland-navigation .standout .text-dark {
    color: #203645 !important
}

@media only screen and (max-width: 1248px) {
    .heartland-navigation .standout {
        width: 100%;
        text-align: center;
        border-radius: 0 0 6px 6px
    }
}

.heartland-navigation .dropdown-menu {
    padding: 0
}

.heartland-navigation .dropdown-menu.plain-drop {
    top: 2.5rem
}

.heartland-navigation .dropdown-menu-inner {
    width: 75%;
    border-radius: 6px
}

.heartland-navigation .dropdown-menu-inner .rel-level2 {
    margin-bottom: 10px
}

@media only screen and (max-width: 1248px) {
    .heartland-navigation .dropdown-menu-inner {
        width: 100%
    }
}

.heartland-navigation .navigation-title {
    cursor: default
}

@media (max-width: 1024.98px) {
    .heartland-navigation {
        padding-left: 0;
        padding-right: 0
    }

    .heartland-navigation .navbar-collapse {
        margin-top: 4.5rem;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 100vw;
        padding-left: 2.5rem;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100vw;
        transition: all 0 ease-out;
        display: block;
        z-index: 200;
        background-color: #fff;
        overflow-y: auto
    }

    .heartland-navigation .navbar-collapse.show {
        left: -2.5rem
    }

    .heartland-navigation .dropdown-menu {
        border: none
    }

    .heartland-navigation .dropdown-item {
        padding-left: 0
    }

    .heartland-navigation .level1 .nav-link {
        color: #2f3a45;
        font-weight: 600
    }

    .heartland-navigation .level1 .nav-link:hover {
        color: #1362e2;
        border-bottom: none
    }

    .heartland-navigation .level1 .nav-link .navigation-title {
        font-size: 2.1875rem;
        position: relative
    }

    .heartland-navigation .level1 .nav-link .navigation-title::after {
        display: inline-block;
        content: '';
        background-image: url("/Theme/dist/heartland/images/icon-link-arrow-gray.svg");
        background-size: 12px 15px;
        height: 15px;
        width: 12px;
        margin-left: 1rem;
        position: absolute;
        top: 1rem;
        transition: transform 0.15s linear, color 0.15s linear
    }

    .heartland-navigation .level1 .nav-link[aria-expanded="true"] .navigation-title::after {
        transform: rotate(90deg)
    }

    .heartland-navigation .level1 .dropdown-toggle::after {
        content: none
    }

    .heartland-navigation .submenu-container {
        margin-top: 2.25rem
    }

    .heartland-navigation .submenu-container:first-of-type {
        margin-top: 0.5rem
    }

    .heartland-navigation .rel-level3,
    .heartland-navigation .display-level-3 {
        font-size: 1.25rem
    }

    .heartland-navigation .signin {
        margin-bottom: 20px
    }

    .heartland-navigation .standout {
        display: none
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    .heartland-navigation .navbar-collapse.show {
        left: -3.75rem;
        padding-left: 3.75rem
    }
}

@media (min-width: 1025px) {
    .heartland-navigation a svg {
        vertical-align: top
    }

    .heartland-navigation a svg,
    .heartland-navigation a svg * {
        cursor: pointer
    }

    .heartland-navigation .nav-link,
    .heartland-navigation .nav-link a {
        color: #2f3a45;
        text-align: center;
        text-decoration: none;
        padding-right: 1rem !important;
        border-bottom: 0 !important;
        text-decoration: none !important
    }

    .heartland-navigation .nav-link.dropdown-toggle span {
        font-weight: 600
    }

    .heartland-navigation .nav-link.dropdown-toggle span::after {
        top: 1.7rem;
        left: calc(50% - 10px);
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 10px;
        z-index: 1500;
        display: none;
        animation: topMenu .2s ease-in-out both;
        transform: translate(-50%, 0);
        filter: drop-shadow(0px -1px 0px #efefef);
        -webkit-filter: drop-shadow(0px -1px 0px #efefef)
    }

    .heartland-navigation .nav-link.dropdown-toggle[aria-expanded="true"] span::after {
        display: block
    }

    .heartland-navigation .dropdown-item:hover,
    .heartland-navigation .dropdown-item:active {
        color: #003C71;
        background-color: transparent !important
    }

    .heartland-navigation .dropdown-item.rel-level2:not(.display-level-3) {
        color: #1362e2;
        font-weight: 600
    }

    .heartland-navigation .summary {
        padding: 0.25rem 1.5rem;
        font-size: 0.9375rem !important;
        min-width: 22rem
    }

    .heartland-navigation .summary a {
        margin-top: 1.25rem
    }

    .heartland-navigation .standout {
        background-color: #f6f8fa;
        border-left: 1px solid #e7edf2;
        min-width: 17rem
    }

    .heartland-navigation .standout .standout-content {
        padding: 30px 25px 40px
    }

    .heartland-navigation .standout .standout-content .btn-heartland {
        font-size: 17px
    }

    .heartland-navigation .dropdown-menu {
        animation: topMenu .1s linear both;
        box-shadow: 0 3px 4px rgba(36, 49, 83, 0.07);
        border: none;
        border: 1px solid #efefef;
        background-color: #fff;
        border-radius: 6px
    }

    .heartland-navigation .dropdown-menu.show {
        display: flex;
        flex-wrap: wrap
    }

    .heartland-navigation .dropdown-menu-inner {
        padding: 30px 45px 40px 5px;
        display: flex;
        justify-content: space-around
    }

    .heartland-navigation .dropdown-menu.plain-drop {
        top: 2.7rem !important
    }

    .heartland-navigation .dropdown-menu.plain-drop .dropdown-menu-inner {
        display: block
    }

    .heartland-navigation .level1:nth-child(1) {
        margin-left: auto;
        position: unset
    }

    .heartland-navigation .level1:nth-child(1) .dropdown-toggle {
        position: relative
    }

    .heartland-navigation .level1:nth-child(1) .dropdown-menu {
        width: 84.25rem;
        max-width: 98vw;
        top: 3.5rem
    }

    .heartland-navigation .signin {
        border-left: 2px solid #efefef;
        padding-left: 20px;
        margin-left: 20px
    }

    .heartland-navigation .nav-end .nav-btn {
        transform: translateY(-2px)
    }

    .heartland-navigation .nav-end .nav-btn:hover {
        transform: translateY(-4px)
    }

    .heartland-navigation .nav-end .dropdown-toggle .navigation-title {
        color: #6d7680 !important
    }

    .heartland-navigation .nav-end.last {
        padding-left: 28px
    }

    .heartland-navigation .level1:nth-child(2) {
        position: unset
    }

    .heartland-navigation .level1:nth-child(2) .dropdown-toggle {
        position: relative
    }

    .heartland-navigation .level1:nth-child(2) .dropdown-menu {
        width: 84.25rem;
        max-width: 98vw;
        top: 3.5rem
    }

    .heartland-navigation .level1:nth-child(7) {
        margin-right: 0
    }

    .heartland-navigation .level1:nth-child(7) a.nav-link {
        padding-right: 0
    }

    .heartland-navigation .level1:nth-child(7) .dropdown-menu {
        right: 0;
        width: 20rem
    }

    .heartland-navigation .level1:nth-child(7) .dropdown-menu.show {
        left: -4rem
    }

    .heartland-navigation a.rel-level2,
    .heartland-navigation a.display-level-2 {
        font-weight: 600
    }

    .heartland-navigation a.display-level-3 {
        font-weight: normal
    }

    .heartland-navigation .dropdown-toggle::after {
        content: none
    }

    .heartland-navigation .borderbottom::after {
        content: '';
        display: block;
        border-bottom: 1px solid #e7edf2;
        margin-top: 0.85rem;
        margin-bottom: 0.65rem
    }

    .heartland-navigation .borderleft {
        border-left: 1px solid #e7edf2
    }

    .heartland-navigation .largedrop .nav-link.dropdown-toggle span::after {
        top: 1.475rem
    }

    .heartland-navigation .dropdown.info .dropdown-menu {
        width: 340px;
        left: -160px
    }

    .heartland-navigation #dropdowntoggle-info {
        padding-right: 0 !important;
        padding-left: 0
    }

    .heartland-navigation #dropdowntoggle-info .navigation-title g path {
        transition: color .2s linear
    }

    .heartland-navigation #dropdowntoggle-info .navigation-title .icon-circle {
        color: #6d7680
    }

    .heartland-navigation #dropdowntoggle-info .navigation-title .navigation-title .icon-i {
        color: #a2afbf
    }

    .heartland-navigation #dropdowntoggle-info:hover .navigation-title g path {
        color: #1362e2;
        transition: color .2s linear
    }

    .heartland-navigation .nav-item.signin a.nav-link {
        padding-right: .5rem !important
    }
}

@media only screen and (max-width: 1024px) {
    .heartland-navigation .info {
        margin-bottom: 20px
    }

    .heartland-navigation .navigation-title {
        font-size: 1.8rem !important
    }

    .heartland-navigation #dropdowntoggle-mobileinfo .navigation-title {
        font-size: 1rem
    }

    .heartland-navigation #dropdowntoggle-mobileinfo .navigation-title:after {
        display: none
    }

    .heartland-navigation .signin {
        margin-bottom: 0
    }
}

@media (min-width: 767px) and (max-width: 90rem) {
    .heartland-navigation .dropdown-menu.show {
        left: -4.25rem
    }
}

.heartland-navigation .navbar-toggler {
    padding: 0.25rem 0 0.25rem 0.75rem;
    outline: none
}

.heartland-navigation .navbar-toggler .hamburger-icon {
    width: 24px;
    height: 24px;
    transform: rotate(0deg);
    cursor: pointer;
    z-index: 9000;
    position: absolute;
    top: 1.625rem;
    right: 0.625rem
}

.heartland-navigation .navbar-toggler .hamburger-icon span {
    display: block;
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    background: #000;
    opacity: 1;
    transform: rotate(0deg);
    transition: .15s linear
}

.heartland-navigation .navbar-toggler .hamburger-icon span:nth-child(1) {
    top: 0
}

.heartland-navigation .navbar-toggler .hamburger-icon span:nth-child(2),
.heartland-navigation .navbar-toggler .hamburger-icon span:nth-child(3) {
    top: 7px
}

.heartland-navigation .navbar-toggler .hamburger-icon span:nth-child(4) {
    top: 14px
}

.heartland-navigation .navbar-toggler .hamburger-icon.open span:nth-child(1) {
    width: 0;
    left: 50%
}

.heartland-navigation .navbar-toggler .hamburger-icon.open span:nth-child(2) {
    background: #000;
    transform: rotate(45deg)
}

.heartland-navigation .navbar-toggler .hamburger-icon.open span:nth-child(3) {
    background: #000;
    transform: rotate(-45deg)
}

.heartland-navigation .navbar-toggler .hamburger-icon.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%
}

@media only screen and (max-width: 1149px) and (min-width: 1025px) {
    .heartland-navigation .nav-end.last {
        padding-left: 10px
    }

    .heartland-navigation .signin a.nav-link {
        padding-right: 10px !important;
        padding-left: 0 !important
    }
}

.rich-text.richtext-banner {
    margin-bottom: 1rem;
    text-align: center
}

@media (min-width: 767px) {
    .rich-text.richtext-banner {
        padding: 4rem
    }
}

.rich-text.richtext-banner .banner {
    margin: 1.5rem auto;
    position: relative;
    border: 10px solid #fff;
    color: #1362e2;
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.rich-text.richtext-banner .banner * {
    margin: 0;
    padding: 10px;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Inter", Arial, sans-serif;
    font-weight: 800;
    align-self: center
}

@media (min-width: 1025px) {
    .rich-text.richtext-banner .banner * {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.rich-text.richtext-banner .banner h2 {
    color: #1362e2;
    font-size: 100px;
    letter-spacing: normal;
    line-height: 100px
}

@media (min-width: 767px) {
    .rich-text.richtext-banner .banner h2 {
        font-size: 200px;
        line-height: 200px
    }
}

@media (min-width: 1025px) {
    .rich-text.richtext-banner .banner h2 {
        font-size: 200px;
        line-height: 200px
    }
}

.rich-text.richtext-banner .banner p {
    color: #1362e2;
    font-size: 40px;
    letter-spacing: normal;
    line-height: 40px
}

@media (min-width: 767px) {
    .rich-text.richtext-banner .banner p {
        font-size: 60px;
        line-height: 60px
    }
}

@media (min-width: 1025px) {
    .rich-text.richtext-banner .banner p {
        font-size: 70px;
        line-height: 70px
    }
}

.rich-text.richtext-banner .banner::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 1.5rem solid transparent;
    border-right: 1.5rem solid transparent;
    border-top: 1.5rem solid #fff;
    position: absolute;
    left: calc(50% - 1.5rem);
    bottom: calc(-3% - 1.5rem)
}

.rich-text.richtext-banner h2 {
    color: #1362e2;
    padding: 2rem 0
}

.rich-text.richtext-banner small {
    padding: 2rem 0
}

.rich-text.richtext-copy-text {
    width: 55%;
    margin: 0 auto;
    width: 60%;
    width: 100%
}

.rich-text.richtext-copy-text h2,
.rich-text.richtext-copy-text h3,
.rich-text.richtext-copy-text p {
    letter-spacing: 0
}

.rich-text.richtext-copy-text h3 {
    font-size: 30px;
    line-height: 39px;
    margin-top: 70px
}

.rich-text.richtext-copy-text p {
    font-size: 22px;
    line-height: 28px
}

.rich-text.richtext-copy-text a.img-link:hover {
    color: unset;
    border-bottom: none
}

.rich-text ul.support-list {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.rich-text ul.support-list li {
    padding-left: 55px;
    padding-top: 3px;
    margin-bottom: 25px
}

.rich-text ul.support-list h4 {
    margin: 0;
    color: #1362e2
}

.rich-text.rt-img-mw-100 img {
    max-width: 100%;
    height: auto !important
}

.row-splitter .container .row [style*="opacity: 0.35"].scEnabledChrome[sc-part-of] {
    min-width: 33%
}

.heartland-promo .v-center {
    align-items: center
}

.heartland-promo .btn a,
.heartland-promo .btn a:hover {
    border: none;
    font-weight: 600
}

.heartland-promo .card {
    border: none
}

.heartland-promo.hero-with-rhs-placeholder .hero,
.heartland-promo.home-video-hero-2021 .hero,
.heartland-promo.hero-basic-full-width .hero,
.heartland-promo.online-payments-hero .hero,
.heartland-promo.hero-basic .hero {
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    border-radius: 32px
}

@media (max-width: 1024.98px) {

    .heartland-promo.hero-with-rhs-placeholder .hero,
    .heartland-promo.home-video-hero-2021 .hero,
    .heartland-promo.hero-basic-full-width .hero,
    .heartland-promo.online-payments-hero .hero,
    .heartland-promo.hero-basic .hero {
        padding-top: 7rem;
        background-position-y: 72px
    }
}

.heartland-promo.hero-with-rhs-placeholder .hero .v-center,
.heartland-promo.home-video-hero-2021 .hero .v-center,
.heartland-promo.hero-basic-full-width .hero .v-center,
.heartland-promo.online-payments-hero .hero .v-center,
.heartland-promo.hero-basic .hero .v-center {
    align-items: center;
    min-height: 40.5rem
}

.heartland-promo.hero-with-rhs-placeholder .form-pardot .text-dark-blue,
.heartland-promo.home-video-hero-2021 .form-pardot .text-dark-blue,
.heartland-promo.hero-basic-full-width .form-pardot .text-dark-blue,
.heartland-promo.online-payments-hero .form-pardot .text-dark-blue,
.heartland-promo.hero-basic .form-pardot .text-dark-blue {
    color: #203645
}

.heartland-promo.hero-with-rhs-placeholder .form-pardot .btn,
.heartland-promo.home-video-hero-2021 .form-pardot .btn,
.heartland-promo.hero-basic-full-width .form-pardot .btn,
.heartland-promo.online-payments-hero .form-pardot .btn,
.heartland-promo.hero-basic .form-pardot .btn {
    margin-bottom: 2.5rem
}

.heartland-promo.hero-with-rhs-placeholder .button-container,
.heartland-promo.home-video-hero-2021 .button-container,
.heartland-promo.hero-basic-full-width .button-container,
.heartland-promo.online-payments-hero .button-container,
.heartland-promo.hero-basic .button-container {
    display: flex;
    margin-top: 1.5625rem
}

.heartland-promo.hero-with-rhs-placeholder .button-container .btn,
.heartland-promo.home-video-hero-2021 .button-container .btn,
.heartland-promo.hero-basic-full-width .button-container .btn,
.heartland-promo.online-payments-hero .button-container .btn,
.heartland-promo.hero-basic .button-container .btn {
    margin: 0 0.5rem
}

.heartland-promo.hero-with-rhs-placeholder .blackout-bg,
.heartland-promo.home-video-hero-2021 .blackout-bg,
.heartland-promo.hero-basic-full-width .blackout-bg,
.heartland-promo.online-payments-hero .blackout-bg,
.heartland-promo.hero-basic .blackout-bg {
    display: inline-block;
    padding: 15px 20px;
    background: rgba(0, 0, 0, 0.5);
    max-width: 650px;
    font-size: 20px !important;
    margin-bottom: 0;
    letter-spacing: 0;
    font-weight: normal
}

.heartland-promo.hero-with-rhs-placeholder .strikethrough,
.heartland-promo.home-video-hero-2021 .strikethrough,
.heartland-promo.hero-basic-full-width .strikethrough,
.heartland-promo.online-payments-hero .strikethrough,
.heartland-promo.hero-basic .strikethrough {
    display: inline-block;
    position: relative;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    text-decoration: line-through;
    text-decoration-color: #da1a32;
    padding: 0 10px
}

@media (min-width: 767px) {

    .heartland-promo.hero-with-rhs-placeholder .strikethrough,
    .heartland-promo.home-video-hero-2021 .strikethrough,
    .heartland-promo.hero-basic-full-width .strikethrough,
    .heartland-promo.online-payments-hero .strikethrough,
    .heartland-promo.hero-basic .strikethrough {
        padding: 0;
        text-decoration: none
    }

    .heartland-promo.hero-with-rhs-placeholder .strikethrough::after,
    .heartland-promo.home-video-hero-2021 .strikethrough::after,
    .heartland-promo.hero-basic-full-width .strikethrough::after,
    .heartland-promo.online-payments-hero .strikethrough::after,
    .heartland-promo.hero-basic .strikethrough::after {
        content: '';
        position: absolute;
        display: block;
        width: calc(100% + 20px);
        height: 17px;
        margin-top: -40px;
        margin-left: -10px;
        opacity: 1;
        background: rgba(250, 52, 52, 0.7);
        transform-origin: center left;
        animation: strikethrough 1s 1.7s cubic-bezier(0.55, 0, 0.1, 1) 1;
        transition: transform 0.75s cubic-bezier(0.55, 0, 0.1, 1);
        animation-fill-mode: both
    }

    .heartland-promo.hero-with-rhs-placeholder .strikethrough.hesitate1:after,
    .heartland-promo.home-video-hero-2021 .strikethrough.hesitate1:after,
    .heartland-promo.hero-basic-full-width .strikethrough.hesitate1:after,
    .heartland-promo.online-payments-hero .strikethrough.hesitate1:after,
    .heartland-promo.hero-basic .strikethrough.hesitate1:after {
        animation-delay: 2.4s
    }

    .heartland-promo.hero-with-rhs-placeholder .strikethrough.hesitate2:after,
    .heartland-promo.home-video-hero-2021 .strikethrough.hesitate2:after,
    .heartland-promo.hero-basic-full-width .strikethrough.hesitate2:after,
    .heartland-promo.online-payments-hero .strikethrough.hesitate2:after,
    .heartland-promo.hero-basic .strikethrough.hesitate2:after {
        animation-delay: 3s
    }
}

.heartland-promo.hero-with-rhs-placeholder .st-line,
.heartland-promo.home-video-hero-2021 .st-line,
.heartland-promo.hero-basic-full-width .st-line,
.heartland-promo.online-payments-hero .st-line,
.heartland-promo.hero-basic .st-line {
    display: block;
    animation: strikethroughDown .3s linear;
    animation-fill-mode: both
}

.heartland-promo.hero-with-rhs-placeholder .st-line.line-1,
.heartland-promo.home-video-hero-2021 .st-line.line-1,
.heartland-promo.hero-basic-full-width .st-line.line-1,
.heartland-promo.online-payments-hero .st-line.line-1,
.heartland-promo.hero-basic .st-line.line-1 {
    animation-delay: .1s
}

.heartland-promo.hero-with-rhs-placeholder .st-line.line-2,
.heartland-promo.home-video-hero-2021 .st-line.line-2,
.heartland-promo.hero-basic-full-width .st-line.line-2,
.heartland-promo.online-payments-hero .st-line.line-2,
.heartland-promo.hero-basic .st-line.line-2 {
    animation-delay: .8s
}

.heartland-promo.hero-with-rhs-placeholder .st-line.line-3,
.heartland-promo.home-video-hero-2021 .st-line.line-3,
.heartland-promo.hero-basic-full-width .st-line.line-3,
.heartland-promo.online-payments-hero .st-line.line-3,
.heartland-promo.hero-basic .st-line.line-3 {
    animation-delay: 1.3s
}

.heartland-promo.hero-with-rhs-placeholder .st-line.line-4,
.heartland-promo.home-video-hero-2021 .st-line.line-4,
.heartland-promo.hero-basic-full-width .st-line.line-4,
.heartland-promo.online-payments-hero .st-line.line-4,
.heartland-promo.hero-basic .st-line.line-4 {
    animation-delay: 1.7s
}

.heartland-promo.hero-basic-2021 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.heartland-promo.hero-basic-2021 .hero {
    padding-top: 80px;
    padding-bottom: 100px;
    border-radius: 32px
}

.heartland-promo.hero-basic-2021 .hero .v-center {
    align-items: center
}

.heartland-promo.hero-basic-2021 .hero img {
    max-width: 100%;
    height: auto;
    border-radius: 32px
}

.heartland-promo.hero-basic-2021 .hero p {
    font-size: 18px
}

.heartland-promo.hero-basic-2021 .hero .button-container {
    display: flex
}

.heartland-promo.hero-basic-2021 .hero .button-container a {
    font-weight: 600;
    border-bottom: none
}

@media (max-width: 1024.98px) {
    .heartland-promo.hero-basic-2021 .hero {
        border-radius: 0
    }

    .heartland-promo.hero-basic-2021 .hero>.container {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 1024.98px) {
    .heartland-promo.hero-basic-2021 {
        padding-left: 5% !important;
        padding-right: 5% !important
    }

    .heartland-promo.hero-basic-2021 .col-12:not(.form-group) {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.heartland-promo.center-form {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.heartland-promo.center-form .hero {
    padding-bottom: 120px
}

.heartland-promo.center-form .hero h2 {
    margin-bottom: 40px
}

.heartland-promo.text-white .hero h1,
.heartland-promo.text-white .hero h2,
.heartland-promo.text-white .hero h3,
.heartland-promo.text-white .hero h4,
.heartland-promo.text-white .hero h5,
.heartland-promo.text-white .hero h6,
.heartland-promo.text-white .hero p,
.heartland-promo.text-white .hero li {
    color: #fff
}

.heartland-promo.no-image .hero {
    padding-top: 100px;
    padding-bottom: 120px
}

@media (max-width: 1024.98px) {
    .heartland-promo.no-image .hero {
        padding-bottom: 80px
    }
}

.heartland-promo.centered-body .hero {
    padding-top: 100px
}

@media (max-width: 766.98px) {
    .heartland-promo.centered-body .hero {
        background: initial !important;
        min-height: initial;
        padding-top: initial
    }

    .heartland-promo.centered-body .hero h1,
    .heartland-promo.centered-body .hero h2,
    .heartland-promo.centered-body .hero h3,
    .heartland-promo.centered-body .hero h4,
    .heartland-promo.centered-body .hero h5,
    .heartland-promo.centered-body .hero h6 {
        color: #203645
    }

    .heartland-promo.centered-body .hero p,
    .heartland-promo.centered-body .hero li {
        color: #6d7680
    }

    .heartland-promo.centered-body .hero .mobile-img-container,
    .heartland-promo.centered-body .hero h1 {
        padding-bottom: 30px
    }
}

.heartland-promo.hero-50-50-2021 .hero {
    padding-top: 80px;
    padding-bottom: 100px
}

.heartland-promo.hero-50-50-2021 .hero .text-container {
    padding-right: 40px
}

.heartland-promo.hero-50-50-2021 .hero .text-container h1 {
    margin-bottom: 0
}

.heartland-promo.hero-50-50-2021 .hero .text-container .description {
    padding-top: 40px
}

.heartland-promo.hero-50-50-2021 .hero .img-wrapper {
    margin-bottom: 0
}

.heartland-promo.hero-50-50-2021 .hero .button-container {
    display: block;
    padding-top: 40px
}

@media (max-width: 766.98px) {
    .heartland-promo.hero-50-50-2021 .hero {
        padding-bottom: 0
    }

    .heartland-promo.hero-50-50-2021 .hero .text-wrapper {
        position: relative;
        top: -80px
    }

    .heartland-promo.hero-50-50-2021 .hero .text-container .description {
        padding-top: 15px
    }

    .heartland-promo.hero-50-50-2021 .hero .img-wrapper {
        margin-bottom: 15px
    }

    .heartland-promo.hero-50-50-2021 .hero .img-wrapper img {
        -webkit-clip-path: inset(0 0 80px 0 round 1% 1%);
        clip-path: inset(0 0 80px 0 round 1% 1%)
    }

    .heartland-promo.hero-50-50-2021 .hero .button-container {
        padding-top: 15px
    }
}

.heartland-promo.hero-RSH-placeholder-2021 .hero .text-container {
    margin-bottom: 54px
}

@media (max-width: 1024.98px) {
    .heartland-promo.hero-RSH-placeholder-2021 .hero .text-container {
        margin-bottom: 20px
    }
}

.heartland-promo.hero-RSH-placeholder-2021 .hero .img-wrapper {
    align-self: stretch
}

.heartland-promo.hero-RSH-placeholder-2021 .hero .img-wrapper .bg-image {
    border-radius: 32px;
    min-height: 300px
}

.heartland-promo.hero-RSH-placeholder-2021 .hero .form-pardot {
    max-width: initial;
    background-color: #fff;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.18)
}

.heartland-promo.hero-RSH-placeholder-2021 .hero .form-pardot p {
    margin-bottom: 0 !important
}

.heartland-promo.hero-RSH-placeholder-2021 .hero .form-pardot p.text-small {
    font-size: 12px !important
}

.heartland-promo.hero-RSH-placeholder-2021 .hero .form-pardot label {
    font-size: 16px !important
}

.heartland-promo.hero-RSH-placeholder-2021 .hero .form-pardot input {
    border-color: #d8d8d8
}

.heartland-promo.hero-RSH-placeholder-2021 .hero .form-pardot .btn-heartland {
    margin-bottom: 0 !important
}

.heartland-promo.hero-bg-text-form-2021 {
    padding-bottom: 100px
}

.heartland-promo.hero-bg-text-form-2021 .hero {
    min-height: 570px;
    padding-top: 140px;
    padding-bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.heartland-promo.hero-bg-text-form-2021 .hero .form-pardot {
    background-color: transparent;
    box-shadow: none
}

.heartland-promo.hero-bg-text-form-2021 .hero .form-pardot .text-small {
    padding: 0
}

.heartland-promo.hero-bg-text-form-2021 .hero .form-pardot .btn {
    margin: 0;
    padding-left: 10px
}

.heartland-promo.hero-bg-text-form-2021:not(.text-left) .hero h1,
.heartland-promo.hero-bg-text-form-2021:not(.text-left) .hero p {
    text-align: center
}

.heartland-promo.hero-bg-text-form-2021:not(.text-left) .hero .btn {
    margin: 0 auto
}

.heartland-promo.hero-bg-text-form-2021.text-left .hero h1,
.heartland-promo.hero-bg-text-form-2021.text-left .hero p {
    text-align: left
}

.heartland-promo.hero-bg-text-form-2021.text-left .hero .btn {
    margin: initial
}

.heartland-promo.hero-bg-text-form-2021.text-white h1,
.heartland-promo.hero-bg-text-form-2021.text-white h2,
.heartland-promo.hero-bg-text-form-2021.text-white h3,
.heartland-promo.hero-bg-text-form-2021.text-white h4,
.heartland-promo.hero-bg-text-form-2021.text-white h5,
.heartland-promo.hero-bg-text-form-2021.text-white small,
.heartland-promo.hero-bg-text-form-2021.text-white p,
.heartland-promo.hero-bg-text-form-2021.text-white .text-small,
.heartland-promo.hero-bg-text-form-2021.text-white a {
    color: #fff
}

@media (max-width: 766.98px) {

    .heartland-promo.hero-bg-text-form-2021.text-white small,
    .heartland-promo.hero-bg-text-form-2021.text-white p,
    .heartland-promo.hero-bg-text-form-2021.text-white .text-small,
    .heartland-promo.hero-bg-text-form-2021.text-white a {
        color: #6d7680
    }

    .heartland-promo.hero-bg-text-form-2021.text-white h1,
    .heartland-promo.hero-bg-text-form-2021.text-white h2,
    .heartland-promo.hero-bg-text-form-2021.text-white h3,
    .heartland-promo.hero-bg-text-form-2021.text-white h4,
    .heartland-promo.hero-bg-text-form-2021.text-white h5 {
        color: #203645
    }

    .heartland-promo.hero-bg-text-form-2021.text-white .btn a {
        color: #fff
    }
}

.heartland-promo.hero-bg-text-form-2021.bg-text-button .hero {
    margin: 0;
    padding: 0
}

@media (min-width: 767px) {
    .heartland-promo.hero-bg-text-form-2021 .offset-md-6 {
        margin-left: 50% !important
    }
}

@media (max-width: 1024.98px) {
    .heartland-promo.hero-bg-text-form-2021 {
        padding-top: 80px
    }

    .heartland-promo.hero-bg-text-form-2021 .hero>.container {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 766.98px) {
    .heartland-promo.hero-bg-text-form-2021 .hero {
        background: initial !important;
        min-height: initial;
        padding-top: initial
    }

    .heartland-promo.hero-bg-text-form-2021 .hero .mobile-img-container,
    .heartland-promo.hero-bg-text-form-2021 .hero h1 {
        padding-bottom: 30px
    }

    .heartland-promo.hero-bg-text-form-2021 .hero .form-pardot input {
        border: 1px solid #DDDDDD !important;
        background-color: #f8f8f8 !important
    }

    .heartland-promo.hero-bg-text-form-2021 .hero .form-pardot .form-group {
        order: 1;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%
    }

    .heartland-promo.hero-bg-text-form-2021 .hero .form-pardot button {
        order: 2;
        margin: 0 auto 20px !important
    }

    .heartland-promo.hero-bg-text-form-2021 .hero .form-pardot .text-small {
        order: 3
    }
}

.heartland-promo.hero-video-2021 .hero h2 {
    font-weight: 700
}

.heartland-promo.hero-video-2021 .hero .text-container {
    padding: 0 60px
}

.heartland-promo.hero-video-2021 .hero .embed-responsive iframe {
    border-radius: 32px
}

@media (max-width: 1024.98px) {
    .heartland-promo.hero-video-2021 .hero .text-container {
        padding: 40px 0
    }
}

@media (max-width: 1024.98px) {
    .heartland-promo.home-hero-2021.container-padding-X-0.component {
        padding-left: 0;
        padding-right: 0
    }
}

.heartland-promo.home-hero-2021 .component-content {
    border-radius: 0;
    overflow: hidden
}

@media (min-width: 767px) {
    .heartland-promo.home-hero-2021 .component-content {
        border-radius: 32px;
        overflow: hidden
    }
}

.heartland-promo.home-hero-2021 .hero-background-image {
    background-image: url(/-/media/project/gpn/heartland/heartland/_home/_home_vwo-testing/bg-hardware-light-mobile-tall.jpg);
    background-position: bottom center;
    background-size: 100% auto;
    min-height: 780px
}

@media (min-width: 767px) {
    .heartland-promo.home-hero-2021 .hero-background-image {
        background-image: url(/-/media/project/gpn/heartland/heartland/_home/_home_vwo-testing/bg-hardware-light.jpg);
        background-position: top right;
        background-size: cover;
        min-height: initial
    }
}

.heartland-promo.home-hero-2021 .container {
    display: flex;
    flex-direction: column
}

.heartland-promo.home-hero-2021 .container>.row {
    min-height: 800px
}

@media (max-width: 1024.98px) {
    .heartland-promo.home-hero-2021 .container>.row {
        align-items: initial;
        min-height: initial
    }
}

.heartland-promo.home-hero-2021 .button-container {
    margin-top: 1.5625rem
}

.heartland-promo.home-hero-2021 .button-container .btn {
    margin: 0.5rem 1rem
}

@media (min-width: 767px) {
    .heartland-promo.home-hero-2021 .button-container .btn {
        margin-top: 0;
        margin-bottom: 0
    }
}

.heartland-promo.home-hero-2021 .text-center .button-container {
    display: block
}

@media (max-width: 766.98px) {
    .heartland-promo.home-hero-2021 .btn.btn-heartland {
        width: 100%
    }
}

@media (max-width: 1024.98px) {
    .heartland-promo.home-hero-2021 {
        margin-top: 75px
    }

    .heartland-promo.home-hero-2021 .hero {
        background: initial !important
    }

    .heartland-promo.home-hero-2021 .mobile-img-container img {
        border-radius: 32px;
        max-width: 100%;
        height: auto
    }

    .heartland-promo.home-hero-2021 h6 {
        padding: 0 10px
    }

    .heartland-promo.home-hero-2021.text-white p,
    .heartland-promo.home-hero-2021.text-white h6 {
        color: #6d7680;
        font-weight: 400 !important
    }

    .heartland-promo.home-hero-2021.text-white h1,
    .heartland-promo.home-hero-2021.text-white h2,
    .heartland-promo.home-hero-2021.text-white h3 {
        color: #203645
    }

    .heartland-promo.home-hero-2021.text-white h6 {
        margin-top: 20px;
        margin-bottom: 1rem !important
    }

    .heartland-promo.home-hero-2021 .button-container {
        width: 100%;
        margin-top: 0
    }
}

.heartland-promo.home-hero-2021 .hero-description {
    font-size: 18px
}

@media (min-width: 767px) {
    .heartland-promo.home-hero-2021 .hero-description {
        font-size: 20px
    }
}

@media (min-width: 767px) {
    .heartland-promo.home-hero-2021.text-white a {
        color: #fff
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    .heartland-promo.home-hero-2021.text-white .text-container a {
        color: #1362e2 !important
    }
}

@media (max-width: 766.98px) {
    .heartland-promo.home-hero-2021 h6 {
        font-size: 16px
    }
}

.heartland-promo.home-video-hero-2021 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center
}

.heartland-promo.home-video-hero-2021 .component-content div .container {
    display: flex;
    flex-direction: column
}

.heartland-promo.home-video-hero-2021 .component-content div .container>.row {
    min-height: 800px
}

@media (max-width: 1024.98px) {
    .heartland-promo.home-video-hero-2021 .component-content div .container>.row {
        min-height: auto;
        padding-bottom: 40px
    }
}

.heartland-promo.home-video-hero-2021 .button-container {
    margin-top: 1.5625rem
}

.heartland-promo.home-video-hero-2021 .button-container .btn {
    margin: 0.5rem 1rem
}

@media (min-width: 767px) {
    .heartland-promo.home-video-hero-2021 .button-container .btn {
        margin-top: 0;
        margin-bottom: 0
    }
}

.heartland-promo.home-video-hero-2021 .text-center .button-container {
    display: block
}

.heartland-promo.home-video-hero-2021 .text-small {
    font-size: 13px !important
}

.heartland-promo.home-video-hero-2021 .modal .modal-dialog {
    width: 90%;
    min-width: 320px;
    max-width: 1200px
}

.heartland-promo.home-video-hero-2021 .modal .modal-content {
    background: transparent;
    border: none
}

.heartland-promo.home-video-hero-2021 .modal .modal-content .close {
    position: absolute;
    right: -.5rem;
    top: -1rem;
    z-index: 999;
    font-size: 2.5rem;
    font-weight: normal;
    color: #fff;
    opacity: 1
}

.heartland-promo.home-video-hero-2021 .text-buffer {
    display: none
}

@media (max-width: 1024.98px) {
    .heartland-promo.home-video-hero-2021 .hero {
        background: initial !important;
        padding-top: 0
    }

    .heartland-promo.home-video-hero-2021 .content-body {
        position: relative;
        padding-left: 0;
        padding-right: 0
    }

    .heartland-promo.home-video-hero-2021 .mobile-img-container img {
        border-radius: 32px;
        max-width: 100%;
        height: auto
    }

    .heartland-promo.home-video-hero-2021 .text-container {
        position: absolute;
        padding-top: 20px
    }

    .heartland-promo.home-video-hero-2021 .text-container h2 {
        color: #203645
    }

    .heartland-promo.home-video-hero-2021 .text-container p {
        color: #6d7680
    }

    .heartland-promo.home-video-hero-2021 .play-button_blue {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: 0
    }

    .heartland-promo.home-video-hero-2021 .text-buffer {
        display: block;
        visibility: hidden
    }
}

.heartland-promo.home-img-text-50-50-2021 {
    padding-left: 0;
    padding-right: 0
}

.heartland-promo.home-img-text-50-50-2021 .wrapper {
    position: relative
}

.heartland-promo.home-img-text-50-50-2021 h6.field-promotext3 {
    font-size: 32px;
    font-weight: 300
}

.heartland-promo.home-img-text-50-50-2021 p.field-promotext2 {
    font-size: 18px
}

.heartland-promo.home-img-text-50-50-2021 .standout {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
    transform: translate(-50%, -50%)
}

.heartland-promo.home-img-text-50-50-2021 .standout .vid-container {
    position: relative;
    padding-top: 25px
}

.heartland-promo.home-img-text-50-50-2021 .standout .vid-bg {
    position: absolute;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.heartland-promo.home-img-text-50-50-2021 .standout .phone-container {
    padding-bottom: 73%
}

.heartland-promo.home-img-text-50-50-2021 .standout .phone-bg {
    background-image: url(/heartland/-/media/project/gpn/heartland/heartland/2021-promos/homepage/ui-phone_2x.png);
    padding: 2% 34%
}

.heartland-promo.home-img-text-50-50-2021 .standout .card-container {
    padding-bottom: 30%
}

.heartland-promo.home-img-text-50-50-2021 .standout .card-bg {
    background-image: url(/heartland/-/media/project/gpn/heartland/heartland/2021-promos/homepage/ui-card-small_2x.png);
    padding: 2% 34%
}

.heartland-promo.home-img-text-50-50-2021.image-right .promo-image {
    order: 2
}

.heartland-promo.home-img-text-50-50-2021.image-right .promo-text {
    order: 1
}

.heartland-promo.home-img-text-50-50-2021 .promo-image {
    padding: 0 !important
}

.heartland-promo.home-img-text-50-50-2021 .promo-image img {
    border-radius: 32px
}

@media screen and (max-width: 1440px) and (min-width: 1025px) {
    .heartland-promo.home-img-text-50-50-2021+.home-img-text-50-50-2021 {
        padding-top: 60px
    }

    .heartland-promo.home-img-text-50-50-2021 .promo-text {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
}

@media only screen and (min-width: 1440px) {
    .heartland-promo.home-img-text-50-50-2021.image-right .promo-text {
        margin-left: 8.33333%
    }
}

@media (min-width: 1025px) {
    .heartland-promo.home-img-text-50-50-2021.image-left .promo-text {
        padding-left: 4.5489%
    }

    .heartland-promo.home-img-text-50-50-2021.image-right .promo-text {
        padding-right: 4.5489%
    }

    .heartland-promo.home-img-text-50-50-2021.image-right .promo-image {
        margin-left: 8.33333%
    }
}

@media (max-width: 1024.98px) {
    .heartland-promo.home-img-text-50-50-2021.image-right .promo-text {
        margin-left: 0
    }

    .heartland-promo.home-img-text-50-50-2021.image-right .promo-image {
        order: 1 !important
    }

    .heartland-promo.home-img-text-50-50-2021.image-right .promo-text {
        order: 2 !important
    }

    .heartland-promo.home-img-text-50-50-2021 .promo-image {
        margin-bottom: 20px !important
    }

    .heartland-promo.home-img-text-50-50-2021 .promo-text {
        padding-left: 40px
    }

    .heartland-promo.home-img-text-50-50-2021 .standout {
        display: none
    }
}

@media (max-width: 766.98px) {
    .heartland-promo.home-img-text-50-50-2021 .promo-text {
        padding-left: 0
    }
}

.heartland-promo.large-box-2021 {
    border-radius: 32px
}

.heartland-promo.large-box-2021 .container {
    padding-top: 80px;
    padding-bottom: 80px
}

.heartland-promo.large-box-2021 .container img {
    max-width: 100%;
    height: auto
}

.heartland-promo.large-box-2021 .container .checkmarks h5 {
    margin-left: 50px;
    margin-bottom: 20px;
    position: relative
}

.heartland-promo.large-box-2021 .container .checkmarks h5::before {
    content: '';
    background: url("/Theme/dist/heartland/images/icon-circle-check_blue.svg") no-repeat;
    height: 2rem;
    width: 2rem;
    background-size: contain;
    position: absolute;
    margin-top: -2px;
    left: -50px;
    display: inline-block
}

.heartland-promo.large-box-2021 .container .checkmarks p {
    margin-bottom: 35px;
    font-size: 16px
}

@media (max-width: 1024.98px) {
    .heartland-promo.large-box-2021 .container .button-container {
        text-align: center
    }
}

.heartland-promo.large-box-2021.checkmark-white .container .checkmarks h5::before {
    background: url("/-/media/project/gpn/heartland/heartland/_UI-elements/icon-check-circle-white.svg") no-repeat;
    background-size: contain
}

@media (max-width: 1024.98px) {
    .heartland-promo.text-img-text .header-container {
        order: 1
    }

    .heartland-promo.text-img-text .img-container {
        order: 2;
        margin-top: 50px;
        margin-bottom: 50px;
        text-align: center
    }

    .heartland-promo.text-img-text .text-container {
        order: 3
    }
}

@media only screen and (max-width: 500px) {
    .heartland-promo.text-img-text .img-container img {
        max-width: 150%;
        position: relative;
        left: -60%
    }
}

.heartland-promo.img-text-50-50-2021 .promo-image {
    padding: 0 !important
}

.heartland-promo.img-text-50-50-2021 .promo-image img {
    width: 100%;
    height: auto;
    border-radius: 32px
}

@media (max-width: 1024.98px) {
    .heartland-promo.img-text-50-50-2021 h5 {
        margin-top: 30px
    }
}

.heartland-promo.img-text-50-50-2021.image-right .promo-image {
    order: 2;
    margin-left: 0
}

.heartland-promo.img-text-50-50-2021.image-right .promo-text {
    order: 1;
    margin-left: 8.33333%
}

@media (max-width: 1024.98px) {
    .heartland-promo.img-text-50-50-2021.image-right .promo-image {
        order: 1 !important
    }

    .heartland-promo.img-text-50-50-2021.image-right .promo-text {
        order: 2 !important;
        margin-left: 0 !important
    }

    .heartland-promo.img-text-50-50-2021.image-right .promo-text .px-60 {
        padding: 0 !important
    }
}

@media (max-width: 1024.98px) {
    .heartland-promo.img-text-50-50-2021.pricing-promo .promo-image {
        margin-left: 0;
        padding: 0
    }

    .heartland-promo.img-text-50-50-2021.pricing-promo .hero .img-wrapper img {
        clip-path: inset(0 0 0 0 round 1% 1%);
        -webkit-clip-path: inset(0 0 0 0 round 1% 1%)
    }

    .heartland-promo.img-text-50-50-2021.pricing-promo .hero .img-wrapper img {
        margin-bottom: 70px
    }
}

.heartland-promo.img-title-link-2021 .wrapper .image-container {
    margin-bottom: 30px
}

.heartland-promo.img-title-link-2021 .wrapper .image-container img {
    width: auto;
    height: auto;
    max-height: 200px;
    max-width: 100%;
    border-radius: 32px
}

.heartland-promo.img-title-link-2021 .wrapper .title-container,
.heartland-promo.img-title-link-2021 .wrapper .field-promotext2 {
    margin-bottom: 25px
}

.heartland-promo.img-title-link-2021 .wrapper .title-container h5,
.heartland-promo.img-title-link-2021 .wrapper .field-promotext2 h5 {
    margin-bottom: 0
}

@media (max-width: 1024.98px) {
    .heartland-promo.img-title-link-2021 {
        padding-bottom: 60px
    }

    .heartland-promo.img-title-link-2021 .wrapper .title-container,
    .heartland-promo.img-title-link-2021 .wrapper .field-promotext2 {
        margin-bottom: 10px
    }

    .heartland-promo.img-title-link-2021 .wrapper .image-container {
        margin-bottom: 20px
    }
}

.heartland-promo.img-container-height-200 .wrapper .image-container {
    height: 200px
}

.heartland-promo.intro-img-text-2021 img {
    max-width: 100%;
    height: auto;
    border-radius: 32px
}

@media (max-width: 1024.98px) {
    .heartland-promo .promo-text h2 {
        font-size: 2.1875rem
    }
}

.heartland-promo.heartland-promo-large-card-rounded {
    display: flex;
    flex-direction: column;
    align-content: center
}

@media (max-width: 1024.98px) {
    .heartland-promo.heartland-promo-large-card-rounded {
        max-width: 450px;
        margin: 1.5rem auto
    }
}

.heartland-promo.heartland-promo-large-card-rounded .component-content {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    overflow: auto
}

.heartland-promo.heartland-promo-large-card-rounded .wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    background-color: #F7F9FA !important;
    border-radius: .625rem
}

@media (max-width: 1024.98px) {
    .heartland-promo.heartland-promo-large-card-rounded .wrapper {
        margin-left: 0;
        margin-right: 0
    }
}

.heartland-promo.heartland-promo-large-card-rounded .promo-image {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    height: 100%
}

@media (min-width: 1025px) {
    .heartland-promo.heartland-promo-large-card-rounded .promo-image {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
}

.heartland-promo.heartland-promo-large-card-rounded .promo-image img {
    width: 100%;
    height: 100%;
    border-radius: .625rem .625rem 0 0;
    min-width: 450px
}

@media (max-width: 1024.98px) {
    .heartland-promo.heartland-promo-large-card-rounded .promo-image img {
        transform: scale(1.03)
    }

    .heartland-promo.heartland-promo-large-card-rounded .promo-image img:hover {
        transform: scale(1.06)
    }
}

@media (max-width: 766.98px) {
    .heartland-promo.heartland-promo-large-card-rounded .promo-image img {
        min-width: initial
    }
}

.heartland-promo.heartland-promo-large-card-rounded .promo-text {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    align-content: center
}

@media (min-width: 1025px) {
    .heartland-promo.heartland-promo-large-card-rounded .promo-text {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 1025px) {
    .heartland-promo.heartland-promo-large-card-rounded .promo-text {
        margin-left: 8.33333%
    }
}

@media (max-width: 1024.98px) {
    .heartland-promo.heartland-promo-large-card-rounded .promo-text {
        padding: 2rem
    }
}

.heartland-promo.heartland-promo-large-card-rounded .promo-text h3 {
    font-size: 32px;
    color: #203645;
    font-weight: 700;
    margin-bottom: 1.5625rem
}

.heartland-promo.heartland-promo-large-card-rounded .promo-text p a {
    text-decoration: none;
    color: #1362e2;
    cursor: pointer;
    border-bottom: 2px solid transparent
}

.heartland-promo.heartland-promo-large-card-rounded .promo-text p a:hover {
    text-decoration: none;
    color: #1362e2;
    border-bottom-color: #1362e2
}

@media (min-width: 1025px) {

    .heartland-promo.heartland-promo-large-card-rounded.image-left .promo-image,
    .heartland-promo.heartland-promo-large-card-rounded:not(.image-right) .promo-image {
        order: 1
    }

    .heartland-promo.heartland-promo-large-card-rounded.image-left .promo-image img,
    .heartland-promo.heartland-promo-large-card-rounded:not(.image-right) .promo-image img {
        border-radius: .625rem 0 0 .625rem
    }

    .heartland-promo.heartland-promo-large-card-rounded.image-left .promo-text,
    .heartland-promo.heartland-promo-large-card-rounded:not(.image-right) .promo-text {
        order: 2
    }
}

@media (min-width: 1025px) {
    .heartland-promo.heartland-promo-large-card-rounded.image-right .promo-image {
        margin-left: 0;
        order: 2
    }
}

@media (min-width: 1025px) and (min-width: 1025px) {
    .heartland-promo.heartland-promo-large-card-rounded.image-right .promo-image {
        margin-left: 8.33333%
    }
}

@media (min-width: 1025px) {
    .heartland-promo.heartland-promo-large-card-rounded.image-right .promo-image img {
        border-radius: 0 .625rem .625rem 0
    }

    .heartland-promo.heartland-promo-large-card-rounded.image-right .promo-text {
        order: 1
    }
}

.heartland-promo.heartland-promo-animated-image-text-split .component-content {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-bottom: 4.6875rem
}

.heartland-promo.heartland-promo-animated-image-text-split .wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    max-width: 76.25rem;
    min-width: 28.125rem
}

.heartland-promo.heartland-promo-animated-image-text-split .promo-image {
    flex: 1 1 50%;
    min-width: 18.75rem;
    max-width: 37rem;
    width: 50%;
    height: auto
}

.heartland-promo.heartland-promo-animated-image-text-split .promo-image img {
    height: 100%;
    width: 100%
}

.heartland-promo.heartland-promo-animated-image-text-split .promo-text {
    flex: 1 1 50%;
    width: 50%;
    padding-right: 4.375rem
}

.heartland-promo.heartland-promo-animated-image-text-split .promo-text h3 {
    font-size: 32px;
    color: #203645;
    font-weight: 700;
    margin-bottom: 1.25rem
}

.heartland-promo.heartland-promo-animated-image-text-split .promo-text p {
    display: block
}

@media (max-width: 766.98px) {
    .heartland-promo.heartland-promo-animated-image-text-split .promo-text h3 {
        font-size: 2.1875rem
    }

    .heartland-promo.heartland-promo-animated-image-text-split .promo-text p {
        margin-bottom: 1.5625rem
    }
}

.heartland-promo.heartland-promo-large-icon-animated .promo-image img {
    height: 9.375rem !important;
    max-width: 12.5rem;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.heartland-promo.heartland-promo-large-icon-animated .promo-text h3 {
    font-size: 32px;
    color: #203645;
    font-weight: 700;
    margin-bottom: 1.5625rem;
    font-size: 2rem
}

.heartland-promo.heartland-promo-large-icon-animated .promo-text p {
    margin-bottom: 1.5625rem
}

@media (max-width: 766.98px) {
    .heartland-promo.heartland-promo-large-icon-animated .promo-text h3 {
        margin-bottom: 1.5625rem;
        font-size: 1.5625rem
    }

    .heartland-promo.heartland-promo-large-icon-animated .promo-text p {
        margin-bottom: 1.5625rem
    }
}

.heartland-promo.card-flip {
    position: relative;
    width: 376px;
    height: 270px;
    perspective: 1000px
}

@media (min-width: 767px) {
    .heartland-promo.card-flip {
        width: 75%
    }
}

@media (min-width: 375px) {
    .heartland-promo.card-flip {
        width: 90%
    }
}

.heartland-promo.card-flip .card-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: transform 1s;
    transform-style: preserve-3d
}

.heartland-promo.card-flip:hover .card-content {
    transform: rotateY(180deg);
    transition: transform 0.5s
}

.heartland-promo.card-flip:hover .card-content .link-arrow {
    display: none
}

.heartland-promo.card-flip:hover .card-content .back {
    backface-visibility: visible;
    -webkit-backface-visibility: visible
}

.heartland-promo.card-flip .front,
.heartland-promo.card-flip .back {
    position: absolute;
    padding: 55px 15px;
    height: 100%;
    width: 100%;
    text-align: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.heartland-promo.card-flip .front img,
.heartland-promo.card-flip .back img {
    max-width: 3.5rem;
    max-height: 3.5rem;
    margin-bottom: 0.625rem
}

.heartland-promo.card-flip .front {
    cursor: pointer
}

.heartland-promo.card-flip .front .field-promoimage {
    margin-bottom: 1.625rem
}

.heartland-promo.card-flip .front h3,
.heartland-promo.card-flip .front a {
    color: #1362e2
}

.heartland-promo.card-flip .front h3 {
    font-size: 1.25rem;
    margin-top: 1.625rem;
    margin-bottom: 0.625rem
}

.heartland-promo.card-flip .front .link-arrow {
    font-size: 1rem
}

.heartland-promo.card-flip .back {
    background: #1362e2;
    color: #fff;
    transform: rotateY(180deg)
}

.heartland-promo.card-flip .back p {
    font-size: 16px !important;
    color: #fff
}

@media (max-width: 766.98px) {
    .heartland-promo.card-flip .back p {
        font-size: 14px !important
    }
}

.heartland-promo.card-flip .back a {
    color: #fff !important;
    text-decoration: underline !important
}

.heartland-promo.card-flip .back .cls-1 {
    fill: #fff;
    width: 55px
}

.heartland-promo.icon-title-text-modal {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
}

.heartland-promo.icon-title-text-modal .wrapper {
    text-align: center
}

.heartland-promo.icon-title-text-modal .wrapper .icon-wrapper {
    text-align: center;
    width: 100%
}

.heartland-promo.icon-title-text-modal .wrapper .icon-wrapper img {
    height: 4.75rem;
    width: 4.75rem
}

.heartland-promo.icon-title-text-modal .wrapper .title {
    font-size: 1.4375rem;
    color: #003B71;
    font-weight: bold;
    margin-bottom: 0.625rem
}

.heartland-promo.icon-title-text-modal .wrapper .tagline {
    color: #003B71;
    margin-bottom: 1rem
}

.heartland-promo.icon-title-text-modal .modal {
    background: rgba(255, 255, 255, 0.85)
}

.heartland-promo.icon-title-text-modal .modal .modal-dialog {
    max-width: 55rem
}

.heartland-promo.icon-title-text-modal .modal .modal-content {
    background: #003B71;
    color: #fff;
    padding: 1.5rem 3.125rem
}

@media (min-width: 767px) {
    .heartland-promo.icon-title-text-modal .modal .modal-content {
        max-width: 55rem;
        height: auto;
        max-height: auto;
        width: 80vw
    }
}

@media (max-width: 1024.98px) {
    .heartland-promo.icon-title-text-modal .modal .modal-content {
        padding: 20px;
        overflow: auto
    }
}

.heartland-promo.icon-title-text-modal .modal .modal-content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px
}

.heartland-promo.icon-title-text-modal .modal .modal-content li {
    font-size: 18px !important;
    line-height: 30px;
    margin-bottom: 10px
}

.heartland-promo.icon-title-text-modal .modal .modal-content .cls-1 {
    fill: #fff
}

.heartland-promo.icon-title-text-modal .modal .modal-content .icon {
    display: inline-block;
    opacity: .7;
    width: 3.125rem;
    height: 3.125rem;
    margin: 0 25px 25px 0
}

.heartland-promo.icon-title-text-modal .modal .modal-content h3 {
    display: inline-block;
    opacity: .7;
    font-size: 24px;
    color: #fff
}

.heartland-promo.icon-title-text-modal .modal .modal-content h4 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 1.625rem !important
}

@media (min-width: 767px) {
    .heartland-promo.icon-title-text-modal .modal .modal-content .col-md-6:first-child {
        border-right: 1px solid white;
        padding-right: 40px
    }
}

.heartland-promo.icon-title-text-modal .modal .modal-header {
    border-bottom: 0;
    padding-bottom: 0
}

.heartland-promo.icon-title-text-modal .modal .modal-header h3 {
    margin-top: 22px;
    margin-bottom: 0
}

.heartland-promo.icon-title-text-modal .modal .modal-body {
    padding-top: 0
}

.heartland-promo.icon-title-text-modal .modal .modal-body p {
    color: #fff
}

.heartland-promo.icon-title-text-modal .modal .modal-body h4 {
    font-weight: normal
}

.heartland-promo.icon-title-text-modal .modal .modal-body .left-column {
    border-right: 1px solid #fff;
    padding-right: 2rem
}

.heartland-promo.icon-title-text-modal .modal .modal-body .right-column {
    padding-left: 2rem
}

.heartland-promo.icon-title-text-modal .modal .modal-body ul {
    list-style-type: inherit;
    margin-left: 1rem
}

.heartland-promo.icon-title-text-modal .modal .modal-body ul li {
    margin-bottom: 0.625rem;
    color: #fff
}

.heartland-promo.icon-title-text-modal .modal .close {
    color: #fff;
    opacity: 1;
    font-weight: normal;
    font-size: 2.75rem
}

.heartland-promo.image-with-modal {
    padding: 0;
    z-index: unset !important
}

.heartland-promo.image-with-modal .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    max-width: 100%
}

.heartland-promo.image-with-modal .image .field-promoimage {
    position: relative
}

.heartland-promo.image-with-modal .image .field-promoimage img {
    width: 100%;
    border-radius: 32px
}

.heartland-promo.image-with-modal .image .field-promoimage::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    background: url(/-/media/project/gpn/heartland/heartland/icons/blue-play-button.svg) no-repeat scroll 50% 50%;
    height: 60px;
    width: 60px;
    transition: all 0.25s ease-in-out
}

.heartland-promo.image-with-modal .image .field-promoimage:hover::before {
    transform: translate(-50%, -55%)
}

@media (max-width: 1024.98px) {
    .heartland-promo.image-with-modal .image {
        padding: 0
    }
}

.heartland-promo.image-with-modal .modal .modal-dialog {
    width: 90%;
    min-width: 320px;
    max-width: 1200px
}

.heartland-promo.image-with-modal .modal .modal-content {
    background: transparent;
    border: none
}

.heartland-promo.image-with-modal .modal .modal-content .close {
    position: absolute;
    right: -.5rem;
    top: -1rem;
    z-index: 999;
    font-size: 2.5rem;
    font-weight: normal;
    color: #fff;
    opacity: 1
}

.heartland-promo.image-with-modal.orange-play-button .image .field-promoimage::before {
    background-image: url(/-/media/project/gpn/heartland/heartland/icons/play-button-orange.svg)
}

.heartland-promo.image-with-modal.purple-play-button .image .field-promoimage::before {
    background-image: url(/-/media/project/gpn/heartland/heartland/icons/play-button-purple.svg)
}

.heartland-promo.image-with-modal.yellow-play-button .image .field-promoimage::before {
    background-image: url(/-/media/project/gpn/heartland/heartland/icons/play-btn-yellow.svg) !important;
    height: 30px !important;
    width: 30px !important;
    background-position: center center !important;
    background-size: 30px 30px !important
}

.heartland-promo.image-with-modal.sm-signature {
    padding-left: 10px;
    padding-right: 10px;
    flex: 0 0 100%
}

.heartland-promo.image-with-modal.sm-signature .signature-container {
    padding-left: 10px;
    padding-right: 10px
}

.heartland-promo.image-with-modal.large-modal .modal-dialog {
    max-width: 1920px !important
}

@media only screen and (max-width: 1470px) {
    .heartland-promo.image-with-modal.large-modal h2.field-promotext {
        margin-top: 30px
    }
}

@media only screen and (max-width: 1470px) and (min-width: 1024px) {
    .heartland-promo.image-with-modal.large-modal .video-wrapper {
        padding-left: 0 !important;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        margin-left: 16.66667%
    }

    .heartland-promo.image-with-modal.large-modal .text-container {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        padding-left: 0 !important;
        margin-left: 16.66667%
    }
}

@media (max-width: 1024.98px) {
    .heartland-promo.video-bg-modal {
        padding-left: 5%;
        padding-right: 5%
    }
}

@media (max-width: 1024.98px) {
    .heartland-promo.video-bg-modal .container.mw-100 {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 1024.98px) {
    .heartland-promo.video-bg-modal .container.mw-100 .video-wrapper {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 1024.98px) {
    .heartland-promo.video-bg-modal .container.mw-100 .text-container.pl-60 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.heartland-promo.home-video-thumbs-2021 .signature-container {
    padding-top: 10px !important;
    font-size: 13px !important
}

.heartland-promo.home-video-thumbs-2021 .image .field-promoimage::before {
    height: 40px;
    width: 40px
}

.heartland-promo.card-image-title {
    z-index: 5
}

.heartland-promo.card-image-title .card {
    box-shadow: 0 3px 4px rgba(36, 49, 83, 0.07);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 0.5rem;
    border: none
}

.heartland-promo.card-image-title .card-body {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.heartland-promo.card-image-title .card-body .card-title {
    margin-bottom: 0
}

.heartland-promo.blue-text-cta .component-content {
    background-color: #e5f1fa;
    border-radius: 5px;
    padding: 40px
}

.heartland-promo.blue-text-cta .component-content h2 {
    color: #003c71;
    margin-bottom: 20px;
    font-weight: 700
}

.heartland-promo.blue-text-cta .component-content p {
    color: #3b5062
}

.heartland-promo.blue-text-cta .component-content p:first-child {
    margin-bottom: 30px
}

.heartland-promo.promo-large-card .card {
    border-radius: 32px;
    overflow: hidden;
    min-height: 11.25rem;
    padding-bottom: 60px
}

@media (max-width: 1024.98px) {
    .heartland-promo.promo-large-card .card {
        min-height: 0
    }
}

.heartland-promo.promo-large-card .card-body {
    padding: 1.875rem
}

.heartland-promo.promo-large-card .card-body .card-title,
.heartland-promo.promo-large-card .card-body .card-text {
    margin-bottom: 30px
}

.heartland-promo.promo-large-card .links-container {
    display: flex;
    align-items: flex-start
}

.heartland-promo.promo-large-card .links-container>div {
    margin-right: 2.5rem
}

.heartland-promo.promo-large-card-no-image {
    min-width: 300px
}

.heartland-promo.promo-large-card-no-image .card {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 3.4rem;
    min-height: 11.25rem
}

@media (max-width: 1024.98px) {
    .heartland-promo.promo-large-card-no-image .card {
        min-height: 0
    }
}

.heartland-promo.promo-large-card-no-image .card-body {
    padding: 1.875rem
}

.heartland-promo.promo-large-card-no-image .links-container {
    display: flex;
    align-items: flex-start
}

.heartland-promo.promo-large-card-no-image .links-container>div {
    margin-right: 2.5rem
}

.heartland-promo.promo-long-card {
    min-width: 300px
}

.heartland-promo.promo-long-card .card {
    border-radius: 32px;
    overflow: hidden;
    margin-bottom: 80px;
    min-height: 520px
}

@media (max-width: 1024.98px) {
    .heartland-promo.promo-long-card .card {
        min-height: 0
    }
}

.heartland-promo.promo-long-card .card-body {
    padding: 2.5rem 1.875rem
}

.heartland-promo.promo-long-card .links-container {
    display: flex;
    align-items: flex-start
}

.heartland-promo.promo-long-card .links-container>div {
    margin-right: 2.5rem
}

.heartland-promo.heartland-promo-full-width-icon-80split .component-content {
    display: flex;
    justify-content: center;
    margin-bottom: 4.375rem
}

.heartland-promo.heartland-promo-full-width-icon-80split .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    max-width: 76.25rem
}

.heartland-promo.heartland-promo-full-width-icon-80split .promo-image img {
    vertical-align: bottom;
    max-width: 18.75rem;
    width: auto;
    height: 14.0625rem !important
}

.heartland-promo.heartland-promo-full-width-icon-80split .promo-text {
    text-align: left
}

.heartland-promo.heartland-promo-full-width-icon-80split .promo-text h3 {
    margin-bottom: 1.5625rem
}

.heartland-promo.heartland-promo-full-width-icon-80split .promo-text h4 {
    text-align: left;
    margin-bottom: 1.5625rem
}

.heartland-promo.heartland-promo-full-width-icon-80split .promo-text .promo-links {
    display: flex
}

.heartland-promo.heartland-promo-full-width-icon-80split .promo-text .promo-links a {
    text-decoration: none;
    color: #da1a32;
    cursor: pointer;
    border-bottom: 2px solid transparent
}

.heartland-promo.heartland-promo-full-width-icon-80split .promo-text .promo-links a:hover {
    text-decoration: none;
    border-bottom-color: #da1a32
}

.heartland-promo.heartland-promo-full-width-icon-80split .promo-text .promo-links .link-arrow {
    padding-right: 40px
}

@media (max-width: 766.98px) {
    .heartland-promo.heartland-promo-full-width-icon-80split .wrapper {
        flex-direction: column
    }

    .heartland-promo.heartland-promo-full-width-icon-80split .promo-image {
        flex: 1
    }

    .heartland-promo.heartland-promo-full-width-icon-80split .promo-text {
        flex: 1;
        max-width: 100%;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        text-align: center
    }
}

.heartland-promo.large-background-image .text-container {
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 43.75rem;
    padding-top: 1.5rem
}

@media (min-width: 1025px) {
    .heartland-promo.large-background-image .text-container {
        padding-top: 5rem
    }
}

.heartland-promo.heartland-promo-large-icon-centered {
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

.heartland-promo.heartland-promo-large-icon-centered .promo-image img {
    height: 9.375rem !important;
    max-width: 12.5rem;
    display: block
}

.heartland-promo.heartland-promo-large-icon-centered .promo-text {
    text-align: center
}

.heartland-promo.heartland-promo-large-icon-centered .promo-text p {
    margin-bottom: 1.5625rem
}

.heartland-promo.heartland-promo-large-icon-centered .circle-card {
    background: #F7F9FA;
    width: 325px;
    height: 325px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto
}

.heartland-promo.heartland-promo-large-icon-centered .circle-card img {
    max-width: 40% !important;
    max-height: 40% !important
}

.heartland-promo.heartland-promo-large-icon-centered .circle-card.circle-card_small {
    width: 250px;
    height: 250px;
    background: #fff
}

.heartland-promo.heartland-promo-large-icon-centered .circle-card {
    width: 250px;
    height: 250px
}

.heartland-promo.heartland-promo-large-icon-centered .circle-card img {
    max-width: 45% !important;
    max-height: 45% !important
}

@media (max-width: 1024.98px) {
    .heartland-promo.heartland-promo-large-icon-centered {
        min-width: 100%
    }

    .heartland-promo.heartland-promo-large-icon-centered .promo-text {
        padding-right: 0;
        padding-left: 0
    }

    .heartland-promo.heartland-promo-large-icon-centered .circle-card {
        width: 200px;
        height: 200px
    }
}

.heartland-promo.heartland-promo-small-icon-links .content {
    padding: 0 60px
}

@media (max-width: 1024.98px) {
    .heartland-promo.heartland-promo-small-icon-links .content {
        padding: 0 5%
    }
}

.heartland-promo.heartland-promo-small-icon-links .promo-image img {
    height: 45px;
    width: auto;
    margin-bottom: 1.5625rem
}

.heartland-promo.heartland-promo-small-icon-links .promo-text {
    text-align: left;
    margin-bottom: 1.5625rem
}

.heartland-promo.heartland-promo-small-icon-links .promo-text .title-link a {
    font-weight: bold;
    font-size: 28px;
    text-decoration: none;
    cursor: pointer;
    border-bottom: none
}

.heartland-promo.heartland-promo-small-icon-links .promo-text .promo-links a {
    text-decoration: none;
    color: #1362e2 !important;
    cursor: pointer;
    border-bottom: 2px solid transparent
}

@media (max-width: 1024.98px) {
    .heartland-promo.heartland-promo-small-icon-links .promo-image {
        text-align: center
    }

    .heartland-promo.heartland-promo-small-icon-links .promo-text {
        text-align: center
    }

    .heartland-promo.heartland-promo-small-icon-links .promo-links {
        justify-content: center
    }
}

@media (max-width: 766.98px) {
    .heartland-promo.heartland-promo-small-icon-links {
        min-width: 100%
    }
}

@media (max-width: 1024.98px) {
    .heartland-promo.heartland-promo-small-icon-links {
        padding-bottom: 40px;
        padding-left: 0;
        padding-right: 0
    }
}

.heartland-promo.heartland-promo-large-icon-animated-split {
    width: 100%
}

.heartland-promo.heartland-promo-large-icon-animated-split .wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

@media (max-width: 1024.98px) {
    .heartland-promo.heartland-promo-large-icon-animated-split .wrapper {
        margin-left: 0;
        margin-right: 0
    }
}

.heartland-promo.heartland-promo-large-icon-animated-split .promo-image {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.heartland-promo.heartland-promo-large-icon-animated-split .promo-image img {
    height: auto;
    width: 100%;
    max-width: 100%
}

.heartland-promo.heartland-promo-large-icon-animated-split .promo-text {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    align-content: center
}

.heartland-promo.heartland-promo-large-icon-animated-split .promo-text h1,
.heartland-promo.heartland-promo-large-icon-animated-split .promo-text h2,
.heartland-promo.heartland-promo-large-icon-animated-split .promo-text h3,
.heartland-promo.heartland-promo-large-icon-animated-split .promo-text h4,
.heartland-promo.heartland-promo-large-icon-animated-split .promo-text h5,
.heartland-promo.heartland-promo-large-icon-animated-split .promo-text h6 {
    margin-bottom: 1.25rem
}

.heartland-promo.heartland-promo-large-icon-animated-split .promo-text ul.checkmark,
.heartland-promo.heartland-promo-large-icon-animated-split .promo-text .heartland-promo.large-background-image .text-container ul,
.heartland-promo.large-background-image .text-container .heartland-promo.heartland-promo-large-icon-animated-split .promo-text ul,
.heartland-promo.heartland-promo-large-icon-animated-split .promo-text .heartland-promo-fullscreen-slidein .card .card-body .left-column ul,
.heartland-promo-fullscreen-slidein .card .card-body .left-column .heartland-promo.heartland-promo-large-icon-animated-split .promo-text ul,
.heartland-promo.heartland-promo-large-icon-animated-split .promo-text .heartland-promo-fullscreen-slidein .card .card-body .right-column ul,
.heartland-promo-fullscreen-slidein .card .card-body .right-column .heartland-promo.heartland-promo-large-icon-animated-split .promo-text ul {
    margin-left: 0
}

.heartland-promo.heartland-promo-large-icon-animated-split.circle-card .promo-text a,
.heartland-promo.heartland-promo-large-icon-animated-split.circle-card .promo-text a:hover {
    color: #1362e2;
    border-bottom-color: #1362e2
}

.heartland-promo.heartland-promo-large-icon-animated-split.circle-card .promo-image img {
    height: 8rem
}

.heartland-promo.heartland-promo-large-icon-animated-split.circle-card .field-promoimage {
    display: flex;
    background: #F7F9FA;
    border-radius: 50%;
    width: 12.5rem;
    height: 12.5rem;
    align-items: center;
    justify-content: center;
    margin: auto
}

.heartland-promo.heartland-promo-large-icon-animated-split.circle-card .field-promoimage img {
    max-width: 100% !important;
    width: auto !important;
    max-height: 40% !important
}

.heartland-promo.heartland-promo-large-icon-animated-split .promo-text h3 {
    margin-bottom: 1.5625rem
}

@media (min-width: 1025px) {

    .heartland-promo.heartland-promo-large-icon-animated-split.image-left .promo-text,
    .heartland-promo.heartland-promo-large-icon-animated-split:not(.image-right) .promo-text {
        margin-left: 0
    }
}

@media (min-width: 1025px) and (min-width: 1025px) {

    .heartland-promo.heartland-promo-large-icon-animated-split.image-left .promo-text,
    .heartland-promo.heartland-promo-large-icon-animated-split:not(.image-right) .promo-text {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
}

@media (min-width: 1025px) and (min-width: 1025px) {

    .heartland-promo.heartland-promo-large-icon-animated-split.image-left .promo-text,
    .heartland-promo.heartland-promo-large-icon-animated-split:not(.image-right) .promo-text {
        margin-left: 8.33333%
    }
}

@media (min-width: 1025px) {

    .heartland-promo.heartland-promo-large-icon-animated-split.image-left .promo-image,
    .heartland-promo.heartland-promo-large-icon-animated-split:not(.image-right) .promo-image {
        margin-left: 0
    }
}

@media (min-width: 1025px) and (min-width: 1025px) {

    .heartland-promo.heartland-promo-large-icon-animated-split.image-left .promo-image,
    .heartland-promo.heartland-promo-large-icon-animated-split:not(.image-right) .promo-image {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
}

@media (min-width: 1025px) and (min-width: 1025px) {

    .heartland-promo.heartland-promo-large-icon-animated-split.image-left .promo-image,
    .heartland-promo.heartland-promo-large-icon-animated-split:not(.image-right) .promo-image {
        margin-left: 8.33333%
    }
}

@media (min-width: 1025px) {
    .heartland-promo.heartland-promo-large-icon-animated-split.image-right .promo-image {
        order: 2;
        margin-left: 0
    }
}

@media (min-width: 1025px) and (min-width: 1025px) {
    .heartland-promo.heartland-promo-large-icon-animated-split.image-right .promo-image {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
}

@media (min-width: 1025px) and (min-width: 1025px) {
    .heartland-promo.heartland-promo-large-icon-animated-split.image-right .promo-image {
        margin-left: 8.33333%
    }
}

@media (min-width: 1025px) {
    .heartland-promo.heartland-promo-large-icon-animated-split.image-right .promo-empty {
        display: none
    }

    .heartland-promo.heartland-promo-large-icon-animated-split.image-right .promo-text {
        order: 1;
        margin-left: 0
    }
}

@media (min-width: 1025px) and (min-width: 1025px) {
    .heartland-promo.heartland-promo-large-icon-animated-split.image-right .promo-text {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
}

@media (min-width: 1025px) and (min-width: 1025px) {
    .heartland-promo.heartland-promo-large-icon-animated-split.image-right .promo-text {
        margin-left: 8.33333%
    }
}

@media (min-width: 1025px) {
    .heartland-promo.heartland-promo-large-icon-animated-split.circle-card .field-promoimage {
        width: 20.3125rem;
        height: 20.3125rem
    }
}

.heartland-promo.heartland-promo-medium-card-logo .component-content {
    display: flex;
    justify-content: center;
    background-color: white;
    border-radius: 0.625rem
}

@media (max-width: 1024.98px) {
    .heartland-promo.heartland-promo-medium-card-logo .component-content {
        margin-top: 2rem;
        margin-bottom: 2rem
    }
}

.heartland-promo.heartland-promo-medium-card-logo .wrapper {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    overflow: hidden
}

.heartland-promo.heartland-promo-medium-card-logo .promo-image {
    overflow: hidden;
    max-height: 15.625rem
}

.heartland-promo.heartland-promo-medium-card-logo .promo-image img {
    height: auto;
    width: 100%
}

.heartland-promo.heartland-promo-medium-card-logo .text-icon {
    padding: 2rem
}

.heartland-promo.heartland-promo-medium-card-logo .text-icon .promo-icon {
    display: flex;
    justify-content: center
}

.heartland-promo.heartland-promo-medium-card-logo .text-icon .promo-icon a:hover {
    border-bottom: 0
}

.heartland-promo.heartland-promo-medium-card-logo .text-icon .promo-icon img {
    vertical-align: bottom;
    width: 7.8125rem
}

.heartland-promo.heartland-promo-medium-card-logo .text-icon .promo-text p {
    margin-bottom: 1.5625rem
}

.heartland-promo.heartland-promo-medium-card-logo .text-icon .promo-text h3 {
    margin-bottom: 1.5625rem
}

.heartland-promo.heartland-promo-medium-card-logo .text-icon .promo-text h5 {
    margin: 0.9375rem 0;
    font-size: 9.5px
}

@media (max-width: 1024.98px) {
    .heartland-promo.heartland-promo-medium-card-logo .promo-icon {
        order: 1
    }

    .heartland-promo.heartland-promo-medium-card-logo .promo-text {
        order: 2
    }
}

.heartland-promo.text-with-checkmark .component-content {
    width: 90%;
    margin-left: 10%;
    margin-bottom: 2rem
}

.heartland-promo.text-with-checkmark .component-content::before {
    content: url("/Theme/dist/heartland/images/icon-circle-check_blue.svg");
    height: 1.875rem;
    width: 1.875rem;
    display: block;
    position: absolute;
    left: 0.5rem
}

@media (min-width: 375px) {
    .heartland-promo.text-with-checkmark .component-content::before {
        top: 0.25rem;
        left: 0
    }
}

@media (min-width: 1025px) {
    .heartland-promo.text-with-checkmark .component-content::before {
        left: 1.5rem;
        top: 0.25rem
    }
}

.heartland-promo.text-with-checkmark .component-content .title h2,
.heartland-promo.text-with-checkmark .component-content .title h3,
.heartland-promo.text-with-checkmark .component-content .title h4 {
    margin-bottom: 0.625rem
}

.heartland-promo.promo-medium-card {
    margin-bottom: 1rem
}

.heartland-promo.promo-medium-card .card-img-top {
    height: 100%
}

.heartland-promo.promo-medium-card .card-body {
    padding: 2rem;
    min-height: 9.25rem
}

@media (max-width: 1024.98px) {
    .heartland-promo.promo-medium-card .card-body {
        min-height: 0
    }
}

@media (min-width: 767px) {
    .heartland-promo.promo-medium-card .card-body {
        padding: 1.25rem
    }
}

.heartland-promo.promo-medium-card .card-body h3 {
    font-weight: 700;
    margin-bottom: 0.625rem
}

.heartland-promo.icon-title-text .wrapper {
    padding: 0 40px;
    text-align: center
}

.heartland-promo.icon-title-text .wrapper .icon-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 30px
}

.heartland-promo.icon-title-text .wrapper .icon-wrapper img {
    max-width: 100%;
    height: auto
}

.heartland-promo.icon-title-text .wrapper .title {
    margin-bottom: 30px
}

.heartland-promo.icon-title-text .wrapper .tagline a {
    color: #1362e2
}

@media (max-width: 1024.98px) {
    .heartland-promo.icon-title-text {
        margin-bottom: 80px
    }
}

.heartland-promo .form-pardot {
    background: #efefef;
    padding: 35px;
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.25);
    max-width: 550px;
    margin: auto;
    border-radius: 32px
}

.heartland-promo .form-pardot input[type="text"],
.heartland-promo .form-pardot input[type="email"],
.heartland-promo .form-pardot input[type="tel"] {
    font-size: 17px;
    height: auto;
    max-width: 100%;
    padding: 10px 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    outline: none !important
}

.heartland-promo .form-pardot input[type="text"]:focus,
.heartland-promo .form-pardot input[type="text"]:active,
.heartland-promo .form-pardot input[type="email"]:focus,
.heartland-promo .form-pardot input[type="email"]:active,
.heartland-promo .form-pardot input[type="tel"]:focus,
.heartland-promo .form-pardot input[type="tel"]:active {
    border: 1px solid #1362e2
}

.heartland-promo .form-pardot h3,
.heartland-promo .form-pardot .form-control label,
.heartland-promo .form-pardot .form-group label {
    color: #003B71
}

.heartland-promo .form-pardot h3 {
    font-size: 1.5625rem
}

.heartland-promo.split-60-40-with-phone-frame .component-content {
    display: flex;
    justify-content: center
}

.heartland-promo.split-60-40-with-phone-frame .image-column {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 100%;
    max-width: 100%;
    display: none
}

@media (min-width: 1025px) {
    .heartland-promo.split-60-40-with-phone-frame .image-column {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 1025px) {
    .heartland-promo.split-60-40-with-phone-frame .image-column {
        display: block !important
    }
}

.heartland-promo.split-60-40-with-phone-frame .text-column {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 1025px) {
    .heartland-promo.split-60-40-with-phone-frame .text-column {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.heartland-promo.split-60-40-with-phone-frame.image-left .image-column {
    order: -1
}

.heartland-promo.split-60-40-with-phone-frame.image-left .text-column {
    order: 13
}

.heartland-promo.split-60-40-with-phone-frame.image-right .image-column {
    order: 13
}

.heartland-promo.split-60-40-with-phone-frame.image-right .text-column {
    order: -1
}

.heartland-promo.split-60-40-with-phone-frame .text-column {
    display: flex;
    justify-content: center;
    align-items: center
}

.heartland-promo.split-60-40-with-phone-frame .promo-image img {
    height: auto;
    max-width: 100%
}

.heartland-promo.split-60-40-with-phone-frame .phone {
    margin-left: auto;
    margin-right: auto
}

.heartland-promo.split-60-40-with-phone-frame .phone img,
.heartland-promo.split-60-40-with-phone-frame .phone video {
    width: 306px;
    height: auto
}

.heartland-promo.split-60-40-with-phone-frame h3 {
    color: #003B71
}

.heartland-promo.split-60-40-with-phone-frame .promo-text {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.heartland-promo.split-60-40-with-phone-frame .promo-text h3 {
    margin-bottom: 1.5625rem
}

.heartland-promo.split-60-40-with-phone-frame .promo-text ol,
.heartland-promo.split-60-40-with-phone-frame .promo-text ul {
    padding-left: 2.5rem;
    margin: 0 0 1.5625rem 0;
    list-style-type: disc
}

.heartland-promo.split-60-40-with-phone-frame .promo-text ol li,
.heartland-promo.split-60-40-with-phone-frame .promo-text ul li {
    margin-bottom: 0.9375rem
}

.heartland-promo.background-with-text .wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 75% 0
}

.heartland-promo.background-with-text .text-container {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    margin-left: 8.33333%;
    padding: 2rem 0
}

@media (min-width: 767px) {
    .heartland-promo.background-with-text .text-container {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
}

@media (min-width: 767px) {
    .heartland-promo.background-with-text .text-container {
        margin-left: 50%
    }
}

.heartland-promo.background-with-text .text-container .checkmark li:before,
.heartland-promo.background-with-text .heartland-promo.large-background-image .text-container ul li:before,
.heartland-promo.large-background-image .heartland-promo.background-with-text .text-container ul li:before,
.heartland-promo.background-with-text .text-container .heartland-promo-fullscreen-slidein .card .card-body .left-column ul li:before,
.heartland-promo-fullscreen-slidein .card .card-body .left-column .heartland-promo.background-with-text .text-container ul li:before,
.heartland-promo.background-with-text .text-container .heartland-promo-fullscreen-slidein .card .card-body .right-column ul li:before,
.heartland-promo-fullscreen-slidein .card .card-body .right-column .heartland-promo.background-with-text .text-container ul li:before {
    left: -0.75rem
}

.heartland-promo.hero-basic-full-width .container {
    display: flex;
    flex-direction: column
}

.heartland-promo.hero-basic-full-width .hero .v-center {
    min-height: 31.25rem
}

.heartland-promo.hero-basic-full-width .button-container {
    margin-top: 1.5625rem
}

.heartland-promo.hero-basic-full-width .button-container .btn {
    margin: 0.5rem 1rem
}

@media (min-width: 767px) {
    .heartland-promo.hero-basic-full-width .button-container .btn {
        margin-top: 0;
        margin-bottom: 0
    }
}

.heartland-promo.hero-basic-full-width .text-center .button-container {
    display: block
}

.heartland-promo.hero-with-embedded-promos .wrapper {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 69% 0%;
    padding-top: 10.375rem;
    margin-bottom: 12.5rem;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

@media (min-width: 1025px) {
    .heartland-promo.hero-with-embedded-promos .wrapper {
        background-size: cover
    }
}

@media (max-width: 1024.98px) {
    .heartland-promo.hero-with-embedded-promos .wrapper {
        margin-left: 0;
        margin-right: 0
    }
}

.heartland-promo.hero-with-embedded-promos .text-container {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    border-radius: 5px;
    padding: 50px;
    background-color: white;
    text-align: center
}

@media (min-width: 1025px) {
    .heartland-promo.hero-with-embedded-promos .text-container {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
}

@media (min-width: 1025px) {
    .heartland-promo.hero-with-embedded-promos .text-container {
        margin-left: 8.33333%
    }
}

@media (max-width: 1024.98px) {
    .heartland-promo.hero-with-embedded-promos .text-container {
        border-radius: 0;
        padding: 35px
    }
}

@media (min-width: 1025px) {
    .heartland-promo.hero-with-embedded-promos .text-container {
        top: 9.375rem
    }
}

@media (max-width: 1024.98px) {
    .heartland-promo.hero-with-embedded-promos .text-container .link a.btn-heartland {
        padding-left: 14px;
        padding-right: 26px
    }
}

.heartland-promo.hero-with-embedded-promos .promos-container {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

@media (max-width: 1024.98px) {
    .heartland-promo.hero-with-embedded-promos .promos-container {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 1024.98px) {
    .heartland-promo.hero-with-embedded-promos {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .heartland-promo.hero-with-embedded-promos .promos-container .col-12 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.heartland-promo.embedded-promo .image {
    margin-bottom: 1.625rem
}

.heartland-promo.embedded-promo .title {
    margin-bottom: 1.625rem
}

.heartland-promo.embedded-promo .title h1,
.heartland-promo.embedded-promo .title h2,
.heartland-promo.embedded-promo .title h3,
.heartland-promo.embedded-promo .title h4,
.heartland-promo.embedded-promo .title h5,
.heartland-promo.embedded-promo .title h6,
.heartland-promo.embedded-promo .title p {
    color: #1362e2;
    font-size: 1rem;
    margin-bottom: 0
}

.heartland-promo.embedded-promo .text {
    font-size: 1rem
}

.heartland-promo.alert-bar {
    background-color: #2f3a45;
    color: #fff;
    display: flex;
    padding: 1.625rem
}

.heartland-promo.alert-bar .component-content {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto
}

.heartland-promo.alert-bar .wrapper {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center
}

@media (min-width: 1025px) {
    .heartland-promo.alert-bar .wrapper {
        margin-left: -10px
    }
}

.heartland-promo.alert-bar .text-container {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 100%;
    max-width: 100%;
    display: inline-block;
    color: #fff !important;
    margin-bottom: 0.5rem
}

.heartland-promo.alert-bar .text-container a {
    color: #ffbf3f
}

.heartland-promo.alert-bar .text-container a:hover {
    color: #1362e2
}

@media (max-width: 1024.98px) {
    .heartland-promo.alert-bar .text-container {
        text-align: center
    }
}

@media (min-width: 1025px) {
    .heartland-promo.alert-bar .text-container {
        position: relative;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.heartland-promo.alert-bar .button-container {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: center
}

@media (min-width: 1025px) {
    .heartland-promo.alert-bar .button-container {
        position: relative;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        flex: 0 0 50%;
        max-width: 50%;
        justify-content: flex-end
    }
}

.heartland-promo.alert-bar .button-container .btn {
    white-space: nowrap
}

.heartland-promo.alert-bar .button-container>div {
    margin-left: 1rem
}

.heartland-promo.online-payments-hero {
    margin-bottom: 7rem
}

.heartland-promo.online-payments-hero .video-column {
    display: flex;
    justify-content: center
}

.heartland-promo.online-payments-hero .phone {
    margin-bottom: -15rem;
    width: 350px;
    height: 702px;
    background-size: cover;
    padding: 20px 0 0 22px
}

.heartland-promo.online-payments-hero .phone img,
.heartland-promo.online-payments-hero .phone video {
    width: 306px;
    height: auto
}

.heartland-promo.online-payments-hero .phone video {
    border-radius: 29px
}

.heartland-promo.online-payments-hero .phone a {
    display: block;
    z-index: 10;
    position: relative;
    border: none !important
}

.heartland-promo.online-payments-hero .phone a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -62px 0 0 -63px;
    content: "";
    background: url("/Theme/dist/heartland/images/play-button.png") no-repeat scroll 50% 50%;
    width: 103px;
    height: 103px;
    transition: all 0.25s ease-in-out
}

.heartland-promo.online-payments-hero .phone a:hover::before {
    transform: translateY(-4px)
}

.heartland-promo.online-payments-hero .phone a::after {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -100px;
    content: "";
    width: 175px;
    height: 27px;
    background: #000;
    border-radius: 3px 3px 20px 20px
}

.heartland-promo.online-payments-hero .phone.phone-shadow-left::after {
    top: 25px;
    background: url("/Theme/dist/heartland/images/phone-shadow_left-small.png") no-repeat scroll top left;
    width: 450px;
    height: 783px
}

.heartland-promo.online-payments-hero .heartland-modal.modal-video .close {
    position: absolute;
    right: -1.875rem;
    top: -1.875rem;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1
}

.heartland-promo.online-payments-hero .heartland-modal.modal-video .modal-dialog {
    max-width: 800px;
    margin: 30px auto
}

.heartland-promo.online-payments-hero .heartland-modal.modal-video .modal-body {
    position: relative;
    padding: 0px
}

.heartland-promo.online-payments-hero .heartland-modal.modal-video .modal-content {
    border: 0
}

.heartland-promo.feature-icon-card .icon-container.position-absolute {
    top: -40px
}

.heartland-promo.feature-icon-card .icon-container.position-absolute .icon {
    object-fit: cover;
    object-position: center center
}

.heartland-promo.feature-icon-card .lottie-target.icon {
    max-width: 75px;
    border-radius: 100px
}

.heartland-promo.pricing-card .card-shadow,
.heartland-promo.pricing-card .heartland-promo.include-card-shadow .card,
.heartland-promo.include-card-shadow .heartland-promo.pricing-card .card {
    box-shadow: 0 6px 18px rgba(53, 89, 113, 0.15)
}

.heartland-promo.pricing-card .price {
    color: #1362e2
}

.heartland-promo.pricing-card .card-body h2.price {
    font-size: 38px
}

.heartland-promo.pricing-card .card-body .price-sub {
    line-height: 19px
}

@media (max-width: 1024.98px) {
    .heartland-promo.pricing-card {
        margin-left: auto !important;
        margin-right: auto !important
    }
}

.heartland-promo.text-white h1,
.heartland-promo.text-white h2,
.heartland-promo.text-white h3,
.heartland-promo.text-white h4,
.heartland-promo.text-white h5,
.heartland-promo.text-white h6,
.heartland-promo.text-white p,
.heartland-promo.text-white li {
    color: #fff
}

.heartland-promo.text-white .form-pardot {
    color: #6d7680
}

.heartland-promo.text-white .form-pardot h1,
.heartland-promo.text-white .form-pardot h2,
.heartland-promo.text-white .form-pardot h3,
.heartland-promo.text-white .form-pardot h4,
.heartland-promo.text-white .form-pardot h5,
.heartland-promo.text-white .form-pardot h6,
.heartland-promo.text-white .form-pardot p,
.heartland-promo.text-white .form-pardot li {
    color: #6d7680
}

.image img {
    max-width: 100%;
    height: auto
}

.image a {
    display: inline-block;
    max-width: 100%
}

.image .image-caption {
    display: block;
    font-style: italic
}

@media (min-width: 767px) {
    .image.image-quote .component-content {
        display: flex
    }
}

@media (min-width: 767px) {
    .image.image-quote .component-content .image-wrapper {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        display: inline-block;
        margin-right: 1.5rem
    }
}

.image.image-quote .component-content .caption-wrapper {
    background-color: #1362e2;
    text-align: center;
    display: flex;
    width: 100%;
    position: relative
}

@media (min-width: 767px) {
    .image.image-quote .component-content .caption-wrapper::after {
        content: '';
        width: 0;
        height: 0;
        border-top: 1.5rem solid transparent;
        border-bottom: 1.5rem solid transparent;
        border-right: 1.5rem solid #1362e2;
        position: absolute;
        left: calc(1% - 1.5rem);
        top: calc(50% - 1.5rem)
    }
}

.image.image-quote .component-content .caption-wrapper .image-caption {
    margin: auto
}

.component.video {
    margin: 1rem auto
}

@media (min-width: 1025px) {
    .component.video .sxa-video-wrapper {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}

.component.video .video-caption {
    margin-top: 1rem;
    font-style: italic;
    text-align: center
}

.responsive-video-container,
.responsive-short-container {
    position: relative;
    overflow: hidden;
    width: 100%
}

.responsive-video-container {
    padding-top: 56.25%
}

.responsive-short-container {
    padding-top: 125.04%
}

.responsive-video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

#footer-container {
    margin-top: 20px;
    border-radius: 32px 32px 0 0;
    background-color: #2f3a45;
    color: #fff;
    padding: 5rem 40px
}

@media (max-width: 766.98px) {
    #footer-container {
        text-align: center;
        border-radius: 0
    }

    #footer-container .logo {
        margin: 0 auto
    }
}

#footer-container h4 {
    font-weight: 600;
    letter-spacing: 0
}

#footer-container a {
    color: #B5CBE2;
    text-decoration: none;
    transition: color 0.2s linear, text-decoration 0.2s linear;
    font-weight: normal
}

#footer-container a:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff
}

#footer-container #logo-container {
    padding: 0
}

#footer-container .logo {
    margin-top: -5px;
    margin-bottom: 25px
}

#footer-container .logo img {
    width: 120px
}

#footer-container ul.social {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 30px 0 0
}

@media (max-width: 766.98px) {
    #footer-container ul.social {
        padding-bottom: 40px
    }
}

#footer-container ul.social li {
    margin: 3px;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    background-color: #99AEC2;
    border-radius: 50% 50%;
    transition: background-color 0.2s linear, text-decoration 0.2s linear
}

#footer-container ul.social li:hover {
    background-color: #fff
}

#footer-container ul.social a {
    height: 2rem;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #2f3a45;
    text-decoration: none
}

#footer-container ul.social a:hover {
    text-decoration: none;
    border: none
}

#footer-container .footer-navigation-list {
    padding-left: 10px;
    padding-right: 10px
}

@media (max-width: 766.98px) {
    #footer-container .footer-navigation-list {
        padding-top: 20px;
        padding-bottom: 10px
    }
}

#footer-container .footer-navigation-list h4 {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0.75rem
}

#footer-container .footer-navigation-list ul {
    margin-bottom: 0
}

#footer-container .footer-navigation-list a {
    font-size: 0.875rem
}

#footer-container #mobile-footer-copyright,
#footer-container #footer-copyright {
    margin-top: 2.5rem;
    padding-bottom: 5rem
}

@media (max-width: 766.98px) {

    #footer-container #mobile-footer-copyright,
    #footer-container #footer-copyright {
        display: none
    }
}

#footer-container #mobile-footer-copyright p,
#footer-container #footer-copyright p {
    color: #94A8BC;
    font-size: 0.75rem
}

#footer-container #mobile-footer-copyright a,
#footer-container #footer-copyright a {
    margin-right: 1rem;
    border-bottom: 1px solid #94A8BC;
    color: #94A8BC;
    text-decoration: none;
    transition: color 0.2s linear, text-decoration 0.2s linear
}

#footer-container #mobile-footer-copyright a:hover,
#footer-container #footer-copyright a:hover {
    color: #fff;
    border-bottom: 1px solid #fff
}

#footer-container #mobile-footer-copyright {
    display: none
}

@media (max-width: 766.98px) {
    #footer-container #mobile-footer-copyright {
        display: block
    }
}

.strapline {
    margin-top: 10rem;
    margin-bottom: 2rem
}

.strapline.small-margin {
    margin-top: 5rem
}

.social-media-share {
    margin-bottom: 20px
}

@media (min-width: 767px) {
    .social-media-share {
        margin-top: 20px;
        text-align: center
    }
}

.social-media-share a:hover {
    border-bottom: none
}

.social-media-share h3 {
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0
}

.social-media-share ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 24rem;
    margin-left: auto;
    margin-right: auto
}

.social-media-share ul li {
    padding: 0;
    font-size: 0;
    line-height: 0
}

.tag-list {
    margin-top: 20px;
    margin-bottom: 10px
}

.tag-list .tag-links a {
    padding: 4px 11px;
    margin: 0 5px 0 0;
    color: #57585A;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 22px;
    font-weight: 400;
    background-color: #F6F6F6;
    white-space: nowrap
}

@media (min-width: 767px) {
    .tag-list .tag-links a {
        font-size: 14px;
        line-height: 22px
    }
}

@media (min-width: 1025px) {
    .tag-list .tag-links a {
        font-size: 14px;
        line-height: 22px
    }
}

.tag-cloud {
    margin-top: 20px
}

.tag-cloud .tag-cloud-item {
    margin: 0 20px 0 0
}

.tag-cloud .tag-cloud-item.active a {
    color: #1362e2;
    border-bottom: 2px solid #1362e2
}

.tag-cloud .tag-cloud-item a {
    color: #57585A
}

.tag-cloud .tag-cloud-item a:hover {
    text-decoration: none
}

.search-results.blog-page {
    margin-top: 20px
}

.search-results.blog-page .search-result-list {
    margin: 0;
    padding: 0
}

.search-results.blog-page ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.search-results.blog-page li {
    margin-bottom: 20px;
    list-style: none;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    width: 100%;
    min-height: 1px
}

@media (min-width: 375px) {
    .search-results.blog-page li {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 767px) {
    .search-results.blog-page li {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
}

.search-results.blog-page li a {
    height: 100%;
    display: block;
    text-decoration: none;
    margin-bottom: 1rem
}

.search-results.blog-page li a>div {
    height: inherit
}

.search-results.blog-page li a .content-container {
    height: 33%;
    position: relative
}

.search-results.blog-page li a .content-container .title-container {
    display: flex;
    position: relative
}

.search-results.blog-page li a .content-container .title-container .field-title {
    color: inherit;
    flex-grow: 1
}

.search-results.blog-page li a .content-container .caption {
    font-size: 14px;
    line-height: 20px;
    margin-top: 1rem
}

.search-results.blog-page li a .content-container .tags {
    padding: 4px 11px;
    margin: 5px 5px 0 0;
    color: #57585A;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 22px;
    font-weight: 400;
    background-color: #F6F6F6;
    white-space: nowrap;
    display: inline-block
}

@media (min-width: 767px) {
    .search-results.blog-page li a .content-container .tags {
        font-size: 14px;
        line-height: 22px
    }
}

@media (min-width: 1025px) {
    .search-results.blog-page li a .content-container .tags {
        font-size: 14px;
        line-height: 22px
    }
}

.search-results.blog-page li a .content-container small {
    font-weight: 400
}

.search-results.blog-page li a .content-container .image {
    height: 200px;
    margin-bottom: 10px
}

.search-results.blog-page li a .content-container .image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.search-results.event-page {
    margin-top: 20px
}

.search-results.event-page .search-result-list {
    margin: 0;
    padding: 0
}

.search-results.event-page ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.search-results.event-page li {
    margin-bottom: 20px;
    list-style: none;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    width: 100%;
    min-height: 1px
}

@media (min-width: 375px) {
    .search-results.event-page li {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 767px) {
    .search-results.event-page li {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.search-results.event-page li a {
    height: 100%;
    display: block;
    text-decoration: none;
    margin-bottom: 1rem
}

.search-results.event-page li a .tags {
    padding: 4px 11px;
    margin: 0 5px 0 0;
    color: #57585A;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 22px;
    font-weight: 400;
    background-color: #F6F6F6;
    white-space: nowrap
}

@media (min-width: 767px) {
    .search-results.event-page li a .tags {
        font-size: 14px;
        line-height: 22px
    }
}

@media (min-width: 1025px) {
    .search-results.event-page li a .tags {
        font-size: 14px;
        line-height: 22px
    }
}

.search-results.event-page li a small {
    font-weight: 400
}

.search-results.event-page li a .date-tile-container {
    background-color: #1362e2;
    display: flex;
    height: 100px;
    width: 100px;
    font-weight: 400
}

.search-results.event-page li a .date-tile-container .date-tile {
    text-align: center;
    margin: auto;
    color: white
}

.search-results.event-page li a .date-tile-container .date-tile-lg {
    font-size: 26px
}

.search-results.articles .article {
    background-color: #F2F2F2;
    padding: 30px 45px;
    margin: -20px 0 40px
}

.search-results.articles .article p {
    margin: 0 0 25px 0
}

.search-results.articles .article .link-arrow {
    position: relative;
    color: #da1a32
}

.search-results.articles .article .link-arrow:after {
    display: inline-block;
    content: "";
    background: url("/Theme/dist/heartland/images/icon-link-arrow-red.svg") no-repeat scroll top left;
    background-size: 6px 9px;
    width: 6px;
    height: 9px;
    position: absolute;
    top: 50%;
    margin: -4px 0 0 8px;
    transition: transform 0.2s linear, opacity 0.2s linear, color 0.2s linear;
    opacity: .5
}

.search-results.site-search a {
    text-decoration: none;
    font-weight: 600
}

.search-results.site-search .field-title a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Inter", Arial, sans-serif;
    font-weight: 300;
    color: #203645;
    font-size: 25px;
    letter-spacing: -.02rem;
    line-height: 1.2em;
    font-weight: 700
}

@media (min-width: 767px) {
    .search-results.site-search .field-title a {
        font-size: 32px;
        line-height: 1.2em
    }
}

@media (min-width: 1025px) {
    .search-results.site-search .field-title a {
        font-size: 32px;
        line-height: 1.2em
    }
}

.search-results.site-search .field-title a.uppercase {
    text-transform: uppercase
}

.search-results.site-search .field-title a.primary,
.search-results.site-search .field-title a .primary {
    color: #fff
}

.search-results.site-search .field-title a.secondary,
.search-results.site-search .field-title a .secondary {
    color: #1362e2
}

.search-results.site-search .field-title a.neutral,
.search-results.site-search .field-title a .neutral {
    color: #fff
}

.search-results.site-search .field-title a.white,
.search-results.site-search .field-title a .white {
    color: #fff
}

.search-results.site-search .field-title a.primary-1,
.search-results.site-search .field-title a .primary-1 {
    color: #da1a32
}

.search-results.site-search .field-title a.primary-2,
.search-results.site-search .field-title a .primary-2 {
    color: #1362e2
}

.search-results.site-search .field-title a.primary-3,
.search-results.site-search .field-title a .primary-3 {
    color: #003B71
}

.search-results.site-search .field-title a.primary-4,
.search-results.site-search .field-title a .primary-4 {
    color: #d8d8d8
}

.search-results.site-search .field-title a.primary-5,
.search-results.site-search .field-title a .primary-5 {
    color: #6d7680
}

.search-results.site-search .field-title a.primary-6,
.search-results.site-search .field-title a .primary-6 {
    color: #259f9f
}

.search-results.site-search .field-title a.normal {
    font-weight: 400
}

.search-box,
.custom-search-box {
    margin-top: 20px
}

.search-box .twitter-typeahead,
.custom-search-box .twitter-typeahead {
    width: 100%
}

.search-box .search-box-input,
.custom-search-box .search-box-input {
    width: 100%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 30px
}

.load-more .btn-link {
    font-size: 18px;
    line-height: 18px;
    padding: 0
}

.load-more>.component-content input {
    padding-right: 20px;
    color: #fff
}

.page-selector ul,
.custom-page-selector ul {
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    list-style-type: none
}

.page-selector ul li,
.custom-page-selector ul li {
    float: left;
    padding: 16px
}

.hph {
    position: absolute;
    left: -9999px;
    top: -9999px
}

.form-pardot {
    padding: 30px;
    font-size: 1rem
}

.form-pardot h2 {
    margin-bottom: 15px !important
}

.form-pardot h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px
}

.form-pardot p {
    margin-bottom: 20px !important
}

.form-pardot label {
    display: block;
    margin-bottom: 10px
}

.form-pardot label.text-dark-blue {
    font-weight: 600
}

.form-pardot input[type="text"],
.form-pardot input[type="email"],
.form-pardot input[type="tel"] {
    font-size: 1rem;
    height: auto;
    max-width: 100%;
    padding: 10px 10px;
    margin-bottom: 20px;
    outline: none !important;
    border-radius: 6px
}

.form-pardot input[type="text"]:focus,
.form-pardot input[type="text"]:active,
.form-pardot input[type="email"]:focus,
.form-pardot input[type="email"]:active,
.form-pardot input[type="tel"]:focus,
.form-pardot input[type="tel"]:active {
    border: 1px solid #1362e2
}

.form-pardot input[type="text"].error,
.form-pardot input[type="email"].error,
.form-pardot input[type="tel"].error {
    border-bottom: 1px solid #da1a32 !important
}

.form-pardot .btn-heartland {
    margin-top: 15px;
    margin-bottom: 20px !important;
    font-size: 17px
}

.form-pardot a:not(.btn) {
    color: #6d7680;
    border-color: #6d7680;
    border-bottom: 1px solid #6d7680
}

.form-pardot a:not(.btn):hover {
    color: #000;
    border-color: #000
}

.form-pardot .text-small {
    display: block;
    font-size: 13px !important;
    line-height: 15px !important
}

.form-pardot .text-small a {
    text-decoration: underline;
    border-bottom: 0
}

.stepped-form {
    max-width: 450px !important;
    padding: 0 !important;
    background-color: #fff !important
}

.stepped-form .continue-btn,
.stepped-form .back-btn {
    border: none !important
}

.stepped-form .continue-btn {
    margin-right: 20px
}

.stepped-form .continue-btn:hover {
    text-decoration: underline
}

.stepped-form .back-btn {
    margin-left: 20px
}

.stepped-form .back-btn:hover {
    text-decoration: underline
}

.stepped-form .input-container {
    position: relative;
    padding: 20px 35px 35px;
    width: 90%;
    min-width: 222px;
    min-height: 361px;
    max-height: 361px;
    margin: 0 auto
}

.stepped-form .input-container input {
    border: 1px solid #DDDDDD !important;
    background-color: #f8f8f8 !important;
    margin-bottom: 30px !important
}

.stepped-form .input-container input::placeholder {
    color: #003B71
}

.stepped-form .input-container .text-small {
    display: block;
    font-size: 13px !important;
    margin-bottom: 20px !important
}

.stepped-form .input-container .legal {
    font-size: 13px !important;
    line-height: 15px !important
}

.stepped-form .input-container .legal a {
    text-decoration: underline;
    border-bottom: none;
    color: inherit !important
}

.stepped-form .input-container .legal a:hover {
    color: #6e6f71 !important
}

.stepped-form .input-container .error-msg {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    position: absolute;
    bottom: 5px;
    left: 20px
}

.stepped-form .row {
    transition: .6s linear
}

.stepped-form .disabled {
    display: none;
    position: absolute;
    top: 0;
    left: 99999999px
}

.stepped-form .left {
    left: -9999999px
}

.stepped-form .right {
    left: 9999999px
}

.stepped-form .active {
    left: 0
}

.stepped-form .bottom-bar {
    text-align: center;
    width: 100%;
    border-top: 1px solid #d8d8d8;
    line-height: 0;
    padding: 20px 0
}

.stepped-form .bottom-bar a {
    border: none
}

.stepped-form .bottom-bar .outer-dot {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 3px solid transparent;
    border-radius: 100px;
    transition: .1s linear
}

.stepped-form .bottom-bar .outer-dot .inner-dot {
    width: 11px;
    height: 11px;
    border-radius: 100px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #d8d8d8;
    transition: .1s linear
}

.stepped-form .bottom-bar .outer-dot:hover .inner-dot {
    background-color: #7E9CB7
}

.stepped-form .bottom-bar .outer-dot:active {
    border-color: #619399;
    opacity: .5
}

.stepped-form .bottom-bar .outer-dot:active .inner-dot {
    background-color: #619399
}

.stepped-form .bottom-bar .outer-dot.current {
    border: 3px solid #A6BBCD
}

.stepped-form .bottom-bar .outer-dot.current .inner-dot {
    background-color: #7E9CB7
}

.styled-select {
    background: #fff url("https://go.heartlandpaymentsystems.com/l/125771/2019-03-26/6hy52k/125771/93234/select_box.jpg") no-repeat 100% 50%;
    height: auto;
    max-width: 100%;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 35px
}

.styled-select select {
    font: 300 17px "Inter", Arial, sans-serif;
    padding: 14px 20px 14px 15px;
    width: 100%;
    color: #000;
    background: transparent !important;
    border: none;
    -webkit-appearance: none;
    outline: none;
    height: 52px;
    box-shadow: none !important
}

.bg-white .styled-select select {
    font-weight: 400;
    color: #6D6E71
}

.form-group:is(.col-6, .col-sm-6, .col-md-6, .col-lg-6) .styled-select select {
    height: 45px;
    padding: 10px 20px 10px 15px
}

.checkbox-label {
    display: inline-block;
    position: relative;
    margin: 0 20px 40px 0;
    cursor: pointer;
    padding-left: 35px;
    font-weight: bold
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkbox-label .checkbox-custom {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: #fff;
    border-radius: 3px;
    transition: all 0.3s ease-out;
    border: 1px solid #979797
}

.checkbox-label input:checked~.checkbox-custom {
    background: #fafafa;
    border-radius: 3px;
    transform: rotate(0deg) scale(1);
    opacity: 1;
    border: 1px solid #979797
}

.checkbox-label .checkbox-custom::after {
    position: absolute;
    content: "";
    left: 12px;
    top: 11px;
    height: 0;
    width: 0;
    border-radius: 3px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    transform: rotate(0deg) scale(0);
    opacity: 1;
    transition: all 0.3s ease-out
}

.checkbox-label input:checked~.checkbox-custom::after {
    transform: rotate(45deg) scale(1);
    opacity: 1;
    left: 7px;
    top: 2px;
    width: 5px;
    height: 11px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    background-color: transparent;
    border-radius: 0
}

.hpy_modular.form-hero .signup-form,
.hpy_modular.form-hero .form-signup {
    margin: 30px 0 0;
    padding-bottom: 20px
}

.hpy_modular.form-hero .signup-form form h3,
.hpy_modular.form-hero .form-signup form h3 {
    font-weight: 100;
    margin-bottom: 20px !important;
    font-size: 25px !important
}

.hpy_modular.form-hero .signup-form form label,
.hpy_modular.form-hero .form-signup form label {
    font-size: 16px;
    display: block;
    margin-bottom: 3px
}

.red-button .btn-heartland {
    background-color: #da1a32
}

.red-button .btn-heartland:hover {
    background-color: #e7364c
}

.blue-button .btn-heartland {
    background-color: #1362e2
}

.blue-button .btn-heartland:hover {
    background-color: #3078ee
}

.navy-button .btn-heartland {
    background-color: #003B71
}

.navy-button .btn-heartland:hover {
    background-color: #00509a
}

.teal-button .btn-heartland {
    background-color: #259f9f
}

.teal-button .btn-heartland:hover {
    background-color: #2dc0c0
}

.gold-button .btn-heartland {
    background-color: #ffbf3f
}

.gold-button .btn-heartland:hover {
    background-color: #ffcd68
}

.aqua-button .btn-heartland {
    background-color: #509C9F
}

.aqua-button .btn-heartland:hover {
    background-color: #66afb2
}

.green-button .btn-heartland {
    background-color: #7fa9ae
}

.green-button .btn-heartland:hover {
    background-color: #98babe
}

.purple-button .btn-heartland {
    background-color: #563d82
}

.purple-button .btn-heartland:hover {
    background-color: #684a9e
}

.orange-button .btn-heartland {
    background-color: #ed7a23
}

.orange-button .btn-heartland:hover {
    background-color: #f09149
}

.light-teal-button .btn-heartland {
    background-color: #809ca7
}

.light-teal-button .btn-heartland:hover {
    background-color: #98afb8
}

.component.iframe.vimeo-video iframe {
    width: 100%;
    min-height: 22.5rem;
    margin-top: 5rem;
    margin-bottom: 5rem
}

@media (max-width: 1024.98px) {
    .heartland-promo-fullscreen-slidein {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }
}

.heartland-promo-fullscreen-slidein .card {
    border-radius: 10px
}

.heartland-promo-fullscreen-slidein .card .card-img-top {
    overflow: hidden;
    max-height: 12.75rem
}

.heartland-promo-fullscreen-slidein .card .card-img-top img {
    width: 100%;
    height: auto;
    transition: transform 0.25s ease-in-out
}

.heartland-promo-fullscreen-slidein .card .card-img-top img:hover {
    transform: scale(1.03)
}

.heartland-promo-fullscreen-slidein .card .card-body {
    padding: 1.875rem
}

@media (max-width: 1024.98px) {
    .heartland-promo-fullscreen-slidein .card .card-body {
        padding: 1.875rem 20px
    }
}

.heartland-promo-fullscreen-slidein .card .card-body .left-column ul li,
.heartland-promo-fullscreen-slidein .card .card-body .right-column ul li {
    color: #809ca7
}

.heartland-promo-fullscreen-slidein .card .card-body .left-column ul li::before,
.heartland-promo-fullscreen-slidein .card .card-body .right-column ul li::before {
    left: 0
}

.heartland-promo-fullscreen-slidein .card .card-body .slidein-toggle-container {
    display: flex;
    justify-content: center;
    height: 2rem
}

.heartland-promo-fullscreen-slidein .slidein-content {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0;
    transition: transform 0.5s;
    display: flex
}

.heartland-promo-fullscreen-slidein .slidein-content[data-side='Left'] {
    transform: translateX(-100%)
}

.heartland-promo-fullscreen-slidein .slidein-content[data-side='Right'] {
    transform: translateX(100%)
}

.heartland-promo-fullscreen-slidein .slidein-content.open {
    opacity: 1;
    transform: translateX(0)
}

@media (max-width: 1024.98px) {
    .heartland-promo-fullscreen-slidein .slidein-content.open {
        overflow: auto
    }
}

.heartland-promo-fullscreen-slidein .slidein-content .slidein-promo-contents {
    height: 100vh;
    display: flex;
    align-items: center
}

@media (max-width: 1024.98px) {
    .heartland-promo-fullscreen-slidein .slidein-content .slidein-promo-contents {
        display: block
    }
}

.heartland-promo-fullscreen-slidein .slidein-content .slidein-promo-contents .content-wrapper {
    width: 100%
}

.heartland-promo-fullscreen-slidein .slidein-content .slidein-promo-contents .content-wrapper .close-button-container {
    justify-content: right
}

.heartland-promo-fullscreen-slidein .slidein-content .slidein-promo-contents .content-wrapper .contents-row {
    justify-content: space-around;
    align-items: center
}

.heartland-promo-fullscreen-slidein .slidein-content .slidein-promo-contents .img-container img {
    max-width: 100%
}

.heartland-promo-fullscreen-slidein .slidein-content a[data-slideclose]:hover {
    border-bottom: none
}

.decisionmatrix {
    position: relative;
    height: 375px !important;
    transition: height 0.1s linear;
    width: 100%
}

.decisionmatrix.step-4 {
    transition: height 0.01s linear;
    height: 750px !important
}

@media (max-width: 1024.98px) {
    .decisionmatrix.step-4 {
        height: 1300px !important
    }
}

@media only screen and (max-width: 631px) {
    .decisionmatrix.step-4 {
        height: 1940px !important
    }
}

.decisionmatrix.step-4.tall {
    height: 1300px !important
}

@media only screen and (max-width: 631px) {
    .decisionmatrix.step-4.tall {
        height: 2340px !important
    }
}

@media (max-width: 1024.98px) {
    .decisionmatrix.step-4.short {
        height: 750px !important
    }
}

@media only screen and (max-width: 631px) {
    .decisionmatrix.step-4.short {
        height: 1324px !important
    }
}

@media (max-width: 1024.98px) {
    .decisionmatrix.step-4.x-short {
        height: 750px !important
    }
}

.decisionmatrix .fadeInRightSmall {
    animation-duration: .2s
}

.decisionmatrix .matrix {
    list-style: none;
    margin: 0;
    padding: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.decisionmatrix h3 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Inter", Arial, sans-serif;
    font-weight: 300;
    color: #203645;
    font-size: 25px;
    letter-spacing: -.02rem;
    line-height: 1.2em;
    color: #777f84;
    font-weight: normal;
    min-height: 55px;
    text-align: center;
    margin-bottom: 10px
}

@media (min-width: 767px) {
    .decisionmatrix h3 {
        font-size: 32px;
        line-height: 1.2em
    }
}

@media (min-width: 1025px) {
    .decisionmatrix h3 {
        font-size: 32px;
        line-height: 1.2em
    }
}

.decisionmatrix h3.uppercase {
    text-transform: uppercase
}

.decisionmatrix h3.primary,
.decisionmatrix h3 .primary {
    color: #fff
}

.decisionmatrix h3.secondary,
.decisionmatrix h3 .secondary {
    color: #1362e2
}

.decisionmatrix h3.neutral,
.decisionmatrix h3 .neutral {
    color: #fff
}

.decisionmatrix h3.white,
.decisionmatrix h3 .white {
    color: #fff
}

.decisionmatrix h3.primary-1,
.decisionmatrix h3 .primary-1 {
    color: #da1a32
}

.decisionmatrix h3.primary-2,
.decisionmatrix h3 .primary-2 {
    color: #1362e2
}

.decisionmatrix h3.primary-3,
.decisionmatrix h3 .primary-3 {
    color: #003B71
}

.decisionmatrix h3.primary-4,
.decisionmatrix h3 .primary-4 {
    color: #d8d8d8
}

.decisionmatrix h3.primary-5,
.decisionmatrix h3 .primary-5 {
    color: #6d7680
}

.decisionmatrix h3.primary-6,
.decisionmatrix h3 .primary-6 {
    color: #259f9f
}

.decisionmatrix h3.normal {
    font-weight: 400
}

.decisionmatrix ul {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 500px;
    margin: auto !important
}

.decisionmatrix ul li {
    margin-bottom: 0
}

.decisionmatrix ul li span {
    color: #1362e2;
    border-bottom: 1px solid #efefef;
    padding: 20px;
    cursor: pointer;
    display: block;
    transition: background-color 0.1s linear
}

.decisionmatrix ul li span::after {
    right: 10px
}

.decisionmatrix ul li span:hover {
    background-color: #f5f6f8
}

.decisionmatrix .menu-selection_beta,
.decisionmatrix .menu-selection_gamma,
.decisionmatrix .menu-selection_delta {
    display: none
}

.decisionmatrix .menu-selection_beta.open,
.decisionmatrix .menu-selection_gamma.open,
.decisionmatrix .menu-selection_delta.open {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 555;
    padding-left: 10px;
    padding-right: 10px;
    background: #fff;
    height: 100%;
    visibility: visible !important
}

.decisionmatrix .menu-selection_beta.open h3,
.decisionmatrix .menu-selection_gamma.open h3,
.decisionmatrix .menu-selection_delta.open h3 {
    min-height: 53px
}

.decisionmatrix .matrix.fully,
.decisionmatrix .menu-selection_alpha.open.hide-me,
.decisionmatrix .menu-selection_beta.open.hide-me,
.decisionmatrix .menu-selection_gamma.open.hide-me,
.decisionmatrix .menu-selection_delta.open {
    max-width: 1220px !important;
    width: 100%;
    padding: 0 !important;
    background: #fff
}

.decisionmatrix .matrix.fully span {
    color: #fff !important
}

.decisionmatrix .hide-me {
    visibility: hidden
}

.decisionmatrix .card {
    border: 2px solid #efefef;
    padding: 35px 30px;
    box-sizing: border-box;
    width: 100%
}

.decisionmatrix .card h3 {
    color: #000
}

.decisionmatrix .card ul li {
    margin-bottom: 1.25rem
}

.decisionmatrix .card ul.checkmark li::before,
.decisionmatrix .card .heartland-promo.large-background-image .text-container ul li::before,
.heartland-promo.large-background-image .text-container .decisionmatrix .card ul li::before,
.decisionmatrix .heartland-promo-fullscreen-slidein .card .card-body .left-column ul li::before,
.heartland-promo-fullscreen-slidein .decisionmatrix .card .card-body .left-column ul li::before,
.decisionmatrix .heartland-promo-fullscreen-slidein .card .card-body .right-column ul li::before,
.heartland-promo-fullscreen-slidein .decisionmatrix .card .card-body .right-column ul li::before {
    left: -0.25rem
}

.decisionmatrix .card img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%
}

.decisionmatrix .matrix-selections .row {
    justify-content: initial;
    align-items: stretch
}

@media (max-width: 1024.98px) {
    .decisionmatrix .matrix-selections .row {
        justify-content: center
    }
}

@media (max-width: 766.98px) {
    .decisionmatrix .matrix-selections .row {
        justify-content: initial
    }
}

.decisionmatrix .matrix-selections .row div.matrix-selection {
    display: flex !important;
    margin-top: 20px;
    margin-bottom: 20px
}

@media (max-width: 766.98px) {
    .decisionmatrix .matrix-selections .row div.matrix-selection {
        min-width: 296px;
        margin: 20px auto
    }
}

.decisionmatrix .matrix-selections .row.around {
    justify-content: space-evenly
}

.decisionmatrix-start-over {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0
}

.decisionmatrix-start-over span {
    cursor: pointer;
    color: #777f84 !important;
    visibility: hidden
}

.decisionmatrix-start-over span.show-me {
    visibility: visible;
    display: block
}

.lendio-form,
.lendio-error {
    width: 100%;
    background-color: #53565a;
    padding: 2rem;
    margin-top: 0;
    color: #fff
}

.lendio-form {
    min-height: 700px
}

.lendio-form .form-header {
    color: #fff;
    text-align: center
}

.lendio-form .form-header h3,
.lendio-form .form-header p {
    color: #fff
}

.lendio-form .form-header p {
    font-size: 14px
}

.lendio-form .slider-step h3,
.lendio-form .slider-step p {
    color: #fff
}

.lendio-form .slider-step a {
    color: #fff;
    text-decoration: underline
}

.lendio-form .slider-step a:hover {
    border-bottom: 0
}

.lendio-form .disclaimer {
    color: #fff
}

.lendio-form .error-requiredfields,
.lendio-form .error-recaptcha {
    color: #fff;
    font-size: 14px;
    text-align: center
}

.lendio-form span.number {
    font-size: 50px;
    font-weight: bold;
    display: block;
    margin-bottom: -20px
}

.lendio-form .open-quote {
    position: relative;
    padding: 0 9px
}

.lendio-form .open-quote::before {
    content: "\201C";
    position: absolute;
    color: #6ea9ae;
    top: 10px;
    left: 0;
    font-family: "Inter", Arial, sans-serif;
    font-size: 75px
}

.lendio-form .open-quote::after {
    content: "\201D";
    position: absolute;
    color: #6ea9ae;
    bottom: -10px;
    margin-left: 15px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 75px
}

.lendio-form form {
    position: relative;
    overflow: hidden;
    min-height: 680px
}

.lendio-form form h3 {
    text-align: center;
    font-weight: 300;
    font-size: 26px
}

.lendio-form form label {
    display: block;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400
}

.lendio-form form select {
    color: #000;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #fff 0%, #e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: .6em 1.4em .5em .8em;
    font-size: 16px
}

.lendio-form form input[type="text"],
.lendio-form form input[type="email"],
.lendio-form form input[type="tel"] {
    color: #000;
    background-color: #fff;
    background-size: .65em auto, 100%;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 7px 16px;
    font-size: 16px;
    outline: none;
    height: auto;
    border-radius: 0;
    box-sizing: border-box
}

.lendio-form .slider-step {
    position: absolute;
    width: 100%;
    right: -100%;
    top: 30px;
    opacity: 0;
    -webkit-transition: all, 0.3s linear;
    -moz-transition: all, 0.3s linear;
    -ms-transition: all, 0.3s linear;
    -o-transition: all, 0.3s linear;
    transition: all, 0.3s linear
}

.lendio-form .first-step {
    right: 0;
    opacity: 1
}

.lendio-form .btn-next,
.lendio-form form button,
.lendio-form .form-submit-button {
    margin-top: 20px;
    display: block;
    cursor: pointer;
    width: 100%;
    margin: 0;
    background-color: #cf152d;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff !important;
    margin: 20px 0;
    text-align: center;
    padding: 10px 16px;
    font-size: 18px;
    font-weight: 400;
    outline: none !important;
    border: none !important
}

.lendio-form .btn-back {
    position: absolute;
    left: 15px;
    margin-top: 30px;
    cursor: pointer;
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    transition: all 0.25s linear
}

.lendio-form .btn-back:hover {
    left: 10px;
    color: #fff
}

.lendio-form [data-anim="show-from--right"] {
    right: 0;
    opacity: 1
}

.lendio-form [data-anim="show-from--left"] {
    right: 0;
    opacity: 1
}

.lendio-form [data-anim="hide-to--right"] {
    right: -100%;
    opacity: 0
}

.lendio-form [data-anim="hide-to--left"] {
    right: 100%;
    opacity: 0
}

.lendio-form form .g-recaptcha>div {
    margin: auto
}

.lendio-form .hidden-input {
    display: none
}

@media screen and (max-width: 991px) {
    .lendio-form form {
        min-height: 900px
    }

    .lendio-form form .container {
        padding: 0
    }
}

@media screen and (max-width: 767px) {
    .lendio-form form {
        min-height: 1082px
    }

    .lendio-form .HpyLendioForm.container-fluid>div {
        padding: 0px
    }

    .lendio-form #button {
        font-size: 11px
    }
}

@media screen and (max-width: 400px) {
    .lendio-form form {
        min-height: 1158px
    }

    .lendio-form form #lendio-btn-submit {
        font-size: 14px
    }
}

.lendio-error h2 {
    text-align: center;
    font-weight: 300;
    font-size: 26px;
    width: 90%;
    margin-left: auto;
    margin-right: auto
}

.lendio-error h1,
.lendio-error h2,
.lendio-error h3,
.lendio-error h4,
.lendio-error h5,
.lendio-error h6,
.lendio-error p,
.lendio-error ul li {
    color: #fff
}

.responsiveslides,
.responsiveslides-homepage {
    width: 100%
}

.responsiveslides .slide-container,
.responsiveslides-homepage .slide-container {
    display: flex;
    align-items: center
}

.responsiveslides .slide-container img,
.responsiveslides-homepage .slide-container img {
    margin-left: auto;
    margin-right: auto
}

.on-page-editor .responsiveslides .slides li,
.on-page-editor .responsiveslides-homepage .slides li {
    margin-bottom: 2rem
}

@media (max-width: 1024.98px) {

    .responsiveslides .slide-container-images img,
    .responsiveslides-homepage .slide-container-images img {
        width: 30%;
        height: auto;
        padding: 0 5%;
        margin: 0 auto 40px
    }
}

@media (max-width: 766.98px) {

    .responsiveslides .slide-container-images img,
    .responsiveslides-homepage .slide-container-images img {
        width: 40%
    }
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left
}

.rslides img {
    display: block;
    max-height: 80px;
    width: auto
}

@media (max-width: 1024.98px) {
    .rslides img {
        max-height: initial
    }
}

.rslides .slide-container-images {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

body.on-page-editor .rslides {
    position: inherit
}

body.on-page-editor .rslides li {
    position: relative;
    display: block
}

.product-family {
    padding: 25px 0 75px;
    margin-bottom: 35px;
    position: relative;
    z-index: 5
}

@media (max-width: 766.98px) {
    .product-family {
        display: none
    }
}

.product-family .contents {
    position: relative
}

.product-family .iphone,
.product-family .mobile,
.product-family .cube,
.product-family .terminal {
    position: absolute;
    display: inline-block;
    opacity: 0
}

.product-family .iphone {
    bottom: 0;
    margin-left: -327px;
    animation-duration: 0.5s;
    animation-delay: 1.05s
}

.product-family .mobile {
    margin-left: -285px;
    bottom: -15px;
    animation-duration: 0.45s;
    animation-delay: .8s
}

.product-family .register {
    opacity: 0;
    animation-duration: 0.45s;
    animation-delay: .44s
}

.product-family .cube {
    display: none
}

.product-family .terminal {
    bottom: -15px;
    margin-left: 170px;
    animation-duration: 0.5s;
    animation-delay: .65s
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .product-family .iphone {
        margin-left: 330px
    }

    .product-family .mobile {
        margin-lefT: 370px
    }

    .product-family .cube {
        margin-left: 870px
    }

    .product-family .terminal {
        margin-left: 970px
    }
}

table.privacy-table td {
    padding: 1rem;
    border: 1px solid #1b1b1b
}

table.privacy-table td p {
    color: #1b1b1b
}

.component.heartland-faq .collapse-container {
    border-bottom: 2px solid #E5E9EA
}

.component.heartland-faq .collapse-header {
    cursor: pointer
}

.component.heartland-faq .collapse-bttn {
    display: block;
    width: 30px;
    height: 30px
}

.component.heartland-faq button.collapse-bttn {
    border: 0;
    background: transparent
}

.component.heartland-faq button.collapse-bttn:focus {
    outline: 0
}

.component.heartland-faq .collapse-header[aria-expanded="false"] .collapse-bttn {
    background-image: url("/Theme/dist/heartland/images/icon-expand-gray.svg");
    transform: none
}

.component.heartland-faq .collapse-header[aria-expanded="true"] .collapse-bttn {
    background-image: url("/Theme/dist/heartland/images/icon-collapse-gray.svg");
    transform: none
}

.component.heartland-faq .faq-question,
.component.heartland-faq .faq-answer {
    display: flex
}

.component.heartland-faq .faq-question {
    background-color: #F2F2F2
}

.component.heartland-faq .faq-answer {
    background-color: #fff
}

.component.heartland-faq .faq-question-header,
.component.heartland-faq .faq-answer-header {
    padding: 0.625rem
}

.component.heartland-faq .faq-question-header h3,
.component.heartland-faq .faq-answer-header h3 {
    font-size: 3.75rem;
    font-weight: bold;
    line-height: 1;
    color: #d0d0d0;
    margin: 0
}

.component.heartland-faq .faq-question-text,
.component.heartland-faq .faq-answer-text {
    padding: 0.625rem 0;
    margin: auto;
    margin-left: 2rem
}

@media (min-width: 767px) {

    .component.heartland-faq .faq-question,
    .component.heartland-faq .faq-answer {
        padding: 0;
        padding-left: 2.875rem
    }
}

@media (min-width: 1025px) {

    .component.heartland-faq .faq-question,
    .component.heartland-faq .faq-answer {
        padding: 0.625rem 2.875rem
    }

    .component.heartland-faq .faq-question-header {
        padding: 0
    }

    .component.heartland-faq .faq-answer-header {
        padding: 0
    }
}

p+.faq-page .blog-content h1,
ul+.faq-page .blog-content h1,
ol+.faq-page .blog-content h1,
p+.faq-page .blog-content h2,
ul+.faq-page .blog-content h2,
ol+.faq-page .blog-content h2,
p+.faq-page .blog-content h3,
ul+.faq-page .blog-content h3,
ol+.faq-page .blog-content h3 {
    margin-top: 60px !important
}

.faq-page .blog-content strong {
    color: #203645 !important
}

.faq-page .blog-content .component.col-12 {
    padding-left: 0;
    padding-right: 0
}

#how-heartland-capital-works {
    counter-reset: capitalworkscounter;
    background-color: #F7F9FA;
    padding-top: 3rem
}

#how-heartland-capital-works .accordion {
    margin-top: 3rem
}

#how-heartland-capital-works .items {
    list-style: none;
    margin-left: 2rem;
    margin-right: 2rem
}

#how-heartland-capital-works .items li:last-child .toggle-header {
    pointer-events: none
}

#how-heartland-capital-works .items li:last-child .toggle-header .field-heading::after {
    display: none
}

#how-heartland-capital-works .item {
    margin-bottom: 4rem
}

#how-heartland-capital-works .toggle-header {
    background-color: #fff;
    border-radius: 2px;
    padding-top: 1rem
}

#how-heartland-capital-works .toggle-header:hover {
    cursor: pointer
}

#how-heartland-capital-works .toggle-header .field-heading {
    text-align: center;
    margin-bottom: 2rem;
    padding: 1rem;
    padding-bottom: 2rem
}

#how-heartland-capital-works .toggle-header .field-heading h3 {
    font-weight: 700;
    margin-bottom: 0.3125rem
}

#how-heartland-capital-works .toggle-header .field-heading h3::before {
    counter-increment: capitalworkscounter;
    content: counter(capitalworkscounter);
    position: absolute;
    border: 2px solid #b2d4f0;
    height: 46px;
    width: 46px;
    padding-top: 5px;
    display: block;
    color: #0071CE;
    font-size: 26px;
    font-weight: bold;
    background: #fff;
    border-radius: 50%;
    top: -2.5rem;
    left: 50%;
    margin-left: -23px;
    z-index: 500
}

#how-heartland-capital-works .toggle-header .field-heading::after {
    top: 100%;
    left: 50%;
    border: solid #0000;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #88b7d500;
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px;
    transition: border 0.2s linear
}

#how-heartland-capital-works .field-content {
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2rem
}

.responsiveslides-homepage {
    margin-bottom: 5rem
}

.responsiveslides-homepage .rslides {
    width: 100%;
    height: 50rem
}

@media (max-width: 1024.98px) {
    .responsiveslides-homepage .rslides {
        height: 44.25rem
    }
}

@media (max-width: 374.98px) {
    .responsiveslides-homepage .rslides {
        height: 48.25rem
    }
}

.responsiveslides-homepage .slide {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 42.5rem;
    border-radius: 5px
}

@media (max-width: 1024.98px) {
    .responsiveslides-homepage .slide {
        background-size: contain
    }
}

.responsiveslides-homepage .slide .contents {
    position: absolute;
    padding: 3.125rem 0 0.625rem;
    margin: 0;
    right: 0;
    top: 33.4375rem;
    z-index: 100;
    max-width: 70rem;
    text-align: center;
    background: #fff;
    width: 90%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100% !important
}

@media (max-width: 1024.98px) {
    .responsiveslides-homepage .slide .contents {
        top: 27rem
    }
}

@media (max-width: 766.98px) {
    .responsiveslides-homepage .slide .contents {
        top: 26rem
    }
}

@media only screen and (max-width: 653px) {
    .responsiveslides-homepage .slide .contents {
        top: 24rem
    }
}

@media only screen and (max-width: 555px) {
    .responsiveslides-homepage .slide .contents {
        top: 21rem
    }
}

@media only screen and (max-width: 458px) {
    .responsiveslides-homepage .slide .contents {
        top: 18rem
    }
}

@media (max-width: 374.98px) {
    .responsiveslides-homepage .slide .contents {
        top: 21rem
    }
}

.responsiveslides-homepage .slide .button-container {
    margin-top: 3.125rem;
    margin-bottom: 1.625rem
}

.responsiveslides-homepage .slide .button-container a {
    margin-left: 1.625rem;
    margin-right: 1.625rem;
    margin-bottom: 1.25rem
}

@media (max-width: 1024.98px) {
    .responsiveslides-homepage .slide .button-container {
        margin-top: 2rem
    }
}

.responsiveslides-homepage .slide.theme-blue .button-container a:nth-of-type(1) {
    color: #fff;
    background-color: primary-2
}

.responsiveslides-homepage .slide.theme-blue .button-container a:nth-of-type(2) {
    color: #1362e2;
    background-color: #cce3f5
}

.responsiveslides-homepage .slide.theme-green .button-container a:nth-of-type(1) {
    color: #fff;
    background-color: #7fa9ae
}

.responsiveslides-homepage .slide.theme-green .button-container a:nth-of-type(2) {
    color: #7fa9ae;
    background-color: #e5eeef
}

.responsiveslides-homepage .slide.theme-purple .button-container a:nth-of-type(1) {
    color: #fff;
    background-color: #563d82
}

.responsiveslides-homepage .slide.theme-purple .button-container a:nth-of-type(2) {
    color: #563d82;
    background-color: #ddd8e6
}

.responsiveslides-homepage .slide.theme-orange .button-container a:nth-of-type(1) {
    color: #fff;
    background-color: #ed7a23
}

.responsiveslides-homepage .slide.theme-orange .button-container a:nth-of-type(2) {
    color: #ed7a23;
    background-color: #feebde
}

.responsiveslides-homepage .slide.theme-yellow .button-container a:nth-of-type(1) {
    color: #fff;
    background-color: #ffbf3f
}

.responsiveslides-homepage .slide.theme-yellow .button-container a:nth-of-type(2) {
    color: #ffbf3f;
    background-color: #fff2d9
}

.responsiveslides-homepage .responsiveslides-nav {
    position: absolute;
    text-align: center;
    width: 100%;
    min-height: 4.375rem;
    max-width: 70rem;
    margin: -19.375rem auto 0;
    z-index: 150;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 5px 5px 0 0 !important;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff
}

@media (max-width: 1024.98px) {
    .responsiveslides-homepage .responsiveslides-nav {
        width: 100%;
        min-height: 8.75rem;
        margin-top: -25rem
    }
}

@media (max-width: 766.98px) {
    .responsiveslides-homepage .responsiveslides-nav {
        margin-top: -26rem
    }
}

@media only screen and (max-width: 653px) {
    .responsiveslides-homepage .responsiveslides-nav {
        margin-top: -29rem
    }
}

@media only screen and (max-width: 555px) {
    .responsiveslides-homepage .responsiveslides-nav {
        margin-top: -32rem
    }
}

@media only screen and (max-width: 458px) {
    .responsiveslides-homepage .responsiveslides-nav {
        margin-top: -35rem
    }
}

@media (max-width: 374.98px) {
    .responsiveslides-homepage .responsiveslides-nav {
        margin-top: -41rem
    }
}

.responsiveslides-homepage .responsiveslides-nav .slide-nav {
    list-style: none;
    margin: 0;
    padding: 0 !important;
    width: 100%;
    text-align: center;
    z-index: 2;
    margin: 0 !important;
    position: relative !important;
    border-bottom: 1px solid #efefef;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.responsiveslides-homepage .responsiveslides-nav .slide-nav-slide {
    display: inline-block;
    margin: 0 10px
}

@media (min-width: 767px) {
    .responsiveslides-homepage .responsiveslides-nav .slide-nav-slide {
        margin: 0 31px
    }
}

.responsiveslides-homepage .responsiveslides-nav .slide-nav-slide>a {
    display: inline-block;
    text-indent: 0 !important;
    width: auto !important;
    height: auto !important;
    background: transparent;
    border-radius: 0;
    border: none;
    font-size: 16px;
    color: #565a5e;
    font-weight: bold;
    padding: 20px 10px 25px;
    border-top: 6px solid transparent
}

@media (max-width: 1024.98px) {
    .responsiveslides-homepage .responsiveslides-nav .slide-nav-slide>a {
        padding: 20px 15px 25px
    }
}

.responsiveslides-homepage .responsiveslides-nav .slide-nav-slide>a::after {
    margin-top: -7px !important
}

.responsiveslides-homepage .responsiveslides-nav .slide-nav-slide.theme-blue.rslides_here a {
    color: #1362e2;
    border-color: #1362e2
}

.responsiveslides-homepage .responsiveslides-nav .slide-nav-slide.theme-green.rslides_here a {
    color: #7fa9ae;
    border-color: #7fa9ae
}

.responsiveslides-homepage .responsiveslides-nav .slide-nav-slide.theme-purple.rslides_here a {
    color: #563d82;
    border-color: #563d82
}

.responsiveslides-homepage .responsiveslides-nav .slide-nav-slide.theme-orange.rslides_here a {
    color: #ed7a23;
    border-color: #ed7a23
}

.responsiveslides-homepage .responsiveslides-nav .slide-nav-slide.theme-yellow.rslides_here a {
    color: #ffbf3f;
    border-color: #ffbf3f
}

.responsiveslides-testimonials {
    width: 100%
}

.responsiveslides-testimonials .slide {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    background-color: #fff;
    height: 50rem
}

@media (max-width: 1024.98px) {
    .responsiveslides-testimonials .slide {
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width: 767px) {
    .responsiveslides-testimonials .slide {
        height: 31.875rem
    }
}

.responsiveslides-testimonials .image {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 100%;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 25rem
}

@media (min-width: 767px) {
    .responsiveslides-testimonials .image {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.responsiveslides-testimonials .image::before {
    position: absolute;
    top: 42.36%;
    left: 45.6515%;
    content: "";
    background: url(/-/media/project/gpn/heartland/heartland/icons/blue-play-button.svg) no-repeat scroll 50% 50%;
    width: 8.697%;
    height: 15.28%;
    transition: all 0.25s ease-in-out
}

.responsiveslides-testimonials .image:hover::before {
    transform: translateY(-2px)
}

.responsiveslides-testimonials .contents {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    padding: 2rem;
    min-height: 25rem
}

@media (min-width: 767px) {
    .responsiveslides-testimonials .contents {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width: 1024.98px) {
    .responsiveslides-testimonials .contents {
        padding-left: 0;
        padding-right: 0
    }
}

.responsiveslides-testimonials .contents .quote {
    font-style: italic
}

.responsiveslides-testimonials .contents .quote::before {
    content: '';
    content: url(/Theme/dist/heartland/images/quote-marks.svg);
    display: block;
    margin-bottom: 1rem;
    background-color: #bbb;
    padding: 10px;
    width: 90px
}

.responsiveslides-testimonials .contents .author {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 2rem
}

@media (max-width: 1024.98px) {
    .responsiveslides-testimonials .contents .author {
        margin-left: 0;
        margin-right: 0
    }
}

.responsiveslides-testimonials .contents .author .author-image {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.responsiveslides-testimonials .contents .author .author-image img {
    border-radius: 50%
}

.responsiveslides-testimonials .contents .author .author-details {
    display: flex;
    align-items: left;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 3rem
}

.responsiveslides-testimonials .contents .author .author-details .author-name {
    font-weight: bold
}

.component-gp-blog .blog_single,
.component-gp-featured-blog {
    transition: 0.5s ease
}

.component-gp-blog .blog_single:hover,
.component-gp-featured-blog:hover {
    cursor: pointer;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.4)
}

.component-gp-blog .blog_single {
    background-color: #fff;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
    min-height: 33rem;
    border-radius: 32px;
    border: 1px solid #F2F2F2
}

@media (min-width: 767px) {
    .component-gp-blog .blog_single {
        height: 33rem
    }
}

.component-gp-blog .blog_single .blog_img {
    margin-bottom: 1.5rem
}

.component-gp-blog .blog_single .blog_img .image-focal-set {
    height: 205px;
    border-radius: 5px 5px 0 0
}

.component-gp-blog .blog_single .blog_single_title {
    margin-right: 0rem;
    margin-bottom: 0.5rem;
    padding-left: 25px;
    padding-right: 25px;
    color: #1362e2
}

.component-gp-blog .blog_single .blog_single_title h2,
.component-gp-blog .blog_single .blog_single_title p {
    color: #1362e2;
    margin-bottom: 20px;
    line-height: 28px;
    font-size: 22px;
    font-weight: 600
}

.component-gp-blog .blog_single .blog_single_meta {
    margin-right: 0;
    margin-bottom: 1.5rem;
    padding-left: 25px;
    padding-right: 25px;
    height: 20px;
    color: #aaa
}

.component-gp-blog .blog_single .blog_single_meta_tagtext {
    overflow: hidden;
    line-height: 1.88;
    color: #aaa
}

.component-gp-blog .blog_single .blog_single_meta_readtext {
    overflow: unset;
    font-size: 16px
}

.component-gp-blog .blog_single .blog_single_desc {
    margin-right: 0;
    margin-bottom: 1rem;
    padding-left: 25px;
    padding-right: 25px
}

.component-gp-blog .blog_single .blog_single_desc .field-blogsummary {
    height: 11rem;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5em;
    color: #828D98
}

.component-gp-blog .blog_single .blog_single_read_more {
    padding-left: 0
}

.component-gp-blog .blog_single .blog_single_read_more a {
    text-align: center;
    color: #aaa;
    transition: 0.5s ease
}

.component-gp-blog .blog_single .blog_single_read_more a:after {
    content: '';
    height: 3px;
    width: 63px;
    border-radius: 4px;
    display: block;
    margin-top: 8px
}

.component-gp-blog .blog_single .blog_single_read_more a:hover {
    opacity: 0.7
}

.component-gp-blog {
    padding: 0
}

.component-gp-blog ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.component-gp-blog li {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 767px) {
    .component-gp-blog li {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 1025px) {
    .component-gp-blog li {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
}

.component-gp-blog li>a {
    text-decoration: none
}

.component-gp-blog .categor y {
    height: 18rem;
    font-size: 22px !important
}

.component-gp-blog .author {
    height: 37rem
}

.component-gp-blog .progress {
    background-color: transparent
}

.component-gp-blog .search-results-overlay {
    display: none
}

.component-gp-featured-blog {
    margin-bottom: 50px
}

.component-gp-featured-blog.search-results {
    padding-right: 10px;
    padding-left: 10px
}

@media (min-width: 1025px) {
    .component-gp-featured-blog.search-results {
        padding: 0 !important
    }
}

.component-gp-featured-blog.search-results .search-result-list {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0
}

.component-gp-featured-blog li>a {
    text-decoration: none
}

.component-gp-featured-blog a:hover {
    text-decoration: none
}

.component-gp-featured-blog .blog-wrap {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2rem
}

@media (min-width: 1025px) {
    .component-gp-featured-blog .blog-wrap {
        padding-left: 2rem
    }
}

.component-gp-featured-blog .blog_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 490px
}

@media (max-width: 766.98px) {
    .component-gp-featured-blog .blog_img {
        margin-left: -10px;
        margin-right: -10px
    }
}

.component-gp-featured-blog .blog_img img {
    height: 490px
}

.component-gp-featured-blog .blog_single_title {
    line-height: 44px;
    font-weight: 700;
    color: #000
}

@media (min-width: 767px) {
    .component-gp-featured-blog .blog_single_title {
        font-size: 22px
    }
}

.component-gp-featured-blog .blog_single_title,
.component-gp-featured-blog .blog_single_desc {
    margin-bottom: 2rem
}

.component-gp-featured-blog .blog_single_desc {
    font-size: 20px
}

.component-gp-featured-blog .blog-readmore {
    position: relative;
    padding: 0;
    color: #1362e2;
    font-family: "Inter", Arial, sans-serif
}

@media (min-width: 767px) {
    .component-gp-featured-blog .blog-readmore {
        position: absolute
    }
}

.component-gp-featured-blog .blog-readmore:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "ï”";
    margin: 0px 0px 5px 10px;
    font-size: 15px
}

.component-gp-featured-blog .progress {
    background-color: transparent
}

.component-gp-featured-blog .search-results-overlay {
    display: none
}

.blog-hero-component {
    width: 100%;
    padding: 0 10px
}

.blog-hero-component .blogfeaturedimage {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    width: 100%
}

@media (min-width: 767px) {
    .blog-hero-component .blogfeaturedimage {
        height: 350px
    }
}

@media (min-width: 1025px) {
    .blog-hero-component .blogfeaturedimage {
        height: 600px
    }
}

.author-content .field-title,
.blog-content .field-blog-title {
    font-size: 42px;
    color: #203645;
    font-weight: 700;
    margin-bottom: 10px
}

@media only screen and (max-width: 766px) {

    .author-content .field-title,
    .blog-content .field-blog-title {
        font-size: 32px
    }
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
    margin-bottom: 16px
}

.blog-content h1+h1,
.blog-content h1+h2,
.blog-content h1+h3,
.blog-content h1+h4,
.blog-content h1+h5,
.blog-content h1+h6,
.blog-content h2+h1,
.blog-content h2+h2,
.blog-content h2+h3,
.blog-content h2+h4,
.blog-content h2+h5,
.blog-content h2+h6,
.blog-content h3+h1,
.blog-content h3+h2,
.blog-content h3+h3,
.blog-content h3+h4,
.blog-content h3+h5,
.blog-content h3+h6,
.blog-content h4+h1,
.blog-content h4+h2,
.blog-content h4+h3,
.blog-content h4+h4,
.blog-content h4+h5,
.blog-content h4+h6,
.blog-content h5+h1,
.blog-content h5+h2,
.blog-content h5+h3,
.blog-content h5+h4,
.blog-content h5+h5,
.blog-content h5+h6,
.blog-content h6+h1,
.blog-content h6+h2,
.blog-content h6+h3,
.blog-content h6+h4,
.blog-content h6+h5,
.blog-content h6+h6 {
    margin-top: 32px
}

.blog-content p,
.blog-content ul,
.blog-content ol {
    margin-bottom: 24px
}

.blog-content p+h1,
.blog-content p+h2,
.blog-content p+h3,
.blog-content p+h4,
.blog-content p+h5,
.blog-content p+h6,
.blog-content ul+h1,
.blog-content ul+h2,
.blog-content ul+h3,
.blog-content ul+h4,
.blog-content ul+h5,
.blog-content ul+h6,
.blog-content ol+h1,
.blog-content ol+h2,
.blog-content ol+h3,
.blog-content ol+h4,
.blog-content ol+h5,
.blog-content ol+h6 {
    margin-top: 48px
}

.blog-content li {
    margin-bottom: 5px
}

.blog-content hr {
    margin: 80px 0
}

.blog-content *+.image-center,
.blog-content *+.quote-center,
.blog-content *+.qi-combo {
    margin-top: 48px
}

.blog-content .image-center,
.blog-content .qi-combo {
    margin-bottom: 48px
}

.blog-content .quote-center {
    margin-bottom: 64px
}

.blog-content img {
    max-width: 100%;
    height: auto
}

.blog-content .field-blog-authordate {
    color: #9fa6ab
}

.blog-content .blogby {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
    min-height: 140px
}

.blog-content .blogby .blogby-img {
    height: 140px;
    width: 100px;
    margin-right: 30px
}

.blog-content .blogby .bio-container {
    position: relative;
    width: 100%
}

.blog-content .blogby .bio-container p {
    line-height: 27.5px
}

.blog-content .blogby .bio-container .bio-title {
    padding-top: 1.5rem !important;
    font-size: 18px
}

.blog-content .blogby .bio-container .bio-body {
    margin-bottom: 0 !important;
    margin-top: 15px
}

@media only screen and (min-width: 1280px) {
    .blog-content .blogby .bio-container {
        min-width: 564px;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
}

.blog-content ul.checkmark li::before,
.blog-content .heartland-promo.large-background-image .text-container ul li::before,
.heartland-promo.large-background-image .text-container .blog-content ul li::before,
.blog-content .heartland-promo-fullscreen-slidein .card .card-body .left-column ul li::before,
.heartland-promo-fullscreen-slidein .card .card-body .left-column .blog-content ul li::before,
.blog-content .heartland-promo-fullscreen-slidein .card .card-body .right-column ul li::before,
.heartland-promo-fullscreen-slidein .card .card-body .right-column .blog-content ul li::before {
    margin-top: -0.2rem
}

.blog-content figure {
    flex-wrap: wrap;
    margin-right: 10px;
    margin-left: 10px
}

.blog-content figure img,
.blog-content figure figcaption {
    flex: 0 0 100%;
    max-width: 100%
}

.blog-content .image-container {
    max-width: fit-content;
    display: flex
}

.blog-content .image-container img {
    max-width: 100%;
    height: auto;
    border-radius: 32px;
    margin: 0
}

@media (max-width: 766.98px) {

    .blog-content .image-container.image-left,
    .blog-content .image-container.image-right {
        float: none;
        max-width: none;
        width: 100%;
        margin: 48px 0;
        padding: 0;
        justify-content: center
    }

    .blog-content .image-container.image-left img,
    .blog-content .image-container.image-right img {
        margin: 0
    }
}

.blog-content .image-left,
.blog-content .image-right {
    max-width: 60%
}

.blog-content .image-left img,
.blog-content .image-right img {
    margin: 20px 0
}

.blog-content .image-left {
    float: left;
    padding-right: 40px
}

.blog-content .image-right {
    float: right;
    max-width: 60%;
    padding-left: 40px
}

.blog-content .image-center {
    width: 100%;
    max-width: none;
    justify-content: center
}

.blog-content .quote-container {
    display: flex
}

.blog-content .quote-container p {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 0;
    background-color: #1362e2;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent
}

.blog-content .quote-container a {
    font-weight: inherit;
    text-decoration: none;
    border-bottom: 2px solid
}

.blog-content .quote-container a:hover {
    -webkit-text-fill-color: rgba(0, 0, 0, 0.25);
    -moz-text-fill-color: rgba(0, 0, 0, 0.25)
}

@media (max-width: 766.98px) {

    .blog-content .quote-container.quote-left,
    .blog-content .quote-container.quote-right {
        width: 100%;
        float: none;
        text-align: center;
        justify-content: center;
        border: none;
        padding: 0;
        margin: 48px auto 64px
    }

    .blog-content .quote-container.quote-left p,
    .blog-content .quote-container.quote-right p {
        padding: 40px 0 0;
        background-image: linear-gradient(90deg, #1362e2, #00a4e4)
    }

    .blog-content .quote-container:before {
        position: absolute;
        content: '';
        background-image: url(/-/media/project/gpn/heartland/heartland/icons/quote-bar.svg);
        width: 30%;
        height: 10px
    }

    .blog-content .quote-container p {
        width: 100%
    }
}

.blog-content .quote-center {
    width: 100%;
    text-align: center;
    justify-content: center
}

.blog-content .quote-center:before {
    position: absolute;
    content: '';
    background-image: url(/-/media/project/gpn/heartland/heartland/icons/quote-bar.svg);
    width: 30%;
    height: 10px
}

.blog-content .quote-center p {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding: 0 10px;
    margin-top: 40px;
    background-image: linear-gradient(90deg, #1362e2, #00a4e4)
}

.blog-content .quote-left,
.blog-content .quote-right {
    width: 50%;
    box-sizing: content-box;
    margin: 20px 0;
    padding: 20px 0
}

.blog-content .quote-left p,
.blog-content .quote-right p {
    background-image: linear-gradient(145deg, #1362e2, #00a4e4)
}

.blog-content .quote-left {
    float: left;
    padding-left: 0;
    margin-right: 40px;
    margin-left: 0;
    border-right: 10px solid #e6f1f9
}

.blog-content .quote-left p {
    padding-right: 40px
}

.blog-content .quote-right {
    float: right;
    padding-right: 0;
    margin-left: 40px;
    margin-right: 0;
    border-left: 10px solid #e6f1f9
}

.blog-content .quote-right p {
    padding-left: 40px
}

.blog-content .qi-combo {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.blog-content .qi-combo .quote-container,
.blog-content .qi-combo .image-container {
    float: none;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0
}

.blog-content .qi-combo .quote-container {
    box-sizing: border-box
}

.blog-content .qi-combo .quote-container p {
    margin-bottom: 0
}

.blog-content .qi-combo .image-container img {
    margin: 0
}

@media (max-width: 766.98px) {
    .blog-content .qi-combo {
        margin-bottom: 0
    }

    .blog-content .qi-combo .image-container {
        margin-bottom: 48px
    }

    .blog-content .qi-combo .quote-container {
        margin-bottom: 64px
    }

    .blog-content .qi-combo .quote-container,
    .blog-content .qi-combo .image-container {
        flex: initial;
        max-width: 100%
    }
}

.blog-content .clear {
    clear: both
}

.author-content h2.field-title {
    font-size: 32px;
    margin-top: 60px;
    margin-bottom: 0
}

.field-authorimage img {
    width: 250px;
    height: 250px;
    float: right;
    margin: 135px 30px 20px 50px
}

@media (max-width: 850px) {
    .field-authorimage img {
        margin: 10px 30px 30px !important
    }
}

@media (max-width: 524px) {
    .field-authorimage img {
        width: 100% !important;
        height: 100% !important;
        margin: 0 0 30px !important
    }
}

.author-content .field-author-job-title {
    font-size: 22px
}

.field-blog-authordate {
    padding: 8px 0px 50px 0px;
    font-size: 18px
}

.field-blogauthor {
    float: left;
    padding-right: 5px
}

.field-blogpublisheddate {
    float: left
}

.container-color-background {
    background-color: #1362e2;
    color: #fff
}

.container-color-background-dark-blue {
    background-color: #003B71;
    color: #fff;
    padding-top: 90px
}

@media (min-width: 767px) {
    .container-color-background-dark-blue {
        padding-top: 0px
    }
}

.blog-content-block h1,
.blog-content-block h2,
.blog-content-block h3,
.blog-content-block h4,
.blog-content-block h5,
.blog-content-block h6 {
    font-weight: 800
}

.blog-content-block .blue-bold {
    font-weight: 700;
    color: #1362e2
}

.blog-content-block h1 {
    font-size: 42px
}

.blog-content-block h2 {
    font-size: 30px
}

.blog-content-block h3 {
    font-size: 20px
}

.blog-content-block h4 {
    font-size: 16px
}

.blog-content-block h5 {
    font-size: 16px
}

.blog-content-block h6 {
    font-size: 14px
}

.blog-content-block p {
    line-height: 26px;
    padding-bottom: 0px
}

.blog-content-block .img-pad-right {
    padding-left: 40px
}

.blog-content-block .img-pad-left {
    padding-right: 40px
}

.blog-content-block .smaller,
.blog-content-block em {
    font-style: italic
}

.blog-content-block ul,
.blog-content-block ol {
    margin-left: 2.5rem
}

.blog-content-block ul .link-arrow::after,
.blog-content-block ol .link-arrow::after {
    top: auto;
    bottom: 4px
}

.blog-content-block ul {
    list-style: square
}

.blog-content-block ol {
    list-style: decimal
}

.blog-content-block .ul-disc {
    list-style: disc
}

.blog-content-block .ol-bold {
    margin: 0;
    padding: 0;
    counter-reset: item
}

.blog-content-block .ol-bold>li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    counter-increment: item
}

.blog-content-block .ol-bold>li span {
    line-height: 1.625em;
    letter-spacing: -0.02em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.blog-content-block .ol-bold>li:before {
    display: inline-block;
    width: 1.5em;
    padding-right: 0.5em;
    font-weight: bold;
    text-align: right;
    content: counter(item) "."
}

.blog-social-list a:hover {
    text-decoration: none;
    color: #fff
}

.subscribe h4,
.subscribe p {
    color: #fff
}

.subscribe h4 {
    margin-bottom: 0px
}

.subscribe .btn-subscribe {
    padding-top: 20px
}

.subscribe .btn-subscribe a {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    padding: 0.6em 1.5em;
    margin-top: 20px;
    text-decoration: none;
    transition: 0.7s
}

.subscribe .btn-subscribe a:hover {
    background-color: #F7F9FA;
    color: #aaa;
    cursor: pointer
}

.subscribe .btn-subscribe a:active {
    box-shadow: none;
    top: 5px
}

.rich-text h2.recommended {
    font-size: 20px;
    color: #1362e2;
    padding-left: 10px;
    margin-top: 80px;
    margin-bottom: 0px;
    letter-spacing: -1px
}

.facet-dropdown.facet-blogcategories,
.facet-dropdown.facet-blog-topics {
    font-size: 1.125rem
}

.search-box,
.custom-search-box {
    position: relative;
    padding-right: 0px !important;
    padding-left: 0px !important;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    height: 40px
}

@media (max-width: 766.98px) {

    .search-box,
    .custom-search-box {
        justify-content: center
    }
}

.search-box .component-content,
.custom-search-box .component-content {
    display: flex;
    width: 100%;
    margin-top: 0px !important
}

@media (max-width: 766.98px) {

    .search-box .component-content,
    .custom-search-box .component-content {
        flex-direction: column
    }
}

.search-box .component-content>button,
.custom-search-box .component-content>button {
    visibility: hidden;
    width: 40px;
    margin: 0 5% 0 0;
    border: none;
    padding: 0
}

@media (max-width: 766.98px) {

    .search-box .component-content>button,
    .custom-search-box .component-content>button {
        margin-top: 20px;
        position: relative;
        left: 90%;
        top: -60px
    }
}

.search-box .component-content>button:after,
.custom-search-box .component-content>button:after {
    visibility: visible;
    content: url(/-/media/project/gpn/heartland/heartland/icons/search.svg);
    border-radius: 0 5px 5px 0;
    padding: 7px 11px;
    box-sizing: initial;
    box-shadow: 0 3px 5px 0 rgba(78, 90, 109, 0.09);
    background-color: #1362e2;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border: 0;
    outline: 0;
    height: 26px;
    position: relative;
    top: -24px;
    line-height: 2.2;
    transition: .25s
}

.search-box .component-content>button:hover:after,
.custom-search-box .component-content>button:hover:after {
    background-color: #3078ee !important;
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    border-bottom: 0
}

.search-box .component-content>.twitter-typeahead,
.custom-search-box .component-content>.twitter-typeahead {
    flex-grow: 10;
    margin: 0;
    position: initial !important;
    display: initial !important
}

@media (max-width: 766.98px) {

    .search-box .component-content>.twitter-typeahead,
    .custom-search-box .component-content>.twitter-typeahead {
        max-width: 90%
    }
}

.search-box .component-content>.twitter-typeahead .search-box-input.tt-input,
.custom-search-box .component-content>.twitter-typeahead .search-box-input.tt-input {
    position: initial !important;
    vertical-align: initial !important;
    height: 40px;
    border-radius: 5px 0 0 5px;
    border: none;
    max-width: 100%;
    width: 100%;
    padding: 2px 16px 0;
    background-color: #fff !important;
    margin-bottom: 0
}

.search-box .component-content>.twitter-typeahead .search-box-input.tt-input::placeholder,
.custom-search-box .component-content>.twitter-typeahead .search-box-input.tt-input::placeholder {
    color: #6d7680;
    opacity: 1
}

.search-box .component-content>.twitter-typeahead .search-box-input.tt-input:-ms-input-placeholder,
.custom-search-box .component-content>.twitter-typeahead .search-box-input.tt-input:-ms-input-placeholder {
    color: #6d7680;
    opacity: 1
}

.search-box .component-content>.twitter-typeahead .search-box-input.tt-input::-ms-input-placeholder,
.custom-search-box .component-content>.twitter-typeahead .search-box-input.tt-input::-ms-input-placeholder {
    color: #6d7680;
    opacity: 1
}

.search-box .component-content>.twitter-typeahead .search-box-input.tt-hint,
.custom-search-box .component-content>.twitter-typeahead .search-box-input.tt-hint {
    height: 100%;
    display: none;
    background: none !important;
    position: initial !important
}

.search-box .component-content>.twitter-typeahead .tt-menu,
.custom-search-box .component-content>.twitter-typeahead .tt-menu {
    background: #fff;
    padding: 15px
}

.search-box.site-search,
.custom-search-box.site-search {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.search-box.bottom-search,
.custom-search-box.bottom-search {
    margin: 0 auto;
    padding: 0 2em;
    max-width: 400px
}

.search-box.bottom-search .component-content,
.custom-search-box.bottom-search .component-content {
    margin: 0 auto
}

.search-box.bottom-search .component-content>button:after,
.custom-search-box.bottom-search .component-content>button:after {
    background-color: #5e646c;
    color: #CECECE !important;
    box-shadow: none
}

.search-box.bottom-search .component-content>button:hover:after,
.custom-search-box.bottom-search .component-content>button:hover:after {
    background-color: #52575e !important;
    box-shadow: none;
    border-bottom: 0
}

.search-box.bottom-search .component-content .twitter-typeahead .search-box-input.tt-input,
.custom-search-box.bottom-search .component-content .twitter-typeahead .search-box-input.tt-input {
    color: #fff;
    background-color: #5e646c !important
}

.search-box.bottom-search .component-content .twitter-typeahead .search-box-input.tt-input::placeholder,
.custom-search-box.bottom-search .component-content .twitter-typeahead .search-box-input.tt-input::placeholder {
    color: #d5d9e0;
    opacity: 1
}

.search-box.bottom-search .component-content .twitter-typeahead .search-box-input.tt-input:-ms-input-placeholder,
.custom-search-box.bottom-search .component-content .twitter-typeahead .search-box-input.tt-input:-ms-input-placeholder {
    color: #d5d9e0;
    opacity: 1
}

.search-box.bottom-search .component-content .twitter-typeahead .search-box-input.tt-input::-ms-input-placeholder,
.custom-search-box.bottom-search .component-content .twitter-typeahead .search-box-input.tt-input::-ms-input-placeholder {
    color: #d5d9e0;
    opacity: 1
}

.custom-search-box .search-box-input {
    border: 0;
    padding: 2px 16px
}

.search-results.result {
    padding-top: 50px !important
}

.component.divider hr {
    border: 0px solid #efefef;
    border-width: 1px 0 0;
    margin: 3.125rem 0 3.75rem !important;
    width: 100% !important;
    display: block
}

.component.link-list.sub-navigation {
    padding: 75px 0 30px
}

@media (max-width: 1024.98px) {
    .component.link-list.sub-navigation {
        text-align: center;
        padding: 45px 0 0
    }
}

.component.link-list.sub-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0 !important
}

.component.link-list.sub-navigation ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    border-right: 2px solid #1362e2;
    padding: 0 18px 0 12px
}

.component.link-list.sub-navigation ul li:first-child {
    padding-left: 0
}

.component.link-list.sub-navigation ul li:last-child {
    border-right: none
}

.component.link-list.sub-navigation ul li a {
    font-size: 1.125rem
}

#header-banner-message {
    display: none !important;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #222
}

#header-banner-message p,
#header-banner-message a {
    color: #fff !important;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    font-size: 0.875rem
}

#header-banner-message a {
    border-bottom: 2px solid #fff;
    transition: all .2s linear
}

#header-banner-message a:hover {
    color: #ccc !important;
    border-color: #ccc
}

.carousel-slider-component {
    max-width: 1360px;
    padding: 5rem 0 2rem 0
}

.carousel-slider-component .carousel-slider-header {
    text-align: center
}

.carousel-slider-component .carousel-slider-header h2 {
    margin-bottom: 55px
}

.carousel-slider-component.carousel-expanded .carousel-slider-slides .slick-dots li button {
    background-image: url("/Theme/dist/heartland/images/icon-circle-slider-inactive.svg");
    text-indent: -9999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.carousel-slider-component.carousel-expanded .carousel-slider-slides .slick-dots li.slick-active button {
    background-image: url("/Theme/dist/heartland/images/icon-circle-slider-active.svg")
}

.carousel-slider-component.carousel-expanded .component-content .carousel-inner {
    margin-left: -60px;
    margin-right: -60px;
    width: unset
}

.carousel-slider-component.carousel-expanded .carousel-slider .component-content {
    min-height: 400px
}

.carousel-slider-component.carousel-expanded .carousel-slider .component-content .carousel-inner {
    margin-left: -60px;
    margin-right: -60px
}

.carousel-slider-component.carousel-expanded .carousel-slider .component-content .slider-card {
    min-height: 400px;
    background: #fff;
    padding: 3rem 4rem;
    word-break: break-word;
    border-radius: 5px;
    display: flex;
    flex-direction: column
}

@media (min-width: 767px) {
    .carousel-slider-component.carousel-expanded .carousel-slider .component-content .slider-card {
        margin: 5px 0;
        box-shadow: 2px 1px 10px lightgrey
    }
}

.carousel-slider-component.carousel-expanded .carousel-slider .component-content .slider-card .slider-card-top {
    display: flex;
    align-items: center;
    padding-bottom: 1rem
}

.carousel-slider-component.carousel-expanded .carousel-slider .component-content .slider-card .slider-card-top img {
    border-radius: 50%;
    height: 80px;
    width: 80px
}

.carousel-slider-component.carousel-expanded .carousel-slider .component-content .slider-card .slider-card-top .slider-card-top-content {
    padding-left: 1rem
}

.carousel-slider-component.carousel-expanded .carousel-slider .component-content .slider-card .slider-card-top .slider-card-top-content .slider-card-top-company {
    font-size: 16px
}

.carousel-slider-component.carousel-expanded .carousel-slider .component-content .slider-card .slider-card-top .slider-card-top-content .slider-card-top-title {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.carousel-slider-component.carousel-expanded .carousel-slider .component-content .slider-card .slider-card-top .slider-card-top-content .slider-card-top-title .field-slidetitle,
.carousel-slider-component.carousel-expanded .carousel-slider .component-content .slider-card .slider-card-top .slider-card-top-content .slider-card-top-title .field-slidetitlesecondary {
    font-size: 22px;
    padding-right: .5rem
}

.carousel-slider-component.carousel-expanded .carousel-slider .component-content .slider-card .slider-card-body {
    height: 100%
}

.carousel-slider-component.carousel-expanded .carousel-slider .component-content .slider-card .slider-card-footer {
    margin-top: auto
}

.carousel-slider-component.carousel-compact .carousel-slider-slides .slick-arrow {
    z-index: 1030;
    top: 25%
}

.carousel-slider-component.carousel-compact .carousel-slider-slides .slick-arrow.slick-prev,
.carousel-slider-component.carousel-compact .carousel-slider-slides .slick-arrow.slick-next {
    background-repeat: no-repeat;
    background-size: cover;
    height: 2rem;
    width: 2rem
}

.carousel-slider-component.carousel-compact .carousel-slider-slides .slick-arrow.slick-prev:before,
.carousel-slider-component.carousel-compact .carousel-slider-slides .slick-arrow.slick-next:before {
    content: none
}

.carousel-slider-component.carousel-compact .carousel-slider-slides .slick-arrow.slick-prev {
    left: 4%;
    background-image: url("/Theme/dist/heartland/images/icon-arrow-prev-carousel.svg")
}

.carousel-slider-component.carousel-compact .carousel-slider-slides .slick-arrow.slick-next {
    right: 4%;
    background-image: url("/Theme/dist/heartland/images/icon-arrow-next-carousel.svg")
}

.carousel-slider-component.carousel-compact .carousel-slider-slides .slick-track .slick-slide.slick-current .slider-card-body {
    width: 300%;
    margin-left: -100%;
    padding: 20px;
    display: block
}

.carousel-slider-component.carousel-compact .carousel-slider-slides .slick-track .slick-slide.slick-current .slider-card-body .slider-card-body-content {
    text-align: center;
    padding: 20px 0;
    width: 100%;
    height: 100%
}

.carousel-slider-component.carousel-compact .carousel-slider-slides .slick-track .slick-slide:not(.slick-current) .slide .slider-card .slider-card-top img {
    opacity: 25%
}

.carousel-slider-component.carousel-compact .carousel-slider-slides .slick-track .slick-slide:not(.slick-current) .slide .slider-card .slider-card-top .slider-card-top-title {
    display: none
}

.carousel-slider-component.carousel-compact .carousel-slider-slides .slick-track .slick-slide:not(.slick-current) .slide .slider-card .slider-card-body {
    display: none
}

.carousel-slider-component.carousel-compact .carousel-slider-slides .slick-track .slick-slide:not(.slick-current) .slide .slider-card .slider-card-footer {
    display: none
}

.carousel-slider-component.carousel-compact .carousel-slider .component-content {
    min-height: 200px
}

.carousel-slider-component.carousel-compact .carousel-slider .component-content .slider-card {
    min-height: 100px;
    background-color: inherit;
    word-break: break-word;
    display: flex;
    flex-direction: column
}

.carousel-slider-component.carousel-compact .carousel-slider .component-content .slider-card .slider-card-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 1rem
}

.carousel-slider-component.carousel-compact .carousel-slider .component-content .slider-card .slider-card-top img {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    margin-bottom: 1rem
}

.carousel-slider-component.carousel-compact .carousel-slider .component-content .slider-card .slider-card-top .slider-card-top-content .slider-card-top-company {
    display: none
}

.carousel-slider-component.carousel-compact .carousel-slider .component-content .slider-card .slider-card-top .slider-card-top-content .slider-card-top-title {
    text-align: center
}

.carousel-slider-component.carousel-compact .carousel-slider .component-content .slider-card .slider-card-top .slider-card-top-content .slider-card-top-title .field-slidetitle {
    font-size: 18px
}

.carousel-slider-component.carousel-compact .carousel-slider .component-content .slider-card .slider-card-top .slider-card-top-content .slider-card-top-title .field-slidetitlesecondary {
    display: none
}

.carousel-slider-component.carousel-compact .carousel-slider .component-content .slider-card .slider-card-body {
    height: 100%;
    min-height: 200px
}

.carousel-slider-component.carousel-compact .carousel-slider .component-content .slider-card .slider-card-body span {
    background-color: inherit !important
}

.carousel-slider-component.carousel-compact .carousel-slider .component-content .slider-card .slider-card-footer {
    margin-top: auto
}

.carousel-slider-component.carousel-compact .carousel-slider .component-content .slider-card .slider-card-footer .rating-wrapper {
    display: none
}

.integrations-page .blog-search-row>.row {
    justify-content: space-between
}

.integrations-page .dropdown-filter {
    font-size: 16px;
    margin: 20px 0;
    height: 40px;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.integrations-page .dropdown-filter:nth-of-type(2) {
    margin-left: 25px
}

.integrations-page .dropdown-filter .component-content {
    display: flex;
    flex-wrap: wrap
}

.integrations-page .dropdown-filter select {
    appearance: none;
    -webkit-appearance: none;
    text-decoration: none;
    background-image: url("/Theme/dist/heartland/images/arrow-down-blue.svg");
    background-repeat: no-repeat;
    background-position: 95%;
    margin: 0;
    padding-left: 10px;
    padding-right: 25px;
    width: 100%;
    height: 40px;
    background-color: #fff;
    color: #6d7680;
    border: 0;
    border-radius: 5px;
    position: relative;
    left: 0;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    text-overflow: ellipsis
}

.integrations-page .facet-heading {
    display: none
}

.integrations-page .bottom-remove-filter {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 25%;
    max-width: 25%
}

.integrations-page .bottom-remove-filter button {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-weight: 600;
    background-color: #1362e2;
    min-height: 0;
    border: none;
    padding: 0 20px !important;
    border-radius: 5px;
    height: 40px;
    transition: .25s;
    color: #fff
}

.feature-table * {
    border-color: #efefef !important;
    vertical-align: middle !important
}

.feature-table tr {
    height: 60px
}

.feature-table td {
    font-weight: 500;
    color: #596063
}

.feature-table th,
.feature-table .text-black {
    color: #203645
}

.feature-table thead th {
    font-weight: 900;
    border-bottom-width: 0
}

@media (max-width: 1024.98px) {
    .feature-table.table-responsive.d-md-none td {
        min-width: 119px
    }
}

@media (max-width: 766.98px) {
    .feature-table.table-responsive {
        height: 500px;
        overflow: scroll
    }

    .feature-table thead {
        position: sticky;
        top: 0;
        background-color: #fff
    }

    .feature-table th.h3-override {
        font-size: 18px !important
    }

    .feature-table td {
        font-size: 15px
    }

    .feature-table table td,
    .feature-table table th {
        padding-left: 5px;
        padding-right: 5px
    }
}

.drift-facade {
    position: fixed;
    z-index: 2147483647;
    width: 360px;
    height: 120px;
    bottom: 24px;
    right: 24px
}

@media (max-width: 374.98px) {
    .drift-facade {
        width: 330px;
        right: -5px
    }
}

.drift-facade *:not(button) {
    box-sizing: content-box
}

.drift-facade .drift-widget-message-preview--facade {
    margin: 24px 20px;
    position: relative;
    animation: slideInRight 1s forwards;
    animation-delay: .1s
}

.drift-facade .drift-widget-message-preview-text--facade {
    box-shadow: 0 7px 6px 1px rgba(0, 0, 0, 0.16);
    background: #fff;
    border-radius: 4px;
    margin: 0 0 0 12px;
    position: relative;
    display: inline-block;
    cursor: pointer
}

.drift-facade .drift-widget-message-preview-text--facade>span {
    padding: 10px;
    border: 2px solid transparent;
    width: 220px;
    height: 60px;
    max-width: 220px;
    line-height: 20px;
    font-size: 14px;
    display: block;
    color: #212021
}

.drift-facade .drift-widget-message-preview-text--facade:after {
    right: -20px;
    border-left-color: #fff !important;
    bottom: 12px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border: 10px solid rgba(255, 255, 255, 0)
}

.drift-facade .drift-widget-message-close-button--facade {
    cursor: pointer;
    margin: 2px 0 0 -14px;
    line-height: 6px;
    position: absolute;
    top: -1px;
    background: #687882;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 4px;
    box-shadow: 0 2px 10px 0 rgba(53, 63, 69, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.2)
}

.drift-facade .drift-widget-message-close-button--facade:hover {
    background: #414141
}

.drift-facade .drift-widget-message-close-button--facade svg {
    display: table-cell;
    border-radius: 6px
}

.drift-facade .drift-widget-controller--avatar--facade {
    position: absolute;
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.16);
    right: 12px;
    bottom: 12px;
    border-radius: .3125rem;
    cursor: pointer
}

@media (max-width: 374.98px) {
    .drift-facade .drift-widget-controller--avatar--facade svg {
        width: 40px;
        height: auto
    }
}

.drift-facade .drift-controller-icon-unread--facade {
    display: flex;
    justify-content: center;
    position: absolute;
    top: -5px;
    right: -5px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #d0241b;
    line-height: 18px;
    font-size: 12px;
    color: #fff
}

.od-one-form {
    box-shadow: 0 6px 26px 5px rgba(29, 88, 154, 0.09)
}

.od-one-form.shadow-none {
    box-shadow: none
}

.od-one-form--content-wrap {
    max-width: 1140px
}

.hps-tabs .hps-tabs--navbtn {
    margin: 0 40px 20px;
    padding: 0;
    background: none;
    border: none;
    opacity: .3;
    border-bottom: 4px solid transparent
}

.hps-tabs .hps-tabs--navbtn:hover,
.hps-tabs .hps-tabs--navbtn.active {
    border-bottom-color: #1362e2
}

.hps-tabs .hps-tabs--navbtn.active {
    opacity: 1
}

.hps-tabs .hps-tabs--navbtn:focus {
    outline: 1px dotted #1362e2
}

@media (max-width: 1024.98px) {
    .hps-tabs .hps-tabs--navbtn {
        margin: 0 12px 20px
    }
}

.hps-tabs .hps-tabs--tab {
    display: none
}

.hps-tabs .hps-tabs--tab.active {
    display: block
}

.on-page-editor .hps-tabs .hps-tabs--tab {
    display: block !important
}

.pt-30,
.py-30 {
    padding-top: 30px !important
}

.pt-40,
.py-40 {
    padding-top: 40px !important
}

.pt-60,
.py-60 {
    padding-top: 60px !important
}

.pt-80,
.py-80 {
    padding-top: 80px !important
}

.pt-100,
.py-100 {
    padding-top: 100px !important
}

.pt-120,
.py-120 {
    padding-top: 120px !important
}

.pb-30,
.py-30 {
    padding-bottom: 30px !important
}

.pb-40,
.py-40 {
    padding-bottom: 40px !important
}

.pb-50,
.py-40 {
    padding-bottom: 50px !important
}

.pb-60,
.py-60 {
    padding-bottom: 60px !important
}

.pb-80,
.py-80 {
    padding-bottom: 80px !important
}

.pb-100,
.py-100 {
    padding-bottom: 100px !important
}

.pb-120,
.py-120 {
    padding-bottom: 120px !important
}

.pl-20,
.px-20 {
    padding-left: 20px !important
}

.pl-30,
.px-30 {
    padding-left: 30px !important
}

.pl-40,
.px-40 {
    padding-left: 40px !important
}

.pl-60,
.px-60 {
    padding-left: 60px !important
}

.pl-80,
.px-80 {
    padding-left: 80px !important
}

.pl-100,
.px-100 {
    padding-left: 100px !important
}

.pl-120,
.px-120 {
    padding-left: 120px !important
}

.pr-20,
.px-20 {
    padding-right: 20px !important
}

.pr-30,
.px-30 {
    padding-right: 30px !important
}

.pr-40,
.px-40 {
    padding-right: 40px !important
}

.pr-60,
.px-60 {
    padding-right: 60px !important
}

.pr-80,
.px-80 {
    padding-right: 80px !important
}

.pr-100,
.px-100 {
    padding-right: 100px !important
}

.pr-120,
.px-120 {
    padding-right: 120px !important
}

.mt-20,
.my-20 {
    margin-top: 20px !important
}

.mt-30,
.my-30 {
    margin-top: 30px !important
}

.mb-20,
.my-20 {
    margin-bottom: 20px !important
}

.mb-30,
.my-30 {
    margin-bottom: 30px !important
}

@media (max-width: 1024.98px) {

    .px-40,
    .px-60,
    .px-80,
    .px-100,
    .px-120 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (max-width: 1024.98px) {

    .mpt-20,
    .mpy-20 {
        padding-top: 20px !important
    }

    .mpt-30,
    .mpy-30 {
        padding-top: 30px !important
    }

    .mpt-40,
    .mpy-40 {
        padding-top: 40px !important
    }

    .mpt-60,
    .mpy-60 {
        padding-top: 60px !important
    }

    .mpt-80,
    .mpy-80 {
        padding-top: 80px !important
    }

    .mpt-100,
    .mpy-100 {
        padding-top: 100px !important
    }

    .mpt-120,
    .mpy-120 {
        padding-top: 120px !important
    }

    .mpb-20,
    .mpy-20 {
        padding-bottom: 20px !important
    }

    .mpb-30,
    .mpy-30 {
        padding-bottom: 30px !important
    }

    .mpb-40,
    .mpy-40 {
        padding-bottom: 40px !important
    }

    .mpb-50,
    .mpy-40 {
        padding-bottom: 50px !important
    }

    .mpb-60,
    .mpy-60 {
        padding-bottom: 60px !important
    }

    .mpb-80,
    .mpy-80 {
        padding-bottom: 80px !important
    }

    .mpb-100,
    .mpy-100 {
        padding-bottom: 100px !important
    }

    .mpb-120,
    .mpy-120 {
        padding-bottom: 120px !important
    }

    .mpl-10,
    .mpx-10 {
        padding-left: 10px !important
    }

    .mpl-20,
    .mpx-20 {
        padding-left: 20px !important
    }

    .mpl-30,
    .mpx-30 {
        padding-left: 30px !important
    }

    .mpl-40,
    .mpx-40 {
        padding-left: 40px !important
    }

    .mpl-60,
    .mpx-60 {
        padding-left: 60px !important
    }

    .mpl-80,
    .mpx-80 {
        padding-left: 80px !important
    }

    .mpl-100,
    .mpx-100 {
        padding-left: 100px !important
    }

    .mpl-120,
    .mpx-120 {
        padding-left: 120px !important
    }

    .mpr-10,
    .mpx-10 {
        padding-right: 10px !important
    }

    .mpr-20,
    .mpx-20 {
        padding-right: 20px !important
    }

    .mpr-30,
    .mpx-30 {
        padding-right: 30px !important
    }

    .mpr-40,
    .mpx-40 {
        padding-right: 40px !important
    }

    .mpr-60,
    .mpx-60 {
        padding-right: 60px !important
    }

    .mpr-80,
    .mpx-80 {
        padding-right: 80px !important
    }

    .mpr-100,
    .mpx-100 {
        padding-right: 100px !important
    }

    .mpr-120,
    .mpx-120 {
        padding-right: 120px !important
    }

    .mmt-20,
    .mmy-20 {
        margin-top: 20px !important
    }

    .mmt-30,
    .mmy-30 {
        margin-top: 30px !important
    }

    .mmb-20,
    .mmy-20 {
        margin-bottom: 20px !important
    }

    .mmb-30,
    .mmy-30 {
        margin-bottom: 30px !important
    }

    .mpl-0,
    .mpx-0 {
        padding-left: 0 !important
    }

    .mpr-0,
    .mpx-0 {
        padding-right: 0 !important
    }

    .mpb-0,
    .mpy-0 {
        padding-bottom: 0 !important
    }

    .mmb-0,
    .mmy-0 {
        margin-bottom: 0 !important
    }

    .mpt-0,
    .mpy-0 {
        padding-top: 0 !important
    }

    .mmt-0,
    .mmy-0 {
        margin-top: 0 !important
    }
}

@media (max-width: 766.98px) {

    .smpt-20,
    .smpy-20 {
        padding-top: 20px !important
    }

    .smpt-30,
    .smpy-30 {
        padding-top: 30px !important
    }

    .smpt-40,
    .smpy-40 {
        padding-top: 40px !important
    }

    .smpt-60,
    .smpy-60 {
        padding-top: 60px !important
    }

    .smpt-80,
    .smpy-80 {
        padding-top: 80px !important
    }

    .smpt-100,
    .smpy-100 {
        padding-top: 100px !important
    }

    .smpt-120,
    .smpy-120 {
        padding-top: 120px !important
    }

    .smpb-20,
    .smpy-20 {
        padding-bottom: 20px !important
    }

    .smpb-30,
    .smpy-30 {
        padding-bottom: 30px !important
    }

    .smpb-40,
    .smpy-40 {
        padding-bottom: 40px !important
    }

    .smpb-50,
    .smpy-40 {
        padding-bottom: 50px !important
    }

    .smpb-60,
    .smpy-60 {
        padding-bottom: 60px !important
    }

    .smpb-80,
    .smpy-80 {
        padding-bottom: 80px !important
    }

    .smpb-100,
    .smpy-100 {
        padding-bottom: 100px !important
    }

    .smpb-120,
    .smpy-120 {
        padding-bottom: 120px !important
    }

    .smpl-10,
    .smpx-10 {
        padding-left: 10px !important
    }

    .smpl-20,
    .smpx-20 {
        padding-left: 20px !important
    }

    .smpl-30,
    .smpx-30 {
        padding-left: 30px !important
    }

    .smpl-40,
    .smpx-40 {
        padding-left: 40px !important
    }

    .smpl-60,
    .smpx-60 {
        padding-left: 60px !important
    }

    .smpl-80,
    .smpx-80 {
        padding-left: 80px !important
    }

    .smpl-100,
    .smpx-100 {
        padding-left: 100px !important
    }

    .smpl-120,
    .smpx-120 {
        padding-left: 120px !important
    }

    .smpr-10,
    .smpx-10 {
        padding-right: 10px !important
    }

    .smpr-20,
    .smpx-20 {
        padding-right: 20px !important
    }

    .smpr-30,
    .smpx-30 {
        padding-right: 30px !important
    }

    .smpr-40,
    .smpx-40 {
        padding-right: 40px !important
    }

    .smpr-60,
    .smpx-60 {
        padding-right: 60px !important
    }

    .smpr-80,
    .smpx-80 {
        padding-right: 80px !important
    }

    .smpr-100,
    .smpx-100 {
        padding-right: 100px !important
    }

    .smpr-120,
    .smpx-120 {
        padding-right: 120px !important
    }

    .smmt-20,
    .smmy-20 {
        margin-top: 20px !important
    }

    .smmt-30,
    .smmy-30 {
        margin-top: 30px !important
    }

    .smmb-20,
    .smmy-20 {
        margin-bottom: 20px !important
    }

    .smmb-30,
    .smmy-30 {
        margin-bottom: 30px !important
    }

    .smpl-0,
    .smpx-0 {
        padding-left: 0 !important
    }

    .smpr-0,
    .smpx-0 {
        padding-right: 0 !important
    }

    .smpb-0,
    .smpy-0 {
        padding-bottom: 0 !important
    }

    .smmb-0,
    .smmy-0 {
        margin-bottom: 0 !important
    }

    .smpt-0,
    .smpy-0 {
        padding-top: 0 !important
    }

    .smmt-0,
    .smmy-0 {
        margin-top: 0 !important
    }
}

.container,
.container-fluid {
    padding-right: 20px;
    padding-left: 20px
}

@media (min-width: 767px) {

    .container,
    .container-fluid {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media (min-width: 1025px) {

    .container,
    .container-fluid {
        padding-right: 40px;
        padding-left: 40px
    }
}

.container-padding-X-0 {
    padding-left: 5%;
    padding-right: 5%
}

.container-padding-X-0.component {
    padding-left: 0;
    padding-right: 0
}

@media (max-width: 1024.98px) {
    .container-padding-X-0.component {
        padding-right: 5%;
        padding-left: 5%
    }
}

.container-padding-X-0 .container:not(.heartland-promo):not(.footer-navigation-list),
.container-padding-X-0 .component:not(.heartland-promo):not(.footer-navigation-list) {
    padding-left: 0;
    padding-right: 0
}

.container-padding-X-0 .row {
    margin-left: 0;
    margin-right: 0
}

@media (min-width: 1025px) {
    .container-padding-X-0 {
        padding-left: 0;
        padding-right: 0
    }
}

.container-padding-Y-0.container {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.container-padding-Y-0 .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.single-img-container img {
    width: 100% !important;
    height: auto !important
}

.rm-text-margins p,
.rm-text-margins a,
.rm-text-margins span,
.rm-text-margins button,
.rm-text-margins h1,
.rm-text-margins h2,
.rm-text-margins h3,
.rm-text-margins h4,
.rm-text-margins h5,
.rm-text-margins li {
    margin: 0 !important
}

.list-no-heading {
    margin-top: 31px
}

.sib-y-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.sib-y-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.sib-y-20+.sib-y-20,
.sib-y-20+.sib-y-40,
.sib-y-40+.sib-y-40,
.sib-y-40+.sib-y-20 {
    padding-top: 0
}

@media (max-width: 1024.98px) {
    .mpx-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .mpx {
        padding-left: 5% !important;
        padding-right: 5% !important
    }

    .splitter-mpx-fix>.container {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
}

body>#wrapper {
    max-width: 1440px;
    margin: auto;
    padding: 0 40px
}

@media (max-width: 1024.98px) {
    body>#wrapper {
        overflow: hidden;
        padding: 0
    }
}

body ::selection {
    background: #7BBEE8;
    color: white
}

body p {
    color: #6d7680
}

body.page-home {
    background: url("/Theme/dist/heartland/images/bg-ellipse.svg") no-repeat 700px 1020px
}

body.page-wide>#wrapper,
body.page-home>#wrapper {
    max-width: 1920px
}

@media (max-width: 1024.98px) {
    body.page-home>#wrapper #ellipse-bg {
        padding-left: 5% !important;
        padding-right: 5% !important
    }
}

body.jailbreak>#wrapper,
body.jailbreak #content>.component,
.jailbreak {
    max-width: unset;
    padding-left: 0;
    padding-right: 0
}

body.jailbreak>#wrapper .jailfix,
body.jailbreak header,
body.jailbreak footer,
body.jailbreak #content>.component.wide-jail {
    margin-left: auto !important;
    margin-right: auto !important
}

body.jailbreak>#wrapper .jailfix {
    max-width: 1440px
}

body.jailbreak header {
    padding-left: 5%;
    padding-right: 5%
}

@media only screen and (min-width: 1025px) {
    body.jailbreak header {
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (min-width: 1150px) {
    body.jailbreak header #header {
        max-width: 1440px;
        padding-left: 50px;
        padding-right: 50px
    }
}

body.jailbreak footer {
    max-width: 1440px;
    padding-left: 0;
    padding-right: 0
}

@media only screen and (min-width: 1025px) {
    body.jailbreak footer {
        padding-left: 40px;
        padding-right: 40px
    }
}

body.jailbreak #content>.component.wide-jail {
    max-width: 1920px
}

@media (max-width: 1024.98px) {
    .heartland-promo.home-hero-2021 .container>.row>.col-12 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (max-width: 1024.98px) {
    .row {
        margin-left: 0;
        margin-right: 0
    }

    .checkmarks {
        padding-left: 5% !important;
        padding-right: 5% !important
    }
}

.make-fullwidth {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    position: relative;
    right: 50%;
    width: 100vw;
    max-width: 100%
}

@media (max-width: 1024.98px) {
    .make-fullwidth-sm {
        left: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        overflow: hidden;
        position: relative;
        right: 50%;
        width: 100vw;
        max-width: 100%
    }
}

.rounded-corners-sm {
    border-radius: 6px !important
}

@media (max-width: 766.98px) {
    .rounded-corners-sm.container {
        border-radius: 0 !important
    }
}

.rounded-corners-md {
    border-radius: 16px !important
}

@media (max-width: 766.98px) {
    .rounded-corners-md.container {
        border-radius: 0 !important
    }
}

.rounded-corners-lg {
    border-radius: 24px !important
}

@media (max-width: 766.98px) {
    .rounded-corners-lg.container {
        border-radius: 0 !important
    }
}

.rounded-corners-xlg {
    border-radius: 32px !important
}

@media (max-width: 766.98px) {
    .rounded-corners-xlg.container {
        border-radius: 0 !important
    }
}

.rounded-corners-xxl {
    border-radius: 48px !important
}

@media (max-width: 766.98px) {
    .rounded-corners-xxl.container {
        border-radius: 0 !important
    }
}

.responsiveslides-testimonials .slide,
.rounded-corners {
    border-radius: 32px !important
}

@media (max-width: 1024.98px) {

    .responsiveslides-testimonials .container.slide,
    .rounded-corners.container {
        border-radius: 0 !important
    }
}

.rounded-large {
    border-radius: 24px !important
}

@media (max-width: 1024.98px) {
    .rounded-large.container {
        border-radius: 0 !important
    }
}

.rounded .br-inherit,
.rounded .component-content,
.rounded-corners .br-inherit,
.rounded-corners .component-content,
.rounded-large .br-inherit,
.rounded-large .component-content {
    border-radius: inherit !important
}

.rounded.lottie-target,
.rounded.lottie-container,
.rounded-corners.lottie-target,
.rounded-corners.lottie-container,
.rounded-large.lottie-target,
.rounded-large.lottie-container {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.container-gray-content-background>.component-content,
.container-white-content-background>.component-content {
    background-color: #F6F6F6 !important;
    padding: 10px
}

@media (min-width: 767px) {

    .container-gray-content-background>.component-content,
    .container-white-content-background>.component-content {
        padding: 20px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 1025px) {

    .container-gray-content-background>.component-content,
    .container-white-content-background>.component-content {
        padding: 40px;
        margin-left: auto;
        margin-right: auto
    }
}

.container-gray-100-background {
    background-color: #F6F6F6 !important
}

.container-gray-200-background {
    background-color: #EAEAEA !important
}

.container-white-background {
    background-color: #fff !important
}

.container-white-content-background>.component-content {
    background-color: #fff !important
}

.header-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1
}

@media (max-width: 1024.98px) {
    .header-bg {
        height: 100% !important
    }
}

@media (min-width: 767px) {
    .header-bg {
        height: 40rem
    }
}

.header-bg .gradient {
    background: linear-gradient(0, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    transition: background 0.2s linear
}

.on-page-editor .row .row,
.on-page-editor .row .component {
    flex: unset
}

.on-page-editor .row .row.column-splitter,
.on-page-editor .row .component.column-splitter {
    flex: auto
}

.on-page-editor .row {
    position: initial
}

@media (max-width: 1024.98px) {
    h1.plus {
        font-size: 42px
    }
}

.text-white ul li {
    color: #fff !important
}

.break-word {
    overflow-wrap: break-word
}

a.anchor-wrap,
a.anchor-wrap:hover {
    border-bottom: none;
    text-decoration: none;
    color: #6d7680
}

a.anchor-wrap .component-content {
    border-radius: 32px;
    transition: all .2s ease-in-out
}

a.anchor-wrap .component-content span.span-replacement {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
    transition: color 0.2s linear, text-decoration 0.2s linear;
    text-decoration: inherit;
    color: #1362e2
}

a.anchor-wrap .component-content span.span-replacement:hover {
    color: #065480
}

.no-touchevents a.anchor-wrap .component-content span.span-replacement:focus,
.no-touchevents a.anchor-wrap .component-content span.span-replacement:active {
    color: #065480
}

a.anchor-wrap .component-content span.span-replacement.uppercase {
    text-transform: uppercase
}

a.anchor-wrap .component-content span.span-replacement.primary,
a.anchor-wrap .component-content span.span-replacement .primary {
    color: #fff
}

a.anchor-wrap .component-content span.span-replacement.secondary,
a.anchor-wrap .component-content span.span-replacement .secondary {
    color: #1362e2
}

a.anchor-wrap .component-content span.span-replacement.neutral,
a.anchor-wrap .component-content span.span-replacement .neutral {
    color: #fff
}

a.anchor-wrap .component-content span.span-replacement.white,
a.anchor-wrap .component-content span.span-replacement .white {
    color: #fff
}

a.anchor-wrap .component-content span.span-replacement.primary-1,
a.anchor-wrap .component-content span.span-replacement .primary-1 {
    color: #da1a32
}

a.anchor-wrap .component-content span.span-replacement.primary-2,
a.anchor-wrap .component-content span.span-replacement .primary-2 {
    color: #1362e2
}

a.anchor-wrap .component-content span.span-replacement.primary-3,
a.anchor-wrap .component-content span.span-replacement .primary-3 {
    color: #003B71
}

a.anchor-wrap .component-content span.span-replacement.primary-4,
a.anchor-wrap .component-content span.span-replacement .primary-4 {
    color: #d8d8d8
}

a.anchor-wrap .component-content span.span-replacement.primary-5,
a.anchor-wrap .component-content span.span-replacement .primary-5 {
    color: #6d7680
}

a.anchor-wrap .component-content span.span-replacement.primary-6,
a.anchor-wrap .component-content span.span-replacement .primary-6 {
    color: #259f9f
}

.noline a,
.noline,
.noline:hover,
.hoverline a,
.hoverline,
.hoverline:hover {
    text-decoration: none;
    border-bottom: none
}

.noline.text-warning:hover,
.noline .text-warning:hover,
.hoverline.text-warning:hover,
.hoverline .text-warning:hover {
    border-color: #fff
}

a.hoverline:hover,
.hoverline a:hover {
    border-bottom: 2px solid #1362e2
}

.bg-lightgrey-child .row {
    background-color: #F2F2F2
}

.rounded-child .row {
    border-radius: 32px
}

.blog-search-row .row {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px
}

.rm-box-shadow .form-pardot {
    box-shadow: none !important
}

.page-home .form-pardot,
:is(.bg-white) form {
    background-color: #fff;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.18)
}

.page-home .form-pardot p,
:is(.bg-white) form p {
    margin-bottom: 0 !important;
    color: #828D98 !important
}

.page-home .form-pardot p.text-small,
:is(.bg-white) form p.text-small {
    font-size: 12px !important
}

.page-home .form-pardot label,
:is(.bg-white) form label {
    font-size: 16px !important
}

.page-home .form-pardot input,
.page-home .form-pardot select,
.page-home .form-pardot textarea,
:is(.bg-white) form input,
:is(.bg-white) form select,
:is(.bg-white) form textarea {
    border: 1px solid #DDDDDD !important
}

.page-home .form-pardot .btn-heartland,
:is(.bg-white) form .btn-heartland {
    margin-bottom: 0 !important
}

.indent {
    margin: 0 40px
}

.indent-top {
    margin-top: 20px
}

.indent-bottom {
    margin-bottom: 20px
}

.search-results.component.loading-in-progress {
    min-height: 200px
}

.search-results.component.loading-in-progress .search-result-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent
}

.search-results.component.loading-in-progress .search-result-overlay:after {
    content: "";
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJibGFjayI+CiAgPHBhdGggIG9wYWNpdHk9Ii4yNSIgZD0iTTE2IDAgQTE2IDE2IDAgMCAwIDE2IDMyIEExNiAxNiAwIDAgMCAxNiAwIE0xNiA0IEExMiAxMiAwIDAgMSAxNiAyOCBBMTIgMTIgMCAwIDEgMTYgNCIvPgogIDxwYXRoIGZpbGw9JyNkZGRkZGQnIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMSAzMiAxNiBMMjggMTYgQTEyIDEyIDAgMCAwIDE2IDR6Ij4KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE2IDE2IiB0bz0iMzYwIDE2IDE2IiBkdXI9IjAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvcGF0aD4KPC9zdmc+);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 0;
    right: 0;
    margin: -30px auto 0
}

#blog-dd-filter {
    font-size: 16px
}

#blog-dd-filter>.component-content {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    height: 100%;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 0
}

@media (max-width: 1024.98px) {
    #blog-dd-filter>.component-content {
        margin-left: 0;
        margin-right: 0
    }
}

#blog-dd-filter>.component-content>div:nth-of-type(1) {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    padding: 0;
    max-width: 10px
}

#blog-dd-filter>.component-content>div:nth-of-type(2) {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    order: 1;
    padding: 0
}

#blog-dd-filter>.component-content>div:nth-of-type(3) {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 25%;
    max-width: 25%;
    order: 3
}

@media (max-width: 766.98px) {
    #blog-dd-filter>.component-content {
        padding-right: 0 !important
    }
}

@media only screen and (max-width: 1320px) {
    #blog-dd-filter>.component-content>div:nth-of-type(1) {
        display: none
    }

    #blog-dd-filter>.component-content>div:nth-of-type(2) {
        min-width: 100%
    }

    #blog-dd-filter>.component-content>div:nth-of-type(3) {
        display: none
    }

    #blog-dd-filter>.component-content .facet-dropdown {
        min-width: 100%
    }
}

#blog-dd-filter.facet-component .facet-heading {
    visibility: hidden
}

#blog-dd-filter.facet-component .facet-heading .clear-filter {
    display: none
}

#blog-dd-filter.facet-component .bottom-remove-filter {
    padding: 0
}

@media only screen and (max-width: 990px) {
    #blog-dd-filter.facet-component .bottom-remove-filter {
        display: none
    }
}

#blog-dd-filter.facet-component .bottom-remove-filter button {
    min-height: 42px;
    font-size: 20px;
    line-height: 20px;
    padding: 12px 50px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Inter", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 25px;
    cursor: pointer !important;
    outline: none;
    text-decoration: none;
    margin: 0;
    line-height: 2;
    background-color: #1362e2;
    color: #fff;
    padding: 4px 10px 4px 20px;
    text-align: center;
    display: inline-block;
    transition: transform 0.25s ease-in-out, background 0.25s ease-in-out;
    min-height: 0;
    border: none;
    padding: 0 20px !important;
    color: #fff;
    font-family: "Inter", Arial, sans-serif;
    border-radius: 5px;
    height: 40px;
    transition: .25s
}

.facet-dropdown,
.custom-facet-dropdown {
    margin: 20px 0;
    height: 40px;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.facet-dropdown select,
.custom-facet-dropdown select {
    appearance: none;
    -webkit-appearance: none;
    text-decoration: none;
    background-image: url(/-/media/project/gpn/heartland/heartland/icons/arrow-down-blue.svg);
    background-repeat: no-repeat;
    background-position: 95%;
    margin: 0;
    padding-left: 10px;
    width: 100%;
    height: 40px;
    background-color: #fff;
    color: #6d7680;
    border: 0;
    border-radius: 5px;
    position: relative;
    left: 0;
    box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075);
    cursor: pointer;
    text-overflow: ellipsis
}

.gp-full-width {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    position: relative;
    right: 50%;
    width: 100vw;
    max-width: 100%
}

.gp-full-width .row .component {
    width: 100%
}

.full-width-row>.component-content>.row {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    position: relative;
    right: 50%;
    width: 100vw;
    max-width: 100%
}

.blog-content-header {
    padding-left: 0
}

.blog-content-header .blog-head-wrap {
    display: flex;
    justify-content: space-between
}

.blog-content-header .blog-head-wrap>.row {
    margin: 0
}

.blog-content-header .blog-head-wrap .blog-social-list {
    display: flex
}

.breadcrumb.component.blog-breadcrumb .separator {
    display: inline-block;
    background-image: url("/Theme/dist/heartland/images/icon-link-arrow-gray.svg");
    background-repeat: no-repeat;
    margin: 0px 10px 0 10px;
    width: 8px;
    height: 11px
}

.breadcrumb.component.blog-breadcrumb li {
    position: relative;
    display: block;
    float: left
}

.breadcrumb.component.blog-breadcrumb li>.navigation-title {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px
}

@media (min-width: 767px) {
    .breadcrumb.component.blog-breadcrumb li>.navigation-title {
        padding-right: 0.5rem
    }
}

.breadcrumb.component.blog-breadcrumb li>.navigation-title>a {
    color: #1362e2
}

.breadcrumb.component.blog-breadcrumb li>.navigation-title>a:hover {
    color: #3078ee
}

.breadcrumb.component.blog-breadcrumb li.last a {
    color: #9fa6ab
}

.breadcrumb.component.blog-breadcrumb li.last a:hover {
    color: #899298
}

.breadcrumb.component.blog-breadcrumb li.last .separator {
    display: none
}

.breadcrumb.component.blog-breadcrumb li.item-hide:hover>ol {
    display: none
}

.breadcrumb.component.blog-breadcrumb li:hover>ol {
    display: block;
    position: absolute;
    top: 20px;
    left: auto;
    z-index: 100
}

.breadcrumb.component.blog-breadcrumb li.breadcrumb-item+.breadcrumb-item {
    padding-left: 0
}

@media (min-width: 767px) {
    .breadcrumb.component.blog-breadcrumb li.breadcrumb-item+.breadcrumb-item {
        padding-left: 1rem
    }
}

.breadcrumb.component.blog-breadcrumb li.breadcrumb-item+.breadcrumb-item:before {
    content: none
}

.back-to-blog .navigation-title a {
    margin-left: 42px
}

.back-to-blog .navigation-title a::before {
    padding-top: 11px
}

@media only screen and (max-width: 1024px) {
    .back-to-blog .navigation-title a {
        margin-left: 13px
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-slider.slick-dotted {
    padding-bottom: 30px
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}