body,
div,
fieldset,
form,
html,
label,
legend {
    margin: 0;
    padding: 0
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    text-align: left;
    vertical-align: top
}

caption,
h1,
h2,
h3,
h4,
h5,
h6,
td,
th {
    font-weight: 400
}

img {
    border: 0
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start
}

[class*=col-] {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px
}

[class*=col-]:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }

    [class*=col-] {
        padding: 15px
    }

    .col-1 {
        width: 8.3333333333%
    }

    .col-1,
    .col-2 {
        flex: none;
        margin: 0
    }

    .col-2 {
        width: 16.6666666667%
    }

    .col-3 {
        width: 25%
    }

    .col-3,
    .col-4 {
        flex: none;
        margin: 0
    }

    .col-4 {
        width: 33.3333333333%
    }

    .col-5 {
        width: 41.6666666667%
    }

    .col-5,
    .col-6 {
        flex: none;
        margin: 0
    }

    .col-6 {
        width: 50%
    }

    .col-7 {
        width: 58.3333333333%
    }

    .col-7,
    .col-8 {
        flex: none;
        margin: 0
    }

    .col-8 {
        width: 66.6666666667%
    }

    .col-9 {
        width: 75%
    }

    .col-9,
    .col-10 {
        flex: none;
        margin: 0
    }

    .col-10 {
        width: 83.3333333333%
    }

    .col-11 {
        width: 91.6666666667%
    }

    .col-11,
    .col-12 {
        flex: none;
        margin: 0
    }

    .col-12 {
        width: 100%
    }
}

@media (min-width:1024px) {
    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-1,
    .col-lg-2 {
        flex: none;
        margin: 0
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-3,
    .col-lg-4 {
        flex: none;
        margin: 0
    }

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

    .col-lg-5,
    .col-lg-6 {
        flex: none;
        margin: 0
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-7,
    .col-lg-8 {
        flex: none;
        margin: 0
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-9,
    .col-lg-10 {
        flex: none;
        margin: 0
    }

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

    .col-lg-11,
    .col-lg-12 {
        flex: none;
        margin: 0
    }

    .col-lg-12 {
        width: 100%
    }
}

html {
    overflow-y: scroll;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch
}

body,
html {
    overflow-x: hidden;
    min-height: 100vh
}

body {
    display: flex;
    flex-direction: column
}

*,
:after,
:before {
    box-sizing: inherit
}

footer,
header,
main,
section {
    position: relative;
    display: block
}

.audio_null {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 220px;
    padding: 0 10px;
    background-color: #f0f7fe
}

.audio_null-image {
    width: 100px
}

.background-dark,
.background-dark .h1,
.background-dark .h2,
.background-dark .h3,
.background-dark .h4,
.background-dark .h5,
.background-dark .h6,
.background-dark h1,
.background-dark h2,
.background-dark h3,
.background-dark h4,
.background-dark h5,
.background-dark h6 {
    color: #fff
}

.background-light {
    color: var(--color-body)
}

.background-light .h1,
.background-light .h2,
.background-light .h3,
.background-light .h4,
.background-light .h5,
.background-light .h6,
.background-light h1,
.background-light h2,
.background-light h3,
.background-light h4,
.background-light h5,
.background-light h6 {
    color: var(--color-heading)
}

.footer.background-dark,
.footer.background-dark .h1,
.footer.background-dark .h2,
.footer.background-dark .h3,
.footer.background-dark .h4,
.footer.background-dark .h5,
.footer.background-dark .h6,
.footer.background-dark a,
.footer.background-dark h1,
.footer.background-dark h2,
.footer.background-dark h3,
.footer.background-dark h4,
.footer.background-dark h5,
.footer.background-dark h6,
.header.background-dark,
.header.background-dark .h1,
.header.background-dark .h2,
.header.background-dark .h3,
.header.background-dark .h4,
.header.background-dark .h5,
.header.background-dark .h6,
.header.background-dark a,
.header.background-dark h1,
.header.background-dark h2,
.header.background-dark h3,
.header.background-dark h4,
.header.background-dark h5,
.header.background-dark h6,
.section.background-dark,
.section.background-dark .h1,
.section.background-dark .h2,
.section.background-dark .h3,
.section.background-dark .h4,
.section.background-dark .h5,
.section.background-dark .h6,
.section.background-dark a,
.section.background-dark h1,
.section.background-dark h2,
.section.background-dark h3,
.section.background-dark h4,
.section.background-dark h5,
.section.background-dark h6 {
    color: #fff
}

.footer.background-light,
.footer.background-light a,
.header.background-light,
.header.background-light a,
.section.background-light,
.section.background-light a {
    color: var(--color-body)
}

.footer.background-light .h1,
.footer.background-light .h2,
.footer.background-light .h3,
.footer.background-light .h4,
.footer.background-light .h5,
.footer.background-light .h6,
.footer.background-light h1,
.footer.background-light h2,
.footer.background-light h3,
.footer.background-light h4,
.footer.background-light h5,
.footer.background-light h6,
.header.background-light .h1,
.header.background-light .h2,
.header.background-light .h3,
.header.background-light .h4,
.header.background-light .h5,
.header.background-light .h6,
.header.background-light h1,
.header.background-light h2,
.header.background-light h3,
.header.background-light h4,
.header.background-light h5,
.header.background-light h6,
.section.background-light .h1,
.section.background-light .h2,
.section.background-light .h3,
.section.background-light .h4,
.section.background-light .h5,
.section.background-light .h6,
.section.background-light h1,
.section.background-light h2,
.section.background-light h3,
.section.background-light h4,
.section.background-light h5,
.section.background-light h6 {
    color: var(--color-heading)
}

.block.background-dark,
.block.background-dark .h1,
.block.background-dark .h2,
.block.background-dark .h3,
.block.background-dark .h4,
.block.background-dark .h5,
.block.background-dark .h6,
.block.background-dark a,
.block.background-dark h1,
.block.background-dark h2,
.block.background-dark h3,
.block.background-dark h4,
.block.background-dark h5,
.block.background-dark h6,
.dropdown_menu.background-dark,
.dropdown_menu.background-dark .h1,
.dropdown_menu.background-dark .h2,
.dropdown_menu.background-dark .h3,
.dropdown_menu.background-dark .h4,
.dropdown_menu.background-dark .h5,
.dropdown_menu.background-dark .h6,
.dropdown_menu.background-dark a,
.dropdown_menu.background-dark h1,
.dropdown_menu.background-dark h2,
.dropdown_menu.background-dark h3,
.dropdown_menu.background-dark h4,
.dropdown_menu.background-dark h5,
.dropdown_menu.background-dark h6,
.header_content--mobile.background-dark,
.header_content--mobile.background-dark .h1,
.header_content--mobile.background-dark .h2,
.header_content--mobile.background-dark .h3,
.header_content--mobile.background-dark .h4,
.header_content--mobile.background-dark .h5,
.header_content--mobile.background-dark .h6,
.header_content--mobile.background-dark a,
.header_content--mobile.background-dark h1,
.header_content--mobile.background-dark h2,
.header_content--mobile.background-dark h3,
.header_content--mobile.background-dark h4,
.header_content--mobile.background-dark h5,
.header_content--mobile.background-dark h6,
.social-icons.background-dark,
.social-icons.background-dark .h1,
.social-icons.background-dark .h2,
.social-icons.background-dark .h3,
.social-icons.background-dark .h4,
.social-icons.background-dark .h5,
.social-icons.background-dark .h6,
.social-icons.background-dark a,
.social-icons.background-dark h1,
.social-icons.background-dark h2,
.social-icons.background-dark h3,
.social-icons.background-dark h4,
.social-icons.background-dark h5,
.social-icons.background-dark h6 {
    color: #fff
}

.block.background-light,
.block.background-light a,
.dropdown_menu.background-light,
.dropdown_menu.background-light a,
.header_content--mobile.background-light,
.header_content--mobile.background-light a,
.social-icons.background-light,
.social-icons.background-light a {
    color: var(--color-body)
}

.block.background-light .h1,
.block.background-light .h2,
.block.background-light .h3,
.block.background-light .h4,
.block.background-light .h5,
.block.background-light .h6,
.block.background-light h1,
.block.background-light h2,
.block.background-light h3,
.block.background-light h4,
.block.background-light h5,
.block.background-light h6,
.dropdown_menu.background-light .h1,
.dropdown_menu.background-light .h2,
.dropdown_menu.background-light .h3,
.dropdown_menu.background-light .h4,
.dropdown_menu.background-light .h5,
.dropdown_menu.background-light .h6,
.dropdown_menu.background-light h1,
.dropdown_menu.background-light h2,
.dropdown_menu.background-light h3,
.dropdown_menu.background-light h4,
.dropdown_menu.background-light h5,
.dropdown_menu.background-light h6,
.header_content--mobile.background-light .h1,
.header_content--mobile.background-light .h2,
.header_content--mobile.background-light .h3,
.header_content--mobile.background-light .h4,
.header_content--mobile.background-light .h5,
.header_content--mobile.background-light .h6,
.header_content--mobile.background-light h1,
.header_content--mobile.background-light h2,
.header_content--mobile.background-light h3,
.header_content--mobile.background-light h4,
.header_content--mobile.background-light h5,
.header_content--mobile.background-light h6,
.social-icons.background-light .h1,
.social-icons.background-light .h2,
.social-icons.background-light .h3,
.social-icons.background-light .h4,
.social-icons.background-light .h5,
.social-icons.background-light .h6,
.social-icons.background-light h1,
.social-icons.background-light h2,
.social-icons.background-light h3,
.social-icons.background-light h4,
.social-icons.background-light h5,
.social-icons.background-light h6 {
    color: var(--color-heading)
}

.block {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.block-break {
    display: block;
    flex: 0 0 100%
}

p {
    margin-top: 0;
    margin-bottom: 0
}

li {
    margin-bottom: .2em
}

strong {
    font-weight: 700
}

pre {
    white-space: pre-wrap
}

.hidden {
    display: none !important
}

@media (max-width:767px) {
    .hidden--mobile {
        display: none !important
    }
}

@media (min-width:768px) {
    .hidden--desktop {
        display: none !important
    }

    .hidden--submit {
        display: block !important;
        width: 0 !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important
    }
}

.stop-scroll--html {
    overflow: hidden
}

.stop-scroll--body {
    overflow: hidden;
    height: 100%
}

body {
    font-family: var(--font-family-body);
    font-size: var(--font-size-body-mobile);
    font-weight: var(--font-weight-body);
    line-height: var(--line-height-body);
    position: relative;
    letter-spacing: normal;
    color: var(--color-body);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    text-rendering: optimizeLegibility
}

@media (min-width:768px) {
    body {
        font-size: var(--font-size-body-desktop)
    }
}

.h1,
h1 {
    font-size: var(--font-size-h1-mobile)
}

.h1,
.h2,
h1,
h2 {
    font-family: var(--font-family-heading);
    font-weight: var(--font-weight-heading);
    line-height: var(--line-height-heading);
    margin-top: 0;
    margin-bottom: .5rem;
    color: var(--color-heading)
}

.h2,
h2 {
    font-size: var(--font-size-h2-mobile)
}

.h3,
h3 {
    font-size: var(--font-size-h3-mobile)
}

.h3,
.h4,
h3,
h4 {
    font-family: var(--font-family-heading);
    font-weight: var(--font-weight-heading);
    line-height: var(--line-height-heading);
    margin-top: 0;
    margin-bottom: .5rem;
    color: var(--color-heading)
}

.h4,
h4 {
    font-size: var(--font-size-h4-mobile)
}

.h5,
h5 {
    font-size: var(--font-size-h5-mobile)
}

.h5,
.h6,
h5,
h6 {
    font-family: var(--font-family-heading);
    font-weight: var(--font-weight-heading);
    line-height: var(--line-height-heading);
    margin-top: 0;
    margin-bottom: .5rem;
    color: var(--color-heading)
}

.h6,
h6 {
    font-size: var(--font-size-h6-mobile)
}

@media (min-width:768px) {

    .h1,
    h1 {
        font-size: var(--font-size-h1-desktop)
    }

    .h2,
    h2 {
        font-size: var(--font-size-h2-desktop)
    }

    .h3,
    h3 {
        font-size: var(--font-size-h3-desktop)
    }

    .h4,
    h4 {
        font-size: var(--font-size-h4-desktop)
    }

    .h5,
    h5 {
        font-size: var(--font-size-h5-desktop)
    }

    .h6,
    h6 {
        font-size: var(--font-size-h6-desktop)
    }
}

a {
    transition: all .1s;
    text-decoration: none
}

a,
a:hover {
    color: var(--color-primary)
}

a:hover {
    filter: brightness(115%)
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.align-items-start {
    align-items: flex-start
}

.align-items-center {
    align-items: center
}

.align-items-end {
    align-items: flex-end
}

.align-items-stretch {
    align-items: stretch
}

.justify-content-left {
    justify-content: flex-start
}

.justify-content-center {
    justify-content: center
}

.justify-content-right {
    justify-content: flex-end
}

.justify-content-around {
    justify-content: space-around
}

.justify-content-between {
    justify-content: space-between
}

.stretch {
    flex: 1
}

.box-shadow-none {
    box-shadow: none
}

.box-shadow-small {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .05)
}

.box-shadow-medium {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .075)
}

.box-shadow-large {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .1)
}

.accordion .accordion-title:after {
    font-family: Material Design Icons;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    padding-right: 15px;
    content: "\F0374";
    color: var(--color-primary);
    -webkit-font-smoothing: antialiased;
    text-rendering: auto
}

.accordion .accordion-title.collapsed:after {
    content: "\F0415"
}

.card {
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    min-width: 0;
    margin: 0;
    word-wrap: break-word;
    border: none;
    background-color: transparent;
    background-clip: border-box
}

.card__body {
    flex: 1 1 auto;
    padding: 20px
}

.card__body>:first-child {
    margin-top: 0 !important
}

.card__body>:last-child {
    margin-bottom: 0 !important
}

.card__text {
    margin-bottom: 1rem;
    font-size: 14px
}

.card__button {
    margin: 0 0 1.5rem
}

.card__footer {
    font-size: 16px
}

.card:hover {
    filter: none
}

@media (min-width:768px) {
    .card__body {
        padding: 30px
    }

    .card__text {
        font-size: 16px
    }
}

.close-x {
    position: absolute;
    top: -12px;
    right: -12px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    z-index: 1000;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .05);
    cursor: pointer
}

.close-x_part {
    position: absolute;
    width: 2px;
    height: 15px;
    background-color: #666
}

.close-x_part:first-child {
    transform: rotate(-45deg)
}

.close-x_part:last-child {
    transform: rotate(45deg)
}

.container {
    position: relative;
    flex-grow: 1;
    max-width: 1340px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px
}

@media (min-width:768px) {
    .container {
        padding-right: 40px;
        padding-left: 40px
    }
}

.countdown__column {
    width: 25%;
    margin-bottom: 0;
    padding: 15px
}

.countdown__item {
    text-align: center
}

.countdown__number {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 0
}

.countdown__label {
    font-weight: 700;
    margin-bottom: 0
}

.countdown__boxed .countdown__number {
    margin-bottom: 10px;
    padding: 10px 0;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .07)
}

@media (min-width:768px) {
    .countdown__number {
        font-size: 4rem
    }
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown-trigger {
    position: relative;
    display: block;
    margin: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .2s cubic-bezier(1, 0, 0, 1)
}

.dropdown-menu {
    position: absolute;
    z-index: 9999;
    top: 40px;
    left: -20px;
    min-width: 200px;
    padding: 10px 0;
    transition: transform .2s cubic-bezier(1, 0, 0, 1);
    transform: scale(0);
    transform-origin: top left;
    opacity: 0;
    border-radius: 4px;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .1)
}

.dropdown-menu,
.dropdown-menu--text-left {
    text-align: left
}

.dropdown-menu--text-center {
    transform-origin: top center;
    text-align: center
}

.dropdown-menu--text-right {
    right: -20px;
    left: auto;
    transform-origin: top right;
    text-align: right
}

.dropdown-item a {
    display: block;
    margin: 0;
    padding: 10px 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .2s;
    color: var(--color-body)
}

.dropdown-item a:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, .02)
}

.dropdown__icon {
    position: relative;
    top: 1px;
    display: inline-block;
    margin-left: 5px;
    transition: all .2s
}

.dropdown--open .dropdown-menu {
    display: block;
    transform: scale(1);
    opacity: 1
}

@media (min-width:768px) {
    .dropdown-menu {
        background-color: #fff
    }
}

.editor-null {
    padding: 20px;
    text-align: center;
    border: 2px dashed #e4e8ee
}

.feature>:first-child {
    margin-top: 0 !important
}

.feature>:last-child {
    margin-bottom: 0 !important
}

.feature_image {
    display: inline-block;
    margin-bottom: 1rem
}

.feature_text {
    font-size: 14px;
    margin-bottom: 1rem
}

.feature .btn {
    margin: 0
}

.feature .feature_text>:first-child {
    margin-top: 0 !important
}

.feature .feature_text>:last-child {
    margin-bottom: 0 !important
}

@media (min-width:768px) {
    .feature_text {
        font-size: 16px
    }
}

.form-group {
    margin-bottom: 20px
}

.form-group label {
    position: relative;
    margin-bottom: 5px;
    text-align: left
}

.form-control,
.form-group label {
    font-family: var(--font-family-body);
    font-size: var(--font-size-body-mobile);
    display: block;
    color: var(--color-body)
}

.form-control {
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    padding: 10.5px 10px;
    transition: all .2s;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    background-color: #fff;
    background-clip: padding-box
}

.form-control:focus {
    border-color: #bbb;
    outline: 0;
    box-shadow: none
}

.form-control::-moz-placeholder {
    color: var(--color-placeholder)
}

.form-control:-ms-input-placeholder {
    color: var(--color-placeholder)
}

.form-control::placeholder {
    color: var(--color-placeholder)
}

.form-control:-ms-input-placeholder {
    color: var(--color-placeholder)
}

.form-control::-ms-input-placeholder {
    color: var(--color-placeholder)
}

.checkbox-field {
    text-align: left
}

.checkbox-field .form-control {
    display: inline-block;
    width: auto;
    margin: 0 10px 0 0
}

.checkbox-field label {
    position: relative;
    display: block;
    margin-bottom: 5px
}

.checkbox-field .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.radio-buttons-field {
    text-align: left
}

.radio-buttons-field .form-control {
    display: inline-block;
    width: auto;
    margin: 0 10px 0 0
}

.radio-buttons-field label {
    position: relative;
    display: block;
    margin-bottom: 5px
}

.radio-buttons-field .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.country-field .form-control,
.select-box-field .form-control {
    height: 50px
}

@media (min-width:768px) {

    .form-control,
    .form-group label {
        font-size: var(--font-size-body-desktop)
    }

    .fields-wrapper {
        display: flex;
        flex-direction: row;
        align-items: flex-start
    }

    .fields-wrapper .form-group {
        flex-grow: 1;
        align-self: center;
        margin-right: 1rem;
        margin-bottom: 0
    }

    .fields-wrapper .form-btn {
        display: inline-block;
        width: auto;
        margin: 0
    }

    .fields-wrapper div:last-child label {
        display: block;
        margin-bottom: 5px
    }
}

.hamburger {
    position: relative;
    margin-left: auto;
    width: 30px;
    height: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}

.hamburger__slices {
    position: relative;
    width: 100%;
    height: 24px
}

.hamburger__slice {
    position: absolute;
    width: 100%;
    height: 2px;
    transition: all .2s ease-in-out;
    background-color: var(--color-body)
}

.hamburger--slice-2,
.hamburger--slice-3 {
    top: 11px
}

.hamburger--slice-4 {
    top: 22px
}

.hamburger--opened {
    z-index: 1000
}

.hamburger--opened .hamburger--slice-1 {
    transform: translateY(-6px);
    opacity: 0
}

.hamburger--opened .hamburger--slice-2 {
    transform: rotate(-45deg)
}

.hamburger--opened .hamburger--slice-3 {
    transform: rotate(45deg)
}

.hamburger--opened .hamburger--slice-4 {
    transform: translateY(6px);
    opacity: 0
}

.hello-bar {
    font-size: var(--font-size-body-mobile);
    display: block;
    margin: 0;
    padding: 8px 0
}

.hello-bar__text {
    margin: 0
}

@media (min-width:768px) {
    .hello-bar {
        font-size: var(--font-size-body-desktop)
    }
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

.image {
    position: relative
}

.image_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: all .2s;
    text-align: center;
    opacity: 0;
    background-color: #fff
}

.image_overlay-text>:last-child {
    margin-bottom: 0
}

.image:hover .image_overlay {
    opacity: 1
}

.image.is-64x64 {
    width: 64px;
    height: 64px
}

.image.is-80x80,
.image.is-80x80-mobile {
    height: 80px;
    width: 80px
}

.image.is-128x128 {
    height: 128px;
    width: 128px
}

@media (min-width:768px) {
    .image.is-80x80-mobile {
        height: 128px;
        width: 128px
    }
}

.btn {
    font-family: var(--font-family-body);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    display: inline-block;
    margin: 0 8px 0 0;
    padding: 9.5px 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .2s;
    text-align: center;
    vertical-align: middle;
    letter-spacing: .25px;
    color: var(--btn-text-color);
    border: 2px solid var(--btn-background-color);
    border-radius: var(--btn-border-radius);
    background-color: var(--btn-background-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.btn:last-child {
    margin-right: 0
}

.btn:hover {
    filter: brightness(120%)
}

.btn-1click[disabled],
.btn[disabled] {
    box-shadow: none;
    opacity: .5
}

.form-btn {
    font-family: var(--font-family-body);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    display: inline-block;
    padding: 9.5px 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .2s;
    text-align: center;
    vertical-align: middle;
    letter-spacing: .25px;
    color: var(--btn-text-color);
    border: 2px solid var(--btn-background-color);
    border-radius: var(--btn-border-radius);
    background-color: var(--btn-background-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    margin: 8px 8px 0 0
}

.form-btn:last-child {
    margin-right: 0
}

.form-btn:hover {
    filter: brightness(120%)
}

.btn-block,
.btn-full {
    display: inline-block;
    width: 100%
}

.btn-small {
    font-size: 90%;
    padding: 8px 16px
}

.btn-medium {
    padding: 9.5px 30px
}

.btn-large {
    font-size: 120%;
    padding: 12px 40px
}

div[id^=section-] {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.sizer {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 40px
}

.sizer-full {
    display: flex;
    align-items: center;
    min-height: 100vh
}

.sizer-full .container {
    margin: auto
}

@media (min-width:768px) {
    .sizer {
        padding-bottom: 100px
    }
}

.user {
    display: flex
}

.img-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.logo {
    display: inline-block;
    margin: 0
}

.logo__text {
    font-size: 24px;
    font-weight: var(--font-weight-heading);
    margin: 0
}

.media {
    margin-bottom: 2rem
}

.media:last-child {
    margin-bottom: 0
}

.media {
    display: flex;
    align-items: center
}

.media-left {
    padding-right: 10px
}

.media-body {
    flex: 1
}

.media-mobile {
    flex-wrap: wrap;
    justify-content: center
}

@media (min-width:768px) {
    .media-mobile {
        flex-wrap: nowrap
    }
}

.modal {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    display: none !important;
    overflow-x: hidden;
    overflow-y: auto;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 20px;
    transition: all 2s;
    background-color: rgba(0, 0, 0, .9);
    -webkit-overflow-scrolling: touch
}

.modal_content {
    position: relative;
    display: block;
    width: 100%;
    max-width: 650px;
    margin: auto;
    padding: 15px 10px;
    cursor: auto;
    border-radius: 4px;
    background-color: #fff
}

.modal_block {
    display: block;
    padding: 15px
}

.modal_button {
    display: inline-block;
    padding: 1rem
}

.modal_title {
    margin-bottom: 0
}

.modal--open {
    display: flex !important
}

.modal--open .modal_content {
    -webkit-animation: open .3s cubic-bezier(1, 0, 0, 1);
    animation: open .3s cubic-bezier(1, 0, 0, 1)
}

@media (min-width:768px) {
    .modal {
        padding: 30px
    }

    .modal_content {
        padding: 20px
    }

    .modal_block {
        display: inline-block
    }

    .modal_body {
        padding: 15px
    }
}

@-webkit-keyframes open {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block;
        transform: translateY(-200px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes open {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block;
        transform: translateY(-200px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.pricing__info {
    display: inline-flex;
    margin-bottom: 10px
}

.pricing__price {
    margin-top: 1rem;
    margin-bottom: 0
}

.pricing__frequency {
    margin-bottom: 3px
}

.pricing__name {
    margin: 0;
    font-weight: 700
}

.pricing__heading {
    font-size: 16px
}

.pricing ol,
.pricing ul {
    margin: 2rem 0
}

.pricing li {
    margin: 8px 0
}

.pricing .custom-icon li,
.pricing .custom-icon ul {
    list-style: none
}

.pricing .custom-icon li:before {
    content: "\f012C";
    font-family: Material Design Icons;
    font-weight: 700;
    float: left;
    margin-left: -2rem;
    color: var(--color-primary)
}

.pricing .btn {
    margin-top: 1rem
}

.social-icons__heading {
    margin-bottom: 15px
}

.social-icons__icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.social-icons__icons>:first-child {
    margin-left: 0 !important
}

.social-icons__icons>:last-child {
    margin-right: 0 !important
}

.social-icons__icon {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    transition: all .2s;
    text-decoration: none
}

.social-icons__icon--med {
    font-size: 24px
}

.social-icons__icon--lg {
    font-size: 32px
}

.social-icons__icon:hover {
    filter: brightness(120%)
}

.social-icons--round .social-icons__icon {
    width: 2em;
    height: 2em;
    margin: 0 5px 5px 0;
    border-radius: 50%
}

.social-icons--square .social-icons__icon {
    width: 2em;
    height: 2em;
    margin: 0 5px 5px 0
}

.footer {
    position: relative
}

.footer__content {
    padding: 20px 0
}

.footer__container {
    flex-direction: column;
    align-items: center;
    justify-content: space-between
}

.footer__container>:first-child {
    margin-left: 0 !important
}

.footer__container>:last-child {
    margin-right: 0 !important
}

.footer__block {
    flex-shrink: 0;
    margin: 10px 0
}

.footer .link-list {
    display: block
}

.footer .link-list__link {
    margin: 5px 10px
}

@media (min-width:768px) {
    .footer__container {
        flex-direction: row
    }

    .footer__block {
        margin: 0 10px
    }

    .footer .link-list {
        display: flex
    }

    .footer .link-list>:first-child {
        margin-left: 0
    }

    .footer .link-list>:last-child {
        margin-right: 0
    }

    .footer .link-list__link {
        margin: 0 10px
    }
}

.footer--stacked .footer__container {
    flex-direction: column
}

.footer--stacked .footer__block {
    margin: 10px 0
}

.footer--stacked .link-list {
    display: block;
    text-align: center
}

.footer--stacked .link-list__link {
    margin: 5px 10px !important
}

.header {
    transition: all .5s
}

.header a {
    color: var(--color-body)
}

.header__container {
    align-items: center
}

.header__container>div:first-of-type {
    margin-left: 0 !important
}

.header__container>div:last-of-type {
    margin-right: 0 !important
}

.header__content--desktop {
    padding: 20px 0
}

.header__content--desktop .header__block {
    display: none;
    margin: 0 10px
}

.header__content--desktop .header__block--hello-bar {
    margin: 0
}

.header__content--desktop .header__block--user .dropdown-menu {
    top: 48px
}

.header__content--desktop .header__block--show {
    display: block
}

.header__content--desktop .link-list>:first-child {
    margin-left: 0
}

.header__content--desktop .link-list>:last-child {
    margin-right: 0
}

.header__content--desktop .link-list__link {
    margin: 0 10px
}

.header__content--desktop .btn {
    margin: 0
}

.header__content--mobile {
    display: none;
    overflow-y: scroll;
    max-height: 70vh;
    padding-bottom: 20px
}

.header__content--mobile .dropdown {
    display: block
}

.header__content--mobile .dropdown-trigger {
    display: none
}

.header__content--mobile .dropdown-menu {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    min-width: auto;
    margin: 0;
    padding: 0;
    transform: scale(1);
    opacity: 1;
    border-radius: 0;
    box-shadow: none
}

.header__content--mobile .dropdown-item a {
    margin: 0;
    padding: 8px 20px
}

.header__content--mobile .link-list,
.header__content--mobile .user {
    display: block;
    text-align: left
}

.header__content--mobile .link-list__link {
    display: block;
    margin: 0;
    padding: 8px 20px;
    transition: all .2s cubic-bezier(1, 0, 0, 1)
}

.header__content--mobile .link-list__link:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, .02)
}

.header__content--mobile .user-login a {
    display: block;
    margin: 0;
    padding: 8px 20px;
    transition: all .2s cubic-bezier(1, 0, 0, 1)
}

.header__content--mobile .user-login a:hover {
    background-color: rgba(0, 0, 0, .02)
}

.header__content--mobile .header__block--cta,
.header__content--mobile .header__block--social-icons {
    padding: 8px 20px
}

.header--static {
    display: block
}

.header--overlay {
    position: absolute;
    z-index: 9999;
    top: 0;
    width: 100%
}

.header--fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .075)
}

@media (min-width:768px) {
    .header__content--desktop .header__block {
        display: inline-block;
        margin: 0 10px
    }

    .header__content--mobile {
        display: none
    }
}

.link-list__link {
    margin-bottom: 5px;
    transition: all .2s cubic-bezier(1, 0, 0, 1)
}

.link-list--row {
    display: block
}

.link-list--column {
    display: flex;
    flex-direction: column
}

.link-list--column .link-list__title {
    display: block;
    margin-bottom: 10px
}

.link-list--column .link-list__link {
    display: block
}

.link-list--mobile-left .link-list__link {
    margin: 0 20px 0 0
}

.link-list--mobile-center .link-list__link {
    margin: 0 10px
}

.link-list--mobile-right .link-list__link {
    margin: 0 0 0 20px
}

@media (min-width:768px) {
    .link-list--desktop-left .link-list__link {
        margin: 0 20px 0 0
    }

    .link-list--desktop-center .link-list__link {
        margin: 0 10px
    }

    .link-list--desktop-right .link-list__link {
        margin: 0 0 0 20px
    }
}

.course-tags {
    margin-bottom: 2rem
}

.course-tags:last-child {
    margin-bottom: 0
}

.course-tags .course-tag-title {
    margin-bottom: .75rem
}

.course-tags .course-tag {
    margin-left: -5px;
    margin-right: -5px
}

.course-tags .course-tag::-webkit-scrollbar {
    display: none
}

.course-tags .course-item {
    padding: 0 5px
}

.course-tags .course-content {
    margin-top: .75rem
}

.course-tag-horizontal .course-item {
    width: 20%;
    display: block
}

@media (max-width:575px) {
    .course-tag-horizontal.course-tag {
        overflow: hidden;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .course-tag-horizontal .course-item {
        width: 170px;
        display: inline-block;
        overflow: hidden;
        vertical-align: top
    }
}

.course-image img {
    border-radius: 4px
}

.course-topics .course-cat-title {
    cursor: default;
    padding: 15px
}

.course-topic {
    margin-bottom: 40px
}

.course-topic:last-child {
    margin-bottom: 0
}

.course-topics .course-cat-title h4 {
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
    margin-top: 0
}

.course-lesson-no {
    padding: 0 8px
}

.course-lesson-complete {
    color: var(--color-primary)
}

.course-lesson {
    border-top: 1px solid #2e2c42;
    display: flex;
    align-items: center;
    padding: 15px
}

.course-lesson-link:last-child .course-lesson {
    border-bottom: 1px solid #2e2c42
}

.course-lesson-left {
    width: 80px
}

@media (max-width:575px) {
    .course-lesson-left {
        width: 60px
    }
}

.course-lesson-meta {
    font-size: 11px;
    line-height: 1.4rem;
    margin-bottom: 5px
}

.course-lesson-title {
    font-size: 16px;
    line-height: 1.4rem
}

.teacher-avatar {
    border-radius: 50%
}

.lesson-content,
.lesson-content-video-wrap {
    width: 100%
}

.lesson-topbar {
    width: 100%;
    min-height: 70px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px
}

.lesson-topbar .lesson-topbar-title {
    font-size: 28px;
    text-align: center;
    flex-grow: 999999
}

@media (max-width:767px) {
    .lulms-single-page-top-bar .lesson-topbar-title {
        font-size: 24px
    }
}

.lesson-pagination-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px
}

.lesson-pagination-wrap a {
    color: var(--color-primary)
}

.progress-bar {
    display: block;
    height: 3px;
    background: #e1e1e1
}

.progress-fill {
    height: 3px;
    background: var(--color-primary)
}

.is-flex {
    display: flex
}

.is-flex-direction-row {
    flex-direction: row
}

.muted {
    opacity: .5
}

a.btn-action {
    color: #fff
}

.btn-lesson-player {
    margin-top: .75rem
}

.comment {
    margin: 1.5rem 0
}

.comments>.comment {
    border-top: 1px solid #2e2c42
}

.comment-reply {
    margin-left: 1.5rem
}

.comment-reply .comment {
    border-left: 2px solid var(--color-primary);
    padding: 1rem 0 1rem 1.25rem
}

.comment-author {
    margin: 1.5rem 0;
    font-weight: 700
}

.comment-date {
    white-space: nowrap;
    font-size: .875rem;
    opacity: .6
}

.comment-form-reply {
    margin: 1.5rem 0
}

.btn-comment-action,
.btn-comment-save {
    margin-top: .75rem
}

.memo,
.memo-author {
    margin: 1.5rem 0
}

.memo-author {
    font-weight: 700
}

.memo-date {
    white-space: nowrap;
    font-size: .875rem;
    opacity: .6
}

.btn-memo-save {
    margin-top: .75rem
}

.smart-next {
    overflow: hidden;
    font-size: 0;
    background: #f9f9f9;
    padding: 0 .5rem;
    line-height: 1.7;
    transition: opacity 1s ease-in-out
}

.smart-next-block {
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle;
    padding: 0 .5rem
}

.smart-next-block-left {
    width: 25%;
    text-align: right
}

.smart-next-block-middle {
    width: 50%;
    text-align: left
}

.smart-next-block-right {
    width: 25%;
    text-align: right
}

.smart-next-img {
    width: 100%;
    margin: 1rem 0 !important;
    border-radius: 4px
}

.smart-next-text {
    display: block
}

.smart-next-link-small {
    font-size: .85rem
}

.smart-next-link-small i {
    margin-left: .5rem
}

@media (max-width:575px) {
    .smart-next {
        padding-bottom: .6rem
    }

    .smart-next-block {
        display: block;
        width: 100%;
        text-align: center
    }

    .smart-next-img {
        margin-bottom: .5rem !important
    }
}

.help {
    display: block;
    font-size: .75rem;
    margin-top: .25rem
}

.help.is-danger {
    color: #f14668
}

.notification.is-info {
    background-color: #3298dc;
    color: #fff
}

.notification {
    background-color: #f5f5f5;
    border-radius: 4px;
    position: relative;
    padding: 1.25rem 2.5rem 1.25rem 1.5rem
}

.notification>.delete {
    right: .5rem;
    position: absolute;
    top: .5rem
}

.delete {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(10, 10, 10, .2);
    border: none;
    border-radius: 290486px;
    cursor: pointer;
    pointer-events: auto;
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 0;
    height: 20px;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    outline: 0;
    position: relative;
    vertical-align: top;
    width: 20px
}

.delete:before {
    height: 2px;
    width: 50%
}

.delete:after {
    height: 50%;
    width: 2px
}

.delete:after,
.delete:before {
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center
}

.pagination {
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: space-between;
    list-style: none;
    padding: 0
}

.pagination li {
    padding-left: .5rem;
    padding-right: .5rem
}

.section-border .row {
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 8px
}

.m-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.mx-0 {
    margin-right: 0 !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mr-1 {
    margin-right: .25rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.mx-1 {
    margin-right: .25rem !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.mx-2 {
    margin-right: .5rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.m-3 {
    margin: .75rem !important
}

.mt-3 {
    margin-top: .75rem !important
}

.mr-3 {
    margin-right: .75rem !important
}

.mb-3 {
    margin-bottom: .75rem !important
}

.ml-3,
.mx-3 {
    margin-left: .75rem !important
}

.mx-3 {
    margin-right: .75rem !important
}

.my-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important
}

.m-4 {
    margin: 1rem !important
}

.mt-4 {
    margin-top: 1rem !important
}

.mr-4 {
    margin-right: 1rem !important
}

.mb-4 {
    margin-bottom: 1rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1rem !important
}

.my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.m-5 {
    margin: 1.5rem !important
}

.mt-5 {
    margin-top: 1.5rem !important
}

.mr-5 {
    margin-right: 1.5rem !important
}

.mb-5 {
    margin-bottom: 1.5rem !important
}

.ml-5,
.mx-5 {
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 1.5rem !important
}

.my-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.m-6 {
    margin: 3rem !important
}

.mt-6 {
    margin-top: 3rem !important
}

.mr-6 {
    margin-right: 3rem !important
}

.mb-6 {
    margin-bottom: 3rem !important
}

.ml-6,
.mx-6 {
    margin-left: 3rem !important
}

.mx-6 {
    margin-right: 3rem !important
}

.my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto {
    margin-top: auto !important
}

.mr-auto {
    margin-right: auto !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

.mx-auto {
    margin-right: auto !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.p-0 {
    padding: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.px-0 {
    padding-right: 0 !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pr-1 {
    padding-right: .25rem !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.px-1 {
    padding-right: .25rem !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pr-2 {
    padding-right: .5rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.px-2 {
    padding-right: .5rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.p-3 {
    padding: .75rem !important
}

.pt-3 {
    padding-top: .75rem !important
}

.pr-3 {
    padding-right: .75rem !important
}

.pb-3 {
    padding-bottom: .75rem !important
}

.pl-3,
.px-3 {
    padding-left: .75rem !important
}

.px-3 {
    padding-right: .75rem !important
}

.py-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important
}

.p-4 {
    padding: 1rem !important
}

.pt-4 {
    padding-top: 1rem !important
}

.pr-4 {
    padding-right: 1rem !important
}

.pb-4 {
    padding-bottom: 1rem !important
}

.pl-4,
.px-4 {
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1rem !important
}

.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.p-5 {
    padding: 1.5rem !important
}

.pt-5 {
    padding-top: 1.5rem !important
}

.pr-5 {
    padding-right: 1.5rem !important
}

.pb-5 {
    padding-bottom: 1.5rem !important
}

.pl-5,
.px-5 {
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 1.5rem !important
}

.py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.p-6 {
    padding: 3rem !important
}

.pt-6 {
    padding-top: 3rem !important
}

.pr-6 {
    padding-right: 3rem !important
}

.pb-6 {
    padding-bottom: 3rem !important
}

.pl-6,
.px-6 {
    padding-left: 3rem !important
}

.px-6 {
    padding-right: 3rem !important
}

.py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.p-auto {
    padding: auto !important
}

.pt-auto {
    padding-top: auto !important
}

.pr-auto {
    padding-right: auto !important
}

.pb-auto {
    padding-bottom: auto !important
}

.pl-auto,
.px-auto {
    padding-left: auto !important
}

.px-auto {
    padding-right: auto !important
}

.py-auto {
    padding-top: auto !important;
    padding-bottom: auto !important
}

.card-brand {
    display: flex;
    justify-content: center;
    width: 3.5rem;
    height: 2.5rem
}

.stripe-element-style {
    line-height: 1.5;
    display: block;
    width: 100%;
    padding: 10.5px 10px;
    transition: all .2s;
    color: #595959;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    background-color: #fff;
    background-clip: padding-box
}

footer , footer *{
    background-color: #e4e4e4 !important;
}