﻿

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.wp-block-button {
    color: #fff
}

    .wp-block-button.aligncenter {
        text-align: center
    }

    .wp-block-button.alignright {
        text-align: right
    }

.wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

    .wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
        color: inherit
    }

.wp-gs .wp-block-button__link:not(.has-background) {
    background-color: var(--wp-block-core-button--color--background,var(--wp-color--primary,#32373c))
}

.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.no-border-radius.wp-block-button__link {
    border-radius: 0 !important
}

.is-style-outline {
    color: #32373c
}

    .is-style-outline .wp-block-button__link {
        background-color: transparent;
        border: 2px solid
    }

.wp-block-buttons .wp-block-button {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px
}

.wp-block-buttons.alignright .wp-block-button {
    margin-right: none;
    margin-left: 8px
}

.wp-block-buttons.aligncenter, .wp-block-calendar {
    text-align: center
}

    .wp-block-calendar tbody td, .wp-block-calendar th {
        padding: 4px;
        border: 1px solid #e2e4e7
    }

    .wp-block-calendar tfoot td {
        border: none
    }

    .wp-block-calendar table {
        width: 100%;
        border-collapse: collapse;
        font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif
    }

        .wp-block-calendar table th {
            font-weight: 400;
            background: #edeff0
        }

    .wp-block-calendar a {
        text-decoration: underline
    }

    .wp-block-calendar tfoot a {
        color: #00739c
    }

    .wp-block-calendar table caption, .wp-block-calendar table tbody {
        color: #40464d
    }

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-columns {
    display: flex;
    margin-bottom: 28px;
    flex-wrap: wrap
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-columns.has-background {
    padding: 20px 30px
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (max-width:599px) {
    .wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width:600px) and (max-width:781px) {
    .wp-block-column {
        flex-basis: calc(50% - 16px) !important;
        flex-grow: 0
    }

        .wp-block-column:nth-child(2n) {
            margin-left: 32px
        }
}

@media (min-width:782px) {
    .wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }

        .wp-block-column[style] {
            flex-grow: 0
        }

        .wp-block-column:not(:first-child) {
            margin-left: 32px
        }
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-cover, .wp-block-cover-image {
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: fixed
    }

@supports (-webkit-overflow-scrolling:touch) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background {
    opacity: 1
}

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    max-width: 290px;
    width: 100%
}

.wp-block-cover-image:after, .wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-cover-image:after, .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 70px);
    z-index: 1;
    color: #f8f9f9
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover .wp-block-subhead:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover
}

.wp-block-cover-image-text, .wp-block-cover-text, section.wp-block-cover-image h2 {
    color: #fff
}

    .wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
        color: #fff
    }

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content > h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content > h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 580px;
    padding: 14px;
    text-align: center
}

.block-editor-block-list__block[data-type="core/embed"][data-align=left], .block-editor-block-list__block[data-type="core/embed"][data-align=right], .wp-block-embed.alignleft, .wp-block-embed.alignright {
    max-width: 360px;
    width: 100%
}

.wp-block-embed {
    margin-bottom: 1em
}

    

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
    position: relative
}

    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
        content: "";
        display: block;
        padding-top: 50%
    }

    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
        padding-top: 42.85%
    }

    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
        padding-top: 50%
    }

    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
        padding-top: 56.25%
    }

    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
        padding-top: 75%
    }

    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
        padding-top: 100%
    }

    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
        padding-top: 177.78%
    }

    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
        padding-top: 200%
    }

.wp-block-file {
    margin-bottom: 1.5em
}

    .wp-block-file.aligncenter {
        text-align: center
    }

    .wp-block-file.alignright {
        text-align: right
    }

    .wp-block-file .wp-block-file__button {
        background: #32373c;
        border-radius: 2em;
        color: #fff;
        font-size: 13px;
        padding: .5em 1em
    }

    .wp-block-file a.wp-block-file__button {
        text-decoration: none
    }

        .wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
            box-shadow: none;
            color: #fff;
            opacity: .85;
            text-decoration: none
        }

    .wp-block-file * + .wp-block-file__button {
        margin-left: .75em
    }

.blocks-gallery-grid, .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

    .blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
        margin: 0 16px 16px 0;
        display: flex;
        flex-grow: 1;
        flex-direction: column;
        justify-content: center;
        position: relative
    }

        .blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
            margin: 0;
            height: 100%
        }

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}



}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        object-fit: cover
    }
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 16px)/2)
}

    .blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0
    }

.blocks-gallery-grid.columns-1 .blocks-gallery-image, .blocks-gallery-grid.columns-1 .blocks-gallery-item, .wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media (min-width:600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc((100% - 32px)/3);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
            width: calc((100% - 32px)/3 - 1px)
        }
    }

    .blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc((100% - 48px)/4);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
            width: calc((100% - 48px)/4 - 1px)
        }
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc((100% - 64px)/5);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
            width: calc((100% - 64px)/5 - 1px)
        }
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc((100% - 80px)/6);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
            width: calc((100% - 80px)/6 - 1px)
        }
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc((100% - 96px)/7);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
            width: calc((100% - 96px)/7 - 1px)
        }
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc((100% - 112px)/8);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
            width: calc((100% - 112px)/8 - 1px)
        }
    }

    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid .blocks-gallery-image:last-child, .blocks-gallery-grid .blocks-gallery-item:last-child, .wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
    max-width: 290px;
    width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure, .wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-image {
    margin-bottom: 1em
}

    .wp-block-image img {
        max-width: 100%
    }

    .wp-block-image.aligncenter {
        text-align: center
    }

    .wp-block-image.alignfull img, .wp-block-image.alignwide img {
        width: 100%
    }

    .wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized {
        display: table;
        margin-left: 0;
        margin-right: 0
    }



    .wp-block-image .alignleft {
        float: left;
        margin-right: 1em
    }

    .wp-block-image .alignright {
        float: right;
        margin-left: 1em
    }

    .wp-block-image .aligncenter {
        margin-left: auto;
        margin-right: auto
    }



.is-style-circle-mask img, .is-style-rounded img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0
    }
}

.wp-block-latest-comments__comment {
    font-size: 15px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 36px;
    list-style: none
}

    .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
        margin-left: 52px
    }

.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    line-height: 1.8;
    margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px
}

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 12px;
    width: 40px
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none
}

    .wp-block-latest-posts.wp-block-latest-posts__list li {
        clear: both
    }

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

    .wp-block-latest-posts.is-grid li {
        margin: 0 16px 16px 0;
        width: 100%
    }

@media (min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 16px)
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 16px)
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 16px)
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 16px)
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-latest-posts__post-excerpt {
    margin-top: 8px;
    margin-bottom: 16px
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

.wp-block-media-text {
    !rtl:begin:ignore direction: ltr;
    !rtl:end:ignore display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

    .wp-block-media-text.has-media-on-the-right {
        -ms-grid-columns: 1fr 50%;
        grid-template-columns: 1fr 50%
    }

    .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
        -ms-grid-row-align: start;
        align-self: start
    }

    .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media {
        -ms-grid-row-align: center;
        align-self: center
    }

    .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
        -ms-grid-row-align: end;
        align-self: end
    }

    .wp-block-media-text .wp-block-media-text__media {
        !rtl:begin:ignore -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
        !rtl:end:ignore margin: 0
    }

    .wp-block-media-text .wp-block-media-text__content {
        direction: ltr;
        !rtl:begin:ignore -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        grid-row: 1;
        !rtl:end:ignore padding: 0 8%;
        word-break: break-word
    }

    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
        !rtl:begin:ignore -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        grid-row: 1 !rtl:end:ignore
    }

    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
        !rtl:begin:ignore -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1 !rtl:end:ignore
    }

    .wp-block-media-text > figure > img, .wp-block-media-text > figure > video {
        max-width: unset;
        width: 100%;
        vertical-align: middle
    }

    .wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
        height: 100%;
        min-height: 250px;
        background-size: cover
    }

        .wp-block-media-text.is-image-fill figure.wp-block-media-text__media > img {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0,0,0,0);
            border: 0
        }

@media (max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        -ms-grid-columns: 100% !important;
        grid-template-columns: 100% !important
    }

        .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
            -ms-grid-column: 1;
            grid-column: 1;
            -ms-grid-row: 1;
            grid-row: 1
        }

        .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media, .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
            -ms-grid-column: 1;
            grid-column: 1;
            -ms-grid-row: 2;
            grid-row: 2
        }

        .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
            -ms-grid-column: 1;
            grid-column: 1;
            -ms-grid-row: 1;
            grid-row: 1
        }
}

.wp-block-navigation > ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0
}

@media (min-width:600px) {
    .wp-block-navigation > ul {
        display: flex;
        flex-wrap: wrap
    }
}

.wp-block-navigation > ul ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-left: 0
}

    .wp-block-navigation > ul ul li {
        margin: 0
    }

.wp-block-navigation > ul li {
    z-index: 1
}

    .wp-block-navigation > ul li:focus-within, .wp-block-navigation > ul li:hover {
        cursor: pointer;
        z-index: 99999
    }

        .wp-block-navigation > ul li:focus-within > ul, .wp-block-navigation > ul li:hover > ul, .wp-block-navigation > ul li ul:focus, .wp-block-navigation > ul li ul:hover {
            visibility: visible;
            opacity: 1;
            display: flex;
            flex-direction: column
        }

.wp-block-navigation > ul > li ul {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 200px;
    max-width: 200px;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden
}

.wp-block-navigation, .wp-block-navigation .block-editor-block-list__layout {
    display: flex;
    flex-wrap: wrap
}

    .wp-block-navigation .block-editor-block-list__layout .block-editor-block-list__layout {
        width: 200px
    }

    .wp-block-navigation .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
        margin: 0;
        width: auto
    }

    .wp-block-navigation, .wp-block-navigation > .wp-block-navigation__container {
        align-items: center;
        width: 100%
    }

        .wp-block-navigation > .wp-block-navigation-link, .wp-block-navigation > .wp-block-navigation__container > .wp-block-navigation-link {
            display: flex;
            margin-top: 0;
            margin-bottom: 0
        }

        .wp-block-navigation .wp-block-navigation-link {
            position: relative;
            margin: 0;
            min-height: 56px;
            display: flex;
            line-height: 1.4
        }

            .wp-block-navigation .wp-block-navigation-link .wp-block, .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link {
                min-height: auto;
                padding: 0
            }

                .wp-block-navigation .wp-block-navigation-link .wp-block .wp-block-navigation-link {
                    margin: 0
                }

            .wp-block-navigation .wp-block-navigation-link > .block-editor-inner-blocks {
                display: none
            }

            .wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container, .wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks {
                display: flex;
                border: 1px solid rgba(0,0,0,.15);
                position: absolute;
                z-index: 1;
                top: 100%;
                left: 0
            }

                .wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container .wp-block-navigation__container, .wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks .wp-block-navigation__container {
                    left: 100%;
                    top: -1px
                }

            .wp-block-navigation .wp-block-navigation-link .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link .wp-block-navigation__container {
                background-color: inherit;
                color: inherit
            }

            .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content {
                display: flex;
                align-items: center;
                width: max-content;
                padding: 6px 16px
            }

            .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:first-child:not(:only-child) .wp-block-navigation-link__content {
                padding-top: 8px
            }

            .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:last-child .wp-block-navigation-link__content {
                padding-bottom: 8px
            }

            .wp-block-navigation .wp-block-navigation-link.has-child .wp-block-navigation-link__content {
                min-width: 100%;
                padding-right: 32px;
                position: relative
            }

            .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon {
                position: absolute;
                right: 16px
            }

                .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon svg {
                    fill: currentColor
                }

            .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link svg {
                transform: rotate(0)
            }

            .wp-block-navigation .wp-block-navigation-link.has-text-color .wp-block-navigation-link__content {
                color: inherit
            }

            .wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks, .wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container, .wp-block-navigation .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container {
                color: #111
            }

            .wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background) > .block-editor-inner-blocks, .wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background) > .wp-block-navigation__container, .wp-block-navigation .wp-block-navigation-link:not(.has-background) > .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link:not(.has-background) > .wp-block-navigation__container {
                background-color: #fff
            }

        .wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks, .wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container {
            color: #fff
        }

        .wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background) > .block-editor-inner-blocks, .wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background) > .wp-block-navigation__container {
            background-color: #333
        }

        .wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container {
            display: flex;
            flex-direction: column;
            padding: 0
        }

        .wp-block-navigation > ul > li > a {
            display: flex;
            align-items: center
        }

        .wp-block-navigation > ul > li:first-of-type > a {
            padding-left: 0
        }

        .wp-block-navigation > ul > li:last-of-type > a {
            padding-right: 0
        }

        .wp-block-navigation.items-justified-left > ul {
            justify-content: flex-start
        }

        .wp-block-navigation.items-justified-center > ul {
            justify-content: center
        }

        .wp-block-navigation.items-justified-right > ul {
            justify-content: flex-end
        }

.is-small-text {
    font-size: 14px
}

.is-regular-text {
    font-size: 16px
}

.is-large-text {
    font-size: 36px
}

.is-larger-text {
    font-size: 48px
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

p.has-background {
    padding: 20px 30px
}

p.has-text-color a {
    color: inherit
}

.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

    .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
        max-width: 290px
    }

        .wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
            font-size: 20px
        }

    .wp-block-pullquote p {
        font-size: 28px;
        line-height: 1.6
    }

    .wp-block-pullquote cite, .wp-block-pullquote footer {
        position: relative
    }

    .wp-block-pullquote .has-text-color a {
        color: inherit
    }

    .wp-block-pullquote:not(.is-style-solid-color) {
        background: none
    }

    .wp-block-pullquote.is-style-solid-color {
        border: none
    }

        .wp-block-pullquote.is-style-solid-color blockquote {
            margin-left: auto;
            margin-right: auto;
            text-align: left;
            max-width: 60%
        }

            .wp-block-pullquote.is-style-solid-color blockquote p {
                margin-top: 0;
                margin-bottom: 0;
                font-size: 32px
            }

            .wp-block-pullquote.is-style-solid-color blockquote cite {
                text-transform: none;
                font-style: normal
            }

    .wp-block-pullquote cite {
        color: inherit
    }

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 1em
}

    .wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
        font-size: 24px;
        font-style: italic;
        line-height: 1.6
    }

    .wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
        font-size: 18px;
        text-align: right
    }

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

    .wp-block-rss.is-grid li {
        margin: 0 16px 16px 0;
        width: 100%
    }

@media (min-width:600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 16px)
    }

    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 16px)
    }

    .wp-block-rss.columns-4 li {
        width: calc(25% - 16px)
    }

    .wp-block-rss.columns-5 li {
        width: calc(20% - 16px)
    }

    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-search {
    display: flex;
    flex-wrap: wrap
}

    .wp-block-search .wp-block-search__label {
        width: 100%
    }

    .wp-block-search .wp-block-search__input {
        flex-grow: 1;
        max-width: 360px
    }

    .wp-block-search .wp-block-search__button {
        margin-left: 10px
    }

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto
}

    .wp-block-separator.is-style-dots:before {
        content: "\00b7 \00b7 \00b7";
        color: currentColor;
        font-size: 20px;
        letter-spacing: 2em;
        padding-left: 2em;
        font-family: serif
    }

.wp-block-social-links {
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0
}

    .wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
        text-decoration: none;
        border-bottom: 0;
        box-shadow: none
    }

.wp-social-link {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    margin-right: 8px;
    transition: transform .1s ease
}

@media (prefers-reduced-motion:reduce) {
    .wp-social-link {
        transition-duration: 0s
    }
}

.wp-social-link a {
    padding: 6px;
    display: block;
    line-height: 0;
    transition: transform .1s ease
}

    .wp-social-link a, .wp-social-link a:active, .wp-social-link a:hover, .wp-social-link a:visited, .wp-social-link svg {
        color: currentColor;
        fill: currentColor
    }

.wp-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1977f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0577b5;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #21a1f3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: #ff0100;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px
}

    .wp-block-social-links.is-style-logos-only .wp-social-link svg {
        width: 28px;
        height: 28px
    }

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1977f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0577b5
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #21a1f3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: #ff0100
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

    .wp-block-social-links.is-style-pill-shape .wp-social-link a {
        padding-left: 16px;
        padding-right: 16px
    }

.wp-block-spacer {
    clear: both
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-table {
    overflow-x: auto
}

    .wp-block-table table {
        width: 100%
    }

    .wp-block-table .has-fixed-layout {
        table-layout: fixed;
        width: 100%
    }

        .wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
            word-break: break-word
        }

    .wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
        display: table;
        width: auto
    }

        .wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
            word-break: break-word
        }

    .wp-block-table .has-subtle-light-gray-background-color {
        background-color: #f3f4f5
    }

    .wp-block-table .has-subtle-pale-green-background-color {
        background-color: #e9fbe5
    }

    .wp-block-table .has-subtle-pale-blue-background-color {
        background-color: #e7f5fe
    }

    .wp-block-table .has-subtle-pale-pink-background-color {
        background-color: #fcf0ef
    }

    .wp-block-table.is-style-stripes {
        border-spacing: 0;
        border-collapse: inherit;
        background-color: transparent;
        border-bottom: 1px solid #f3f4f5
    }

        .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
            background-color: #f3f4f5
        }

        .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
            background-color: #f3f4f5
        }

        .wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
            background-color: #e9fbe5
        }

        .wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
            background-color: #e7f5fe
        }

        .wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
            background-color: #fcf0ef
        }

        .wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
            border-color: transparent
        }

.wp-block-text-columns, .wp-block-text-columns.aligncenter {
    display: flex
}

    .wp-block-text-columns .wp-block-column {
        margin: 0 16px;
        padding: 0
    }

        .wp-block-text-columns .wp-block-column:first-child {
            margin-left: 0
        }

        .wp-block-text-columns .wp-block-column:last-child {
            margin-right: 0
        }

    .wp-block-text-columns.columns-2 .wp-block-column {
        width: 50%
    }

    .wp-block-text-columns.columns-3 .wp-block-column {
        width: 33.33333%
    }

    .wp-block-text-columns.columns-4 .wp-block-column {
        width: 25%
    }

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

    .wp-block-video video {
        max-width: 100%
    }

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-video [poster] {
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}



:root .has-pale-pink-background-color {
    background-color: #f78da7
}

:root .has-vivid-red-background-color {
    background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
    background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

:root .has-vivid-purple-background-color {
    background-color: #9b51e0
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-pale-pink-color {
    color: #f78da7
}

:root .has-vivid-red-color {
    color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
    color: #ff6900
}

:root .has-luminous-vivid-amber-color {
    color: #fcb900
}

:root .has-light-green-cyan-color {
    color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
    color: #00d084
}

:root .has-pale-cyan-blue-color {
    color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
    color: #0693e3
}

:root .has-vivid-purple-color {
    color: #9b51e0
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-cyan-bluish-gray-color {
    color: #abb8c3
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg,#0693e3,#9b51e0)
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg,#00d084,#0693e3)
}

:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg,#7adcb4,#00d082)
}

:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg,#fcb900,#ff6900)
}

:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg,#ff6900,#cf2e2e)
}

:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg,#eee,#a9b8c3)
}

:root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg,#4aeadc,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c)
}

:root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg,#ffceec,#9896f0)
}

:root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg,#fecda5,#fe2d2d 50%,#6b003e)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)
}

:root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg,#ffcb70,#c751c0 50%,#4158d0)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg,#faaca8,#dad0ec)
}

:root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg,#fff5cb,#b6e3d4 50%,#33a7b5)
}

:root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg,#caf880,#71ce7e)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg,#fafae1,#67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg,#fdd79a,#004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg,#330968,#31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg,#020381,#2874fc)
}

.has-small-font-size {
    font-size: 13px
}

.has-normal-font-size, .has-regular-font-size {
    font-size: 16px
}

.has-medium-font-size {
    font-size: 20px
}

.has-large-font-size {
    font-size: 36px
}

.has-huge-font-size, .has-larger-font-size {
    font-size: 42px
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

@font-face {
    font-family: 'dnd-custom-font';
    src: url(//diginet.com.vn/wp-content/plugins/drag-and-drop-multiple-file-upload-contact-form-7/assets/css/../fonts/icomoon.eot?14xd7m);
    src: url(//diginet.com.vn/wp-content/plugins/drag-and-drop-multiple-file-upload-contact-form-7/assets/css/../fonts/icomoon.eot?14xd7m#iefix) format('embedded-opentype'),url(//diginet.com.vn/wp-content/plugins/drag-and-drop-multiple-file-upload-contact-form-7/assets/css/../fonts/icomoon.ttf?14xd7m) format('truetype'),url(//diginet.com.vn/wp-content/plugins/drag-and-drop-multiple-file-upload-contact-form-7/assets/css/../fonts/icomoon.woff?14xd7m) format('woff'),url(//diginet.com.vn/wp-content/plugins/drag-and-drop-multiple-file-upload-contact-form-7/assets/css/../fonts/icomoon.svg?14xd7m#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}

[class^=dnd-icon-], [class*=" dnd-icon-"] {
    font-family: 'dnd-custom-font' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.dnd-icon-blank-file:before {
    content: "\e900"
}

.dnd-icon-remove:before {
    content: "\e901"
}

.icon-upload:before {
    content: "\e902"
}

.dnd-icon-remove.deleting {
    outline: none;
    font-family: inherit !important;
    font-size: 12px;
    color: #000;
    font-weight: 500
}

    .dnd-icon-remove.deleting:before {
        content: ''
    }

.wpcf7-drag-n-drop-file.d-none {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0
}

.dnd-upload-status {
    display: flex;
    padding: 4px 0;
    align-items: center;
    position: relative
}

    .dnd-upload-status .dnd-upload-image {
        width: 40px;
        height: 40px;
        border: 1px solid #a5a5a5;
        text-align: center;
        border-radius: 100%;
        position: relative
    }

        .dnd-upload-status .dnd-upload-image.has-bg {
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            border: 0;
            transition: transform .3s ease;
            max-width: 40px;
            width: 100%
        }

            .dnd-upload-status .dnd-upload-image.has-bg:hover {
                transform: scale(1.5)
            }

        .dnd-upload-status .dnd-upload-image span {
            font-size: 20px;
            color: #222;
            position: absolute;
            top: 50%;
            transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            left: 50%
        }

        .dnd-upload-status .dnd-upload-image.has-bg span {
            opacity: 0;
            z-index: -200
        }

    .dnd-upload-status .dnd-upload-details {
        padding-left: 10px;
        width: calc(100% - 40px)
    }

        .dnd-upload-status .dnd-upload-details .name {
            color: #016d98;
            padding: 4px 0;
            padding-right: 25px;
            display: flex
        }

            .dnd-upload-status .dnd-upload-details .name span {
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                position: relative;
                padding-right: 10px
            }

            .dnd-upload-status .dnd-upload-details .name em {
                color: #444242;
                font-weight: 700
            }

        .dnd-upload-status .dnd-upload-details .remove-file {
            position: absolute;
            right: 0;
            top: 6px;
            text-decoration: none;
            box-shadow: none;
            outline: none
        }

        .dnd-upload-status .dnd-upload-details span.has-error {
            color: #f50505
        }

        .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
            display: block;
            border-radius: 5px;
            overflow: hidden;
            background: #565555;
            height: 14px
        }

            .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
                background: #4caf50;
                display: block;
                font-size: 11px;
                text-align: right;
                color: #fff;
                height: 100%;
                width: 0;
                line-height: 14px
            }

                .dnd-upload-status .dnd-upload-details .dnd-progress-bar span.complete {
                    width: 100% !important;
                    padding-right: 5px
                }

.codedropz-upload-handler {
    border: 2px dashed #c5c5c5;
    border-radius: 5px;
    margin-bottom: 10px
}

.codedropz-upload-container {
    padding: 15px 20px
}

.codedropz-upload-inner {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
    font-weight: inherit
}

    .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
        text-decoration: none;
        box-shadow: none
    }

    .codedropz-upload-inner h3 {
        margin: 5px 0;
        font-size: 30px;
        line-height: 32px
    }

.codedropz-dragover {
    border-color: #6b6a6a
}

.codedropz-upload-wrapper span.has-error-msg {
    display: inline-block;
    color: red;
    padding: 5px 0;
    font-style: italic
}

@media screen and (max-width:767px) {
    .dnd-upload-status .dnd-upload-details .name em {
        font-weight: 400
    }

    .dnd-upload-status .dnd-upload-details .name {
        padding-right: 60px
    }

    .codedropz-upload-inner h3 {
        font-size: 22px
    }
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

div.wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid red
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14
}

div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
    border: 2px solid red
}

div.wpcf7-spam-blocked {
    border: 2px solid orange
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700
}

.wpcf7-form-control-wrap {
    position: relative
}

span.wpcf7-not-valid-tip {
    color: red;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid red;
    background: #fff;
    padding: .2em .8em
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

span.wpcf7-list-item-label:before, span.wpcf7-list-item-label:after {
    content: " "
}

.wpcf7-display-none {
    display: none
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(//diginet.com.vn/wp-content/plugins/contact-form-7/includes/css/../../images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle
}

    div.wpcf7 .ajax-loader.is-active {
        visibility: visible
    }

div.wpcf7 div.ajax-error {
    display: none
}

div.wpcf7 .placeheld {
    color: #888
}

div.wpcf7 input[type=file] {
    cursor: pointer
}

    div.wpcf7 input[type=file]:disabled {
        cursor: default
    }

div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type=url], .wpcf7 input[type=email], .wpcf7 input[type=tel] {
    direction: ltr
}

#cf7md-form :root {
    --mdc-theme-primary: #6200ee;
    --mdc-theme-secondary: #018786;
    --mdc-theme-background: #fff;
    --mdc-theme-surface: #fff;
    --mdc-theme-error: #b00020;
    --mdc-theme-on-primary: #fff;
    --mdc-theme-on-secondary: #fff;
    --mdc-theme-on-surface: #000;
    --mdc-theme-on-error: #fff;
    --mdc-theme-text-primary-on-background: rgba(0,0,0,.87);
    --mdc-theme-text-secondary-on-background: rgba(0,0,0,.54);
    --mdc-theme-text-hint-on-background: rgba(0,0,0,.38);
    --mdc-theme-text-disabled-on-background: rgba(0,0,0,.38);
    --mdc-theme-text-icon-on-background: rgba(0,0,0,.38);
    --mdc-theme-text-primary-on-light: rgba(0,0,0,.87);
    --mdc-theme-text-secondary-on-light: rgba(0,0,0,.54);
    --mdc-theme-text-hint-on-light: rgba(0,0,0,.38);
    --mdc-theme-text-disabled-on-light: rgba(0,0,0,.38);
    --mdc-theme-text-icon-on-light: rgba(0,0,0,.38);
    --mdc-theme-text-primary-on-dark: #fff;
    --mdc-theme-text-secondary-on-dark: rgba(255,255,255,.7);
    --mdc-theme-text-hint-on-dark: rgba(255,255,255,.5);
    --mdc-theme-text-disabled-on-dark: rgba(255,255,255,.5);
    --mdc-theme-text-icon-on-dark: rgba(255,255,255,.5)
}

#cf7md-form .mdc-theme--primary {
    color: #6200ee !important;
    color: var(--mdc-theme-primary,#6200ee) !important
}

#cf7md-form .mdc-theme--secondary {
    color: #018786 !important;
    color: var(--mdc-theme-secondary,#018786) !important
}

#cf7md-form .mdc-theme--background {
    background-color: #fff;
    background-color: var(--mdc-theme-background,#fff)
}

#cf7md-form .mdc-theme--surface {
    background-color: #fff;
    background-color: var(--mdc-theme-surface,#fff)
}

#cf7md-form .mdc-theme--error {
    color: #b00020 !important;
    color: var(--mdc-theme-error,#b00020) !important
}

#cf7md-form .mdc-theme--on-primary {
    color: #fff !important;
    color: var(--mdc-theme-on-primary,#fff) !important
}

#cf7md-form .mdc-theme--on-secondary {
    color: #fff !important;
    color: var(--mdc-theme-on-secondary,#fff) !important
}

#cf7md-form .mdc-theme--on-surface {
    color: #000 !important;
    color: var(--mdc-theme-on-surface,#000) !important
}

#cf7md-form .mdc-theme--on-error {
    color: #fff !important;
    color: var(--mdc-theme-on-error,#fff) !important
}

#cf7md-form .mdc-theme--text-primary-on-background {
    color: rgba(0,0,0,.87) !important;
    color: var(--mdc-theme-text-primary-on-background,rgba(0,0,0,.87)) !important
}

#cf7md-form .mdc-theme--text-secondary-on-background {
    color: rgba(0,0,0,.54) !important;
    color: var(--mdc-theme-text-secondary-on-background,rgba(0,0,0,.54)) !important
}

#cf7md-form .mdc-theme--text-hint-on-background {
    color: rgba(0,0,0,.38) !important;
    color: var(--mdc-theme-text-hint-on-background,rgba(0,0,0,.38)) !important
}

#cf7md-form .mdc-theme--text-disabled-on-background {
    color: rgba(0,0,0,.38) !important;
    color: var(--mdc-theme-text-disabled-on-background,rgba(0,0,0,.38)) !important
}

#cf7md-form .mdc-theme--text-icon-on-background {
    color: rgba(0,0,0,.38) !important;
    color: var(--mdc-theme-text-icon-on-background,rgba(0,0,0,.38)) !important
}

#cf7md-form .mdc-theme--text-primary-on-light {
    color: rgba(0,0,0,.87) !important;
    color: var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87)) !important
}

#cf7md-form .mdc-theme--text-secondary-on-light {
    color: rgba(0,0,0,.54) !important;
    color: var(--mdc-theme-text-secondary-on-light,rgba(0,0,0,.54)) !important
}

#cf7md-form .mdc-theme--text-hint-on-light {
    color: rgba(0,0,0,.38) !important;
    color: var(--mdc-theme-text-hint-on-light,rgba(0,0,0,.38)) !important
}

#cf7md-form .mdc-theme--text-disabled-on-light {
    color: rgba(0,0,0,.38) !important;
    color: var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38)) !important
}

#cf7md-form .mdc-theme--text-icon-on-light {
    color: rgba(0,0,0,.38) !important;
    color: var(--mdc-theme-text-icon-on-light,rgba(0,0,0,.38)) !important
}

#cf7md-form .mdc-theme--text-primary-on-dark {
    color: #fff !important;
    color: var(--mdc-theme-text-primary-on-dark,#fff) !important
}

#cf7md-form .mdc-theme--text-secondary-on-dark {
    color: rgba(255,255,255,.7) !important;
    color: var(--mdc-theme-text-secondary-on-dark,rgba(255,255,255,.7)) !important
}

#cf7md-form .mdc-theme--text-hint-on-dark {
    color: rgba(255,255,255,.5) !important;
    color: var(--mdc-theme-text-hint-on-dark,rgba(255,255,255,.5)) !important
}

#cf7md-form .mdc-theme--text-disabled-on-dark {
    color: rgba(255,255,255,.5) !important;
    color: var(--mdc-theme-text-disabled-on-dark,rgba(255,255,255,.5)) !important
}

#cf7md-form .mdc-theme--text-icon-on-dark {
    color: rgba(255,255,255,.5) !important;
    color: var(--mdc-theme-text-icon-on-dark,rgba(255,255,255,.5)) !important
}

#cf7md-form .mdc-theme--primary-bg {
    background-color: #6200ee !important;
    background-color: var(--mdc-theme-primary,#6200ee) !important
}

#cf7md-form .mdc-theme--secondary-bg {
    background-color: #018786 !important;
    background-color: var(--mdc-theme-secondary,#018786) !important
}

#cf7md-form input[type=text], #cf7md-form input[type=email], #cf7md-form input[type=url], #cf7md-form input[type=password], #cf7md-form input[type=search], #cf7md-form input[type=number], #cf7md-form input[type=tel], #cf7md-form input[type=range], #cf7md-form input[type=date], #cf7md-form input[type=month], #cf7md-form input[type=week], #cf7md-form input[type=time], #cf7md-form input[type=datetime], #cf7md-form input[type=datetime-local], #cf7md-form input[type=color], #cf7md-form textarea {
    background: 0 0;
    border-radius: 0;
    display: block;
    width: 100%;
    box-shadow: none
}

#cf7md-form label {
    font-weight: 400;
    margin: 0
}

#cf7md-form select {
    height: auto;
    border-radius: 0
}

#cf7md-form .cf:after, #cf7md-form .cf7md-item:after {
    content: "";
    display: table;
    clear: both
}

#cf7md-form :root {
    --mdc-layout-grid-margin-desktop: 0px;
    --mdc-layout-grid-gutter-desktop: 24px;
    --mdc-layout-grid-column-width-desktop: 72px;
    --mdc-layout-grid-margin-tablet: 0px;
    --mdc-layout-grid-gutter-tablet: 16px;
    --mdc-layout-grid-column-width-tablet: 72px;
    --mdc-layout-grid-margin-phone: 0px;
    --mdc-layout-grid-gutter-phone: 16px;
    --mdc-layout-grid-column-width-phone: 72px
}

@media (min-width:840px) {
    #cf7md-form .mdc-layout-grid {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0;
        padding: var(--mdc-layout-grid-margin-desktop,0px)
    }
}

@media (min-width:480px) and (max-width:839px) {
    #cf7md-form .mdc-layout-grid {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0;
        padding: var(--mdc-layout-grid-margin-tablet,0px)
    }
}

@media (max-width:479px) {
    #cf7md-form .mdc-layout-grid {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0;
        padding: var(--mdc-layout-grid-margin-phone,0px)
    }
}

@media (min-width:840px) {
    #cf7md-form .mdc-layout-grid__inner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin: -12px;
        margin: calc(var(--mdc-layout-grid-gutter-desktop,24px)/2*-1)
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__inner {
            display: grid;
            margin: 0;
            grid-gap: 24px;
            grid-gap: var(--mdc-layout-grid-gutter-desktop,24px);
            grid-template-columns: repeat(12,minmax(0,1fr))
        }
    }
}

@media (min-width:480px) and (max-width:839px) {
    #cf7md-form .mdc-layout-grid__inner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin: -8px;
        margin: calc(var(--mdc-layout-grid-gutter-tablet,16px)/2*-1)
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__inner {
            display: grid;
            margin: 0;
            grid-gap: 16px;
            grid-gap: var(--mdc-layout-grid-gutter-tablet,16px);
            grid-template-columns: repeat(8,minmax(0,1fr))
        }
    }
}

@media (max-width:479px) {
    #cf7md-form .mdc-layout-grid__inner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin: -8px;
        margin: calc(var(--mdc-layout-grid-gutter-phone,16px)/2*-1)
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__inner {
            display: grid;
            margin: 0;
            grid-gap: 16px;
            grid-gap: var(--mdc-layout-grid-gutter-phone,16px);
            grid-template-columns: repeat(4,minmax(0,1fr))
        }
    }
}

@media (min-width:840px) {
    #cf7md-form .mdc-layout-grid__cell {
        width: calc(33.33333% - 24px);
        width: calc(33.33333% - var(--mdc-layout-grid-gutter-desktop,24px));
        box-sizing: border-box;
        margin: 12px;
        margin: calc(var(--mdc-layout-grid-gutter-desktop,24px)/2)
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell {
            width: auto;
            grid-column-end: span 4
        }
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell {
            margin: 0
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-1, #cf7md-form .mdc-layout-grid__cell--span-1-desktop {
        width: calc(8.33333% - 24px);
        width: calc(8.33333% - var(--mdc-layout-grid-gutter-desktop,24px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-1, #cf7md-form .mdc-layout-grid__cell--span-1-desktop {
            width: auto;
            grid-column-end: span 1
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-2, #cf7md-form .mdc-layout-grid__cell--span-2-desktop {
        width: calc(16.66667% - 24px);
        width: calc(16.66667% - var(--mdc-layout-grid-gutter-desktop,24px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-2, #cf7md-form .mdc-layout-grid__cell--span-2-desktop {
            width: auto;
            grid-column-end: span 2
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-3, #cf7md-form .mdc-layout-grid__cell--span-3-desktop {
        width: calc(25% - 24px);
        width: calc(25% - var(--mdc-layout-grid-gutter-desktop,24px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-3, #cf7md-form .mdc-layout-grid__cell--span-3-desktop {
            width: auto;
            grid-column-end: span 3
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-4, #cf7md-form .mdc-layout-grid__cell--span-4-desktop {
        width: calc(33.33333% - 24px);
        width: calc(33.33333% - var(--mdc-layout-grid-gutter-desktop,24px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-4, #cf7md-form .mdc-layout-grid__cell--span-4-desktop {
            width: auto;
            grid-column-end: span 4
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-5, #cf7md-form .mdc-layout-grid__cell--span-5-desktop {
        width: calc(41.66667% - 24px);
        width: calc(41.66667% - var(--mdc-layout-grid-gutter-desktop,24px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-5, #cf7md-form .mdc-layout-grid__cell--span-5-desktop {
            width: auto;
            grid-column-end: span 5
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-6, #cf7md-form .mdc-layout-grid__cell--span-6-desktop {
        width: calc(50% - 24px);
        width: calc(50% - var(--mdc-layout-grid-gutter-desktop,24px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-6, #cf7md-form .mdc-layout-grid__cell--span-6-desktop {
            width: auto;
            grid-column-end: span 6
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-7, #cf7md-form .mdc-layout-grid__cell--span-7-desktop {
        width: calc(58.33333% - 24px);
        width: calc(58.33333% - var(--mdc-layout-grid-gutter-desktop,24px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-7, #cf7md-form .mdc-layout-grid__cell--span-7-desktop {
            width: auto;
            grid-column-end: span 7
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-8, #cf7md-form .mdc-layout-grid__cell--span-8-desktop {
        width: calc(66.66667% - 24px);
        width: calc(66.66667% - var(--mdc-layout-grid-gutter-desktop,24px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-8, #cf7md-form .mdc-layout-grid__cell--span-8-desktop {
            width: auto;
            grid-column-end: span 8
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-9, #cf7md-form .mdc-layout-grid__cell--span-9-desktop {
        width: calc(75% - 24px);
        width: calc(75% - var(--mdc-layout-grid-gutter-desktop,24px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-9, #cf7md-form .mdc-layout-grid__cell--span-9-desktop {
            width: auto;
            grid-column-end: span 9
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-10, #cf7md-form .mdc-layout-grid__cell--span-10-desktop {
        width: calc(83.33333% - 24px);
        width: calc(83.33333% - var(--mdc-layout-grid-gutter-desktop,24px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-10, #cf7md-form .mdc-layout-grid__cell--span-10-desktop {
            width: auto;
            grid-column-end: span 10
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-11, #cf7md-form .mdc-layout-grid__cell--span-11-desktop {
        width: calc(91.66667% - 24px);
        width: calc(91.66667% - var(--mdc-layout-grid-gutter-desktop,24px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-11, #cf7md-form .mdc-layout-grid__cell--span-11-desktop {
            width: auto;
            grid-column-end: span 11
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-12, #cf7md-form .mdc-layout-grid__cell--span-12-desktop {
        width: calc(100% - 24px);
        width: calc(100% - var(--mdc-layout-grid-gutter-desktop,24px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-12, #cf7md-form .mdc-layout-grid__cell--span-12-desktop {
            width: auto;
            grid-column-end: span 12
        }
    }
}

@media (min-width:480px) and (max-width:839px) {
    #cf7md-form .mdc-layout-grid__cell {
        width: calc(50% - 16px);
        width: calc(50% - var(--mdc-layout-grid-gutter-tablet,16px));
        box-sizing: border-box;
        margin: 8px;
        margin: calc(var(--mdc-layout-grid-gutter-tablet,16px)/2)
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell {
            width: auto;
            grid-column-end: span 4
        }
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell {
            margin: 0
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-1, #cf7md-form .mdc-layout-grid__cell--span-1-tablet {
        width: calc(12.5% - 16px);
        width: calc(12.5% - var(--mdc-layout-grid-gutter-tablet,16px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-1, #cf7md-form .mdc-layout-grid__cell--span-1-tablet {
            width: auto;
            grid-column-end: span 1
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-2, #cf7md-form .mdc-layout-grid__cell--span-2-tablet {
        width: calc(25% - 16px);
        width: calc(25% - var(--mdc-layout-grid-gutter-tablet,16px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-2, #cf7md-form .mdc-layout-grid__cell--span-2-tablet {
            width: auto;
            grid-column-end: span 2
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-3, #cf7md-form .mdc-layout-grid__cell--span-3-tablet {
        width: calc(37.5% - 16px);
        width: calc(37.5% - var(--mdc-layout-grid-gutter-tablet,16px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-3, #cf7md-form .mdc-layout-grid__cell--span-3-tablet {
            width: auto;
            grid-column-end: span 3
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-4, #cf7md-form .mdc-layout-grid__cell--span-4-tablet {
        width: calc(50% - 16px);
        width: calc(50% - var(--mdc-layout-grid-gutter-tablet,16px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-4, #cf7md-form .mdc-layout-grid__cell--span-4-tablet {
            width: auto;
            grid-column-end: span 4
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-5, #cf7md-form .mdc-layout-grid__cell--span-5-tablet {
        width: calc(62.5% - 16px);
        width: calc(62.5% - var(--mdc-layout-grid-gutter-tablet,16px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-5, #cf7md-form .mdc-layout-grid__cell--span-5-tablet {
            width: auto;
            grid-column-end: span 5
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-6, #cf7md-form .mdc-layout-grid__cell--span-6-tablet {
        width: calc(75% - 16px);
        width: calc(75% - var(--mdc-layout-grid-gutter-tablet,16px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-6, #cf7md-form .mdc-layout-grid__cell--span-6-tablet {
            width: auto;
            grid-column-end: span 6
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-7, #cf7md-form .mdc-layout-grid__cell--span-7-tablet {
        width: calc(87.5% - 16px);
        width: calc(87.5% - var(--mdc-layout-grid-gutter-tablet,16px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-7, #cf7md-form .mdc-layout-grid__cell--span-7-tablet {
            width: auto;
            grid-column-end: span 7
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-8, #cf7md-form .mdc-layout-grid__cell--span-8-tablet {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-tablet,16px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-8, #cf7md-form .mdc-layout-grid__cell--span-8-tablet {
            width: auto;
            grid-column-end: span 8
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-9, #cf7md-form .mdc-layout-grid__cell--span-9-tablet {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-tablet,16px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-9, #cf7md-form .mdc-layout-grid__cell--span-9-tablet {
            width: auto;
            grid-column-end: span 8
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-10, #cf7md-form .mdc-layout-grid__cell--span-10-tablet {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-tablet,16px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-10, #cf7md-form .mdc-layout-grid__cell--span-10-tablet {
            width: auto;
            grid-column-end: span 8
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-11, #cf7md-form .mdc-layout-grid__cell--span-11-tablet {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-tablet,16px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-11, #cf7md-form .mdc-layout-grid__cell--span-11-tablet {
            width: auto;
            grid-column-end: span 8
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-12, #cf7md-form .mdc-layout-grid__cell--span-12-tablet {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-tablet,16px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-12, #cf7md-form .mdc-layout-grid__cell--span-12-tablet {
            width: auto;
            grid-column-end: span 8
        }
    }
}

@media (max-width:479px) {
    #cf7md-form .mdc-layout-grid__cell {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-phone,16px));
        box-sizing: border-box;
        margin: 8px;
        margin: calc(var(--mdc-layout-grid-gutter-phone,16px)/2)
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell {
            width: auto;
            grid-column-end: span 4
        }
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell {
            margin: 0
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-1, #cf7md-form .mdc-layout-grid__cell--span-1-phone {
        width: calc(25% - 16px);
        width: calc(25% - var(--mdc-layout-grid-gutter-phone,16px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-1, #cf7md-form .mdc-layout-grid__cell--span-1-phone {
            width: auto;
            grid-column-end: span 1
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-2, #cf7md-form .mdc-layout-grid__cell--span-2-phone {
        width: calc(50% - 16px);
        width: calc(50% - var(--mdc-layout-grid-gutter-phone,16px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-2, #cf7md-form .mdc-layout-grid__cell--span-2-phone {
            width: auto;
            grid-column-end: span 2
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-3, #cf7md-form .mdc-layout-grid__cell--span-3-phone {
        width: calc(75% - 16px);
        width: calc(75% - var(--mdc-layout-grid-gutter-phone,16px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-3, #cf7md-form .mdc-layout-grid__cell--span-3-phone {
            width: auto;
            grid-column-end: span 3
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-4, #cf7md-form .mdc-layout-grid__cell--span-4-phone {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-phone,16px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-4, #cf7md-form .mdc-layout-grid__cell--span-4-phone {
            width: auto;
            grid-column-end: span 4
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-5, #cf7md-form .mdc-layout-grid__cell--span-5-phone {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-phone,16px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-5, #cf7md-form .mdc-layout-grid__cell--span-5-phone {
            width: auto;
            grid-column-end: span 4
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-6, #cf7md-form .mdc-layout-grid__cell--span-6-phone {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-phone,16px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-6, #cf7md-form .mdc-layout-grid__cell--span-6-phone {
            width: auto;
            grid-column-end: span 4
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-7, #cf7md-form .mdc-layout-grid__cell--span-7-phone {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-phone,16px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-7, #cf7md-form .mdc-layout-grid__cell--span-7-phone {
            width: auto;
            grid-column-end: span 4
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-8, #cf7md-form .mdc-layout-grid__cell--span-8-phone {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-phone,16px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-8, #cf7md-form .mdc-layout-grid__cell--span-8-phone {
            width: auto;
            grid-column-end: span 4
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-9, #cf7md-form .mdc-layout-grid__cell--span-9-phone {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-phone,16px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-9, #cf7md-form .mdc-layout-grid__cell--span-9-phone {
            width: auto;
            grid-column-end: span 4
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-10, #cf7md-form .mdc-layout-grid__cell--span-10-phone {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-phone,16px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-10, #cf7md-form .mdc-layout-grid__cell--span-10-phone {
            width: auto;
            grid-column-end: span 4
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-11, #cf7md-form .mdc-layout-grid__cell--span-11-phone {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-phone,16px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-11, #cf7md-form .mdc-layout-grid__cell--span-11-phone {
            width: auto;
            grid-column-end: span 4
        }
    }

    #cf7md-form .mdc-layout-grid__cell--span-12, #cf7md-form .mdc-layout-grid__cell--span-12-phone {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-phone,16px))
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__cell--span-12, #cf7md-form .mdc-layout-grid__cell--span-12-phone {
            width: auto;
            grid-column-end: span 4
        }
    }
}

#cf7md-form .mdc-layout-grid__cell--order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

#cf7md-form .mdc-layout-grid__cell--order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

#cf7md-form .mdc-layout-grid__cell--order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

#cf7md-form .mdc-layout-grid__cell--order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

#cf7md-form .mdc-layout-grid__cell--order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

#cf7md-form .mdc-layout-grid__cell--order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}

#cf7md-form .mdc-layout-grid__cell--order-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7
}

#cf7md-form .mdc-layout-grid__cell--order-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8
}

#cf7md-form .mdc-layout-grid__cell--order-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9
}

#cf7md-form .mdc-layout-grid__cell--order-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10
}

#cf7md-form .mdc-layout-grid__cell--order-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11
}

#cf7md-form .mdc-layout-grid__cell--order-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12
}

#cf7md-form .mdc-layout-grid__cell--align-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

@supports (display:grid) {
    #cf7md-form .mdc-layout-grid__cell--align-top {
        -webkit-align-self: start;
        -ms-flex-item-align: start;
        align-self: start
    }
}

#cf7md-form .mdc-layout-grid__cell--align-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

#cf7md-form .mdc-layout-grid__cell--align-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

@supports (display:grid) {
    #cf7md-form .mdc-layout-grid__cell--align-bottom {
        -webkit-align-self: end;
        -ms-flex-item-align: end;
        align-self: end
    }
}

@media (min-width:840px) {
    #cf7md-form .mdc-layout-grid--fixed-column-width {
        width: 1128px;
        width: calc(var(--mdc-layout-grid-column-width-desktop,72px)*12 + var(--mdc-layout-grid-gutter-desktop,24px)*11 + var(--mdc-layout-grid-margin-desktop,0px)*2)
    }
}

@media (min-width:480px) and (max-width:839px) {
    #cf7md-form .mdc-layout-grid--fixed-column-width {
        width: 688px;
        width: calc(var(--mdc-layout-grid-column-width-tablet,72px)*8 + var(--mdc-layout-grid-gutter-tablet,16px)*7 + var(--mdc-layout-grid-margin-tablet,0px)*2)
    }
}

@media (max-width:479px) {
    #cf7md-form .mdc-layout-grid--fixed-column-width {
        width: 336px;
        width: calc(var(--mdc-layout-grid-column-width-phone,72px)*4 + var(--mdc-layout-grid-gutter-phone,16px)*3 + var(--mdc-layout-grid-margin-phone,0px)*2)
    }
}

#cf7md-form .mdc-layout-grid--align-left {
    margin-right: auto;
    margin-left: 0
}

#cf7md-form .mdc-layout-grid--align-right {
    margin-right: 0;
    margin-left: auto
}

#cf7md-form .mdc-layout-grid__inner > div:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > table:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > p:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > ul:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > ol:not(.mdc-layout-grid__cell) {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone,16px));
    box-sizing: border-box;
    margin: 8px;
    margin: calc(var(--mdc-layout-grid-gutter-phone,16px)/2)
}

@supports (display:grid) {
    #cf7md-form .mdc-layout-grid__inner > div:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > table:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > p:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > ul:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > ol:not(.mdc-layout-grid__cell) {
        width: auto;
        grid-column-end: span 4
    }
}

@supports (display:grid) {
    #cf7md-form .mdc-layout-grid__inner > div:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > table:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > p:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > ul:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > ol:not(.mdc-layout-grid__cell) {
        margin: 0
    }
}

#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > div:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > table:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > p:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > ul:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > ol:not(.mdc-layout-grid__cell) {
    width: calc(100% - 12px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone,12px));
    box-sizing: border-box;
    margin: 6px;
    margin: calc(var(--mdc-layout-grid-gutter-phone,12px)/2)
}

@supports (display:grid) {
    #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > div:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > table:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > p:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > ul:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > ol:not(.mdc-layout-grid__cell) {
        width: auto;
        grid-column-end: span 4
    }
}

@supports (display:grid) {
    #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > div:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > table:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > p:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > ul:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > ol:not(.mdc-layout-grid__cell) {
        margin: 0
    }
}

@media screen and (min-width:480px) {
    #cf7md-form .mdc-layout-grid__inner > div:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > table:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > p:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > ul:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > ol:not(.mdc-layout-grid__cell) {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-tablet,16px));
        box-sizing: border-box;
        margin: 8px;
        margin: calc(var(--mdc-layout-grid-gutter-tablet,16px)/2)
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__inner > div:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > table:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > p:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > ul:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > ol:not(.mdc-layout-grid__cell) {
            width: auto;
            grid-column-end: span 8
        }
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__inner > div:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > table:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > p:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > ul:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > ol:not(.mdc-layout-grid__cell) {
            margin: 0
        }
    }

    #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > div:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > table:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > p:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > ul:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > ol:not(.mdc-layout-grid__cell) {
        width: calc(100% - 12px);
        width: calc(100% - var(--mdc-layout-grid-gutter-tablet,12px));
        box-sizing: border-box;
        margin: 6px;
        margin: calc(var(--mdc-layout-grid-gutter-tablet,12px)/2)
    }

    @supports (display:grid) {
        #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > div:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > table:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > p:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > ul:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > ol:not(.mdc-layout-grid__cell) {
            width: auto;
            grid-column-end: span 8
        }
    }

    @supports (display:grid) {
        #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > div:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > table:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > p:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > ul:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > ol:not(.mdc-layout-grid__cell) {
            margin: 0
        }
    }
}

@media screen and (min-width:840px) {
    #cf7md-form .mdc-layout-grid__inner > div:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > table:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > p:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > ul:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > ol:not(.mdc-layout-grid__cell) {
        width: calc(100% - 24px);
        width: calc(100% - var(--mdc-layout-grid-gutter-desktop,24px));
        box-sizing: border-box;
        margin: 12px;
        margin: calc(var(--mdc-layout-grid-gutter-desktop,24px)/2)
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__inner > div:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > table:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > p:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > ul:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > ol:not(.mdc-layout-grid__cell) {
            width: auto;
            grid-column-end: span 12
        }
    }

    @supports (display:grid) {
        #cf7md-form .mdc-layout-grid__inner > div:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > table:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > p:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > ul:not(.mdc-layout-grid__cell), #cf7md-form .mdc-layout-grid__inner > ol:not(.mdc-layout-grid__cell) {
            margin: 0
        }
    }

    #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > div:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > table:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > p:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > ul:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > ol:not(.mdc-layout-grid__cell) {
        width: calc(100% - 12px);
        width: calc(100% - var(--mdc-layout-grid-gutter-desktop,12px));
        box-sizing: border-box;
        margin: 6px;
        margin: calc(var(--mdc-layout-grid-gutter-desktop,12px)/2)
    }

    @supports (display:grid) {
        #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > div:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > table:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > p:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > ul:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > ol:not(.mdc-layout-grid__cell) {
            width: auto;
            grid-column-end: span 12
        }
    }

    @supports (display:grid) {
        #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > div:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > table:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > p:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > ul:not(.mdc-layout-grid__cell), #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner > ol:not(.mdc-layout-grid__cell) {
            margin: 0
        }
    }
}

#cf7md-form .mdc-layout-grid__inner > br {
    display: none
}

#cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: -8px;
    margin: calc(var(--mdc-layout-grid-gutter-phone,16px)/2*-1)
}

@supports (display:grid) {
    #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner {
        display: grid;
        margin: 0;
        grid-gap: 16px;
        grid-gap: var(--mdc-layout-grid-gutter-phone,16px);
        grid-template-columns: repeat(4,minmax(0,1fr))
    }
}

@media screen and (min-width:480px) {
    #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin: -8px;
        margin: calc(var(--mdc-layout-grid-gutter-tablet,16px)/2*-1)
    }

    @supports (display:grid) {
        #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner {
            display: grid;
            margin: 0;
            grid-gap: 16px;
            grid-gap: var(--mdc-layout-grid-gutter-tablet,16px);
            grid-template-columns: repeat(8,minmax(0,1fr))
        }
    }
}

@media screen and (min-width:840px) {
    #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin: -8px;
        margin: calc(var(--mdc-layout-grid-gutter-desktop,16px)/2*-1)
    }

    @supports (display:grid) {
        #cf7md-form.cf7md-spacing--tight .mdc-layout-grid__inner {
            display: grid;
            margin: 0;
            grid-gap: 16px;
            grid-gap: var(--mdc-layout-grid-gutter-desktop,16px);
            grid-template-columns: repeat(12,minmax(0,1fr))
        }
    }
}

#cf7md-form .mdc-notched-outline {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    text-align: left;
    pointer-events: none
}

    #cf7md-form[dir=rtl] .mdc-notched-outline, #cf7md-form .mdc-notched-outline[dir=rtl] {
        text-align: right
    }

#cf7md-form .mdc-notched-outline__leading, #cf7md-form .mdc-notched-outline__notch, #cf7md-form .mdc-notched-outline__trailing {
    box-sizing: border-box;
    height: 100%;
    border-top: 1px solid;
    border-bottom: 1px solid;
    pointer-events: none
}

#cf7md-form .mdc-notched-outline__leading {
    border-left: 1px solid;
    border-right: none;
    width: 12px
}

    #cf7md-form[dir=rtl] .mdc-notched-outline__leading, #cf7md-form .mdc-notched-outline__leading[dir=rtl] {
        border-left: none;
        border-right: 1px solid
    }

#cf7md-form .mdc-notched-outline__trailing {
    border-left: none;
    border-right: 1px solid;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

    #cf7md-form[dir=rtl] .mdc-notched-outline__trailing, #cf7md-form .mdc-notched-outline__trailing[dir=rtl] {
        border-left: 1px solid;
        border-right: none
    }

#cf7md-form .mdc-notched-outline__notch {
    width: auto
}

#cf7md-form .mdc-notched-outline .mdc-floating-label {
    display: inline-block;
    position: relative;
    top: 17px;
    bottom: auto
}

#cf7md-form .mdc-notched-outline--notched .mdc-notched-outline__notch {
    padding-left: 0;
    padding-right: 8px;
    border-top: none
}

    #cf7md-form[dir=rtl] .mdc-notched-outline--notched .mdc-notched-outline__notch, #cf7md-form .mdc-notched-outline--notched .mdc-notched-outline__notch[dir=rtl] {
        padding-left: 8px;
        padding-right: 0
    }

#cf7md-form .mdc-notched-outline--no-label .mdc-notched-outline__notch {
    padding: 0
}

#cf7md-form .mdc-notched-outline {
    z-index: 1
}

    #cf7md-form .mdc-notched-outline .mdc-floating-label {
        max-width: none
    }

#cf7md-form .mdc-floating-label {
    font-family: Roboto,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
    letter-spacing: .00937em;
    text-decoration: inherit;
    text-transform: inherit;
    position: absolute;
    left: 0;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    transition: color .15s cubic-bezier(.4,0,.2,1),-webkit-transform .15s cubic-bezier(.4,0,.2,1);
    transition: transform .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1);
    transition: transform .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1),-webkit-transform .15s cubic-bezier(.4,0,.2,1);
    line-height: 1.15rem;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: text;
    overflow: hidden;
    will-change: transform
}

    #cf7md-form[dir=rtl] .mdc-floating-label, #cf7md-form .mdc-floating-label[dir=rtl] {
        right: 0;
        left: auto;
        -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
        transform-origin: right top;
        text-align: right
    }

#cf7md-form .mdc-floating-label--float-above {
    cursor: auto
}

#cf7md-form .mdc-floating-label--float-above {
    -webkit-transform: translateY(-50%) scale(.75);
    -ms-transform: translateY(-50%) scale(.75);
    transform: translateY(-50%) scale(.75)
}

#cf7md-form .mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-standard .25s 1;
    animation: mdc-floating-label-shake-float-above-standard .25s 1
}

@-webkit-keyframes mdc-floating-label-shake-float-above-standard {
    0% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-50%) scale(.75);
        transform: translateX(calc(0 - 0%)) translateY(-50%) scale(.75)
    }

    33% {
        -webkit-animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        -webkit-transform: translateX(calc(4% - 0%)) translateY(-50%) scale(.75);
        transform: translateX(calc(4% - 0%)) translateY(-50%) scale(.75)
    }

    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        -webkit-transform: translateX(calc(-4% - 0%)) translateY(-50%) scale(.75);
        transform: translateX(calc(-4% - 0%)) translateY(-50%) scale(.75)
    }

    100% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-50%) scale(.75);
        transform: translateX(calc(0 - 0%)) translateY(-50%) scale(.75)
    }
}

@keyframes mdc-floating-label-shake-float-above-standard {
    0% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-50%) scale(.75);
        transform: translateX(calc(0 - 0%)) translateY(-50%) scale(.75)
    }

    33% {
        -webkit-animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        -webkit-transform: translateX(calc(4% - 0%)) translateY(-50%) scale(.75);
        transform: translateX(calc(4% - 0%)) translateY(-50%) scale(.75)
    }

    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        -webkit-transform: translateX(calc(-4% - 0%)) translateY(-50%) scale(.75);
        transform: translateX(calc(-4% - 0%)) translateY(-50%) scale(.75)
    }

    100% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-50%) scale(.75);
        transform: translateX(calc(0 - 0%)) translateY(-50%) scale(.75)
    }
}

#cf7md-form .mdc-line-ripple {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: opacity .18s cubic-bezier(.4,0,.2,1),-webkit-transform .18s cubic-bezier(.4,0,.2,1);
    transition: transform .18s cubic-bezier(.4,0,.2,1),opacity .18s cubic-bezier(.4,0,.2,1);
    transition: transform .18s cubic-bezier(.4,0,.2,1),opacity .18s cubic-bezier(.4,0,.2,1),-webkit-transform .18s cubic-bezier(.4,0,.2,1);
    opacity: 0;
    z-index: 2
}

#cf7md-form .mdc-line-ripple--active {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

#cf7md-form .mdc-line-ripple--deactivating {
    opacity: 0
}

@-webkit-keyframes mdc-ripple-fg-radius-in {
    from {
        -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
        animation-timing-function: cubic-bezier(.4,0,.2,1);
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);
        transform: translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)
    }

    to {
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));
        transform: translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))
    }
}

@keyframes mdc-ripple-fg-radius-in {
    from {
        -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
        animation-timing-function: cubic-bezier(.4,0,.2,1);
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);
        transform: translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)
    }

    to {
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));
        transform: translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))
    }
}

@-webkit-keyframes mdc-ripple-fg-opacity-in {
    from {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        opacity: 0
    }

    to {
        opacity: var(--mdc-ripple-fg-opacity,0)
    }
}

@keyframes mdc-ripple-fg-opacity-in {
    from {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        opacity: 0
    }

    to {
        opacity: var(--mdc-ripple-fg-opacity,0)
    }
}

@-webkit-keyframes mdc-ripple-fg-opacity-out {
    from {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        opacity: var(--mdc-ripple-fg-opacity,0)
    }

    to {
        opacity: 0
    }
}

@keyframes mdc-ripple-fg-opacity-out {
    from {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        opacity: var(--mdc-ripple-fg-opacity,0)
    }

    to {
        opacity: 0
    }
}

#cf7md-form .mdc-ripple-surface--test-edge-var-bug {
    --mdc-ripple-surface-test-edge-var: 1px solid #000;
    visibility: hidden
}

    #cf7md-form .mdc-ripple-surface--test-edge-var-bug:before {
        border: var(--mdc-ripple-surface-test-edge-var)
    }

#cf7md-form .mdc-text-field-helper-text {
    font-family: Roboto,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: .75rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: .03333em;
    text-decoration: inherit;
    text-transform: inherit;
    display: block;
    margin-top: 0;
    line-height: normal;
    margin: 0;
    transition: opacity .18s cubic-bezier(.4,0,.2,1);
    opacity: 0;
    will-change: opacity
}

    #cf7md-form .mdc-text-field-helper-text:before {
        display: inline-block;
        width: 0;
        height: 16px;
        content: "";
        vertical-align: 0
    }

#cf7md-form .mdc-text-field-helper-text--persistent {
    transition: none;
    opacity: 1;
    will-change: initial
}

#cf7md-form .mdc-text-field--with-leading-icon .mdc-text-field__icon, #cf7md-form .mdc-text-field--with-trailing-icon .mdc-text-field__icon {
    position: absolute;
    bottom: 16px;
    cursor: pointer
}

#cf7md-form .mdc-text-field__icon:not([tabindex]), #cf7md-form .mdc-text-field__icon[tabindex="-1"] {
    cursor: default;
    pointer-events: none
}

#cf7md-form .mdc-text-field {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    will-change: transform,opacity;
    border-radius: 4px 4px 0 0;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    height: 56px;
    overflow: hidden;
    will-change: opacity,transform,color
}

    #cf7md-form .mdc-text-field:before, #cf7md-form .mdc-text-field:after {
        position: absolute;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: ""
    }

    #cf7md-form .mdc-text-field:before {
        transition: opacity 15ms linear,background-color 15ms linear;
        z-index: 1
    }

    #cf7md-form .mdc-text-field.mdc-ripple-upgraded:before {
        -webkit-transform: scale(var(--mdc-ripple-fg-scale,1));
        -ms-transform: scale(var(--mdc-ripple-fg-scale,1));
        transform: scale(var(--mdc-ripple-fg-scale,1))
    }

    #cf7md-form .mdc-text-field.mdc-ripple-upgraded:after {
        top: 0;
        left: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center
    }

    #cf7md-form .mdc-text-field.mdc-ripple-upgraded--unbounded:after {
        top: var(--mdc-ripple-top,0);
        left: var(--mdc-ripple-left,0)
    }

    #cf7md-form .mdc-text-field.mdc-ripple-upgraded--foreground-activation:after {
        -webkit-animation: .225s mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards;
        animation: .225s mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards
    }

    #cf7md-form .mdc-text-field.mdc-ripple-upgraded--foreground-deactivation:after {
        -webkit-animation: .15s mdc-ripple-fg-opacity-out;
        animation: .15s mdc-ripple-fg-opacity-out;
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));
        -ms-transform: translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));
        transform: translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))
    }

    #cf7md-form .mdc-text-field:before, #cf7md-form .mdc-text-field:after {
        background-color: rgba(0,0,0,.87)
    }

    #cf7md-form .mdc-text-field:hover:before {
        opacity: .04
    }

    #cf7md-form .mdc-text-field:not(.mdc-ripple-upgraded):focus:before, #cf7md-form .mdc-text-field.mdc-ripple-upgraded--background-focused:before {
        transition-duration: 75ms;
        opacity: .12
    }

    #cf7md-form .mdc-text-field:before, #cf7md-form .mdc-text-field:after {
        top: calc(50% - 100%);
        left: calc(50% - 100%);
        width: 200%;
        height: 200%
    }

    #cf7md-form .mdc-text-field.mdc-ripple-upgraded:after {
        width: var(--mdc-ripple-fg-size,100%);
        height: var(--mdc-ripple-fg-size,100%)
    }

    #cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
        color: rgba(0,0,0,.6)
    }

    #cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::-webkit-input-placeholder {
        color: rgba(0,0,0,.6)
    }

    #cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
        color: rgba(0,0,0,.6)
    }

    #cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
        color: rgba(0,0,0,.6)
    }

    #cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
        color: rgba(0,0,0,.87)
    }

    #cf7md-form .mdc-text-field .mdc-text-field__input {
        caret-color: #3f51b5;
        caret-color: var(--mdc-theme-primary,#3f51b5)
    }

    #cf7md-form .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {
        border-bottom-color: rgba(0,0,0,.42)
    }

        #cf7md-form .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input:hover {
            border-bottom-color: rgba(0,0,0,.87)
        }

    #cf7md-form .mdc-text-field .mdc-line-ripple {
        background-color: #3f51b5;
        background-color: var(--mdc-theme-primary,#3f51b5)
    }

    #cf7md-form .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea) {
        border-bottom-color: rgba(0,0,0,.12)
    }

    #cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-text {
        color: rgba(0,0,0,.6)
    }

    #cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon {
        color: rgba(0,0,0,.54)
    }

    #cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) {
        background-color: #f5f5f5
    }

    #cf7md-form .mdc-text-field .mdc-floating-label {
        left: 16px;
        right: initial;
        top: 18px;
        pointer-events: none
    }

        #cf7md-form[dir=rtl] .mdc-text-field .mdc-floating-label, #cf7md-form .mdc-text-field .mdc-floating-label[dir=rtl] {
            left: initial;
            right: 16px
        }

#cf7md-form .mdc-text-field--textarea .mdc-floating-label {
    left: 4px;
    right: initial
}

    #cf7md-form[dir=rtl] .mdc-text-field--textarea .mdc-floating-label, #cf7md-form .mdc-text-field--textarea .mdc-floating-label[dir=rtl] {
        left: initial;
        right: 4px
    }

#cf7md-form .mdc-text-field--outlined .mdc-floating-label {
    left: 4px;
    right: initial;
    top: 17px
}

    #cf7md-form[dir=rtl] .mdc-text-field--outlined .mdc-floating-label, #cf7md-form .mdc-text-field--outlined .mdc-floating-label[dir=rtl] {
        left: initial;
        right: 4px
    }

#cf7md-form .mdc-text-field--outlined--with-leading-icon .mdc-floating-label {
    left: 36px;
    right: initial
}

    #cf7md-form[dir=rtl] .mdc-text-field--outlined--with-leading-icon .mdc-floating-label, #cf7md-form .mdc-text-field--outlined--with-leading-icon .mdc-floating-label[dir=rtl] {
        left: initial;
        right: 36px
    }

#cf7md-form .mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above {
    left: 40px;
    right: initial
}

    #cf7md-form[dir=rtl] .mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above, #cf7md-form .mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above[dir=rtl] {
        left: initial;
        right: 40px
    }

#cf7md-form .mdc-text-field__input {
    font-family: Roboto,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
    letter-spacing: .00937em;
    text-decoration: inherit;
    text-transform: inherit;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 20px 16px 6px;
    transition: opacity .18s cubic-bezier(.4,0,.2,1);
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    #cf7md-form .mdc-text-field__input::-webkit-input-placeholder {
        transition: color .18s cubic-bezier(.4,0,.2,1);
        opacity: 1
    }

    #cf7md-form .mdc-text-field__input:-ms-input-placeholder {
        transition: color .18s cubic-bezier(.4,0,.2,1);
        opacity: 1
    }

    #cf7md-form .mdc-text-field__input::placeholder {
        transition: color .18s cubic-bezier(.4,0,.2,1);
        opacity: 1
    }

    #cf7md-form .mdc-text-field__input:focus {
        outline: none
    }

    #cf7md-form .mdc-text-field__input:invalid {
        box-shadow: none
    }

    #cf7md-form .mdc-text-field__input:-webkit-autofill + .mdc-floating-label {
        -webkit-transform: translateY(-50%) scale(.75);
        transform: translateY(-50%) scale(.75);
        cursor: auto
    }

#cf7md-form .mdc-text-field--outlined {
    border: none;
    overflow: visible
}

    #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
        border-color: rgba(0,0,0,.24)
    }

    #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
        border-color: rgba(0,0,0,.87)
    }

    #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
        border-color: #3f51b5;
        border-color: var(--mdc-theme-primary,#3f51b5)
    }

    #cf7md-form .mdc-text-field--outlined .mdc-floating-label--shake {
        -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined .25s 1;
        animation: mdc-floating-label-shake-float-above-text-field-outlined .25s 1
    }

    #cf7md-form .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
        border-radius: 4px 0 0 4px
    }

        #cf7md-form[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl] {
            border-radius: 0 4px 4px 0
        }

    #cf7md-form .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
        border-radius: 0 4px 4px 0
    }

        #cf7md-form[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl] {
            border-radius: 4px 0 0 4px
        }

    #cf7md-form .mdc-text-field--outlined .mdc-floating-label--float-above {
        -webkit-transform: translateY(-144%) scale(1);
        -ms-transform: translateY(-144%) scale(1);
        transform: translateY(-144%) scale(1)
    }

    #cf7md-form .mdc-text-field--outlined .mdc-floating-label--float-above {
        font-size: .75rem
    }

    #cf7md-form .mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above, #cf7md-form .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
        -webkit-transform: translateY(-130%) scale(.75);
        -ms-transform: translateY(-130%) scale(.75);
        transform: translateY(-130%) scale(.75)
    }

    #cf7md-form .mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above, #cf7md-form .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
        font-size: 1rem
    }

    #cf7md-form .mdc-text-field--outlined:before, #cf7md-form .mdc-text-field--outlined:after {
        content: none
    }

    #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) {
        background-color: rgba(0,0,0,0)
    }

    #cf7md-form .mdc-text-field--outlined .mdc-text-field__input {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 12px 16px 14px;
        border: none !important;
        background-color: transparent;
        z-index: 1
    }

    #cf7md-form .mdc-text-field--outlined .mdc-text-field__icon {
        z-index: 2
    }

    #cf7md-form .mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__trailing {
        border-width: 2px
    }

    #cf7md-form .mdc-text-field--outlined.mdc-text-field--disabled {
        background-color: rgba(0,0,0,0)
    }

        #cf7md-form .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing {
            border-color: rgba(0,0,0,.06)
        }

        #cf7md-form .mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input {
            border-bottom: none
        }

    #cf7md-form .mdc-text-field--outlined.mdc-text-field--dense {
        height: 48px
    }

        #cf7md-form .mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
            -webkit-transform: translateY(-134%) scale(1);
            -ms-transform: translateY(-134%) scale(1);
            transform: translateY(-134%) scale(1)
        }

        #cf7md-form .mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
            font-size: .8rem
        }

        #cf7md-form .mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above, #cf7md-form .mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
            -webkit-transform: translateY(-120%) scale(.8);
            -ms-transform: translateY(-120%) scale(.8);
            transform: translateY(-120%) scale(.8)
        }

        #cf7md-form .mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above, #cf7md-form .mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
            font-size: 1rem
        }

        #cf7md-form .mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake {
            -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined-dense .25s 1;
            animation: mdc-floating-label-shake-float-above-text-field-outlined-dense .25s 1
        }

        #cf7md-form .mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__input {
            padding: 12px 12px 7px
        }

        #cf7md-form .mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label {
            top: 14px
        }

        #cf7md-form .mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__icon {
            top: 12px
        }

#cf7md-form .mdc-text-field--with-leading-icon .mdc-text-field__icon {
    left: 16px;
    right: initial
}

    #cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon .mdc-text-field__icon, #cf7md-form .mdc-text-field--with-leading-icon .mdc-text-field__icon[dir=rtl] {
        left: initial;
        right: 16px
    }

#cf7md-form .mdc-text-field--with-leading-icon .mdc-text-field__input {
    padding-left: 48px;
    padding-right: 16px
}

    #cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon .mdc-text-field__input, #cf7md-form .mdc-text-field--with-leading-icon .mdc-text-field__input[dir=rtl] {
        padding-left: 16px;
        padding-right: 48px
    }

#cf7md-form .mdc-text-field--with-leading-icon .mdc-floating-label {
    left: 48px;
    right: initial
}

    #cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon .mdc-floating-label, #cf7md-form .mdc-text-field--with-leading-icon .mdc-floating-label[dir=rtl] {
        left: initial;
        right: 48px
    }

#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon {
    left: 16px;
    right: initial
}

    #cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon, #cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon[dir=rtl] {
        left: initial;
        right: 16px
    }

#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__input {
    padding-left: 48px;
    padding-right: 16px
}

    #cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__input, #cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__input[dir=rtl] {
        padding-left: 16px;
        padding-right: 48px
    }

#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
    -webkit-transform: translateY(-144%) translateX(-32px) scale(1);
    -ms-transform: translateY(-144%) translateX(-32px) scale(1);
    transform: translateY(-144%) translateX(-32px) scale(1)
}

    #cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above, #cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above[dir=rtl] {
        -webkit-transform: translateY(-144%) translateX(32px) scale(1);
        -ms-transform: translateY(-144%) translateX(32px) scale(1);
        transform: translateY(-144%) translateX(32px) scale(1)
    }

#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
    font-size: .75rem
}

#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above, #cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    -webkit-transform: translateY(-130%) translateX(-32px) scale(.75);
    -ms-transform: translateY(-130%) translateX(-32px) scale(.75);
    transform: translateY(-130%) translateX(-32px) scale(.75)
}

    #cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above, #cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl], #cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above, #cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl] {
        -webkit-transform: translateY(-130%) translateX(32px) scale(.75);
        -ms-transform: translateY(-130%) translateX(32px) scale(.75);
        transform: translateY(-130%) translateX(32px) scale(.75)
    }

#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above, #cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    font-size: 1rem
}

#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon .25s 1;
    animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon .25s 1
}

#cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake, #cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] .mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl .25s 1;
    animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl .25s 1
}

#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label {
    left: 36px;
    right: initial
}

    #cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label, #cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label[dir=rtl] {
        left: initial;
        right: 36px
    }

#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
    -webkit-transform: translateY(-134%) translateX(-21px) scale(1);
    -ms-transform: translateY(-134%) translateX(-21px) scale(1);
    transform: translateY(-134%) translateX(-21px) scale(1)
}

    #cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above, #cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above[dir=rtl] {
        -webkit-transform: translateY(-134%) translateX(21px) scale(1);
        -ms-transform: translateY(-134%) translateX(21px) scale(1);
        transform: translateY(-134%) translateX(21px) scale(1)
    }

#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
    font-size: .8rem
}

#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above, #cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    -webkit-transform: translateY(-120%) translateX(-21px) scale(.8);
    -ms-transform: translateY(-120%) translateX(-21px) scale(.8);
    transform: translateY(-120%) translateX(-21px) scale(.8)
}

    #cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above, #cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl], #cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above, #cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl] {
        -webkit-transform: translateY(-120%) translateX(21px) scale(.8);
        -ms-transform: translateY(-120%) translateX(21px) scale(.8);
        transform: translateY(-120%) translateX(21px) scale(.8)
    }

#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above, #cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    font-size: 1rem
}

#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense .25s 1;
    animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense .25s 1
}

#cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake, #cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense[dir=rtl] .mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl .25s 1;
    animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl .25s 1
}

#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label {
    left: 26px;
    right: initial
}

    #cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label, #cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label[dir=rtl] {
        left: initial;
        right: 26px
    }

#cf7md-form .mdc-text-field--with-trailing-icon .mdc-text-field__icon {
    left: initial;
    right: 12px
}

    #cf7md-form[dir=rtl] .mdc-text-field--with-trailing-icon .mdc-text-field__icon, #cf7md-form .mdc-text-field--with-trailing-icon .mdc-text-field__icon[dir=rtl] {
        left: 12px;
        right: initial
    }

#cf7md-form .mdc-text-field--with-trailing-icon .mdc-text-field__input {
    padding-left: 12px;
    padding-right: 48px
}

    #cf7md-form[dir=rtl] .mdc-text-field--with-trailing-icon .mdc-text-field__input, #cf7md-form .mdc-text-field--with-trailing-icon .mdc-text-field__input[dir=rtl] {
        padding-left: 48px;
        padding-right: 12px
    }

#cf7md-form .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon {
    left: initial;
    right: 16px
}

    #cf7md-form[dir=rtl] .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon, #cf7md-form .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon[dir=rtl] {
        left: 16px;
        right: initial
    }

#cf7md-form .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input {
    padding-left: 16px;
    padding-right: 48px
}

    #cf7md-form[dir=rtl] .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input, #cf7md-form .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input[dir=rtl] {
        padding-left: 48px;
        padding-right: 16px
    }

#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon {
    left: 16px;
    right: auto
}

    #cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon, #cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon[dir=rtl] {
        left: auto;
        right: 16px
    }

    #cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon ~ .mdc-text-field__icon {
        right: 12px;
        left: auto
    }

        #cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon ~ .mdc-text-field__icon, #cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon ~ .mdc-text-field__icon[dir=rtl] {
            right: auto;
            left: 12px
        }

#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input {
    padding-left: 48px;
    padding-right: 48px
}

    #cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input, #cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input[dir=rtl] {
        padding-left: 48px;
        padding-right: 48px
    }

#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon, #cf7md-form .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon {
    bottom: 16px;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon {
    left: 12px;
    right: initial
}

    #cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon, #cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon[dir=rtl] {
        left: initial;
        right: 12px
    }

#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input {
    padding-left: 38px;
    padding-right: 12px
}

    #cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input, #cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input[dir=rtl] {
        padding-left: 12px;
        padding-right: 38px
    }

#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label {
    left: 38px;
    right: initial
}

    #cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label, #cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label[dir=rtl] {
        left: initial;
        right: 38px
    }

#cf7md-form .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon {
    left: initial;
    right: 12px
}

    #cf7md-form[dir=rtl] .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon, #cf7md-form .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon[dir=rtl] {
        left: 12px;
        right: initial
    }

#cf7md-form .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input {
    padding-left: 12px;
    padding-right: 38px
}

    #cf7md-form[dir=rtl] .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input, #cf7md-form .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input[dir=rtl] {
        padding-left: 38px;
        padding-right: 12px
    }

#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon {
    left: 12px;
    right: auto
}

    #cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon, #cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon[dir=rtl] {
        left: auto;
        right: 12px
    }

    #cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon ~ .mdc-text-field__icon {
        right: 12px;
        left: auto
    }

        #cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon ~ .mdc-text-field__icon, #cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon ~ .mdc-text-field__icon[dir=rtl] {
            right: auto;
            left: 12px
        }

#cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input {
    padding-left: 38px;
    padding-right: 38px
}

    #cf7md-form[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input, #cf7md-form .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input[dir=rtl] {
        padding-left: 38px;
        padding-right: 38px
    }

#cf7md-form .mdc-text-field--dense .mdc-floating-label--float-above {
    -webkit-transform: translateY(-70%) scale(.8);
    -ms-transform: translateY(-70%) scale(.8);
    transform: translateY(-70%) scale(.8)
}

#cf7md-form .mdc-text-field--dense .mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-text-field-dense .25s 1;
    animation: mdc-floating-label-shake-float-above-text-field-dense .25s 1
}

#cf7md-form .mdc-text-field--dense .mdc-text-field__input {
    padding: 12px 12px 0
}

#cf7md-form .mdc-text-field--dense .mdc-floating-label {
    font-size: .813rem
}

#cf7md-form .mdc-text-field--dense .mdc-floating-label--float-above {
    font-size: .813rem
}

#cf7md-form .mdc-text-field__input:required ~ .mdc-floating-label:after, #cf7md-form .mdc-text-field__input:required ~ .mdc-notched-outline .mdc-floating-label:after {
    margin-left: 1px;
    content: "*"
}

#cf7md-form .mdc-text-field--textarea {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    height: auto;
    transition: none;
    overflow: visible
}

    #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
        border-color: rgba(0,0,0,.24)
    }

    #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
        border-color: rgba(0,0,0,.87)
    }

    #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
        border-color: #3f51b5;
        border-color: var(--mdc-theme-primary,#3f51b5)
    }

    #cf7md-form .mdc-text-field--textarea .mdc-floating-label--shake {
        -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined .25s 1;
        animation: mdc-floating-label-shake-float-above-text-field-outlined .25s 1
    }

    #cf7md-form .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading {
        border-radius: 4px 0 0 4px
    }

        #cf7md-form[dir=rtl] .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl] {
            border-radius: 0 4px 4px 0
        }

    #cf7md-form .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing {
        border-radius: 0 4px 4px 0
    }

        #cf7md-form[dir=rtl] .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl] {
            border-radius: 4px 0 0 4px
        }

    #cf7md-form .mdc-text-field--textarea:before, #cf7md-form .mdc-text-field--textarea:after {
        content: none
    }

    #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) {
        background-color: rgba(0,0,0,0)
    }

    #cf7md-form .mdc-text-field--textarea .mdc-floating-label--float-above {
        -webkit-transform: translateY(-144%) scale(1);
        -ms-transform: translateY(-144%) scale(1);
        transform: translateY(-144%) scale(1)
    }

    #cf7md-form .mdc-text-field--textarea .mdc-floating-label--float-above {
        font-size: .75rem
    }

    #cf7md-form .mdc-text-field--textarea.mdc-notched-outline--upgraded .mdc-floating-label--float-above, #cf7md-form .mdc-text-field--textarea .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
        -webkit-transform: translateY(-130%) scale(.75);
        -ms-transform: translateY(-130%) scale(.75);
        transform: translateY(-130%) scale(.75)
    }

    #cf7md-form .mdc-text-field--textarea.mdc-notched-outline--upgraded .mdc-floating-label--float-above, #cf7md-form .mdc-text-field--textarea .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
        font-size: 1rem
    }

    #cf7md-form .mdc-text-field--textarea .mdc-text-field__input {
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        box-sizing: border-box;
        height: auto;
        margin: 8px 1px 1px 0;
        padding: 0 16px 16px;
        border: none
    }

    #cf7md-form .mdc-text-field--textarea .mdc-floating-label {
        top: 17px;
        bottom: auto;
        width: auto;
        pointer-events: none
    }

    #cf7md-form .mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__trailing {
        border-width: 2px
    }

#cf7md-form .mdc-text-field--fullwidth {
    width: 100%
}

    #cf7md-form .mdc-text-field--fullwidth:not(.mdc-text-field--textarea) {
        display: block
    }

        #cf7md-form .mdc-text-field--fullwidth:not(.mdc-text-field--textarea):before, #cf7md-form .mdc-text-field--fullwidth:not(.mdc-text-field--textarea):after {
            content: none
        }

        #cf7md-form .mdc-text-field--fullwidth:not(.mdc-text-field--textarea):not(.mdc-text-field--disabled) {
            background-color: rgba(0,0,0,0)
        }

        #cf7md-form .mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__input {
            padding: 0
        }

    #cf7md-form .mdc-text-field--fullwidth.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea) {
        border-bottom-color: #b00020;
        border-bottom-color: var(--mdc-theme-error,#b00020)
    }

#cf7md-form .mdc-text-field--dense + .mdc-text-field-helper-text {
    margin-bottom: 4px
}

#cf7md-form .mdc-text-field + .mdc-text-field-helper-text {
    margin-right: 12px;
    margin-left: 12px
}

#cf7md-form .mdc-text-field--outlined + .mdc-text-field-helper-text {
    margin-right: 16px;
    margin-left: 16px
}

#cf7md-form .mdc-form-field > .mdc-text-field + label {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

#cf7md-form .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: rgba(63,81,181,.87)
}

#cf7md-form .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input::-webkit-input-placeholder {
    color: rgba(63,81,181,.87)
}

#cf7md-form .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(63,81,181,.87)
}

#cf7md-form .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(63,81,181,.87)
}

#cf7md-form .mdc-text-field--focused .mdc-text-field__input:required ~ .mdc-floating-label:after, #cf7md-form .mdc-text-field--focused .mdc-text-field__input:required ~ .mdc-notched-outline .mdc-floating-label:after {
    color: #b00020;
    color: var(--mdc-theme-error,#b00020)
}

#cf7md-form .mdc-text-field--focused + .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg) {
    opacity: 1
}

#cf7md-form .mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
    border-color: #3f51b5;
    border-color: var(--mdc-theme-primary,#3f51b5)
}

#cf7md-form .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {
    border-bottom-color: #b00020;
    border-bottom-color: var(--mdc-theme-error,#b00020)
}

    #cf7md-form .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input:hover {
        border-bottom-color: #b00020;
        border-bottom-color: var(--mdc-theme-error,#b00020)
    }

#cf7md-form .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple {
    background-color: #b00020;
    background-color: var(--mdc-theme-error,#b00020)
}

#cf7md-form .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: #b00020;
    color: var(--mdc-theme-error,#b00020)
}

#cf7md-form .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input::-webkit-input-placeholder {
    color: #b00020;
    color: var(--mdc-theme-error,#b00020)
}

#cf7md-form .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: #b00020;
    color: var(--mdc-theme-error,#b00020)
}

#cf7md-form .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: #b00020;
    color: var(--mdc-theme-error,#b00020)
}

#cf7md-form .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-text--validation-msg {
    color: #b00020;
    color: var(--mdc-theme-error,#b00020)
}

#cf7md-form .mdc-text-field--invalid .mdc-text-field__input {
    caret-color: #b00020;
    caret-color: var(--mdc-theme-error,#b00020)
}

#cf7md-form .mdc-text-field--invalid.mdc-text-field--with-trailing-icon:not(.mdc-text-field--with-leading-icon):not(.mdc-text-field--disabled) .mdc-text-field__icon {
    color: #b00020;
    color: var(--mdc-theme-error,#b00020)
}

#cf7md-form .mdc-text-field--invalid.mdc-text-field--with-trailing-icon.mdc-text-field--with-leading-icon:not(.mdc-text-field--disabled) .mdc-text-field__icon ~ .mdc-text-field__icon {
    color: #b00020;
    color: var(--mdc-theme-error,#b00020)
}

#cf7md-form .mdc-text-field--invalid + .mdc-text-field-helper-text--validation-msg {
    opacity: 1
}

#cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
    border-color: #b00020;
    border-color: var(--mdc-theme-error,#b00020)
}

#cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: #b00020;
    border-color: var(--mdc-theme-error,#b00020)
}

#cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
    border-color: #b00020;
    border-color: var(--mdc-theme-error,#b00020)
}

#cf7md-form .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
    border-color: #b00020;
    border-color: var(--mdc-theme-error,#b00020)
}

#cf7md-form .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: #b00020;
    border-color: var(--mdc-theme-error,#b00020)
}

#cf7md-form .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
    border-color: #b00020;
    border-color: var(--mdc-theme-error,#b00020)
}

#cf7md-form .mdc-text-field--disabled {
    background-color: #fafafa;
    border-bottom: none;
    pointer-events: none
}

    #cf7md-form .mdc-text-field--disabled .mdc-text-field__input {
        border-bottom-color: rgba(0,0,0,.06)
    }

    #cf7md-form .mdc-text-field--disabled .mdc-text-field__input {
        color: rgba(0,0,0,.37)
    }

    #cf7md-form .mdc-text-field--disabled .mdc-floating-label {
        color: rgba(0,0,0,.37)
    }

    #cf7md-form .mdc-text-field--disabled .mdc-text-field__input::-webkit-input-placeholder {
        color: rgba(0,0,0,.37)
    }

    #cf7md-form .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
        color: rgba(0,0,0,.37)
    }

    #cf7md-form .mdc-text-field--disabled .mdc-text-field__input::placeholder {
        color: rgba(0,0,0,.37)
    }

    #cf7md-form .mdc-text-field--disabled + .mdc-text-field-helper-text {
        color: rgba(0,0,0,.37)
    }

    #cf7md-form .mdc-text-field--disabled .mdc-text-field__icon {
        color: rgba(0,0,0,.3)
    }

    #cf7md-form .mdc-text-field--disabled:not(.mdc-text-field--textarea) {
        border-bottom-color: rgba(0,0,0,.12)
    }

    #cf7md-form .mdc-text-field--disabled .mdc-floating-label {
        cursor: default
    }

#cf7md-form .mdc-text-field--textarea.mdc-text-field--disabled {
    background-color: rgba(0,0,0,0);
    background-color: #f9f9f9
}

    #cf7md-form .mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__trailing {
        border-color: rgba(0,0,0,.06)
    }

    #cf7md-form .mdc-text-field--textarea.mdc-text-field--disabled .mdc-text-field__input {
        border-bottom: none
    }

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-dense {
    0% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-70%) scale(.8);
        transform: translateX(calc(0 - 0%)) translateY(-70%) scale(.8)
    }

    33% {
        -webkit-animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        -webkit-transform: translateX(calc(4% - 0%)) translateY(-70%) scale(.8);
        transform: translateX(calc(4% - 0%)) translateY(-70%) scale(.8)
    }

    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        -webkit-transform: translateX(calc(-4% - 0%)) translateY(-70%) scale(.8);
        transform: translateX(calc(-4% - 0%)) translateY(-70%) scale(.8)
    }

    100% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-70%) scale(.8);
        transform: translateX(calc(0 - 0%)) translateY(-70%) scale(.8)
    }
}

@keyframes mdc-floating-label-shake-float-above-text-field-dense {
    0% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-70%) scale(.8);
        transform: translateX(calc(0 - 0%)) translateY(-70%) scale(.8)
    }

    33% {
        -webkit-animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        -webkit-transform: translateX(calc(4% - 0%)) translateY(-70%) scale(.8);
        transform: translateX(calc(4% - 0%)) translateY(-70%) scale(.8)
    }

    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        -webkit-transform: translateX(calc(-4% - 0%)) translateY(-70%) scale(.8);
        transform: translateX(calc(-4% - 0%)) translateY(-70%) scale(.8)
    }

    100% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-70%) scale(.8);
        transform: translateX(calc(0 - 0%)) translateY(-70%) scale(.8)
    }
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined {
    0% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - 0%)) translateY(-130%) scale(.75)
    }

    33% {
        -webkit-animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        -webkit-transform: translateX(calc(4% - 0%)) translateY(-130%) scale(.75);
        transform: translateX(calc(4% - 0%)) translateY(-130%) scale(.75)
    }

    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        -webkit-transform: translateX(calc(-4% - 0%)) translateY(-130%) scale(.75);
        transform: translateX(calc(-4% - 0%)) translateY(-130%) scale(.75)
    }

    100% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - 0%)) translateY(-130%) scale(.75)
    }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined {
    0% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - 0%)) translateY(-130%) scale(.75)
    }

    33% {
        -webkit-animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        -webkit-transform: translateX(calc(4% - 0%)) translateY(-130%) scale(.75);
        transform: translateX(calc(4% - 0%)) translateY(-130%) scale(.75)
    }

    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        -webkit-transform: translateX(calc(-4% - 0%)) translateY(-130%) scale(.75);
        transform: translateX(calc(-4% - 0%)) translateY(-130%) scale(.75)
    }

    100% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - 0%)) translateY(-130%) scale(.75)
    }
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-dense {
    0% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-120%) scale(.8);
        transform: translateX(calc(0 - 0%)) translateY(-120%) scale(.8)
    }

    33% {
        -webkit-animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        -webkit-transform: translateX(calc(4% - 0%)) translateY(-120%) scale(.8);
        transform: translateX(calc(4% - 0%)) translateY(-120%) scale(.8)
    }

    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        -webkit-transform: translateX(calc(-4% - 0%)) translateY(-120%) scale(.8);
        transform: translateX(calc(-4% - 0%)) translateY(-120%) scale(.8)
    }

    100% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-120%) scale(.8);
        transform: translateX(calc(0 - 0%)) translateY(-120%) scale(.8)
    }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-dense {
    0% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-120%) scale(.8);
        transform: translateX(calc(0 - 0%)) translateY(-120%) scale(.8)
    }

    33% {
        -webkit-animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        -webkit-transform: translateX(calc(4% - 0%)) translateY(-120%) scale(.8);
        transform: translateX(calc(4% - 0%)) translateY(-120%) scale(.8)
    }

    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        -webkit-transform: translateX(calc(-4% - 0%)) translateY(-120%) scale(.8);
        transform: translateX(calc(-4% - 0%)) translateY(-120%) scale(.8)
    }

    100% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-120%) scale(.8);
        transform: translateX(calc(0 - 0%)) translateY(-120%) scale(.8)
    }
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon {
    0% {
        -webkit-transform: translateX(calc(0 - 0)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - 0)) translateY(-130%) scale(.75)
    }

    33% {
        -webkit-animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        -webkit-transform: translateX(calc(4% - 0)) translateY(-130%) scale(.75);
        transform: translateX(calc(4% - 0)) translateY(-130%) scale(.75)
    }

    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        -webkit-transform: translateX(calc(-4% - 0)) translateY(-130%) scale(.75);
        transform: translateX(calc(-4% - 0)) translateY(-130%) scale(.75)
    }

    100% {
        -webkit-transform: translateX(calc(0 - 0)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - 0)) translateY(-130%) scale(.75)
    }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon {
    0% {
        -webkit-transform: translateX(calc(0 - 0)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - 0)) translateY(-130%) scale(.75)
    }

    33% {
        -webkit-animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        -webkit-transform: translateX(calc(4% - 0)) translateY(-130%) scale(.75);
        transform: translateX(calc(4% - 0)) translateY(-130%) scale(.75)
    }

    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        -webkit-transform: translateX(calc(-4% - 0)) translateY(-130%) scale(.75);
        transform: translateX(calc(-4% - 0)) translateY(-130%) scale(.75)
    }

    100% {
        -webkit-transform: translateX(calc(0 - 0)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - 0)) translateY(-130%) scale(.75)
    }
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense {
    0% {
        -webkit-transform: translateX(calc(0 - 21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(0 - 21px)) translateY(-120%) scale(.8)
    }

    33% {
        -webkit-animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        -webkit-transform: translateX(calc(4% - 21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(4% - 21px)) translateY(-120%) scale(.8)
    }

    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        -webkit-transform: translateX(calc(-4% - 21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(-4% - 21px)) translateY(-120%) scale(.8)
    }

    100% {
        -webkit-transform: translateX(calc(0 - 21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(0 - 21px)) translateY(-120%) scale(.8)
    }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense {
    0% {
        -webkit-transform: translateX(calc(0 - 21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(0 - 21px)) translateY(-120%) scale(.8)
    }

    33% {
        -webkit-animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        -webkit-transform: translateX(calc(4% - 21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(4% - 21px)) translateY(-120%) scale(.8)
    }

    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        -webkit-transform: translateX(calc(-4% - 21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(-4% - 21px)) translateY(-120%) scale(.8)
    }

    100% {
        -webkit-transform: translateX(calc(0 - 21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(0 - 21px)) translateY(-120%) scale(.8)
    }
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl {
    0% {
        -webkit-transform: translateX(calc(0 - 0)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - 0)) translateY(-130%) scale(.75)
    }

    33% {
        -webkit-animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        -webkit-transform: translateX(calc(4% - 0)) translateY(-130%) scale(.75);
        transform: translateX(calc(4% - 0)) translateY(-130%) scale(.75)
    }

    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        -webkit-transform: translateX(calc(-4% - 0)) translateY(-130%) scale(.75);
        transform: translateX(calc(-4% - 0)) translateY(-130%) scale(.75)
    }

    100% {
        -webkit-transform: translateX(calc(0 - 0)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - 0)) translateY(-130%) scale(.75)
    }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl {
    0% {
        -webkit-transform: translateX(calc(0 - 0)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - 0)) translateY(-130%) scale(.75)
    }

    33% {
        -webkit-animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        -webkit-transform: translateX(calc(4% - 0)) translateY(-130%) scale(.75);
        transform: translateX(calc(4% - 0)) translateY(-130%) scale(.75)
    }

    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        -webkit-transform: translateX(calc(-4% - 0)) translateY(-130%) scale(.75);
        transform: translateX(calc(-4% - 0)) translateY(-130%) scale(.75)
    }

    100% {
        -webkit-transform: translateX(calc(0 - 0)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - 0)) translateY(-130%) scale(.75)
    }
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl {
    0% {
        -webkit-transform: translateX(calc(0 - -21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(0 - -21px)) translateY(-120%) scale(.8)
    }

    33% {
        -webkit-animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        -webkit-transform: translateX(calc(4% - -21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(4% - -21px)) translateY(-120%) scale(.8)
    }

    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        -webkit-transform: translateX(calc(-4% - -21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(-4% - -21px)) translateY(-120%) scale(.8)
    }

    100% {
        -webkit-transform: translateX(calc(0 - -21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(0 - -21px)) translateY(-120%) scale(.8)
    }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl {
    0% {
        -webkit-transform: translateX(calc(0 - -21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(0 - -21px)) translateY(-120%) scale(.8)
    }

    33% {
        -webkit-animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        -webkit-transform: translateX(calc(4% - -21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(4% - -21px)) translateY(-120%) scale(.8)
    }

    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        -webkit-transform: translateX(calc(-4% - -21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(-4% - -21px)) translateY(-120%) scale(.8)
    }

    100% {
        -webkit-transform: translateX(calc(0 - -21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(0 - -21px)) translateY(-120%) scale(.8)
    }
}

@-webkit-keyframes mdc-floating-label-shake-float-above-textarea {
    0% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - 0%)) translateY(-130%) scale(.75)
    }

    33% {
        -webkit-animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        -webkit-transform: translateX(calc(4% - 0%)) translateY(-130%) scale(.75);
        transform: translateX(calc(4% - 0%)) translateY(-130%) scale(.75)
    }

    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        -webkit-transform: translateX(calc(-4% - 0%)) translateY(-130%) scale(.75);
        transform: translateX(calc(-4% - 0%)) translateY(-130%) scale(.75)
    }

    100% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - 0%)) translateY(-130%) scale(.75)
    }
}

@keyframes mdc-floating-label-shake-float-above-textarea {
    0% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - 0%)) translateY(-130%) scale(.75)
    }

    33% {
        -webkit-animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        -webkit-transform: translateX(calc(4% - 0%)) translateY(-130%) scale(.75);
        transform: translateX(calc(4% - 0%)) translateY(-130%) scale(.75)
    }

    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        -webkit-transform: translateX(calc(-4% - 0%)) translateY(-130%) scale(.75);
        transform: translateX(calc(-4% - 0%)) translateY(-130%) scale(.75)
    }

    100% {
        -webkit-transform: translateX(calc(0 - 0%)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - 0%)) translateY(-130%) scale(.75)
    }
}

#cf7md-form .mdc-text-field--with-leading-icon .mdc-text-field__icon, #cf7md-form .mdc-text-field--with-trailing-icon .mdc-text-field__icon {
    position: absolute;
    bottom: 16px;
    cursor: pointer
}

#cf7md-form .mdc-text-field__icon:not([tabindex]), #cf7md-form .mdc-text-field__icon[tabindex="-1"] {
    cursor: default;
    pointer-events: none
}

#cf7md-form .mdc-text-field--outlined .mdc-text-field__input {
    position: relative
}

#cf7md-form .mdc-text-field__input {
    margin-bottom: 0
}

date-input-polyfill {
    z-index: 9999;
    background: #ddd !important
}

    date-input-polyfill select {
        border: none !important
    }

    date-input-polyfill .yearSelect {
        margin: 4px 2px 4px 4px !important;
        width: calc(30% - 6px) !important
    }

    date-input-polyfill .monthSelect {
        margin: 4px 2px !important;
        width: calc(46% - 8px) !important
    }

    date-input-polyfill > button {
        margin: 4px 4px 4px 2px !important;
        width: calc(24% - 6px) !important;
        -webkit-appearance: none !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        background: 0 0 !important;
        border: none !important;
        color: #444 !important;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
        text-shadow: none !important;
        text-decoration: none !important
    }

        date-input-polyfill > button:hover {
            color: #000;
            background: rgba(0,0,0,.15) !important
        }

    date-input-polyfill table {
        background: #fff !important;
        margin: 0 !important;
        width: 265px !important
    }

@-webkit-keyframes mdc-select-float-native-control {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes mdc-select-float-native-control {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

#cf7md-form .mdc-select--with-leading-icon:not(.mdc-select--disabled) .mdc-select__icon {
    color: #000;
    color: var(--mdc-theme-on-surface,#000)
}

#cf7md-form .mdc-select--with-leading-icon .mdc-select__icon {
    display: inline-block;
    position: absolute;
    bottom: 16px;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    border: none;
    background-color: transparent;
    fill: currentColor;
    opacity: .54;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#cf7md-form .mdc-select__icon:not([tabindex]), #cf7md-form .mdc-select__icon[tabindex="-1"] {
    cursor: default;
    pointer-events: none
}

#cf7md-form .mdc-select-helper-text {
    font-family: Roboto,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: .75rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: .03333em;
    text-decoration: inherit;
    text-transform: inherit;
    display: block;
    margin-top: 0;
    line-height: normal;
    margin: 0;
    transition: opacity .18s cubic-bezier(.4,0,.2,1);
    opacity: 0;
    will-change: opacity
}

    #cf7md-form .mdc-select-helper-text:before {
        display: inline-block;
        width: 0;
        height: 16px;
        content: "";
        vertical-align: 0
    }

#cf7md-form .mdc-select-helper-text--persistent {
    transition: none;
    opacity: 1;
    will-change: initial
}

#cf7md-form .mdc-select {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    will-change: transform,opacity;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    height: 56px;
    overflow: hidden;
    will-change: opacity,transform,color
}

    #cf7md-form .mdc-select:not(.mdc-select--disabled) {
        background-color: #f5f5f5
    }

    #cf7md-form .mdc-select:before, #cf7md-form .mdc-select:after {
        position: absolute;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: ""
    }

    #cf7md-form .mdc-select:before {
        transition: opacity 15ms linear,background-color 15ms linear;
        z-index: 1
    }

    #cf7md-form .mdc-select.mdc-ripple-upgraded:before {
        -webkit-transform: scale(var(--mdc-ripple-fg-scale,1));
        -ms-transform: scale(var(--mdc-ripple-fg-scale,1));
        transform: scale(var(--mdc-ripple-fg-scale,1))
    }

    #cf7md-form .mdc-select.mdc-ripple-upgraded:after {
        top: 0;
        left: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center
    }

    #cf7md-form .mdc-select.mdc-ripple-upgraded--unbounded:after {
        top: var(--mdc-ripple-top,0);
        left: var(--mdc-ripple-left,0)
    }

    #cf7md-form .mdc-select.mdc-ripple-upgraded--foreground-activation:after {
        -webkit-animation: .225s mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards;
        animation: .225s mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards
    }

    #cf7md-form .mdc-select.mdc-ripple-upgraded--foreground-deactivation:after {
        -webkit-animation: .15s mdc-ripple-fg-opacity-out;
        animation: .15s mdc-ripple-fg-opacity-out;
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));
        -ms-transform: translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));
        transform: translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))
    }

    #cf7md-form .mdc-select:before, #cf7md-form .mdc-select:after {
        top: calc(50% - 100%);
        left: calc(50% - 100%);
        width: 200%;
        height: 200%
    }

    #cf7md-form .mdc-select.mdc-ripple-upgraded:after {
        width: var(--mdc-ripple-fg-size,100%);
        height: var(--mdc-ripple-fg-size,100%)
    }

    #cf7md-form .mdc-select:before, #cf7md-form .mdc-select:after {
        background-color: rgba(0,0,0,.87)
    }

    #cf7md-form .mdc-select:hover:before {
        opacity: .04
    }

    #cf7md-form .mdc-select:not(.mdc-ripple-upgraded):focus:before, #cf7md-form .mdc-select.mdc-ripple-upgraded--background-focused:before {
        transition-duration: 75ms;
        opacity: .12
    }

    #cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control, #cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text {
        color: rgba(0,0,0,.87)
    }

    #cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
        color: rgba(0,0,0,.6)
    }

    #cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control, #cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text {
        border-bottom-color: rgba(0,0,0,.42)
    }

    #cf7md-form .mdc-select:not(.mdc-select--disabled) + .mdc-select-helper-text {
        color: rgba(0,0,0,.6)
    }

#cf7md-form .mdc-select, #cf7md-form .mdc-select__native-control {
    border-radius: 4px 4px 0 0
}

    #cf7md-form .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple {
        background-color: #3f51b5;
        background-color: var(--mdc-theme-primary,#3f51b5)
    }

    #cf7md-form .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
        color: rgba(63,81,181,.87)
    }

    #cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control:hover {
        border-bottom-color: rgba(0,0,0,.87)
    }

    #cf7md-form .mdc-select .mdc-floating-label--float-above {
        -webkit-transform: translateY(-70%) scale(.75);
        -ms-transform: translateY(-70%) scale(.75);
        transform: translateY(-70%) scale(.75)
    }

    #cf7md-form .mdc-select .mdc-floating-label {
        left: 16px;
        right: initial;
        top: 21px;
        pointer-events: none
    }

        #cf7md-form[dir=rtl] .mdc-select .mdc-floating-label, #cf7md-form .mdc-select .mdc-floating-label[dir=rtl] {
            left: initial;
            right: 16px
        }

    #cf7md-form .mdc-select.mdc-select--with-leading-icon .mdc-floating-label {
        left: 48px;
        right: initial
    }

        #cf7md-form[dir=rtl] .mdc-select.mdc-select--with-leading-icon .mdc-floating-label, #cf7md-form .mdc-select.mdc-select--with-leading-icon .mdc-floating-label[dir=rtl] {
            left: initial;
            right: 48px
        }

    #cf7md-form .mdc-select.mdc-select--outlined .mdc-floating-label {
        left: 4px;
        right: initial;
        top: 17px
    }

        #cf7md-form[dir=rtl] .mdc-select.mdc-select--outlined .mdc-floating-label, #cf7md-form .mdc-select.mdc-select--outlined .mdc-floating-label[dir=rtl] {
            left: initial;
            right: 4px
        }

    #cf7md-form .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label {
        left: 36px;
        right: initial
    }

        #cf7md-form[dir=rtl] .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label, #cf7md-form .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label[dir=rtl] {
            left: initial;
            right: 36px
        }

    #cf7md-form .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above {
        left: 36px;
        right: initial
    }

        #cf7md-form[dir=rtl] .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above, #cf7md-form .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above[dir=rtl] {
            left: initial;
            right: 36px
        }

#cf7md-form .mdc-select__dropdown-icon {
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%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%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.54%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center;
    left: auto;
    right: 8px;
    position: absolute;
    bottom: 16px;
    width: 24px;
    height: 24px;
    transition: -webkit-transform .15s cubic-bezier(.4,0,.2,1);
    transition: transform .15s cubic-bezier(.4,0,.2,1);
    transition: transform .15s cubic-bezier(.4,0,.2,1),-webkit-transform .15s cubic-bezier(.4,0,.2,1);
    pointer-events: none
}

    #cf7md-form[dir=rtl] .mdc-select__dropdown-icon, #cf7md-form .mdc-select__dropdown-icon[dir=rtl] {
        left: 8px;
        right: auto
    }

#cf7md-form .mdc-select--focused .mdc-select__dropdown-icon {
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%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%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%233f51b5%22%20fill-rule%3D%22evenodd%22%20opacity%3D%221%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center;
    -webkit-transform: rotate(180deg) translateY(-5px);
    -ms-transform: rotate(180deg) translateY(-5px);
    transform: rotate(180deg) translateY(-5px);
    transition: -webkit-transform .15s cubic-bezier(.4,0,.2,1);
    transition: transform .15s cubic-bezier(.4,0,.2,1);
    transition: transform .15s cubic-bezier(.4,0,.2,1),-webkit-transform .15s cubic-bezier(.4,0,.2,1)
}

#cf7md-form .mdc-select__native-control {
    padding-top: 20px
}

#cf7md-form .mdc-select.mdc-select--focused .mdc-line-ripple:after {
    -webkit-transform: scale(1,2);
    -ms-transform: scale(1,2);
    transform: scale(1,2);
    opacity: 1
}

#cf7md-form .mdc-select + .mdc-select-helper-text {
    margin-right: 12px;
    margin-left: 12px
}

#cf7md-form .mdc-select--outlined + .mdc-select-helper-text {
    margin-right: 16px;
    margin-left: 16px
}

#cf7md-form .mdc-select--focused + .mdc-select-helper-text:not(.mdc-select-helper-text--validation-msg) {
    opacity: 1
}

#cf7md-form .mdc-select__selected-text {
    min-width: 200px;
    padding-top: 22px
}

#cf7md-form .mdc-select__native-control, #cf7md-form .mdc-select__selected-text {
    padding-left: 16px;
    padding-right: 52px;
    font-family: Roboto,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
    letter-spacing: .00937em;
    text-decoration: inherit;
    text-transform: inherit;
    box-sizing: border-box;
    width: 100%;
    height: 56px;
    padding-top: 20px;
    padding-bottom: 4px;
    border: none;
    border-bottom: 1px solid;
    outline: none;
    background-color: transparent;
    color: inherit;
    white-space: nowrap;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    #cf7md-form[dir=rtl] .mdc-select__native-control, #cf7md-form .mdc-select__native-control[dir=rtl], #cf7md-form[dir=rtl] .mdc-select__selected-text, #cf7md-form .mdc-select__selected-text[dir=rtl] {
        padding-left: 52px;
        padding-right: 16px
    }

    #cf7md-form .mdc-select__native-control::-ms-expand, #cf7md-form .mdc-select__selected-text::-ms-expand {
        display: none
    }

    #cf7md-form .mdc-select__native-control::-ms-value, #cf7md-form .mdc-select__selected-text::-ms-value {
        background-color: transparent;
        color: inherit
    }

@-moz-document url-prefix("") {
    #cf7md-form .mdc-select__native-control, #cf7md-form .mdc-select__selected-text {
        text-indent: -2px
    }
}

#cf7md-form .mdc-select--outlined {
    border: none;
    overflow: visible
}

    #cf7md-form .mdc-select--outlined:not(.mdc-select--disabled) {
        background-color: rgba(0,0,0,0)
    }

        #cf7md-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading, #cf7md-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch, #cf7md-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
            border-color: rgba(0,0,0,.24)
        }

        #cf7md-form .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
            border-color: rgba(0,0,0,.87)
        }

        #cf7md-form .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
            border-width: 2px
        }

        #cf7md-form .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
            border-color: #3f51b5;
            border-color: var(--mdc-theme-primary,#3f51b5)
        }

    #cf7md-form .mdc-select--outlined .mdc-floating-label--shake {
        -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined .25s 1;
        animation: mdc-floating-label-shake-float-above-text-field-outlined .25s 1
    }

    #cf7md-form .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading {
        border-radius: 4px 0 0 4px
    }

        #cf7md-form[dir=rtl] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl] {
            border-radius: 0 4px 4px 0
        }

    #cf7md-form .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
        border-radius: 0 4px 4px 0
    }

        #cf7md-form[dir=rtl] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl] {
            border-radius: 4px 0 0 4px
        }

    #cf7md-form .mdc-select--outlined .mdc-select__native-control {
        border-radius: 4px
    }

    #cf7md-form .mdc-select--outlined:before, #cf7md-form .mdc-select--outlined:after {
        content: none
    }

    #cf7md-form .mdc-select--outlined:not(.mdc-select--disabled) {
        background-color: rgba(0,0,0,0)
    }

    #cf7md-form .mdc-select--outlined .mdc-floating-label--float-above {
        -webkit-transform: translateY(-144%) scale(1);
        -ms-transform: translateY(-144%) scale(1);
        transform: translateY(-144%) scale(1)
    }

    #cf7md-form .mdc-select--outlined .mdc-floating-label--float-above {
        font-size: .75rem
    }

    #cf7md-form .mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above, #cf7md-form .mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
        -webkit-transform: translateY(-130%) scale(.75);
        -ms-transform: translateY(-130%) scale(.75);
        transform: translateY(-130%) scale(.75)
    }

    #cf7md-form .mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above, #cf7md-form .mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
        font-size: 1rem
    }

    #cf7md-form .mdc-select--outlined .mdc-select__native-control, #cf7md-form .mdc-select--outlined .mdc-select__selected-text {
        padding-left: 16px;
        padding-right: 52px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 12px;
        padding-bottom: 12px;
        border: none;
        background-color: transparent;
        z-index: 1
    }

        #cf7md-form[dir=rtl] .mdc-select--outlined .mdc-select__native-control, #cf7md-form .mdc-select--outlined .mdc-select__native-control[dir=rtl], #cf7md-form[dir=rtl] .mdc-select--outlined .mdc-select__selected-text, #cf7md-form .mdc-select--outlined .mdc-select__selected-text[dir=rtl] {
            padding-left: 52px;
            padding-right: 16px
        }

    #cf7md-form .mdc-select--outlined .mdc-select__selected-text {
        padding-top: 14px
    }

    #cf7md-form .mdc-select--outlined .mdc-select__icon {
        z-index: 2
    }

    #cf7md-form .mdc-select--outlined .mdc-floating-label {
        line-height: 1.15rem;
        pointer-events: auto
    }

#cf7md-form .mdc-select--invalid:not(.mdc-select--disabled) .mdc-floating-label {
    color: #b00020;
    color: var(--mdc-theme-error,#b00020)
}

#cf7md-form .mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__native-control, #cf7md-form .mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__selected-text {
    border-bottom-color: #b00020;
    border-bottom-color: var(--mdc-theme-error,#b00020)
}

#cf7md-form .mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple {
    background-color: #b00020;
    background-color: var(--mdc-theme-error,#b00020)
}

#cf7md-form .mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
    color: #b00020
}

#cf7md-form .mdc-select--invalid:not(.mdc-select--disabled).mdc-select--invalid + .mdc-select-helper-text--validation-msg {
    color: #b00020;
    color: var(--mdc-theme-error,#b00020)
}

#cf7md-form .mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__native-control:hover {
    border-bottom-color: #b00020;
    border-bottom-color: var(--mdc-theme-error,#b00020)
}

#cf7md-form .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading, #cf7md-form .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch, #cf7md-form .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
    border-color: #b00020;
    border-color: var(--mdc-theme-error,#b00020)
}

#cf7md-form .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: #b00020;
    border-color: var(--mdc-theme-error,#b00020)
}

#cf7md-form .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
    border-width: 2px
}

#cf7md-form .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: #b00020;
    border-color: var(--mdc-theme-error,#b00020)
}

#cf7md-form .mdc-select--invalid .mdc-select__dropdown-icon {
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%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%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23b00020%22%20fill-rule%3D%22evenodd%22%20opacity%3D%221%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center
}

#cf7md-form .mdc-select--invalid + .mdc-select-helper-text--validation-msg {
    opacity: 1
}

#cf7md-form .mdc-select--required .mdc-floating-label:after {
    content: "*"
}

#cf7md-form .mdc-select--disabled {
    background-color: #fafafa;
    cursor: default;
    pointer-events: none
}

    #cf7md-form .mdc-select--disabled .mdc-floating-label {
        color: rgba(0,0,0,.37)
    }

    #cf7md-form .mdc-select--disabled .mdc-select__dropdown-icon {
        background: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%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%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.37%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center
    }

    #cf7md-form .mdc-select--disabled .mdc-line-ripple {
        display: none
    }

    #cf7md-form .mdc-select--disabled .mdc-select__icon {
        color: rgba(0,0,0,.37)
    }

    #cf7md-form .mdc-select--disabled .mdc-select__native-control, #cf7md-form .mdc-select--disabled .mdc-select__selected-text {
        color: rgba(0,0,0,.37);
        border-bottom-style: dotted
    }

    #cf7md-form .mdc-select--disabled .mdc-select__selected-text {
        pointer-events: none
    }

    #cf7md-form .mdc-select--disabled.mdc-select--outlined {
        background-color: rgba(0,0,0,0)
    }

        #cf7md-form .mdc-select--disabled.mdc-select--outlined .mdc-select__native-control, #cf7md-form .mdc-select--disabled.mdc-select--outlined .mdc-select__selected-text {
            border-bottom-style: none
        }

        #cf7md-form .mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__leading, #cf7md-form .mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__notch, #cf7md-form .mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__trailing {
            border-color: rgba(0,0,0,.16)
        }

#cf7md-form .mdc-select--with-leading-icon .mdc-select__icon {
    left: 16px;
    right: initial
}

    #cf7md-form[dir=rtl] .mdc-select--with-leading-icon .mdc-select__icon, #cf7md-form .mdc-select--with-leading-icon .mdc-select__icon[dir=rtl] {
        left: initial;
        right: 16px
    }

#cf7md-form .mdc-select--with-leading-icon .mdc-select__native-control, #cf7md-form .mdc-select--with-leading-icon .mdc-select__selected-text {
    padding-left: 48px;
    padding-right: 32px
}

    #cf7md-form[dir=rtl] .mdc-select--with-leading-icon .mdc-select__native-control, #cf7md-form .mdc-select--with-leading-icon .mdc-select__native-control[dir=rtl], #cf7md-form[dir=rtl] .mdc-select--with-leading-icon .mdc-select__selected-text, #cf7md-form .mdc-select--with-leading-icon .mdc-select__selected-text[dir=rtl] {
        padding-left: 32px;
        padding-right: 48px
    }

#cf7md-form .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above {
    -webkit-transform: translateY(-144%) translateX(-32px) scale(1);
    -ms-transform: translateY(-144%) translateX(-32px) scale(1);
    transform: translateY(-144%) translateX(-32px) scale(1)
}

    #cf7md-form[dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above, #cf7md-form .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above[dir=rtl] {
        -webkit-transform: translateY(-144%) translateX(32px) scale(1);
        -ms-transform: translateY(-144%) translateX(32px) scale(1);
        transform: translateY(-144%) translateX(32px) scale(1)
    }

#cf7md-form .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above {
    font-size: .75rem
}

#cf7md-form .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above, #cf7md-form .mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    -webkit-transform: translateY(-130%) translateX(-32px) scale(.75);
    -ms-transform: translateY(-130%) translateX(-32px) scale(.75);
    transform: translateY(-130%) translateX(-32px) scale(.75)
}

    #cf7md-form[dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above, #cf7md-form .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl], #cf7md-form[dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above, #cf7md-form .mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl] {
        -webkit-transform: translateY(-130%) translateX(32px) scale(.75);
        -ms-transform: translateY(-130%) translateX(32px) scale(.75);
        transform: translateY(-130%) translateX(32px) scale(.75)
    }

#cf7md-form .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above, #cf7md-form .mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    font-size: 1rem
}

#cf7md-form .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon .25s 1;
    animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon .25s 1
}

#cf7md-form[dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--shake, #cf7md-form .mdc-select--with-leading-icon.mdc-select--outlined[dir=rtl] .mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl .25s 1;
    animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl .25s 1
}

#cf7md-form .mdc-select--with-leading-icon.mdc-select__menu .mdc-list-item__text {
    padding-left: 32px;
    padding-right: 32px
}

    #cf7md-form[dir=rtl] .mdc-select--with-leading-icon.mdc-select__menu .mdc-list-item__text, #cf7md-form .mdc-select--with-leading-icon.mdc-select__menu .mdc-list-item__text[dir=rtl] {
        padding-left: 32px;
        padding-right: 32px
    }

#cf7md-form .mdc-select__menu .mdc-list .mdc-list-item--selected {
    color: #000;
    color: var(--mdc-theme-on-surface,#000)
}

    #cf7md-form .mdc-select__menu .mdc-list .mdc-list-item--selected:before, #cf7md-form .mdc-select__menu .mdc-list .mdc-list-item--selected:after {
        background-color: #000
    }

@supports not (-ms-ime-align:auto) {
    #cf7md-form .mdc-select__menu .mdc-list .mdc-list-item--selected:before, #cf7md-form .mdc-select__menu .mdc-list .mdc-list-item--selected:after {
        background-color: var(--mdc-theme-on-surface,#000)
    }
}

#cf7md-form .mdc-select__menu .mdc-list .mdc-list-item--selected:hover:before {
    opacity: .04
}

#cf7md-form .mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):focus:before, #cf7md-form .mdc-select__menu .mdc-list .mdc-list-item--selected.mdc-ripple-upgraded--background-focused:before {
    transition-duration: 75ms;
    opacity: .12
}

#cf7md-form .mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

#cf7md-form .mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .16
}

#cf7md-form .mdc-select__menu .mdc-list .mdc-list-item--selected.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .16
}

@-webkit-keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon {
    0% {
        -webkit-transform: translateX(calc(0 - 32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - 32px)) translateY(-130%) scale(.75)
    }

    33% {
        -webkit-animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        -webkit-transform: translateX(calc(4% - 32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(4% - 32px)) translateY(-130%) scale(.75)
    }

    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        -webkit-transform: translateX(calc(-4% - 32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(-4% - 32px)) translateY(-130%) scale(.75)
    }

    100% {
        -webkit-transform: translateX(calc(0 - 32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - 32px)) translateY(-130%) scale(.75)
    }
}

@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon {
    0% {
        -webkit-transform: translateX(calc(0 - 32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - 32px)) translateY(-130%) scale(.75)
    }

    33% {
        -webkit-animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        -webkit-transform: translateX(calc(4% - 32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(4% - 32px)) translateY(-130%) scale(.75)
    }

    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        -webkit-transform: translateX(calc(-4% - 32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(-4% - 32px)) translateY(-130%) scale(.75)
    }

    100% {
        -webkit-transform: translateX(calc(0 - 32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - 32px)) translateY(-130%) scale(.75)
    }
}

@-webkit-keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl {
    0% {
        -webkit-transform: translateX(calc(0 - -32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - -32px)) translateY(-130%) scale(.75)
    }

    33% {
        -webkit-animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        -webkit-transform: translateX(calc(4% - -32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(4% - -32px)) translateY(-130%) scale(.75)
    }

    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        -webkit-transform: translateX(calc(-4% - -32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(-4% - -32px)) translateY(-130%) scale(.75)
    }

    100% {
        -webkit-transform: translateX(calc(0 - -32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - -32px)) translateY(-130%) scale(.75)
    }
}

@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl {
    0% {
        -webkit-transform: translateX(calc(0 - -32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - -32px)) translateY(-130%) scale(.75)
    }

    33% {
        -webkit-animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        -webkit-transform: translateX(calc(4% - -32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(4% - -32px)) translateY(-130%) scale(.75)
    }

    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        -webkit-transform: translateX(calc(-4% - -32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(-4% - -32px)) translateY(-130%) scale(.75)
    }

    100% {
        -webkit-transform: translateX(calc(0 - -32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(0 - -32px)) translateY(-130%) scale(.75)
    }
}

#cf7md-form .mdc-select--with-leading-icon:not(.mdc-select--disabled) .mdc-select__icon {
    color: #000;
    color: var(--mdc-theme-on-surface,#000)
}

#cf7md-form .mdc-select--with-leading-icon .mdc-select__icon {
    display: inline-block;
    position: absolute;
    bottom: 16px;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    border: none;
    background-color: transparent;
    fill: currentColor;
    opacity: .54;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#cf7md-form .mdc-select__icon:not([tabindex]), #cf7md-form .mdc-select__icon[tabindex="-1"] {
    cursor: default;
    pointer-events: none
}

@-moz-document url-prefix() {
    #cf7md-form .mdc-select select:-moz-focusring, #cf7md-form .mdc-select select::-moz-focus-inner {
        color: transparent !important;
        text-shadow: 0 0 0 #000 !important;
        background-image: none !important;
        border: 0
    }

    #cf7md-form.cf7md-theme--dark .mdc-select select:-moz-focusring, #cf7md-form.cf7md-theme--dark .mdc-select select::-moz-focus-inner {
        text-shadow: 0 0 0 #fff !important
    }
}

#cf7md-form.cf7md-theme--dark .mdc-select select > option, #cf7md-form.cf7md-theme--dark .mdc-select select > optgroup {
    background: #000
}

#cf7md-form .mdc-select--outlined .mdc-notched-outline .mdc-floating-label {
    pointer-events: none !important
}

#cf7md-form .cf7md-select .select-arrow {
    display: none
}

#cf7md-form .cf7md-select .mdc-select__native-control {
    background-image: none !important;
    box-shadow: none;
    margin-bottom: 0
}

#cf7md-form .mdc-form-field {
    font-family: Roboto,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: .01786em;
    text-decoration: inherit;
    text-transform: inherit;
    color: rgba(0,0,0,.87);
    color: var(--mdc-theme-text-primary-on-background,rgba(0,0,0,.87));
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle
}

    #cf7md-form .mdc-form-field > label {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        margin-right: auto;
        padding-left: 4px
    }

    #cf7md-form[dir=rtl] .mdc-form-field > label, #cf7md-form .mdc-form-field[dir=rtl] > label {
        margin-left: auto;
        padding-right: 4px
    }

#cf7md-form .mdc-form-field--align-end > label {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-left: auto;
    padding-right: 4px
}

#cf7md-form[dir=rtl] .mdc-form-field--align-end > label, #cf7md-form .mdc-form-field--align-end[dir=rtl] > label {
    margin-right: auto;
    padding-left: 4px
}

@-webkit-keyframes mdc-checkbox-unchecked-checked-checkmark-path {
    0%,50% {
        stroke-dashoffset: 29.78334
    }

    50% {
        -webkit-animation-timing-function: cubic-bezier(0,0,.2,1);
        animation-timing-function: cubic-bezier(0,0,.2,1)
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes mdc-checkbox-unchecked-checked-checkmark-path {
    0%,50% {
        stroke-dashoffset: 29.78334
    }

    50% {
        -webkit-animation-timing-function: cubic-bezier(0,0,.2,1);
        animation-timing-function: cubic-bezier(0,0,.2,1)
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes mdc-checkbox-unchecked-indeterminate-mixedmark {
    0%,68.2% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    68.2% {
        -webkit-animation-timing-function: cubic-bezier(0,0,0,1);
        animation-timing-function: cubic-bezier(0,0,0,1)
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark {
    0%,68.2% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    68.2% {
        -webkit-animation-timing-function: cubic-bezier(0,0,0,1);
        animation-timing-function: cubic-bezier(0,0,0,1)
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-webkit-keyframes mdc-checkbox-checked-unchecked-checkmark-path {
    from {
        -webkit-animation-timing-function: cubic-bezier(.4,0,1,1);
        animation-timing-function: cubic-bezier(.4,0,1,1);
        opacity: 1;
        stroke-dashoffset: 0
    }

    to {
        opacity: 0;
        stroke-dashoffset: -29.78334
    }
}

@keyframes mdc-checkbox-checked-unchecked-checkmark-path {
    from {
        -webkit-animation-timing-function: cubic-bezier(.4,0,1,1);
        animation-timing-function: cubic-bezier(.4,0,1,1);
        opacity: 1;
        stroke-dashoffset: 0
    }

    to {
        opacity: 0;
        stroke-dashoffset: -29.78334
    }
}

@-webkit-keyframes mdc-checkbox-checked-indeterminate-checkmark {
    from {
        -webkit-animation-timing-function: cubic-bezier(0,0,.2,1);
        animation-timing-function: cubic-bezier(0,0,.2,1);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }

    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes mdc-checkbox-checked-indeterminate-checkmark {
    from {
        -webkit-animation-timing-function: cubic-bezier(0,0,.2,1);
        animation-timing-function: cubic-bezier(0,0,.2,1);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }

    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@-webkit-keyframes mdc-checkbox-indeterminate-checked-checkmark {
    from {
        -webkit-animation-timing-function: cubic-bezier(.14,0,0,1);
        animation-timing-function: cubic-bezier(.14,0,0,1);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 1
    }
}

@keyframes mdc-checkbox-indeterminate-checked-checkmark {
    from {
        -webkit-animation-timing-function: cubic-bezier(.14,0,0,1);
        animation-timing-function: cubic-bezier(.14,0,0,1);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 1
    }
}

@-webkit-keyframes mdc-checkbox-checked-indeterminate-mixedmark {
    from {
        -webkit-animation-timing-function: mdc-animation-deceleration-curve-timing-function;
        animation-timing-function: mdc-animation-deceleration-curve-timing-function;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }
}

@keyframes mdc-checkbox-checked-indeterminate-mixedmark {
    from {
        -webkit-animation-timing-function: mdc-animation-deceleration-curve-timing-function;
        animation-timing-function: mdc-animation-deceleration-curve-timing-function;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }
}

@-webkit-keyframes mdc-checkbox-indeterminate-checked-mixedmark {
    from {
        -webkit-animation-timing-function: cubic-bezier(.14,0,0,1);
        animation-timing-function: cubic-bezier(.14,0,0,1);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }

    to {
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
        opacity: 0
    }
}

@keyframes mdc-checkbox-indeterminate-checked-mixedmark {
    from {
        -webkit-animation-timing-function: cubic-bezier(.14,0,0,1);
        animation-timing-function: cubic-bezier(.14,0,0,1);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }

    to {
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
        opacity: 0
    }
}

@-webkit-keyframes mdc-checkbox-indeterminate-unchecked-mixedmark {
    0% {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }

    32.8%,100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 0
    }
}

@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark {
    0% {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }

    32.8%,100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 0
    }
}

#cf7md-form .mdc-checkbox {
    display: inline-block;
    position: relative;
    -webkit-flex: 0 0 18px;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    box-sizing: content-box;
    width: 18px;
    height: 18px;
    padding: 11px;
    line-height: 0;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: bottom;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    will-change: transform,opacity
}

    #cf7md-form .mdc-checkbox:before, #cf7md-form .mdc-checkbox:after {
        position: absolute;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: ""
    }

    #cf7md-form .mdc-checkbox:before {
        transition: opacity 15ms linear,background-color 15ms linear;
        z-index: 1
    }

    #cf7md-form .mdc-checkbox.mdc-ripple-upgraded:before {
        -webkit-transform: scale(var(--mdc-ripple-fg-scale,1));
        -ms-transform: scale(var(--mdc-ripple-fg-scale,1));
        transform: scale(var(--mdc-ripple-fg-scale,1))
    }

    #cf7md-form .mdc-checkbox.mdc-ripple-upgraded:after {
        top: 0;
        left: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center
    }

    #cf7md-form .mdc-checkbox.mdc-ripple-upgraded--unbounded:after {
        top: var(--mdc-ripple-top,0);
        left: var(--mdc-ripple-left,0)
    }

    #cf7md-form .mdc-checkbox.mdc-ripple-upgraded--foreground-activation:after {
        -webkit-animation: .225s mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards;
        animation: .225s mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards
    }

    #cf7md-form .mdc-checkbox.mdc-ripple-upgraded--foreground-deactivation:after {
        -webkit-animation: .15s mdc-ripple-fg-opacity-out;
        animation: .15s mdc-ripple-fg-opacity-out;
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));
        -ms-transform: translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));
        transform: translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))
    }

    #cf7md-form .mdc-checkbox:before, #cf7md-form .mdc-checkbox:after {
        background-color: #ff4081
    }

@supports not (-ms-ime-align:auto) {
    #cf7md-form .mdc-checkbox:before, #cf7md-form .mdc-checkbox:after {
        background-color: var(--mdc-theme-secondary,#ff4081)
    }
}

#cf7md-form .mdc-checkbox:hover:before {
    opacity: .04
}

#cf7md-form .mdc-checkbox:not(.mdc-ripple-upgraded):focus:before, #cf7md-form .mdc-checkbox.mdc-ripple-upgraded--background-focused:before {
    transition-duration: 75ms;
    opacity: .12
}

#cf7md-form .mdc-checkbox:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

#cf7md-form .mdc-checkbox:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .16
}

#cf7md-form .mdc-checkbox.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .16
}

#cf7md-form .mdc-checkbox:before, #cf7md-form .mdc-checkbox:after {
    top: calc(50% - 50%);
    left: calc(50% - 50%);
    width: 100%;
    height: 100%
}

#cf7md-form .mdc-checkbox.mdc-ripple-upgraded:before, #cf7md-form .mdc-checkbox.mdc-ripple-upgraded:after {
    top: var(--mdc-ripple-top,calc(50% - 50%));
    left: var(--mdc-ripple-left,calc(50% - 50%));
    width: var(--mdc-ripple-fg-size,100%);
    height: var(--mdc-ripple-fg-size,100%)
}

#cf7md-form .mdc-checkbox.mdc-ripple-upgraded:after {
    width: var(--mdc-ripple-fg-size,100%);
    height: var(--mdc-ripple-fg-size,100%)
}

#cf7md-form .mdc-checkbox__checkmark {
    color: #fff
}

#cf7md-form .mdc-checkbox__mixedmark {
    border-color: #fff
}

#cf7md-form .mdc-checkbox__background:before {
    background-color: #ff4081
}

@supports not (-ms-ime-align:auto) {
    #cf7md-form .mdc-checkbox__background:before {
        background-color: var(--mdc-theme-secondary,#ff4081)
    }
}

#cf7md-form .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
    border-color: rgba(0,0,0,.54);
    background-color: rgba(0,0,0,0)
}

#cf7md-form .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background, #cf7md-form .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background {
    border-color: #ff4081;
    border-color: var(--mdc-theme-secondary,#ff4081);
    background-color: #ff4081;
    background-color: var(--mdc-theme-secondary,#ff4081)
}

@-webkit-keyframes mdc-checkbox-fade-in-background-0 {
    0% {
        border-color: rgba(0,0,0,.54);
        background-color: rgba(0,0,0,0)
    }

    50% {
        border-color: #ff4081;
        border-color: var(--mdc-theme-secondary,#ff4081);
        background-color: #ff4081;
        background-color: var(--mdc-theme-secondary,#ff4081)
    }
}

@keyframes mdc-checkbox-fade-in-background-0 {
    0% {
        border-color: rgba(0,0,0,.54);
        background-color: rgba(0,0,0,0)
    }

    50% {
        border-color: #ff4081;
        border-color: var(--mdc-theme-secondary,#ff4081);
        background-color: #ff4081;
        background-color: var(--mdc-theme-secondary,#ff4081)
    }
}

@-webkit-keyframes mdc-checkbox-fade-out-background-0 {
    0%,80% {
        border-color: #ff4081;
        border-color: var(--mdc-theme-secondary,#ff4081);
        background-color: #ff4081;
        background-color: var(--mdc-theme-secondary,#ff4081)
    }

    100% {
        border-color: rgba(0,0,0,.54);
        background-color: rgba(0,0,0,0)
    }
}

@keyframes mdc-checkbox-fade-out-background-0 {
    0%,80% {
        border-color: #ff4081;
        border-color: var(--mdc-theme-secondary,#ff4081);
        background-color: #ff4081;
        background-color: var(--mdc-theme-secondary,#ff4081)
    }

    100% {
        border-color: rgba(0,0,0,.54);
        background-color: rgba(0,0,0,0)
    }
}

#cf7md-form .mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, #cf7md-form .mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
    -webkit-animation-name: mdc-checkbox-fade-in-background-0;
    animation-name: mdc-checkbox-fade-in-background-0
}

#cf7md-form .mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, #cf7md-form .mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
    -webkit-animation-name: mdc-checkbox-fade-out-background-0;
    animation-name: mdc-checkbox-fade-out-background-0
}

#cf7md-form .mdc-checkbox__native-control:disabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
    border-color: rgba(0,0,0,.26)
}

#cf7md-form .mdc-checkbox__native-control:disabled:checked ~ .mdc-checkbox__background, #cf7md-form .mdc-checkbox__native-control:disabled:indeterminate ~ .mdc-checkbox__background {
    border-color: rgba(0,0,0,0);
    background-color: rgba(0,0,0,.26)
}

@media screen and (-ms-high-contrast:active) {
    #cf7md-form .mdc-checkbox__mixedmark {
        margin: 0 1px
    }
}

#cf7md-form .mdc-checkbox--disabled {
    cursor: default;
    pointer-events: none
}

#cf7md-form .mdc-checkbox__background {
    left: 11px;
    right: initial;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: 11px;
    bottom: 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    width: 45%;
    height: 45%;
    transition: background-color 90ms 0ms cubic-bezier(.4,0,.6,1),border-color 90ms 0ms cubic-bezier(.4,0,.6,1);
    border: 2px solid currentColor;
    border-radius: 2px;
    background-color: transparent;
    pointer-events: none;
    will-change: background-color,border-color
}

#cf7md-form .mdc-checkbox[dir=rtl] .mdc-checkbox__background, #cf7md-form[dir=rtl] .mdc-checkbox .mdc-checkbox__background {
    left: initial;
    right: 11px
}

#cf7md-form .mdc-checkbox__checkmark {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: opacity .18s 0ms cubic-bezier(.4,0,.6,1);
    opacity: 0
}

#cf7md-form .mdc-checkbox--upgraded .mdc-checkbox__checkmark {
    opacity: 1
}

#cf7md-form .mdc-checkbox__checkmark-path {
    transition: stroke-dashoffset .18s 0ms cubic-bezier(.4,0,.6,1);
    stroke: currentColor;
    stroke-width: 3.12px;
    stroke-dashoffset: 29.78334;
    stroke-dasharray: 29.78334
}

#cf7md-form .mdc-checkbox__mixedmark {
    width: 100%;
    height: 0;
    -webkit-transform: scaleX(0) rotate(0deg);
    -ms-transform: scaleX(0) rotate(0deg);
    transform: scaleX(0) rotate(0deg);
    transition: opacity 90ms 0ms cubic-bezier(.4,0,.6,1),-webkit-transform 90ms 0ms cubic-bezier(.4,0,.6,1);
    transition: opacity 90ms 0ms cubic-bezier(.4,0,.6,1),transform 90ms 0ms cubic-bezier(.4,0,.6,1);
    transition: opacity 90ms 0ms cubic-bezier(.4,0,.6,1),transform 90ms 0ms cubic-bezier(.4,0,.6,1),-webkit-transform 90ms 0ms cubic-bezier(.4,0,.6,1);
    border-width: 1px;
    border-style: solid;
    opacity: 0
}

#cf7md-form .mdc-checkbox--upgraded .mdc-checkbox__background, #cf7md-form .mdc-checkbox--upgraded .mdc-checkbox__checkmark, #cf7md-form .mdc-checkbox--upgraded .mdc-checkbox__checkmark-path, #cf7md-form .mdc-checkbox--upgraded .mdc-checkbox__mixedmark {
    transition: none !important
}

#cf7md-form .mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background, #cf7md-form .mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background, #cf7md-form .mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background, #cf7md-form .mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background {
    -webkit-animation-duration: .18s;
    animation-duration: .18s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

#cf7md-form .mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark-path {
    -webkit-animation: .18s linear 0s mdc-checkbox-unchecked-checked-checkmark-path;
    animation: .18s linear 0s mdc-checkbox-unchecked-checked-checkmark-path;
    transition: none
}

#cf7md-form .mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark {
    -webkit-animation: 90ms linear 0s mdc-checkbox-unchecked-indeterminate-mixedmark;
    animation: 90ms linear 0s mdc-checkbox-unchecked-indeterminate-mixedmark;
    transition: none
}

#cf7md-form .mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark-path {
    -webkit-animation: 90ms linear 0s mdc-checkbox-checked-unchecked-checkmark-path;
    animation: 90ms linear 0s mdc-checkbox-checked-unchecked-checkmark-path;
    transition: none
}

#cf7md-form .mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark {
    -webkit-animation: 90ms linear 0s mdc-checkbox-checked-indeterminate-checkmark;
    animation: 90ms linear 0s mdc-checkbox-checked-indeterminate-checkmark;
    transition: none
}

#cf7md-form .mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark {
    -webkit-animation: 90ms linear 0s mdc-checkbox-checked-indeterminate-mixedmark;
    animation: 90ms linear 0s mdc-checkbox-checked-indeterminate-mixedmark;
    transition: none
}

#cf7md-form .mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark {
    -webkit-animation: .5s linear 0s mdc-checkbox-indeterminate-checked-checkmark;
    animation: .5s linear 0s mdc-checkbox-indeterminate-checked-checkmark;
    transition: none
}

#cf7md-form .mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark {
    -webkit-animation: .5s linear 0s mdc-checkbox-indeterminate-checked-mixedmark;
    animation: .5s linear 0s mdc-checkbox-indeterminate-checked-mixedmark;
    transition: none
}

#cf7md-form .mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark {
    -webkit-animation: .3s linear 0s mdc-checkbox-indeterminate-unchecked-mixedmark;
    animation: .3s linear 0s mdc-checkbox-indeterminate-unchecked-mixedmark;
    transition: none
}

#cf7md-form .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background, #cf7md-form .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background {
    transition: border-color 90ms 0ms cubic-bezier(0,0,.2,1),background-color 90ms 0ms cubic-bezier(0,0,.2,1)
}

    #cf7md-form .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark-path, #cf7md-form .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__checkmark-path {
        stroke-dashoffset: 0
    }

#cf7md-form .mdc-checkbox__background:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    transition: opacity 90ms 0ms cubic-bezier(.4,0,.6,1),-webkit-transform 90ms 0ms cubic-bezier(.4,0,.6,1);
    transition: opacity 90ms 0ms cubic-bezier(.4,0,.6,1),transform 90ms 0ms cubic-bezier(.4,0,.6,1);
    transition: opacity 90ms 0ms cubic-bezier(.4,0,.6,1),transform 90ms 0ms cubic-bezier(.4,0,.6,1),-webkit-transform 90ms 0ms cubic-bezier(.4,0,.6,1);
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
    will-change: opacity,transform
}

#cf7md-form .mdc-ripple-upgraded--background-focused .mdc-checkbox__background:before {
    content: none
}

#cf7md-form .mdc-checkbox__native-control:focus ~ .mdc-checkbox__background:before {
    -webkit-transform: scale(2.75,2.75);
    -ms-transform: scale(2.75,2.75);
    transform: scale(2.75,2.75);
    transition: opacity 80ms 0ms cubic-bezier(0,0,.2,1),-webkit-transform 80ms 0ms cubic-bezier(0,0,.2,1);
    transition: opacity 80ms 0ms cubic-bezier(0,0,.2,1),transform 80ms 0ms cubic-bezier(0,0,.2,1);
    transition: opacity 80ms 0ms cubic-bezier(0,0,.2,1),transform 80ms 0ms cubic-bezier(0,0,.2,1),-webkit-transform 80ms 0ms cubic-bezier(0,0,.2,1);
    opacity: .12
}

#cf7md-form .mdc-checkbox__native-control {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: inherit
}

    #cf7md-form .mdc-checkbox__native-control:disabled {
        cursor: default;
        pointer-events: none
    }

    #cf7md-form .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
        transition: opacity .18s 0ms cubic-bezier(0,0,.2,1),-webkit-transform .18s 0ms cubic-bezier(0,0,.2,1);
        transition: opacity .18s 0ms cubic-bezier(0,0,.2,1),transform .18s 0ms cubic-bezier(0,0,.2,1);
        transition: opacity .18s 0ms cubic-bezier(0,0,.2,1),transform .18s 0ms cubic-bezier(0,0,.2,1),-webkit-transform .18s 0ms cubic-bezier(0,0,.2,1);
        opacity: 1
    }

    #cf7md-form .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
        -webkit-transform: scaleX(1) rotate(-45deg);
        -ms-transform: scaleX(1) rotate(-45deg);
        transform: scaleX(1) rotate(-45deg)
    }

    #cf7md-form .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: opacity 90ms 0ms cubic-bezier(.4,0,.6,1),-webkit-transform 90ms 0ms cubic-bezier(.4,0,.6,1);
        transition: opacity 90ms 0ms cubic-bezier(.4,0,.6,1),transform 90ms 0ms cubic-bezier(.4,0,.6,1);
        transition: opacity 90ms 0ms cubic-bezier(.4,0,.6,1),transform 90ms 0ms cubic-bezier(.4,0,.6,1),-webkit-transform 90ms 0ms cubic-bezier(.4,0,.6,1);
        opacity: 0
    }

    #cf7md-form .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
        -webkit-transform: scaleX(1) rotate(0deg);
        -ms-transform: scaleX(1) rotate(0deg);
        transform: scaleX(1) rotate(0deg);
        opacity: 1
    }

#cf7md-form .cf7md-checkbox-item, #cf7md-form .cf7md-accept--inner {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

#cf7md-form .mdc-checkbox {
    margin: -10px;
    margin-right: 0;
    -webkit-flex: 0 0 18px;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px
}

#cf7md-form .cf7md-accept .cf7md-accept--inner {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

#cf7md-form .cf7md-accept .wpcf7-list-item-label {
    display: none
}

#cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
    border-color: #666;
    background-color: #fff
}

#cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background, #cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background {
    border-color: #3f51b5;
    background-color: #ff4081;
    background-color: var(--mdc-theme-secondary,#ff4081)
}

@-webkit-keyframes mdc-checkbox-fade-in-background-1 {
    0% {
        border-color: #666;
        background-color: #fff
    }

    50% {
        border-color: #3f51b5;
        background-color: #ff4081;
        background-color: var(--mdc-theme-secondary,#ff4081)
    }
}

@keyframes mdc-checkbox-fade-in-background-1 {
    0% {
        border-color: #666;
        background-color: #fff
    }

    50% {
        border-color: #3f51b5;
        background-color: #ff4081;
        background-color: var(--mdc-theme-secondary,#ff4081)
    }
}

@-webkit-keyframes mdc-checkbox-fade-out-background-1 {
    0%,80% {
        border-color: #3f51b5;
        background-color: #ff4081;
        background-color: var(--mdc-theme-secondary,#ff4081)
    }

    100% {
        border-color: #666;
        background-color: #fff
    }
}

@keyframes mdc-checkbox-fade-out-background-1 {
    0%,80% {
        border-color: #3f51b5;
        background-color: #ff4081;
        background-color: var(--mdc-theme-secondary,#ff4081)
    }

    100% {
        border-color: #666;
        background-color: #fff
    }
}

#cf7md-form .mdc-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, #cf7md-form .mdc-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
    -webkit-animation-name: mdc-checkbox-fade-in-background-1;
    animation-name: mdc-checkbox-fade-in-background-1
}

#cf7md-form .mdc-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, #cf7md-form .mdc-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
    -webkit-animation-name: mdc-checkbox-fade-out-background-1;
    animation-name: mdc-checkbox-fade-out-background-1
}

#cf7md-form .mdc-checkbox:before, #cf7md-form .mdc-checkbox:after {
    background-color: #3f51b5
}

#cf7md-form .mdc-checkbox:hover:before {
    opacity: .1
}

#cf7md-form .mdc-checkbox:not(.mdc-ripple-upgraded):focus:before, #cf7md-form .mdc-checkbox.mdc-ripple-upgraded--background-focused:before {
    transition-duration: 75ms;
    opacity: .1
}

#cf7md-form .mdc-checkbox:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

#cf7md-form .mdc-checkbox:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .4
}

#cf7md-form .mdc-checkbox.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .4
}

#cf7md-form .mdc-radio {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    will-change: transform,opacity;
    display: inline-block;
    position: relative;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    padding: 10px;
    cursor: pointer;
    will-change: opacity,transform,border-color,color
}

    #cf7md-form .mdc-radio .mdc-radio__native-control:enabled:not(:checked) + .mdc-radio__background .mdc-radio__outer-circle {
        border-color: rgba(0,0,0,.54)
    }

    #cf7md-form .mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
        border-color: #ff4081;
        border-color: var(--mdc-theme-secondary,#ff4081)
    }

    #cf7md-form .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
        border-color: #ff4081;
        border-color: var(--mdc-theme-secondary,#ff4081)
    }

    #cf7md-form .mdc-radio .mdc-radio__background:before {
        background-color: #ff4081
    }

@supports not (-ms-ime-align:auto) {
    #cf7md-form .mdc-radio .mdc-radio__background:before {
        background-color: var(--mdc-theme-secondary,#ff4081)
    }
}

#cf7md-form .mdc-radio:before, #cf7md-form .mdc-radio:after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: ""
}

#cf7md-form .mdc-radio:before {
    transition: opacity 15ms linear,background-color 15ms linear;
    z-index: 1
}

#cf7md-form .mdc-radio.mdc-ripple-upgraded:before {
    -webkit-transform: scale(var(--mdc-ripple-fg-scale,1));
    -ms-transform: scale(var(--mdc-ripple-fg-scale,1));
    transform: scale(var(--mdc-ripple-fg-scale,1))
}

#cf7md-form .mdc-radio.mdc-ripple-upgraded:after {
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

#cf7md-form .mdc-radio.mdc-ripple-upgraded--unbounded:after {
    top: var(--mdc-ripple-top,0);
    left: var(--mdc-ripple-left,0)
}

#cf7md-form .mdc-radio.mdc-ripple-upgraded--foreground-activation:after {
    -webkit-animation: .225s mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards;
    animation: .225s mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards
}

#cf7md-form .mdc-radio.mdc-ripple-upgraded--foreground-deactivation:after {
    -webkit-animation: .15s mdc-ripple-fg-opacity-out;
    animation: .15s mdc-ripple-fg-opacity-out;
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));
    -ms-transform: translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));
    transform: translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))
}

#cf7md-form .mdc-radio:before, #cf7md-form .mdc-radio:after {
    top: calc(50% - 50%);
    left: calc(50% - 50%);
    width: 100%;
    height: 100%
}

#cf7md-form .mdc-radio.mdc-ripple-upgraded:before, #cf7md-form .mdc-radio.mdc-ripple-upgraded:after {
    top: var(--mdc-ripple-top,calc(50% - 50%));
    left: var(--mdc-ripple-left,calc(50% - 50%));
    width: var(--mdc-ripple-fg-size,100%);
    height: var(--mdc-ripple-fg-size,100%)
}

#cf7md-form .mdc-radio.mdc-ripple-upgraded:after {
    width: var(--mdc-ripple-fg-size,100%);
    height: var(--mdc-ripple-fg-size,100%)
}

#cf7md-form .mdc-radio:before, #cf7md-form .mdc-radio:after {
    background-color: #ff4081
}

@supports not (-ms-ime-align:auto) {
    #cf7md-form .mdc-radio:before, #cf7md-form .mdc-radio:after {
        background-color: var(--mdc-theme-secondary,#ff4081)
    }
}

#cf7md-form .mdc-radio:hover:before {
    opacity: .04
}

#cf7md-form .mdc-radio:not(.mdc-ripple-upgraded):focus:before, #cf7md-form .mdc-radio.mdc-ripple-upgraded--background-focused:before {
    transition-duration: 75ms;
    opacity: .12
}

#cf7md-form .mdc-radio:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

#cf7md-form .mdc-radio:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .16
}

#cf7md-form .mdc-radio.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .16
}

#cf7md-form .mdc-radio__background {
    display: inline-block;
    position: absolute;
    left: 10px;
    box-sizing: border-box;
    width: 50%;
    height: 50%
}

    #cf7md-form .mdc-radio__background:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0,0);
        -ms-transform: scale(0,0);
        transform: scale(0,0);
        transition: opacity .12s 0ms cubic-bezier(.4,0,.6,1),-webkit-transform .12s 0ms cubic-bezier(.4,0,.6,1);
        transition: opacity .12s 0ms cubic-bezier(.4,0,.6,1),transform .12s 0ms cubic-bezier(.4,0,.6,1);
        transition: opacity .12s 0ms cubic-bezier(.4,0,.6,1),transform .12s 0ms cubic-bezier(.4,0,.6,1),-webkit-transform .12s 0ms cubic-bezier(.4,0,.6,1);
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: ""
    }

#cf7md-form .mdc-radio__outer-circle {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    transition: border-color .12s 0ms cubic-bezier(.4,0,.6,1);
    border-width: 2px;
    border-style: solid;
    border-radius: 50%
}

#cf7md-form .mdc-radio__inner-circle {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    transition: border-color .12s 0ms cubic-bezier(.4,0,.6,1),-webkit-transform .12s 0ms cubic-bezier(.4,0,.6,1);
    transition: transform .12s 0ms cubic-bezier(.4,0,.6,1),border-color .12s 0ms cubic-bezier(.4,0,.6,1);
    transition: transform .12s 0ms cubic-bezier(.4,0,.6,1),border-color .12s 0ms cubic-bezier(.4,0,.6,1),-webkit-transform .12s 0ms cubic-bezier(.4,0,.6,1);
    border-width: 10px;
    border-style: solid;
    border-radius: 50%
}

#cf7md-form .mdc-radio__native-control {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: inherit;
    z-index: 1
}

#cf7md-form .mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__background:before {
    content: none
}

#cf7md-form .mdc-radio__native-control:checked + .mdc-radio__background, #cf7md-form .mdc-radio__native-control:disabled + .mdc-radio__background {
    transition: opacity .12s 0ms cubic-bezier(0,0,.2,1),-webkit-transform .12s 0ms cubic-bezier(0,0,.2,1);
    transition: opacity .12s 0ms cubic-bezier(0,0,.2,1),transform .12s 0ms cubic-bezier(0,0,.2,1);
    transition: opacity .12s 0ms cubic-bezier(0,0,.2,1),transform .12s 0ms cubic-bezier(0,0,.2,1),-webkit-transform .12s 0ms cubic-bezier(0,0,.2,1)
}

    #cf7md-form .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__outer-circle, #cf7md-form .mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__outer-circle {
        transition: border-color .12s 0ms cubic-bezier(0,0,.2,1)
    }

    #cf7md-form .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle, #cf7md-form .mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__inner-circle {
        transition: border-color .12s 0ms cubic-bezier(0,0,.2,1),-webkit-transform .12s 0ms cubic-bezier(0,0,.2,1);
        transition: transform .12s 0ms cubic-bezier(0,0,.2,1),border-color .12s 0ms cubic-bezier(0,0,.2,1);
        transition: transform .12s 0ms cubic-bezier(0,0,.2,1),border-color .12s 0ms cubic-bezier(0,0,.2,1),-webkit-transform .12s 0ms cubic-bezier(0,0,.2,1)
    }

#cf7md-form .mdc-radio--disabled {
    cursor: default;
    pointer-events: none
}

#cf7md-form .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    transition: border-color .12s 0ms cubic-bezier(0,0,.2,1),-webkit-transform .12s 0ms cubic-bezier(0,0,.2,1);
    transition: transform .12s 0ms cubic-bezier(0,0,.2,1),border-color .12s 0ms cubic-bezier(0,0,.2,1);
    transition: transform .12s 0ms cubic-bezier(0,0,.2,1),border-color .12s 0ms cubic-bezier(0,0,.2,1),-webkit-transform .12s 0ms cubic-bezier(0,0,.2,1)
}

#cf7md-form .mdc-radio__native-control:disabled + .mdc-radio__background, #cf7md-form [aria-disabled=true] .mdc-radio__native-control + .mdc-radio__background {
    cursor: default
}

    #cf7md-form .mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__outer-circle, #cf7md-form [aria-disabled=true] .mdc-radio__native-control + .mdc-radio__background .mdc-radio__outer-circle {
        border-color: rgba(0,0,0,.26)
    }

    #cf7md-form .mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__inner-circle, #cf7md-form [aria-disabled=true] .mdc-radio__native-control + .mdc-radio__background .mdc-radio__inner-circle {
        border-color: rgba(0,0,0,.26)
    }

#cf7md-form .mdc-radio__native-control:focus + .mdc-radio__background:before {
    -webkit-transform: scale(2,2);
    -ms-transform: scale(2,2);
    transform: scale(2,2);
    transition: opacity .12s 0ms cubic-bezier(0,0,.2,1),-webkit-transform .12s 0ms cubic-bezier(0,0,.2,1);
    transition: opacity .12s 0ms cubic-bezier(0,0,.2,1),transform .12s 0ms cubic-bezier(0,0,.2,1);
    transition: opacity .12s 0ms cubic-bezier(0,0,.2,1),transform .12s 0ms cubic-bezier(0,0,.2,1),-webkit-transform .12s 0ms cubic-bezier(0,0,.2,1);
    opacity: .12
}

#cf7md-form .mdc-radio {
    margin: -10px;
    margin-right: 0
}

    #cf7md-form .mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
        border-color: #3f51b5
    }

    #cf7md-form .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
        border-color: #3f51b5
    }

    #cf7md-form .mdc-radio:before, #cf7md-form .mdc-radio:after {
        background-color: #3f51b5
    }

    #cf7md-form .mdc-radio:hover:before {
        opacity: .1
    }

    #cf7md-form .mdc-radio:not(.mdc-ripple-upgraded):focus:before, #cf7md-form .mdc-radio.mdc-ripple-upgraded--background-focused:before {
        transition-duration: 75ms;
        opacity: .1
    }

    #cf7md-form .mdc-radio:not(.mdc-ripple-upgraded):after {
        transition: opacity .15s linear
    }

    #cf7md-form .mdc-radio:not(.mdc-ripple-upgraded):active:after {
        transition-duration: 75ms;
        opacity: .4
    }

    #cf7md-form .mdc-radio.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: .4
    }

#cf7md-form .mdc-switch {
    display: inline-block;
    position: relative;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__track {
        background-color: #ff4081;
        background-color: var(--mdc-theme-secondary,#ff4081);
        border-color: #ff4081;
        border-color: var(--mdc-theme-secondary,#ff4081)
    }

    #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb {
        background-color: #ff4081;
        background-color: var(--mdc-theme-secondary,#ff4081);
        border-color: #ff4081;
        border-color: var(--mdc-theme-secondary,#ff4081)
    }

    #cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__track {
        background-color: #000;
        border-color: #000
    }

    #cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb {
        background-color: #fff;
        border-color: #fff
    }

    #cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:before, #cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:after {
        background-color: #9e9e9e
    }

    #cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:hover:before {
        opacity: .08
    }

    #cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus:before, #cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused:before {
        transition-duration: 75ms;
        opacity: .24
    }

    #cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):after {
        transition: opacity .15s linear
    }

    #cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active:after {
        transition-duration: 75ms;
        opacity: .32
    }

    #cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: .32
    }

#cf7md-form .mdc-switch__native-control {
    left: 0;
    right: initial;
    position: absolute;
    top: 0;
    width: 68px;
    height: 48px;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    pointer-events: auto
}

    #cf7md-form[dir=rtl] .mdc-switch__native-control, #cf7md-form .mdc-switch__native-control[dir=rtl] {
        left: initial;
        right: 0
    }

#cf7md-form .mdc-switch__track {
    box-sizing: border-box;
    width: 32px;
    height: 14px;
    transition: opacity 90ms cubic-bezier(.4,0,.2,1),background-color 90ms cubic-bezier(.4,0,.2,1),border-color 90ms cubic-bezier(.4,0,.2,1);
    border: 1px solid;
    border-radius: 7px;
    opacity: .38
}

#cf7md-form .mdc-switch__thumb-underlay {
    left: -18px;
    right: initial;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    will-change: transform,opacity;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -17px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: background-color 90ms cubic-bezier(.4,0,.2,1),border-color 90ms cubic-bezier(.4,0,.2,1),-webkit-transform 90ms cubic-bezier(.4,0,.2,1);
    transition: transform 90ms cubic-bezier(.4,0,.2,1),background-color 90ms cubic-bezier(.4,0,.2,1),border-color 90ms cubic-bezier(.4,0,.2,1);
    transition: transform 90ms cubic-bezier(.4,0,.2,1),background-color 90ms cubic-bezier(.4,0,.2,1),border-color 90ms cubic-bezier(.4,0,.2,1),-webkit-transform 90ms cubic-bezier(.4,0,.2,1)
}

    #cf7md-form[dir=rtl] .mdc-switch__thumb-underlay, #cf7md-form .mdc-switch__thumb-underlay[dir=rtl] {
        left: initial;
        right: -18px
    }

    #cf7md-form .mdc-switch__thumb-underlay:before, #cf7md-form .mdc-switch__thumb-underlay:after {
        position: absolute;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: ""
    }

    #cf7md-form .mdc-switch__thumb-underlay:before {
        transition: opacity 15ms linear,background-color 15ms linear;
        z-index: 1
    }

    #cf7md-form .mdc-switch__thumb-underlay.mdc-ripple-upgraded:before {
        -webkit-transform: scale(var(--mdc-ripple-fg-scale,1));
        -ms-transform: scale(var(--mdc-ripple-fg-scale,1));
        transform: scale(var(--mdc-ripple-fg-scale,1))
    }

    #cf7md-form .mdc-switch__thumb-underlay.mdc-ripple-upgraded:after {
        top: 0;
        left: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center
    }

    #cf7md-form .mdc-switch__thumb-underlay.mdc-ripple-upgraded--unbounded:after {
        top: var(--mdc-ripple-top,0);
        left: var(--mdc-ripple-left,0)
    }

    #cf7md-form .mdc-switch__thumb-underlay.mdc-ripple-upgraded--foreground-activation:after {
        -webkit-animation: .225s mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards;
        animation: .225s mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards
    }

    #cf7md-form .mdc-switch__thumb-underlay.mdc-ripple-upgraded--foreground-deactivation:after {
        -webkit-animation: .15s mdc-ripple-fg-opacity-out;
        animation: .15s mdc-ripple-fg-opacity-out;
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));
        -ms-transform: translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));
        transform: translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))
    }

    #cf7md-form .mdc-switch__thumb-underlay:before, #cf7md-form .mdc-switch__thumb-underlay:after {
        top: calc(50% - 50%);
        left: calc(50% - 50%);
        width: 100%;
        height: 100%
    }

    #cf7md-form .mdc-switch__thumb-underlay.mdc-ripple-upgraded:before, #cf7md-form .mdc-switch__thumb-underlay.mdc-ripple-upgraded:after {
        top: var(--mdc-ripple-top,calc(50% - 50%));
        left: var(--mdc-ripple-left,calc(50% - 50%));
        width: var(--mdc-ripple-fg-size,100%);
        height: var(--mdc-ripple-fg-size,100%)
    }

    #cf7md-form .mdc-switch__thumb-underlay.mdc-ripple-upgraded:after {
        width: var(--mdc-ripple-fg-size,100%);
        height: var(--mdc-ripple-fg-size,100%)
    }

    #cf7md-form .mdc-switch__thumb-underlay:before, #cf7md-form .mdc-switch__thumb-underlay:after {
        background-color: #ff4081
    }

@supports not (-ms-ime-align:auto) {
    #cf7md-form .mdc-switch__thumb-underlay:before, #cf7md-form .mdc-switch__thumb-underlay:after {
        background-color: var(--mdc-theme-secondary,#ff4081)
    }
}

#cf7md-form .mdc-switch__thumb-underlay:hover:before {
    opacity: .04
}

#cf7md-form .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus:before, #cf7md-form .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused:before {
    transition-duration: 75ms;
    opacity: .12
}

#cf7md-form .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

#cf7md-form .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .16
}

#cf7md-form .mdc-switch__thumb-underlay.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .16
}

#cf7md-form .mdc-switch__thumb {
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,.2),0px 2px 2px 0px rgba(0,0,0,.14),0px 1px 5px 0px rgba(0,0,0,.12);
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 10px solid;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1
}

#cf7md-form .mdc-switch--checked .mdc-switch__track {
    opacity: .54
}

#cf7md-form .mdc-switch--checked .mdc-switch__thumb-underlay {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
}

    #cf7md-form[dir=rtl] .mdc-switch--checked .mdc-switch__thumb-underlay, #cf7md-form .mdc-switch--checked .mdc-switch__thumb-underlay[dir=rtl] {
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

#cf7md-form .mdc-switch--checked .mdc-switch__native-control {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px)
}

    #cf7md-form[dir=rtl] .mdc-switch--checked .mdc-switch__native-control, #cf7md-form .mdc-switch--checked .mdc-switch__native-control[dir=rtl] {
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

#cf7md-form .mdc-switch--disabled {
    opacity: .38;
    pointer-events: none
}

    #cf7md-form .mdc-switch--disabled .mdc-switch__thumb {
        border-width: 1px
    }

    #cf7md-form .mdc-switch--disabled .mdc-switch__native-control {
        cursor: default;
        pointer-events: none
    }

#cf7md-form span.cf7md-switch-item .mdc-form-field {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

#cf7md-form span.cf7md-switch-item .mdc-switch {
    margin-top: 3px
}

#cf7md-form .mdc-form-field > .cf7md-switch-label {
    margin-left: 16px
}

#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__track {
    background-color: #3f51b5;
    border-color: #3f51b5
}

#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb {
    background-color: #3f51b5;
    border-color: #3f51b5
}

#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:before, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:after {
    background-color: #3f51b5
}

#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:hover:before {
    opacity: .04
}

#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus:before, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused:before {
    transition-duration: 75ms;
    opacity: .12
}

#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .16
}

#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .16
}

#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb {
    background-color: #3f51b5;
    border-color: #3f51b5
}

#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:before, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:after {
    background-color: #3f51b5
}

#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:hover:before {
    opacity: .04
}

#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus:before, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused:before {
    transition-duration: 75ms;
    opacity: .12
}

#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .16
}

#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .16
}

#cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:before, #cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:after {
    background-color: #3f51b5
}

#cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:hover:before {
    opacity: .04
}

#cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus:before, #cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused:before {
    transition-duration: 75ms;
    opacity: .12
}

#cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

#cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .16
}

#cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .16
}

#cf7md-form .cf7md-file .cf7md-label {
    margin-bottom: 5px
}

#cf7md-form .cf7md-file .wpcf7-not-valid-tip {
    margin-top: 5px
}

#cf7md-form .cf7md-file .cf7md-help-text {
    margin-top: 3px !important
}

#cf7md-form .cf7md-file--btn {
    color: #fff
}

#cf7md-form .cf7md-file--label {
    position: relative;
    display: block
}

    #cf7md-form .cf7md-file--label [type=file] {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

#cf7md-form .cf7md-file--value {
    color: rgba(0,0,0,.87);
    color: var(--mdc-theme-text-primary-on-background,rgba(0,0,0,.87));
    position: absolute;
    top: 50%;
    left: 0;
    padding-left: 152px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none
}

#cf7md-form.cf7md-theme--dark .cf7md-file--value {
    color: #fff;
    color: var(--mdc-theme-text-primary-on-dark,#fff)
}

#cf7md-form .mdc-button {
    font-family: Roboto,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    line-height: 2.25rem;
    font-weight: 500;
    letter-spacing: .08929em;
    text-decoration: none;
    text-transform: uppercase;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    will-change: transform,opacity;
    padding: 0 8px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 64px;
    height: 36px;
    border: none;
    outline: none;
    line-height: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 4px
}

    #cf7md-form .mdc-button:before, #cf7md-form .mdc-button:after {
        position: absolute;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: ""
    }

    #cf7md-form .mdc-button:before {
        transition: opacity 15ms linear,background-color 15ms linear;
        z-index: 1
    }

    #cf7md-form .mdc-button.mdc-ripple-upgraded:before {
        -webkit-transform: scale(var(--mdc-ripple-fg-scale,1));
        -ms-transform: scale(var(--mdc-ripple-fg-scale,1));
        transform: scale(var(--mdc-ripple-fg-scale,1))
    }

    #cf7md-form .mdc-button.mdc-ripple-upgraded:after {
        top: 0;
        left: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center
    }

    #cf7md-form .mdc-button.mdc-ripple-upgraded--unbounded:after {
        top: var(--mdc-ripple-top,0);
        left: var(--mdc-ripple-left,0)
    }

    #cf7md-form .mdc-button.mdc-ripple-upgraded--foreground-activation:after {
        -webkit-animation: .225s mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards;
        animation: .225s mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards
    }

    #cf7md-form .mdc-button.mdc-ripple-upgraded--foreground-deactivation:after {
        -webkit-animation: .15s mdc-ripple-fg-opacity-out;
        animation: .15s mdc-ripple-fg-opacity-out;
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));
        -ms-transform: translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));
        transform: translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))
    }

    #cf7md-form .mdc-button:before, #cf7md-form .mdc-button:after {
        top: calc(50% - 100%);
        left: calc(50% - 100%);
        width: 200%;
        height: 200%
    }

    #cf7md-form .mdc-button.mdc-ripple-upgraded:after {
        width: var(--mdc-ripple-fg-size,100%);
        height: var(--mdc-ripple-fg-size,100%)
    }

    #cf7md-form .mdc-button::-moz-focus-inner {
        padding: 0;
        border: 0
    }

    #cf7md-form .mdc-button:active {
        outline: none
    }

    #cf7md-form .mdc-button:hover {
        cursor: pointer
    }

    #cf7md-form .mdc-button:disabled {
        background-color: rgba(0,0,0,0);
        color: rgba(0,0,0,.37);
        cursor: default;
        pointer-events: none
    }

    #cf7md-form .mdc-button.mdc-button--dense {
        border-radius: 4px
    }

    #cf7md-form .mdc-button:not(:disabled) {
        background-color: rgba(0,0,0,0)
    }

    #cf7md-form .mdc-button:not(:disabled) {
        color: #3f51b5;
        color: var(--mdc-theme-primary,#3f51b5)
    }

    #cf7md-form .mdc-button:before, #cf7md-form .mdc-button:after {
        background-color: #3f51b5
    }

@supports not (-ms-ime-align:auto) {
    #cf7md-form .mdc-button:before, #cf7md-form .mdc-button:after {
        background-color: var(--mdc-theme-primary,#3f51b5)
    }
}

#cf7md-form .mdc-button:hover:before {
    opacity: .04
}

#cf7md-form .mdc-button:not(.mdc-ripple-upgraded):focus:before, #cf7md-form .mdc-button.mdc-ripple-upgraded--background-focused:before {
    transition-duration: 75ms;
    opacity: .12
}

#cf7md-form .mdc-button:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

#cf7md-form .mdc-button:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .16
}

#cf7md-form .mdc-button.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .16
}

#cf7md-form .mdc-button .mdc-button__icon {
    margin-left: 0;
    margin-right: 8px;
    display: inline-block;
    width: 18px;
    height: 18px;
    font-size: 18px;
    vertical-align: top
}

    #cf7md-form[dir=rtl] .mdc-button .mdc-button__icon, #cf7md-form .mdc-button .mdc-button__icon[dir=rtl] {
        margin-left: 8px;
        margin-right: 0
    }

#cf7md-form .mdc-button svg.mdc-button__icon {
    fill: currentColor
}

#cf7md-form .mdc-button--raised .mdc-button__icon, #cf7md-form .mdc-button--unelevated .mdc-button__icon, #cf7md-form .mdc-button--outlined .mdc-button__icon {
    margin-left: -4px;
    margin-right: 8px
}

    #cf7md-form[dir=rtl] .mdc-button--raised .mdc-button__icon, #cf7md-form .mdc-button--raised .mdc-button__icon[dir=rtl], #cf7md-form[dir=rtl] .mdc-button--unelevated .mdc-button__icon, #cf7md-form .mdc-button--unelevated .mdc-button__icon[dir=rtl], #cf7md-form[dir=rtl] .mdc-button--outlined .mdc-button__icon, #cf7md-form .mdc-button--outlined .mdc-button__icon[dir=rtl] {
        margin-left: 8px;
        margin-right: -4px
    }

#cf7md-form .mdc-button--raised, #cf7md-form .mdc-button--unelevated {
    padding: 0 16px
}

    #cf7md-form .mdc-button--raised:disabled, #cf7md-form .mdc-button--unelevated:disabled {
        background-color: rgba(0,0,0,.12);
        color: rgba(0,0,0,.37)
    }

    #cf7md-form .mdc-button--raised:not(:disabled), #cf7md-form .mdc-button--unelevated:not(:disabled) {
        background-color: #3f51b5
    }

@supports not (-ms-ime-align:auto) {
    #cf7md-form .mdc-button--raised:not(:disabled), #cf7md-form .mdc-button--unelevated:not(:disabled) {
        background-color: var(--mdc-theme-primary,#3f51b5)
    }
}

#cf7md-form .mdc-button--raised:not(:disabled), #cf7md-form .mdc-button--unelevated:not(:disabled) {
    color: #fff;
    color: var(--mdc-theme-on-primary,#fff)
}

#cf7md-form .mdc-button--raised:before, #cf7md-form .mdc-button--raised:after, #cf7md-form .mdc-button--unelevated:before, #cf7md-form .mdc-button--unelevated:after {
    background-color: #fff
}

@supports not (-ms-ime-align:auto) {
    #cf7md-form .mdc-button--raised:before, #cf7md-form .mdc-button--raised:after, #cf7md-form .mdc-button--unelevated:before, #cf7md-form .mdc-button--unelevated:after {
        background-color: var(--mdc-theme-on-primary,#fff)
    }
}

#cf7md-form .mdc-button--raised:hover:before, #cf7md-form .mdc-button--unelevated:hover:before {
    opacity: .08
}

#cf7md-form .mdc-button--raised:not(.mdc-ripple-upgraded):focus:before, #cf7md-form .mdc-button--raised.mdc-ripple-upgraded--background-focused:before, #cf7md-form .mdc-button--unelevated:not(.mdc-ripple-upgraded):focus:before, #cf7md-form .mdc-button--unelevated.mdc-ripple-upgraded--background-focused:before {
    transition-duration: 75ms;
    opacity: .24
}

#cf7md-form .mdc-button--raised:not(.mdc-ripple-upgraded):after, #cf7md-form .mdc-button--unelevated:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

#cf7md-form .mdc-button--raised:not(.mdc-ripple-upgraded):active:after, #cf7md-form .mdc-button--unelevated:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .32
}

#cf7md-form .mdc-button--raised.mdc-ripple-upgraded, #cf7md-form .mdc-button--unelevated.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .32
}

#cf7md-form .mdc-button--raised {
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,.2),0px 2px 2px 0px rgba(0,0,0,.14),0px 1px 5px 0px rgba(0,0,0,.12);
    transition: box-shadow .28s cubic-bezier(.4,0,.2,1)
}

    #cf7md-form .mdc-button--raised:hover, #cf7md-form .mdc-button--raised:focus {
        box-shadow: 0px 2px 4px -1px rgba(0,0,0,.2),0px 4px 5px 0px rgba(0,0,0,.14),0px 1px 10px 0px rgba(0,0,0,.12)
    }

    #cf7md-form .mdc-button--raised:active {
        box-shadow: 0px 5px 5px -3px rgba(0,0,0,.2),0px 8px 10px 1px rgba(0,0,0,.14),0px 3px 14px 2px rgba(0,0,0,.12)
    }

    #cf7md-form .mdc-button--raised:disabled {
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,.2),0px 0px 0px 0px rgba(0,0,0,.14),0px 0px 0px 0px rgba(0,0,0,.12)
    }

#cf7md-form .mdc-button--outlined {
    border-style: solid;
    padding: 0 14px;
    border-width: 2px
}

    #cf7md-form .mdc-button--outlined:disabled {
        border-color: rgba(0,0,0,.37)
    }

    #cf7md-form .mdc-button--outlined:not(:disabled) {
        border-color: #3f51b5;
        border-color: var(--mdc-theme-primary,#3f51b5)
    }

#cf7md-form .mdc-button--dense {
    height: 32px;
    font-size: .8125rem
}

#cf7md-form.cf7md-form .wpcf7-response-output, #cf7md-form.cf7md-form + .wpcf7-response-output {
    border: none;
    border-bottom: 2px solid #b00020;
    padding: 0 0 8px;
    font-size: .85em;
    color: #b00020;
    margin: 24px 0 16px;
    background: 0 0;
    box-shadow: none;
    text-align: left;
    text-transform: none
}

#cf7md-form.cf7md-form .wpcf7-mail-sent-ok, #cf7md-form.cf7md-form + .wpcf7-mail-sent-ok {
    border-bottom-color: #1b5e20;
    color: #1b5e20
}

#cf7md-form.cf7md-form.cf7md-theme--dark .wpcf7-response-output, #cf7md-form.cf7md-form.cf7md-theme--dark + .wpcf7-response-output {
    border-bottom-color: #f74f6d;
    color: #f74f6d
}

#cf7md-form.cf7md-form.cf7md-theme--dark .wpcf7-mail-sent-ok, #cf7md-form.cf7md-form.cf7md-theme--dark + .wpcf7-mail-sent-ok {
    border-bottom-color: #81c784;
    color: #81c784
}

#cf7md-form .wpcf7-not-valid-tip {
    color: #b00020;
    margin-top: 4px;
    margin-bottom: 0;
    display: block;
    float: none
}

#cf7md-form.cf7md-theme--dark .wpcf7-not-valid-tip {
    color: #f74f6d
}

#cf7md-form .cf7md-list .wpcf7-not-valid-tip {
    margin-top: -2px;
    margin-bottom: 4px
}

#cf7md-form .cf7md-label--static, #cf7md-form .cf7md-help-text {
    display: block;
    float: none
}

#cf7md-form.cf7md-form + .fusion-alert .alert-icon, #cf7md-form.cf7md-form + .fusion-alert .toggle-alert {
    display: none
}

#cf7md-form .mdc-card {
    background-color: #fff;
    background-color: var(--mdc-theme-surface,#fff);
    border-radius: 4px;
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,.2),0px 1px 1px 0px rgba(0,0,0,.14),0px 1px 3px 0px rgba(0,0,0,.12);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box
}

#cf7md-form .mdc-card--outlined {
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,.2),0px 0px 0px 0px rgba(0,0,0,.14),0px 0px 0px 0px rgba(0,0,0,.12);
    border: 1px solid #e0e0e0
}

#cf7md-form .mdc-card__media {
    position: relative;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

    #cf7md-form .mdc-card__media:before {
        display: block;
        content: ""
    }

    #cf7md-form .mdc-card__media:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit
    }

    #cf7md-form .mdc-card__media:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit
    }

#cf7md-form .mdc-card__media--square:before {
    margin-top: 100%
}

#cf7md-form .mdc-card__media--16-9:before {
    margin-top: 56.25%
}

#cf7md-form .mdc-card__media-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box
}

#cf7md-form .mdc-card__primary-action {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    will-change: transform,opacity;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
    outline: none;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden
}

    #cf7md-form .mdc-card__primary-action:before, #cf7md-form .mdc-card__primary-action:after {
        position: absolute;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: ""
    }

    #cf7md-form .mdc-card__primary-action:before {
        transition: opacity 15ms linear,background-color 15ms linear;
        z-index: 1
    }

    #cf7md-form .mdc-card__primary-action.mdc-ripple-upgraded:before {
        -webkit-transform: scale(var(--mdc-ripple-fg-scale,1));
        -ms-transform: scale(var(--mdc-ripple-fg-scale,1));
        transform: scale(var(--mdc-ripple-fg-scale,1))
    }

    #cf7md-form .mdc-card__primary-action.mdc-ripple-upgraded:after {
        top: 0;
        left: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center
    }

    #cf7md-form .mdc-card__primary-action.mdc-ripple-upgraded--unbounded:after {
        top: var(--mdc-ripple-top,0);
        left: var(--mdc-ripple-left,0)
    }

    #cf7md-form .mdc-card__primary-action.mdc-ripple-upgraded--foreground-activation:after {
        -webkit-animation: .225s mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards;
        animation: .225s mdc-ripple-fg-radius-in forwards,75ms mdc-ripple-fg-opacity-in forwards
    }

    #cf7md-form .mdc-card__primary-action.mdc-ripple-upgraded--foreground-deactivation:after {
        -webkit-animation: .15s mdc-ripple-fg-opacity-out;
        animation: .15s mdc-ripple-fg-opacity-out;
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));
        -ms-transform: translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));
        transform: translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))
    }

    #cf7md-form .mdc-card__primary-action:before, #cf7md-form .mdc-card__primary-action:after {
        top: calc(50% - 100%);
        left: calc(50% - 100%);
        width: 200%;
        height: 200%
    }

    #cf7md-form .mdc-card__primary-action.mdc-ripple-upgraded:after {
        width: var(--mdc-ripple-fg-size,100%);
        height: var(--mdc-ripple-fg-size,100%)
    }

    #cf7md-form .mdc-card__primary-action:before, #cf7md-form .mdc-card__primary-action:after {
        background-color: #000
    }

    #cf7md-form .mdc-card__primary-action:hover:before {
        opacity: .04
    }

    #cf7md-form .mdc-card__primary-action:not(.mdc-ripple-upgraded):focus:before, #cf7md-form .mdc-card__primary-action.mdc-ripple-upgraded--background-focused:before {
        transition-duration: 75ms;
        opacity: .12
    }

    #cf7md-form .mdc-card__primary-action:not(.mdc-ripple-upgraded):after {
        transition: opacity .15s linear
    }

    #cf7md-form .mdc-card__primary-action:not(.mdc-ripple-upgraded):active:after {
        transition-duration: 75ms;
        opacity: .16
    }

    #cf7md-form .mdc-card__primary-action.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: .16
    }

    #cf7md-form .mdc-card__primary-action:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit
    }

    #cf7md-form .mdc-card__primary-action:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit
    }

#cf7md-form .mdc-card__actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 52px;
    padding: 8px
}

#cf7md-form .mdc-card__actions--full-bleed {
    padding: 0
}

#cf7md-form .mdc-card__action-buttons, #cf7md-form .mdc-card__action-icons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box
}

#cf7md-form .mdc-card__action-icons {
    color: rgba(0,0,0,.38);
    color: var(--mdc-theme-text-icon-on-background,rgba(0,0,0,.38));
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#cf7md-form .mdc-card__action-buttons + .mdc-card__action-icons {
    margin-left: 16px;
    margin-right: 0
}

    #cf7md-form[dir=rtl] .mdc-card__action-buttons + .mdc-card__action-icons, #cf7md-form .mdc-card__action-buttons + .mdc-card__action-icons[dir=rtl] {
        margin-left: 0;
        margin-right: 16px
    }

#cf7md-form .mdc-card__action {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    #cf7md-form .mdc-card__action:focus {
        outline: none
    }

#cf7md-form .mdc-card__action--button {
    margin-left: 0;
    margin-right: 8px;
    padding: 0 8px
}

    #cf7md-form[dir=rtl] .mdc-card__action--button, #cf7md-form .mdc-card__action--button[dir=rtl] {
        margin-left: 8px;
        margin-right: 0
    }

    #cf7md-form .mdc-card__action--button:last-child {
        margin-left: 0;
        margin-right: 0
    }

        #cf7md-form[dir=rtl] .mdc-card__action--button:last-child, #cf7md-form .mdc-card__action--button:last-child[dir=rtl] {
            margin-left: 0;
            margin-right: 0
        }

#cf7md-form .mdc-card__actions--full-bleed .mdc-card__action--button {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: auto;
    max-height: none;
    margin: 0;
    padding: 8px 16px;
    text-align: left
}

    #cf7md-form[dir=rtl] .mdc-card__actions--full-bleed .mdc-card__action--button, #cf7md-form .mdc-card__actions--full-bleed .mdc-card__action--button[dir=rtl] {
        text-align: right
    }

#cf7md-form .mdc-card__action--icon {
    margin: -6px 0;
    padding: 12px
}

    #cf7md-form .mdc-card__action--icon:not(:disabled) {
        color: rgba(0,0,0,.38);
        color: var(--mdc-theme-text-icon-on-background,rgba(0,0,0,.38))
    }

#cf7md-form .mdc-card {
    background: #fff
}

#cf7md-form.cf7md-theme--dark .mdc-card {
    background: rgba(255,255,255,.2)
}

#cf7md-form .mdc-card__media--img {
    padding: 0;
    height: auto
}

    #cf7md-form .mdc-card__media--img img {
        width: 100%;
        height: auto
    }

#cf7md-form .cf7md-card-content {
    padding-bottom: 0 !important
}

    #cf7md-form .cf7md-card-content p {
        margin: 16px 0
    }

#cf7md-form .cf7md-card-header {
    margin: 16px
}

#cf7md-form .cf7md-card-title {
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.5em;
    margin: -.25em 0 0;
    padding: 0;
    color: rgba(0,0,0,.87);
    color: var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87))
}

#cf7md-form .cf7md-card-title--large {
    font-size: 1.2em
}

#cf7md-form .cf7md-card-subtitle {
    font-size: .75em;
    line-height: 1.25em;
    margin: 0;
    color: rgba(0,0,0,.5);
    color: var(--mdc-theme-text-hint-on-light,rgba(0,0,0,.5))
}

#cf7md-form.cf7md-theme--dark .cf7md-card-title {
    color: #fff;
    color: var(--mdc-theme-text-primary-on-dark,#fff)
}

#cf7md-form.cf7md-theme--dark .cf7md-card-subtitle {
    color: rgba(255,255,255,.7);
    color: var(--mdc-theme-text-hint-on-dark,rgba(255,255,255,.7))
}

#cf7md-form .cf7md-card-body {
    margin: 16px
}

#cf7md-form .cf7md-card-header + .cf7md-card-body {
    margin-top: 0 !important
}

@media screen and (min-width:840px) {
    #cf7md-form .cf7md-card-header, #cf7md-form .cf7md-card-body {
        margin: 24px
    }
}

#cf7md-form .cf7md-spinner {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite
}

@-webkit-keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

#cf7md-form .cf7md-spinner-path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    stroke: rgba(0,0,0,.87);
    stroke: var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87));
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite
}

#cf7md-form.cf7md-theme--dark .cf7md-spinner-path {
    stroke: #fff;
    stroke: var(--mdc-theme-text-primary-on-dark,#fff)
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg)
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg)
    }
}

#cf7md-form .ajax-loader {
    background-image: none;
    width: 25px;
    height: 25px;
    margin-left: 8px
}

#cf7md-form .cf7md-spinner {
    display: none
}

#cf7md-form .ajax-loader.is-active .cf7md-spinner {
    display: block
}

#cf7md-form .fusion-slider-loading, #cf7md-form .fusion-slider-loading:after {
    width: 2.2em !important;
    height: 2.2em
}

#cf7md-form .mdc-list a.mdc-list-item {
    color: rgba(0,0,0,.87);
    color: var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87))
}

    #cf7md-form .mdc-list a.mdc-list-item:hover {
        text-decoration: none
    }

#cf7md-form .cf7md-list .wpcf7-list-item, #cf7md-form .cf7md-list .cf7md-radio-item, #cf7md-form .cf7md-list .cf7md-checkbox-item, #cf7md-form .cf7md-list .cf7md-switch-item {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px
}

#cf7md-form .cf7md-list .wpcf7-form-control-wrap {
    margin-bottom: -10px
}

#cf7md-form .cf7md-list__inline .wpcf7-list-item {
    width: auto;
    margin-right: 34px
}

#cf7md-form [class*=cf7md-list__columns-]:after {
    display: block;
    content: "";
    clear: both
}

#cf7md-form [class*=cf7md-list__columns-] .wpcf7-form-control {
    display: block;
    margin-left: -34px;
    font-size: 0
}

#cf7md-form [class*=cf7md-list__columns-] .wpcf7-list-item {
    box-sizing: border-box;
    padding-left: 34px;
    width: 50%;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 225px;
    vertical-align: top
}

#cf7md-form .cf7md-list__columns-2 .wpcf7-list-item {
    width: 50%
}

#cf7md-form .cf7md-list__columns-3 .wpcf7-list-item {
    width: 33.3333%
}

#cf7md-form .cf7md-list__columns-4 .wpcf7-list-item {
    width: 25%
}

@media (max-width:768px) {
    #cf7md-form .cf7md-list__columns-2 .wpcf7-list-item, #cf7md-form .cf7md-list__columns-3 .wpcf7-list-item, #cf7md-form .cf7md-list__columns-4 .wpcf7-list-item {
        width: 100%
    }
}

#cf7md-form .cf7md-admin-customize-message p {
    margin-bottom: 0
}

#cf7md-form .cf7md-hide-customize-message {
    text-decoration: none;
    box-shadow: none;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 16px;
    background: #888;
    color: #fff;
    border-radius: 100%;
    vertical-align: middle
}

#cf7md-form label, #cf7md-form .cf7md-label--static, #cf7md-form .cf7md-help-text {
    color: rgba(0,0,0,.5);
    color: var(--mdc-theme-text-hint-on-light,rgba(0,0,0,.5))
}

#cf7md-form.cf7md-theme--dark label, #cf7md-form.cf7md-theme--dark .cf7md-label--static, #cf7md-form.cf7md-theme--dark .cf7md-help-text {
    color: rgba(255,255,255,.7);
    color: var(--mdc-theme-text-hint-on-dark,rgba(255,255,255,.7))
}

#cf7md-form input, #cf7md-form textarea, #cf7md-form select, #cf7md-form .wpcf7-list-item label, #cf7md-form .cf7md-accept-label {
    color: rgba(0,0,0,.87);
    color: var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87))
}

#cf7md-form.cf7md-theme--dark input, #cf7md-form.cf7md-theme--dark textarea, #cf7md-form.cf7md-theme--dark select, #cf7md-form.cf7md-theme--dark .wpcf7-list-item label, #cf7md-form.cf7md-theme--dark .cf7md-accept-label {
    color: #fff;
    color: var(--mdc-theme-text-primary-on-dark,#fff)
}

#cf7md-form.cf7md-theme--dark .mdc-floating-label {
    color: #fff
}

#cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
    color: #fff
}

#cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: rgba(255,255,255,.8)
}

#cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::-webkit-input-placeholder {
    color: rgba(255,255,255,.8)
}

#cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(255,255,255,.8)
}

#cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(255,255,255,.8)
}

#cf7md-form.cf7md-theme--dark .mdc-text-field .mdc-text-field__input {
    caret-color: #fff
}

#cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon {
    color: rgba(255,255,255,.5)
}

#cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea):not(.mdc-text-field--disabled) {
    background-color: rgba(255,255,255,.2)
}

    #cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea):not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {
        border-bottom-color: rgba(255,255,255,.5)
    }

        #cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea):not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input:hover {
            border-bottom-color: rgba(255,255,255,.8)
        }

    #cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea):not(.mdc-text-field--disabled) .mdc-line-ripple {
        background-color: #526cf9
    }

#cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading, #cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch, #cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
    border-color: #526cf9
}

#cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: rgba(255,255,255,.8)
}

#cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading, #cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch, #cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
    border-color: rgba(255,255,255,.5)
}

#cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__leading, #cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__notch, #cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
    border-color: rgba(255,255,255,.5)
}

#cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: rgba(255,255,255,.8)
}

#cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control, #cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text {
    color: #fff
}

#cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
    color: rgba(255,255,255,.8)
}

#cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
    color: #fff
}

#cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--disabled) .mdc-select__icon {
    color: rgba(255,255,255,.5)
}

#cf7md-form.cf7md-theme--dark .mdc-select .mdc-select__dropdown-icon {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjVweCIgdmlld0JveD0iMCAwIDEwIDUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwIDUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIGlkPSJTaGFwZSIgb3BhY2l0eT0iMC41NCIgZmlsbD0iI0MxQzFDMSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAgICAiIHBvaW50cz0iMCwwIDUsNSAxMCwwICIvPjwvc3ZnPg==)
}

#cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--outlined):not(.mdc-select--disabled) {
    background-color: rgba(255,255,255,.2)
}

    #cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--outlined):not(.mdc-select--disabled) .mdc-select__native-control, #cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--outlined):not(.mdc-select--disabled) .mdc-select__selected-text {
        border-bottom-color: rgba(255,255,255,.5)
    }

    #cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--outlined):not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple {
        background-color: #526cf9
    }

    #cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--outlined):not(.mdc-select--disabled) .mdc-select__native-control:hover {
        border-bottom-color: rgba(255,255,255,.8)
    }

#cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading, #cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch, #cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
    border-color: rgba(255,255,255,.5)
}

#cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: rgba(255,255,255,.8)
}

#cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
    border-width: 2px
}

#cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: #526cf9
}

#cf7md-form.cf7md-theme--dark .mdc-checkbox:before, #cf7md-form.cf7md-theme--dark .mdc-checkbox:after, #cf7md-form.cf7md-theme--dark .mdc-radio:before, #cf7md-form.cf7md-theme--dark .mdc-radio:after {
    background-color: #526cf9
}

#cf7md-form.cf7md-theme--dark .mdc-checkbox:hover:before, #cf7md-form.cf7md-theme--dark .mdc-radio:hover:before {
    opacity: .1
}

#cf7md-form.cf7md-theme--dark .mdc-checkbox:not(.mdc-ripple-upgraded):focus:before, #cf7md-form.cf7md-theme--dark .mdc-checkbox.mdc-ripple-upgraded--background-focused:before, #cf7md-form.cf7md-theme--dark .mdc-radio:not(.mdc-ripple-upgraded):focus:before, #cf7md-form.cf7md-theme--dark .mdc-radio.mdc-ripple-upgraded--background-focused:before {
    transition-duration: 75ms;
    opacity: .3
}

#cf7md-form.cf7md-theme--dark .mdc-checkbox:not(.mdc-ripple-upgraded):after, #cf7md-form.cf7md-theme--dark .mdc-radio:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

#cf7md-form.cf7md-theme--dark .mdc-checkbox:not(.mdc-ripple-upgraded):active:after, #cf7md-form.cf7md-theme--dark .mdc-radio:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .4
}

#cf7md-form.cf7md-theme--dark .mdc-checkbox.mdc-ripple-upgraded, #cf7md-form.cf7md-theme--dark .mdc-radio.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .4
}

#cf7md-form.cf7md-theme--dark .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
    border-color: rgba(255,255,255,.8);
    background-color: rgba(255,255,255,.2)
}

#cf7md-form.cf7md-theme--dark .mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background, #cf7md-form.cf7md-theme--dark .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background {
    border-color: #526cf9;
    background-color: #ff4081;
    background-color: var(--mdc-theme-secondary,#ff4081)
}

@-webkit-keyframes mdc-checkbox-fade-in-background-2 {
    0% {
        border-color: rgba(255,255,255,.8);
        background-color: rgba(255,255,255,.2)
    }

    50% {
        border-color: #526cf9;
        background-color: #ff4081;
        background-color: var(--mdc-theme-secondary,#ff4081)
    }
}

@keyframes mdc-checkbox-fade-in-background-2 {
    0% {
        border-color: rgba(255,255,255,.8);
        background-color: rgba(255,255,255,.2)
    }

    50% {
        border-color: #526cf9;
        background-color: #ff4081;
        background-color: var(--mdc-theme-secondary,#ff4081)
    }
}

@-webkit-keyframes mdc-checkbox-fade-out-background-2 {
    0%,80% {
        border-color: #526cf9;
        background-color: #ff4081;
        background-color: var(--mdc-theme-secondary,#ff4081)
    }

    100% {
        border-color: rgba(255,255,255,.8);
        background-color: rgba(255,255,255,.2)
    }
}

@keyframes mdc-checkbox-fade-out-background-2 {
    0%,80% {
        border-color: #526cf9;
        background-color: #ff4081;
        background-color: var(--mdc-theme-secondary,#ff4081)
    }

    100% {
        border-color: rgba(255,255,255,.8);
        background-color: rgba(255,255,255,.2)
    }
}

#cf7md-form.cf7md-theme--dark .mdc-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, #cf7md-form.cf7md-theme--dark .mdc-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
    -webkit-animation-name: mdc-checkbox-fade-in-background-2;
    animation-name: mdc-checkbox-fade-in-background-2
}

#cf7md-form.cf7md-theme--dark .mdc-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, #cf7md-form.cf7md-theme--dark .mdc-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
    -webkit-animation-name: mdc-checkbox-fade-out-background-2;
    animation-name: mdc-checkbox-fade-out-background-2
}

#cf7md-form.cf7md-theme--dark .mdc-checkbox .mdc-checkbox__checkmark {
    color: #fff
}

#cf7md-form.cf7md-theme--dark .mdc-checkbox .mdc-checkbox__mixedmark {
    border-color: #fff
}

#cf7md-form.cf7md-theme--dark .mdc-checkbox .mdc-checkbox__background:before {
    background-color: rgba(255,255,255,.5)
}

#cf7md-form.cf7md-theme--dark .mdc-radio .mdc-radio__native-control:enabled:not(:checked) + .mdc-radio__background .mdc-radio__outer-circle {
    border-color: rgba(255,255,255,.8)
}

#cf7md-form.cf7md-theme--dark .mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
    border-color: #526cf9
}

#cf7md-form.cf7md-theme--dark .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
    border-color: #526cf9
}

#cf7md-form.cf7md-theme--dark .mdc-radio .mdc-radio__background:before {
    background-color: rgba(255,255,255,.5)
}

#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__track {
    background-color: #526cf9;
    border-color: #526cf9
}

#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb {
    background-color: #526cf9;
    border-color: #526cf9
}

#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:before, #cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:after {
    background-color: #526cf9
}

#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:hover:before {
    opacity: .04
}

#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus:before, #cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused:before {
    transition-duration: 75ms;
    opacity: .12
}

#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .16
}

#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .16
}

#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__track {
    background-color: #999;
    border-color: #999
}

#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb {
    background-color: #999;
    border-color: #999
}

#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:before, #cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:after {
    background-color: #999
}

#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:hover:before {
    opacity: .08
}

#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus:before, #cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused:before {
    transition-duration: 75ms;
    opacity: .24
}

#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .32
}

#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .32
}

#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__track {
    background-color: rgba(255,255,255,.8);
    border-color: rgba(255,255,255,.8)
}

#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__track {
    background-color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.5)
}

#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb {
    background-color: #526cf9;
    border-color: #526cf9
}

#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb {
    background-color: #999;
    border-color: #999
}

#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:before, #cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:after {
    background-color: #526cf9
}

#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:hover:before {
    opacity: .04
}

#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus:before, #cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused:before {
    transition-duration: 75ms;
    opacity: .12
}

#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .16
}

#cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .16
}

#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:before, #cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:after {
    background-color: #526cf9
}

#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:hover:before {
    opacity: .04
}

#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus:before, #cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused:before {
    transition-duration: 75ms;
    opacity: .12
}

#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .16
}

#cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: .16
}

#cf7md-form.cf7md-theme--dark .mdc-button--raised:not(:disabled), #cf7md-form.cf7md-theme--dark .mdc-button--unelevated:not(:disabled) {
    background-color: #526cf9
}

    #cf7md-form.cf7md-theme--dark .mdc-button--raised:not(:disabled):hover, #cf7md-form.cf7md-theme--dark .mdc-button--unelevated:not(:disabled):hover {
        background-color: #5c74f9
    }

#cf7md-form.cf7md-theme--dark .mdc-button--raised:disabled, #cf7md-form.cf7md-theme--dark .mdc-button--unelevated:disabled {
    background-color: rgba(255,255,255,.2);
    color: rgba(255,255,255,.5)
}

#cf7md-form.cf7md-theme--dark .mdc-button--outlined:not(:disabled):not(:disabled) {
    border-color: rgba(255,255,255,.8)
}

#cf7md-form.cf7md-theme--dark .mdc-button--outlined:not(:disabled):not(:disabled) {
    color: rgba(255,255,255,.8)
}

#cf7md-form.cf7md-theme--dark .mdc-button--outlined:not(:disabled):hover:not(:disabled) {
    border-color: #fff
}

#cf7md-form.cf7md-theme--dark .mdc-button--outlined:not(:disabled):hover:not(:disabled) {
    color: #fff
}

#cf7md-form.cf7md-theme--dark .mdc-button--outlined:disabled {
    border-color: rgba(255,255,255,.2);
    color: rgba(255,255,255,.5)
}

#cf7md-form.cf7md-theme--dark .cf7md-label--static, #cf7md-form.cf7md-theme--dark .cf7md-help-text {
    color: rgba(255,255,255,.7);
    color: var(--mdc-theme-text-hint-on-dark,rgba(255,255,255,.7))
}

#cf7md-form.cf7md-theme--dark .cf7md-checkbox-label, #cf7md-form.cf7md-theme--dark .cf7md-radio-label, #cf7md-form.cf7md-theme--dark .cf7md-switch-label, #cf7md-form.cf7md-theme--dark .cf7md-file--value {
    color: #fff;
    color: var(--mdc-theme-text-primary-on-dark,#fff)
}

#cf7md-form.cf7md-theme--dark .wpcf7-not-valid-tip, #cf7md-form.cf7md-theme--dark + .wpcf7-response-output {
    color: #f74f6d
}

#cf7md-form .cf7md-item, #cf7md-form input, #cf7md-form label, #cf7md-form textarea, #cf7md-form p, #cf7md-form h1, #cf7md-form h2, #cf7md-form h3, #cf7md-form h4, #cf7md-form h5, #cf7md-form h6, #cf7md-form.cf7md-form + .wpcf7-response-output {
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased
}

#cf7md-form.cf7md-form, #cf7md-form .cf7md-item, #cf7md-form .mdc-form-field, #cf7md-form .mdc-text-field {
    font-size: 18px;
    line-height: 1.25
}

#cf7md-form .mdc-select {
    font-size: .936em
}

#cf7md-form label, #cf7md-form .cf7md-label {
    font-weight: 400;
    font-size: .875em;
    letter-spacing: .01em
}

#cf7md-form .cf7md-label--static, #cf7md-form .cf7md-help-text, #cf7md-form .wpcf7-not-valid-tip {
    font-size: .75em;
    letter-spacing: .01em
}

#cf7md-form .mdc-form-field {
    font-size: .77779em;
    line-height: 1.11112em
}

#cf7md-form .mdc-button {
    font-size: .77779em;
    line-height: 2.00002em
}

#cf7md-form .mdc-button--dense {
    font-size: .72223em
}

#cf7md-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%
}

#cf7md-form .mdc-text-field, #cf7md-form .mdc-text-field input, #cf7md-form .mdc-text-field textarea, #cf7md-form .cf7md-item > div {
    width: 100%
}

#cf7md-form .mdc-select {
    width: 100%;
    max-width: 100%
}

#cf7md-form .cf7md-item {
    margin-top: 0
}

    #cf7md-form .cf7md-item select, #cf7md-form .cf7md-item input, #cf7md-form .cf7md-item textarea {
        margin: 0
    }

#cf7md-form .cf7md-help-text {
    clear: both;
    margin: 4px 0 0
}

#cf7md-form .cf7md-label--static {
    margin-bottom: 8px
}

#cf7md-form .wpcf7-list-item {
    margin: 0;
    width: 100%
}

#cf7md-form .mdc-floating-label {
    width: auto
}

#cf7md-form .wpcf7-form-control-wrap {
    margin: 0
}

#cf7md-form .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label, #cf7md-form .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input::-webkit-input-placeholder, #cf7md-form .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input::-moz-placeholder, #cf7md-form .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder, #cf7md-form .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input::-webkit-input-placeholder, #cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control:focus ~ .mdc-floating-label, #cf7md-form .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
    color: #3f51b5
}

#cf7md-form .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label, #cf7md-form .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input::-webkit-input-placeholder, #cf7md-form .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input::-moz-placeholder, #cf7md-form .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder, #cf7md-form .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder, #cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control:focus ~ .mdc-floating-label, #cf7md-form .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
    color: #3f51b5
}

#cf7md-form .mdc-text-field .mdc-text-field__input {
    caret-color: #3f51b5
}

#cf7md-form .mdc-text-field .mdc-line-ripple, #cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control:focus ~ .mdc-line-ripple, #cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background, #cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background, #cf7md-form .mdc-checkbox:before, #cf7md-form .mdc-checkbox:after, #cf7md-form .mdc-radio:before, #cf7md-form .mdc-radio:after, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__track, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:before, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:after, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:before, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:after, #cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:before, #cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:after {
    background-color: #3f51b5
}

#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__path, #cf7md-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control:focus ~ .mdc-notched-outline .mdc-notched-outline__path {
    stroke: #3f51b5
}

#cf7md-form .mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled), #cf7md-form .mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input:focus, #cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background, #cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background, #cf7md-form .mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle, #cf7md-form .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__track, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing, #cf7md-form .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
    border-color: #3f51b5
}

#cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea):not(.mdc-text-field--disabled) .mdc-line-ripple, #cf7md-form.cf7md-theme--dark .mdc-checkbox:before, #cf7md-form.cf7md-theme--dark .mdc-checkbox:after, #cf7md-form.cf7md-theme--dark .mdc-radio:before, #cf7md-form.cf7md-theme--dark .mdc-radio:after, #cf7md-form.cf7md-theme--dark .mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background, #cf7md-form.cf7md-theme--dark .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background, #cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__track, #cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb, #cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:before, #cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:after, #cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb, #cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:before, #cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:after, #cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:before, #cf7md-form.cf7md-theme--dark .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:after, #cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--outlined):not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple {
    background-color: #526cf9
}

#cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__path, #cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control:focus ~ .mdc-notched-outline .mdc-notched-outline__path {
    stroke: #526cf9
}

#cf7md-form.cf7md-theme--dark .mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled), #cf7md-form.cf7md-theme--dark .mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input:focus, #cf7md-form.cf7md-theme--dark .mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background, #cf7md-form.cf7md-theme--dark .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background, #cf7md-form.cf7md-theme--dark .mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle, #cf7md-form.cf7md-theme--dark .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle, #cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__track, #cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb, #cf7md-form.cf7md-theme--dark .mdc-switch.mdc-switch--checked .mdc-switch__thumb, #cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading, #cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch, #cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing, #cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading, #cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch, #cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
    border-color: #526cf9
}

#cf7md-form .mdc-button--outlined:not(:disabled) {
    border-color: #3f51b5
}

#cf7md-form .mdc-button:before, #cf7md-form .mdc-button:after, #cf7md-form .mdc-button--raised:not(:disabled), #cf7md-form .mdc-button--unelevated:not(:disabled) {
    background-color: #3f51b5
}

#cf7md-form .mdc-button--outlined:not(:disabled) {
    color: #3f51b5
}

#cf7md-form .mdc-button--raised:not(:disabled):hover, #cf7md-form .mdc-button--unelevated:not(:disabled):hover {
    background-color: #4254bd
}

#cf7md-form .mdc-button--raised:not(:disabled), #cf7md-form .mdc-button--unelevated:not(:disabled) {
    color: #fff
}

#cf7md-form.cf7md-theme--dark .mdc-button--raised:not(:disabled), #cf7md-form.cf7md-theme--dark .mdc-button--unelevated:not(:disabled) {
    background-color: #526cf9
}

    #cf7md-form.cf7md-theme--dark .mdc-button--raised:not(:disabled):hover, #cf7md-form.cf7md-theme--dark .mdc-button--unelevated:not(:disabled):hover {
        background-color: #5c74f9
    }

#cf7md-form.cf7md-theme--dark .mdc-button--raised:not(:disabled), #cf7md-form.cf7md-theme--dark .mdc-button--unelevated:not(:disabled) {
    color: #fff
}

#cf7md-form .mdc-theme--text-primary-on-background, #cf7md-form .mdc-theme--text-primary-on-light, #cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input, #cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control, #cf7md-form .mdc-form-field, #cf7md-form .cf7md-file--value, #cf7md-form .cf7md-card-title, #cf7md-form .mdc-list a.mdc-list-item, #cf7md-form input, #cf7md-form textarea, #cf7md-form select, #cf7md-form .wpcf7-list-item label, #cf7md-form .cf7md-switch-label, #cf7md-form .cf7md-checkbox-label, #cf7md-form .cf7md-radio-label, #cf7md-form .cf7md-accept-label, #cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label, #cf7md-form .mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input, #cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
    color: rgba(0,0,0,.87)
}

#cf7md-form .mdc-theme--text-hint-on-background, #cf7md-form .mdc-theme--text-disabled-on-background, #cf7md-form .mdc-theme--text-icon-on-background, #cf7md-form .mdc-theme--text-hint-on-light, #cf7md-form .mdc-theme--text-disabled-on-light, #cf7md-form .mdc-theme--text-icon-on-light, #cf7md-form .mdc-card__action-icons, #cf7md-form .cf7md-card-subtitle, #cf7md-form label, #cf7md-form .cf7md-label--static, #cf7md-form .cf7md-help-text {
    color: rgba(0,0,0,.5)
}

#cf7md-form .mdc-theme--text-primary-on-dark, #cf7md-form.cf7md-theme--dark .mdc-form-field, #cf7md-form.cf7md-theme--dark .cf7md-file--value, #cf7md-form.cf7md-theme--dark .cf7md-card-title, #cf7md-form.cf7md-theme--dark input, #cf7md-form.cf7md-theme--dark textarea, #cf7md-form.cf7md-theme--dark select, #cf7md-form.cf7md-theme--dark .wpcf7-list-item label, #cf7md-form.cf7md-theme--dark .cf7md-accept-label, #cf7md-form.cf7md-theme--dark .mdc-floating-label .cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input, #cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control, #cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control:focus ~ .mdc-floating-label, #cf7md-form.cf7md-theme--dark .cf7md-checkbox-label, #cf7md-form.cf7md-theme--dark .cf7md-radio-label, #cf7md-form.cf7md-theme--dark .cf7md-switch-label, #cf7md-form.cf7md-theme--dark .cf7md-file--value, #cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label, #cf7md-form.cf7md-theme--dark .mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input, #cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
    color: #fff
}

#cf7md-form .mdc-theme--text-secondary-on-dark, #cf7md-form .mdc-theme--text-hint-on-dark, #cf7md-form .mdc-theme--text-disabled-on-dark, #cf7md-form .mdc-theme--text-icon-on-dark, #cf7md-form.cf7md-theme--dark .cf7md-card-subtitle, #cf7md-form.cf7md-theme--dark label, #cf7md-form.cf7md-theme--dark .cf7md-label--static, #cf7md-form.cf7md-theme--dark .cf7md-help-text {
    color: rgba(255,255,255,.6)
}

#cf7md-form .cf7md-item, #cf7md-form .mdc-form-field, #cf7md-form .mdc-text-field, #cf7md-form .mdc-select {
    font-size: 18px
}

#cf7md-form .cf7md-item, #cf7md-form input, #cf7md-form label, #cf7md-form textarea, #cf7md-form p, #cf7md-form .mdc-select, #cf7md-form.cf7md-form + .wpcf7-response-output, #cf7md-form .wpcf7-not-valid-tip, #cf7md-form .cf7md-card-title, #cf7md-form .cf7md-card-subtitle, #cf7md-form .mdc-button, #cf7md-form .mdc-floating-label, #cf7md-form .mdc-text-field-helper-text, #cf7md-form .mdc-text-field__input, #cf7md-form .mdc-select__native-control, #cf7md-form .mdc-form-field {
    font-family: "Roboto",sans-serif
}

    #cf7md-form .mdc-text-field__input.wpcf7-not-valid {
        caret-color: #b00020
    }

#cf7md-form.cf7md-theme--dark .mdc-text-field__input.wpcf7-not-valid {
    caret-color: #f74f6d
}

#cf7md-form .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input.wpcf7-not-valid, #cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid, #cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text.wpcf7-not-valid {
    border-bottom-color: #b00020
}

#cf7md-form.cf7md-theme--dark .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input.wpcf7-not-valid, #cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid, #cf7md-form.cf7md-theme--dark .mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text.wpcf7-not-valid {
    border-bottom-color: #f74f6d
}

#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + .mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + i + .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + i + .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + i + .mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + i + i + .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + i + i + .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + i + i + .mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + .mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + i + .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + i + .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + i + .mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + i + i + .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + i + i + .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + i + i + .mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: #b00020
}

#cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + .mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + i + .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + i + .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + i + .mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + i + i + .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + i + i + .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form.cf7md-theme--dark .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + i + i + .mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + .mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + i + .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + i + .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + i + .mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + i + i + .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + i + i + .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form.cf7md-theme--dark .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid + i + i + .mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: #f74f6d
}

#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid + .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid + .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid + .mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid + i + .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid + i + .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid + i + .mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid + i + i + .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid + i + i + .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid + i + i + .mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: #b00020
}

#cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid + .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid + .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid + .mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid + i + .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid + i + .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid + i + .mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid + i + i + .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid + i + i + .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form.cf7md-theme--dark .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__native-control.wpcf7-not-valid + i + i + .mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: #f74f6d
}

.menu-item a img, img.menu-image-title-after, img.menu-image-title-before, img.menu-image-title-above, img.menu-image-title-below, .menu-image-hover-wrapper .menu-image-title-above {
    border: none;
    box-shadow: none;
    vertical-align: middle;
    width: auto;
    display: inline
}

.menu-image-hover-wrapper img.hovered-image, .menu-item:hover .menu-image-hover-wrapper img.menu-image {
    opacity: 0;
    transition: opacity .25s ease-in-out 0s
}

.menu-item:hover img.hovered-image {
    opacity: 1
}

.menu-image-title-after.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper, .menu-image-title-before.menu-image-title {
    padding-right: 10px
}

.menu-image-title-before.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, .menu-image-title-after.menu-image-title {
    padding-left: 10px
}

.menu-image-title.menu-image-title-above, .menu-image-title.menu-image-title-below {
    text-align: center;
    display: block
}

.menu-image-title-above.menu-image-not-hovered > img, .menu-image-hovered.menu-image-title-above .menu-image-hover-wrapper, .menu-image-title-above .menu-image-hover-wrapper {
    display: block;
    padding-top: 10px;
    margin: 0 auto !important
}

.menu-image-title-below.menu-image-not-hovered > img, .menu-image-hovered.menu-image-title-below .menu-image-hover-wrapper, .menu-image-title-below .menu-image-hover-wrapper {
    display: block;
    padding-bottom: 10px;
    margin: 0 auto !important
}

.menu-image-title-hide .menu-image-title, .menu-image-title-hide.menu-image-title {
    display: none
}

#et-top-navigation .nav li.menu-item, .navigation-top .main-navigation li {
    display: inline-block
}

.post-views.entry-meta > span {
    margin-right: 0 !important;
    font: 16px/1
}

    .post-views.entry-meta > span.post-views-icon.dashicons {
        display: inline-block;
        font-size: 16px;
        line-height: 1;
        text-decoration: inherit;
        vertical-align: middle
    }

.panel-grid.panel-has-style > .panel-row-style, .panel-grid.panel-no-style {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between
}

.panel-layout.panel-is-rtl .panel-grid.panel-has-style > .panel-row-style, .panel-layout.panel-is-rtl .panel-grid.panel-no-style {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.panel-grid-cell {
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

    .panel-grid-cell .panel-cell-style {
        height: 100%
    }

    .panel-grid-cell .so-panel {
        zoom: 1
    }

        .panel-grid-cell .so-panel:before {
            content: "";
            display: block
        }

        .panel-grid-cell .so-panel:after {
            content: "";
            display: table;
            clear: both
        }

    .panel-grid-cell .panel-last-child {
        margin-bottom: 0
    }

    .panel-grid-cell .widget-title {
        margin-top: 0
    }

body.siteorigin-panels-before-js {
    overflow-x: hidden
}

    body.siteorigin-panels-before-js .siteorigin-panels-stretch {
        margin-right: -1000px !important;
        margin-left: -1000px !important;
        padding-right: 1000px !important;
        padding-left: 1000px !important
    }

.home-history-wrapper {
    min-height: 540px;
    position: relative
}

    .home-history-wrapper .home-history-bg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }

        .home-history-wrapper .home-history-bg img {
            height: 100%;
            width: 100%;
            object-fit: cover
        }

@media (max-width:992px) {
    .home-history-wrapper .home-history-bg img {
        object-position: 60%
    }
}

.home-history-wrapper .home-history-content {
    padding: 20px 0
}

    .home-history-wrapper .home-history-content .number-year {
        display: flex;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column
    }

@media (max-width:992px) {
    .home-history-wrapper .home-history-content .number-year {
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        align-items: flex-end
    }
}

.home-history-wrapper .home-history-content .number-year .year {
    font-size: 265px;
    line-height: 240px;
    font-family: "SF Pro Display Heavy";
    color: #111d5e;
    margin-right: 10px
}

@media (max-width:768px) {
    .home-history-wrapper .home-history-content .number-year .year {
        font-size: 170px;
        line-height: 200px
    }
}

@media (max-width:380px) {
    .home-history-wrapper .home-history-content .number-year .year {
        font-size: 140px;
        line-height: 165px
    }
}

.home-history-wrapper .home-history-content .number-year .year-info {
    margin-bottom: 25px;
    margin-right: 10px
}

.home-history-wrapper .home-history-content .number-year p {
    position: relative;
    font-size: 36px;
    text-align: right;
    margin: 0;
    margin-right: 5px;
    color: #111d5e;
    font-weight: 600
}

@media (max-width:380px) {
    .home-history-wrapper .home-history-content .number-year p {
        font-size: 28px
    }
}

@media (min-width:992px) {
    .home-history-wrapper .home-history-content .number-year p:before {
        content: "";
        display: inline-block;
        width: 75%;
        height: 2px;
        position: absolute;
        top: 68%;
        left: 0;
        background: #e3007c
    }
}

.home-history-wrapper .home-history-content .number-year div.year_created {
    text-align: right;
    margin-right: 10px;
    font-weight: 300
}

@media (max-width:380px) {
    .home-history-wrapper .home-history-content .number-year div.year_created {
        font-size: 14px
    }
}

.home-history-wrapper .home-history-content .readmore {
    margin-top: 30px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease
}

@media (max-width:768px) {
    .home-history-wrapper .home-history-content .readmore {
        margin-top: 15px
    }
}

.home-history-wrapper .home-history-content .readmore:hover {
    background: #e2007c;
    color: #fff;
    border-color: transparent
}

.home-history-wrapper .home-history-content .home-history-table.mobile {
    display: none
}

@media (max-width:992px) {
    .home-history-wrapper .home-history-content .home-history-table.mobile {
        display: block
    }
}

@media (max-width:992px) {
    .home-history-wrapper .home-history-content .home-history-table.desktop {
        display: none
    }
}

.home-history-wrapper .home-history-content .home-history-table table {
    width: 100%;
    height: 100%;
    table-layout: fixed;
    overflow-wrap: break-word
}

    .home-history-wrapper .home-history-content .home-history-table table tr td {
        text-align: center;
        vertical-align: middle;
        padding: 5% 0
    }

        .home-history-wrapper .home-history-content .home-history-table table tr td div:first-child {
            font-size: 42px;
            font-family: "SF Pro Display Bold",sans-serif
        }

@media (max-width:768px) {
    .home-history-wrapper .home-history-content .home-history-table table tr td div:first-child {
        font-size: 24px
    }
}

@media (max-width:768px) {
    .home-history-wrapper .home-history-content .home-history-table table tr td div:nth-child(2) {
        font-size: 14px
    }
}

.home-history-wrapper .home-history-content .home-history-table table tr:not(:last-child) td {
    border-bottom: 1px solid #adadad
}

.home-history-wrapper .home-history-content .home-history-table table td:not(:last-child) {
    border-right: 1px solid #adadad
}

.history-details-widget .history-details-wrapper {
    padding-top: 20px
}

.history-details-widget .history-details-content {
    text-align: center
}

    .history-details-widget .history-details-content .history-details-item {
        padding-top: 30px;
        padding-bottom: 20px
    }

        .history-details-widget .history-details-content .history-details-item .history-details-icon {
            height: 70px;
            display: flex;
            align-items: center;
            -webkit-align-items: center;
            justify-content: center;
            -webkit-justify-content: center;
            margin-bottom: 35px
        }

            .history-details-widget .history-details-content .history-details-item .history-details-icon img {
                max-width: 100%;
                max-height: 100%;
                object-fit: contain
            }

        .history-details-widget .history-details-content .history-details-item .history-details-info {
            position: relative;
            padding-bottom: 20px;
            color: #111d5e
        }

            .history-details-widget .history-details-content .history-details-item .history-details-info .hd-value {
                font-size: 36px;
                line-height: 36px;
                font-family: "SF Pro Display Bold",sans-serif
            }

            .history-details-widget .history-details-content .history-details-item .history-details-info .hd-title {
                font-size: 20px;
                font-family: "SF Pro Display Bold",sans-serif;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis
            }

            .history-details-widget .history-details-content .history-details-item .history-details-info .hd-line {
                display: inline-block;
                width: 135px;
                height: 2px;
                background: #e3007c
            }

        .history-details-widget .history-details-content .history-details-item .history-details-description {
            font-weight: 300
        }

.mission-vision-widget .mission-vision-wrapper {
    min-height: 540px;
    position: relative
}

@media (max-width:580px) {
    .mission-vision-widget .mission-vision-wrapper {
        min-height: 640px;
        background: linear-gradient(180deg,rgba(0,0,0,0) 50.05%,#000 100%)
    }
}

.mission-vision-widget .mission-vision-wrapper .container {
    position: relative;
    min-height: 540px
}

.mission-vision-widget .mission-vision-wrapper .mission-vision-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

    .mission-vision-widget .mission-vision-wrapper .mission-vision-bg img {
        height: 100%;
        width: 100%;
        object-fit: cover
    }

@media (max-width:1280px) {
    .mission-vision-widget .mission-vision-wrapper .mission-vision-bg img {
        object-position: 40%
    }
}

@media (max-width:992px) {
    .mission-vision-widget .mission-vision-wrapper .mission-vision-bg img {
        object-position: 36%
    }
}

@media (max-width:768px) {
    .mission-vision-widget .mission-vision-wrapper .mission-vision-bg img {
        object-position: 30%
    }
}

@media (max-width:580px) {
    .mission-vision-widget .mission-vision-wrapper .mission-vision-bg img {
        object-position: 45%;
        position: relative;
        top: -30px
    }
}

@media (min-width:480px) {
    .mission-vision-widget .mission-vision-wrapper .mission-vision-content {
        max-width: 50%;
        position: absolute;
        top: 60px;
        left: 15px
    }
}

.mission-vision-widget .mission-vision-wrapper .mission-vision-content .mission-vision-item:not(:last-child) {
    margin-bottom: 40px
}

.mission-vision-widget .mission-vision-wrapper .mission-vision-content .mission-vision-title {
    color: #111d5e
}

    .mission-vision-widget .mission-vision-wrapper .mission-vision-content .mission-vision-title .sow-title {
        padding-bottom: 5px
    }

.mission-vision-widget .mission-vision-wrapper .readmore {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background-color: #111d5e;
    border-radius: 20px;
    text-align: center;
    width: 200px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease
}

    .mission-vision-widget .mission-vision-wrapper .readmore:hover {
        background: #e2007c;
        color: #fff;
        border-color: transparent
    }

.main-values-widget .main-values-wrapper {
    padding-top: 20px;
    padding-bottom: 20px
}

.main-values-widget .main-values-content {
    text-align: center
}

    .main-values-widget .main-values-content .main-values-item {
        padding-top: 30px;
        padding-bottom: 20px
    }

        .main-values-widget .main-values-content .main-values-item .main-values-icon {
            height: 140px;
            display: flex;
            align-items: center;
            -webkit-align-items: center;
            justify-content: center;
            -webkit-justify-content: center;
            margin-bottom: 25px
        }

            .main-values-widget .main-values-content .main-values-item .main-values-icon img {
                max-width: 100%;
                max-height: 100%;
                object-fit: contain
            }

        .main-values-widget .main-values-content .main-values-item .main-values-info {
            position: relative;
            margin-bottom: 10px;
            color: #111d5e
        }

            .main-values-widget .main-values-content .main-values-item .main-values-info .hd-title {
                font-size: 23px;
                font-family: "SF Pro Display Bold",sans-serif
            }

        .main-values-widget .main-values-content .main-values-item .main-values-description {
            font-weight: 300
        }

@charset "UTF-8";

.history-timeline-wrapper {
    min-height: 540px;
    position: relative
}

    .history-timeline-wrapper .history-timeline-bg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }

        .history-timeline-wrapper .history-timeline-bg img {
            height: 100%;
            width: 100%;
            object-fit: cover
        }

@media (max-width:992px) {
    .history-timeline-wrapper .history-timeline-bg img {
        object-position: 60%
    }
}

.history-timeline-wrapper .history-timeline-content p {
    margin: 0
}

.history-timeline-wrapper .history-timeline-content table tbody tr td {
    position: relative;
    vertical-align: top;
    padding-bottom: 5px
}

.history-timeline-wrapper .history-timeline-content table tbody tr:not(:last-child) td.new-version-content:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    top: 17px;
    width: 1px;
    height: 100%;
    background-color: #adadad
}

.history-timeline-wrapper .history-timeline-content .history-timeline-item .ht-title {
    font-size: 15px;
    line-height: 29px;
    font-family: "SF Pro Display Bold",sans-serif;
    color: #111d5e;
    padding: 0 15px;
    position: relative;
    z-index: 1
}

    .history-timeline-wrapper .history-timeline-content .history-timeline-item .ht-title:after {
        content: "•";
        position: absolute;
        right: -3.5px;
        top: 3px;
        font-size: 26px;
        line-height: 20px;
        color: #e2007c
    }

.history-timeline-wrapper .history-timeline-content .history-timeline-item .history-timeline-description {
    padding: 0 10px;
    font-weight: 300;
    font-size: 16px
}

@charset "UTF-8";

.organizations-widget .organizations-wrapper {
    padding-top: 20px;
    padding-bottom: 50px
}

.organizations-widget .organizations-content {
    text-align: center
}

@media (min-width:768px) {
    .organizations-widget .organizations-content {
        margin-top: -50px
    }
}

.organizations-widget .organizations-content.table-responsive .org_table_child {
    min-width: 900px
}

    .organizations-widget .organizations-content.table-responsive .org_table_child .org_item .org_line {
        top: 22px
    }

.organizations-widget .organizations-content .org_parent {
    font-size: 20px;
    font-family: "SF Pro Display Bold",sans-serif;
    color: #111d5e
}

.organizations-widget .organizations-content .org_table_child {
    padding-top: 50px;
    position: relative
}

    .organizations-widget .organizations-content .org_table_child > .row > div {
        padding-top: 5px
    }

        .organizations-widget .organizations-content .org_table_child > .row > div:after {
            content: "";
            position: absolute;
            left: 50%;
            top: 0;
            width: 1px;
            height: 100%;
            background-color: #adadad
        }

@media (min-width:992px) {
    .organizations-widget .organizations-content .org_table_child > .row > div.first:first-child .org_item:first-child:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 50px;
        background-color: #fafafa;
        top: -80px;
        left: 0
    }

    .organizations-widget .organizations-content .org_table_child > .row > div.first:nth-child(2) .org_item:last-child:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 50px;
        background-color: #fafafa;
        top: -80px;
        right: 0
    }
}

.organizations-widget .organizations-content .org_table_child > .row > div.first:after {
    top: auto;
    bottom: 0;
    height: calc(100% + 53px)
}

@media (min-width:992px) {
    .organizations-widget .organizations-content .org_table_child > .row > div.last:after {
        height: 20px
    }
}

.organizations-widget .organizations-content .org_table_child > .row > div.last:last-child:after {
    height: 20px
}

.organizations-widget .organizations-content .org_table_child .org_item .org_line {
    position: absolute;
    top: 15px;
    width: 28px;
    height: 1px;
    background-color: #adadad
}

    .organizations-widget .organizations-content .org_table_child .org_item .org_line:before {
        content: "•";
        position: absolute;
        top: 14px;
        font-size: 26px;
        line-height: 8px;
        color: #e2007c;
        z-index: 1;
        height: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transform: translateY(-50%)
    }

.organizations-widget .organizations-content .org_table_child .org_item.even .org_line {
    right: 0
}

    .organizations-widget .organizations-content .org_table_child .org_item.even .org_line:before {
        top: -2px;
        right: 20px
    }

.organizations-widget .organizations-content .org_table_child .org_item.odd .org_line {
    left: 0
}

    .organizations-widget .organizations-content .org_table_child .org_item.odd .org_line:before {
        top: -2px;
        left: 20px
    }

.organizations-widget .organizations-content .org_item {
    position: relative
}

    .organizations-widget .organizations-content .org_item .org_line_hr {
        position: absolute;
        left: 0;
        bottom: 2px;
        width: 80%;
        height: 1px;
        background-color: #adadad
    }

    .organizations-widget .organizations-content .org_item.many .org_line_before {
        position: absolute;
        left: 50%;
        top: -3px;
        width: 1px;
        height: 50px;
        background-color: #adadad
    }

        .organizations-widget .organizations-content .org_item.many .org_line_before:before {
            content: "•";
            position: absolute;
            left: calc(50% - 6px);
            bottom: 0;
            font-size: 26px;
            line-height: 8px;
            color: #e2007c;
            z-index: 1
        }

    .organizations-widget .organizations-content .org_item.root:not(.many) .org_line_hr {
        display: none
    }

    .organizations-widget .organizations-content .org_item.root .org_line_hr {
        position: absolute;
        left: 450px;
        bottom: 2px;
        width: calc(100% - 900px);
        height: 1px;
        background-color: #adadad
    }

@media (max-width:992px) {
    .organizations-widget .organizations-content .org_item.parent {
        padding-bottom: 0 !important
    }

        .organizations-widget .organizations-content .org_item.parent .org_line, .organizations-widget .organizations-content .org_item.parent .org_line_hr {
            display: none
        }
}

.organizations-widget .organizations-content .org_item.parent, .organizations-widget .organizations-content .org_item.root {
    padding-bottom: 42px
}

    .organizations-widget .organizations-content .org_item.parent .org_des, .organizations-widget .organizations-content .org_item.root .org_des {
        font-family: "SF Pro Display Bold",sans-serif
    }

    .organizations-widget .organizations-content .org_item.parent.many, .organizations-widget .organizations-content .org_item.root.many {
        padding-top: 42px
    }

    .organizations-widget .organizations-content .org_item.parent .org_line, .organizations-widget .organizations-content .org_item.root .org_line {
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 1px;
        height: 46px;
        background-color: #adadad
    }

        .organizations-widget .organizations-content .org_item.parent .org_line:before, .organizations-widget .organizations-content .org_item.root .org_line:before {
            content: "•";
            position: absolute;
            left: calc(50% - 6px);
            bottom: 0;
            font-size: 26px;
            line-height: 8px;
            color: #e2007c;
            z-index: 1
        }

.organizations-widget .organizations-content .org_item.even {
    text-align: right;
    padding-right: 50px
}

.organizations-widget .organizations-content .org_item.odd {
    text-align: left;
    padding-left: 50px
}

.organizations-widget .organizations-content .org_item .org_name {
    font-size: 24px;
    color: #111d5e;
    font-family: "SF Pro Display Bold",sans-serif
}

.organizations-widget .organizations-content .org_item .org_des {
    font-weight: 300
}

.background-editor-widget .background-editor-wrapper {
    min-height: 540px;
    position: relative
}

    .background-editor-widget .background-editor-wrapper .container {
        position: relative;
        height: 100%
    }

    .background-editor-widget .background-editor-wrapper .background-editor-bg {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1
    }

        .background-editor-widget .background-editor-wrapper .background-editor-bg img {
            height: 100%;
            width: 100%;
            object-fit: cover
        }

@media (max-width:580px) {
    .background-editor-widget .background-editor-wrapper .background-editor-bg img {
        object-position: 63%
    }
}

@media (max-width:450px) {
    .background-editor-widget .background-editor-wrapper .background-editor-bg img {
        object-position: 66%
    }
}

.background-editor-widget .background-editor-wrapper .background-editor-content {
    max-width: 850px;
    margin-top: 60px;
    margin-bottom: 20px
}

@media (max-width:580px) {
    .background-editor-widget .background-editor-wrapper .background-editor-content {
        top: auto;
        bottom: 15px
    }
}

.background-editor-widget .background-editor-wrapper .background-editor-content .background-editor-des {
    font-weight: 300;
    column-count: 2;
    column-gap: 44px
}

    .background-editor-widget .background-editor-wrapper .background-editor-content .background-editor-des p {
        margin: 0
    }

@media (max-width:620px) {
    .background-editor-widget .background-editor-wrapper .background-editor-content .background-editor-des {
        column-count: 1
    }
}

.background-editor-widget .background-editor-wrapper .readmore {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background-color: #111d5e;
    border-radius: 20px;
    text-align: center;
    width: 200px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease
}

    .background-editor-widget .background-editor-wrapper .readmore:hover {
        background: #e2007c;
        color: #fff;
        border-color: transparent
    }

.sec-register-form .sec-register-form-content {
    min-height: 60px;
    margin-top: 40px
}

@media (max-width:900px) {
    .sec-register-form .sec-register-form-content {
        flex-direction: column;
        align-items: center !important;
        -webkit-align-items: center !important
    }
}

.sec-register-form .sec-register-form-content .sec-register-form-title {
    margin-right: 15px;
    margin-top: 10px;
    color: #111d5e;
    font-family: "SF Pro Display Medium",sans-serif
}

@media (max-width:900px) {
    .sec-register-form .sec-register-form-content .sec-register-form-title {
        font-size: calc(100%*1.5);
        margin-bottom: 15px;
        margin-right: 0
    }
}

@media (max-width:580px) {
    .sec-register-form .sec-register-form-content .sec-register-form-title {
        font-size: 16px;
        margin-bottom: 15px
    }
}

.sec-register-form .sec-register-form-content .form-material .wpcf7-form-control.wpcf7-text {
    max-width: 330px
}

@media (max-width:568px) {
    .sec-register-form .sec-register-form-content .form-material .wpcf7-submit {
        margin-top: 15px
    }
}

@media (max-width:550px) {
    .sec-register-form .sec-register-form-content .form-material {
        flex-wrap: wrap
    }

        .sec-register-form .sec-register-form-content .form-material .wpcf7-form-control.wpcf7-text {
            max-width: 330px
        }
}

.list-scroll {
    position: fixed;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 10;
    margin-right: 30px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease
}

@media (max-width:580px) {
    .list-scroll {
        display: none
    }
}

.list-scroll.active {
    right: 0
}

.list-scroll li {
    display: block
}

    .list-scroll li.nth_hover img {
        opacity: .8;
        transform: scale(1.1)
    }

    .list-scroll li:hover img {
        opacity: 1;
        transform: scale(1.5)
    }

    .list-scroll li:hover span {
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        color: #000;
        right: 100%;
        z-index: 10;
        opacity: 1;
        visibility: visible
    }

    .list-scroll li:hover:before {
        background: 0 0
    }

    .list-scroll li a {
        position: relative;
        width: 37px;
        height: 37px;
        margin-bottom: 17px;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .list-scroll li a img {
            opacity: .7;
            width: 100%;
            height: 100%;
            object-fit: contain;
            transition: all .5s ease;
            -webkit-transition: all .5s ease
        }

@media (min-width:991px) {
    .list-scroll li a:before {
        width: 18px;
        height: 18px
    }
}

.list-scroll li a.scroll-icon:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #e2007c;
    border: 1px solid #e2007c
}

.list-scroll li a span {
    color: #fff;
    position: absolute;
    width: 100%;
    display: block;
    font-size: 16px;
    text-shadow: 0 0 1px #eee;
    right: 0;
    min-width: 200px;
    top: 30%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    text-align: right;
    padding-right: 15px;
    font-family: "SF Pro Display Bold",sans-serif
}

.list-scroll li a.active:before {
    background: 0 0
}

! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}


figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

! * Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
@font-face {
    font-family: 'FontAwesome';
    src: url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/fontawesome-webfont.eot?v=4.2.0);
    src: url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'),url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/fontawesome-webfont.woff?v=4.2.0) format('woff'),url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/fontawesome-webfont.ttf?v=4.2.0) format('truetype'),url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

    .wp-caption.alignnone {
        margin: 5px 20px 20px 0
    }

    .wp-caption.alignleft {
        margin: 5px 20px 20px 0
    }

    .wp-caption.alignright {
        margin: 5px 0 20px 20px
    }

    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto
    }

    .wp-caption p.wp-caption-text {
        font-size: 12px;
        line-height: 17px;
        margin: 0;
        padding: 6px 4px 4px
    }

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: .875rem;
        font-weight: 700;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000
    }

img {
    height: auto
}

table tr td img {
    margin: 2px !important
}

! * Bootstrap v4.2.1 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}



body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    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: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

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: #007bff;
    text-decoration: none;
    background-color: transparent
}

    a:hover {
        color: #0056b3;
        text-decoration: underline
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0
        }

code, kbd, pre, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    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: #6c757d;
    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
    }

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -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: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.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,.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: #6c757d
}

    .blockquote-footer::before {
        content: "\2014\00A0"
    }

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

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: #212529;
    border-radius: .2rem
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }



.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

    .table td, .table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6
    }

    .table .table {
        background-color: #fff
    }

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6
    }

    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 2px
    }

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff
}

    .table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
        border-color: #7abaff
    }

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
        background-color: #9fcdff
    }

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

    .table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
        border-color: #b3b7bb
    }

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf
    }

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb
}

    .table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
        border-color: #8fd19e
    }

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #b1dfbb
    }

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

    .table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
        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 > td, .table-warning > th {
    background-color: #ffeeba
}

    .table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
        border-color: #ffdf7e
    }

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #ffe8a1
    }

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

    .table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
        border-color: #ed969e
    }

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #f1b0b7
    }

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

    .table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
        border-color: #fbfcfc
    }

.table-hover .table-light:hover {
    background-color: #ececf6
}

    .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
        background-color: #ececf6
    }

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #95999c
    }

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
        background-color: #b9bbbe
    }

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,.075)
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: rgba(0,0,0,.075)
    }

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #32383e
    }

    .table-dark.table-bordered {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255,255,255,.05)
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255,255,255,.075)
    }

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-sm > .table-bordered {
            border: 0
        }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-md > .table-bordered {
            border: 0
        }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-lg > .table-bordered {
            border: 0
        }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

    .table-responsive > .table-bordered {
        border: 0
    }

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    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: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple], select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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: #6c757d
    }

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    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: #28a745
}

.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: #fff;
    background-color: rgba(40,167,69,.9);
    border-radius: .25rem
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
}

    .form-control.is-valid:focus, .was-validated .form-control:valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
    }

    .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
        display: block
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: 2.25rem;
    background-position: top calc(2.25rem / 4) right calc(2.25rem / 4)
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: 3.4375rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem
}

    .custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
    }

    .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip {
        display: block
    }

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

    .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
        border-color: #28a745
    }

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.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(220,53,69,.9);
    border-radius: .25rem
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")
}

    .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
    }

    .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
        display: block
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: 2.25rem;
    background-position: top calc(2.25rem / 4) right calc(2.25rem / 4)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: 3.4375rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem
}

    .custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
    }

    .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip {
        display: block
    }

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

    .custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
        border-color: #dc3545
    }

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

    .form-inline .form-check {
        width: 100%
    }

@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        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 .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc
    }

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf
    }

        .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(38,143,255,.5)
        }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62
    }

    .btn-secondary.focus, .btn-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b
    }

        .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(130,138,145,.5)
        }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34
    }

    .btn-success.focus, .btn-success:focus {
        box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430
    }

        .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(72,180,97,.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,.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,.5)
        }

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

    .btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00
    }

    .btn-warning.focus, .btn-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500
    }

        .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(222,170,12,.5)
        }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130
    }

    .btn-danger.focus, .btn-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d
    }

        .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(225,83,97,.5)
        }

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5
    }

    .btn-light.focus, .btn-light:focus {
        box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df
    }

        .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(216,217,219,.5)
        }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124
    }

    .btn-dark.focus, .btn-dark:focus {
        box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d
    }

        .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(82,88,93,.5)
        }

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        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: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

        .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(0,123,255,.5)
        }

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-outline-secondary.focus, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        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: #6c757d;
        border-color: #6c757d
    }

        .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(108,117,125,.5)
        }

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        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: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

        .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(40,167,69,.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,.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,.5)
        }

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-outline-warning.focus, .btn-outline-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        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: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

        .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,193,7,.5)
        }

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-outline-danger.focus, .btn-outline-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        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: #dc3545;
        border-color: #dc3545
    }

        .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(220,53,69,.5)
        }

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-outline-light.focus, .btn-outline-light:focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        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: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

        .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(248,249,250,.5)
        }

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-outline-dark.focus, .btn-outline-dark:focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        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: #343a40;
        border-color: #343a40
    }

        .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(52,58,64,.5)
        }

.btn-link {
    font-weight: 400;
    color: #007bff
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline
    }

    .btn-link.focus, .btn-link:focus {
        text-decoration: underline;
        box-shadow: none
    }

    .btn-link.disabled, .btn-link:disabled {
        color: #6c757d;
        pointer-events: none
    }

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: .5rem
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media screen and (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 .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.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: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
}

.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^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:first-child {
        border-top-left-radius: calc(.25rem - 1px);
        border-top-right-radius: calc(.25rem - 1px)
    }

    .dropdown-item:last-child {
        border-bottom-right-radius: calc(.25rem - 1px);
        border-bottom-left-radius: calc(.25rem - 1px)
    }

    .dropdown-item:focus, .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        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: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

        .btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
            z-index: 1
        }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
            z-index: 1
        }

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

    .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
        margin-left: 0
    }

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

    .btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
        width: 100%
    }

        .btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
            margin-top: -1px
        }

        .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
            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=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none
    }

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

    .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0
    }

        .input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
            margin-left: -1px
        }

        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
            z-index: 3
        }

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4
        }

        .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group > .custom-file {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        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-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

    .input-group-append .btn, .input-group-prepend .btn {
        position: relative;
        z-index: 2
    }

        .input-group-append .btn:focus, .input-group-prepend .btn:focus {
            z-index: 3
        }

        .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
            margin-left: -1px
        }

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .input-group-text input[type=checkbox], .input-group-text input[type=radio] {
        margin-top: 0
    }

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
    height: calc(2.875rem + 2px)
}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
    height: calc(1.8125rem + 2px)
}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
    padding-right: 1.75rem
}

.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), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    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:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        border-color: #007bff;
        background-color: #007bff
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        border-color: #80bdff
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff;
        border-color: #b3d7ff
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

    .custom-control-label::before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #adb5bd solid 1px
    }

    .custom-control-label::after {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%
    }

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-switch {
    padding-left: 2.25rem
}

    .custom-switch .custom-control-label::before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: .5rem
    }

    .custom-switch .custom-control-label::after {
        top: calc(.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #adb5bd;
        border-radius: .5rem;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out
    }

@media screen and (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(128,189,255,.5)
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: .75rem;
        background-image: none
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef
    }

    .custom-select::-ms-expand {
        opacity: 0
    }

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #80bdff;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #e9ecef
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse"
    }

    .custom-file-input ~ .custom-file-label[data-browse]::after {
        content: attr(data-browse)
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 2.25rem;
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        border-radius: 0 .25rem .25rem 0
    }

.custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-range:focus {
        outline: 0
    }

        .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

    .custom-range::-moz-focus-outer {
        border: 0
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #6c757d;
        pointer-events: none;
        cursor: default
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

    .nav-tabs .nav-item {
        margin-bottom: -1px
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #dee2e6
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link {
    border-radius: .25rem
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #007bff
    }

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

    .navbar > .container, .navbar > .container-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        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:focus, .navbar-brand:hover {
        text-decoration: none
    }

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    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 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.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:575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            -ms-flex-direction: row;
            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 {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }
}

@media (max-width:767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            -ms-flex-direction: row;
            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 {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }
}

@media (max-width:991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            -ms-flex-direction: row;
            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 {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand .navbar-nav {
        -ms-flex-direction: row;
        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 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0,0,0,.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,.3)
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(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,.5)
}

    .navbar-light .navbar-text a {
        color: rgba(0,0,0,.9)
    }

        .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
            color: rgba(0,0,0,.9)
        }

.navbar-dark .navbar-brand {
    color: #fff
}

    .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255,255,255,.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,.25)
    }

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.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,.5)
}

    .navbar-dark .navbar-text a {
        color: #fff
    }

        .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
            color: #fff
        }

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    color: inherit;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-deck .card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card {
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-group > .card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

        .card-group > .card {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0
                }

            .card-group > .card:only-child {
                border-radius: .25rem
            }

                .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
                    border-top-left-radius: .25rem;
                    border-top-right-radius: .25rem
                }

                .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
                    border-bottom-right-radius: .25rem;
                    border-bottom-left-radius: .25rem
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
                    border-radius: 0
                }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: .5rem;
        color: #6c757d;
        content: "/"
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none
    }

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.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: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.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: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

a.badge:focus, a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus, a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus, a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus, a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus, a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus, a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: .75rem 1.25rem;
        color: inherit
    }

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

    .alert-primary hr {
        border-top-color: #9fcdff
    }

    .alert-primary .alert-link {
        color: #002752
    }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

    .alert-secondary hr {
        border-top-color: #c8cbcf
    }

    .alert-secondary .alert-link {
        color: #202326
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

    .alert-success hr {
        border-top-color: #b1dfbb
    }

    .alert-success .alert-link {
        color: #0b2e13
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

    .alert-info hr {
        border-top-color: #abdde5
    }

    .alert-info .alert-link {
        color: #062c33
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

    .alert-warning hr {
        border-top-color: #ffe8a1
    }

    .alert-warning .alert-link {
        color: #533f03
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

    .alert-danger hr {
        border-top-color: #f1b0b7
    }

    .alert-danger .alert-link {
        color: #491217
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

    .alert-light hr {
        border-top-color: #ececf6
    }

    .alert-light .alert-link {
        color: #686868
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

    .alert-dark hr {
        border-top-color: #b9bbbe
    }

    .alert-dark .alert-link {
        color: #040505
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

    .list-group-item-action:focus, .list-group-item-action:hover {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef
    }

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .list-group-item:focus, .list-group-item:hover {
        z-index: 1;
        text-decoration: none
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

.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: #004085;
    background-color: #b8daff
}

    .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
        color: #004085;
        background-color: #9fcdff
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #004085;
        border-color: #004085
    }

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

    .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
        color: #383d41;
        background-color: #c8cbcf
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #383d41;
        border-color: #383d41
    }

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        color: #155724;
        background-color: #b1dfbb
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #155724;
        border-color: #155724
    }

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        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: #856404;
    background-color: #ffeeba
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        color: #856404;
        background-color: #ffe8a1
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #856404;
        border-color: #856404
    }

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

    .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
        color: #721c24;
        background-color: #f1b0b7
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24
    }

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

    .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
        color: #818182;
        background-color: #ececf6
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #818182;
        border-color: #818182
    }

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

    .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
        color: #1b1e21;
        background-color: #b9bbbe
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    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) {
        cursor: pointer
    }

        .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
            opacity: .75
        }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: .25rem;
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0
}

    .toast:not(:last-child) {
        margin-bottom: .75rem
    }

    .toast.showing {
        opacity: 1
    }

    .toast.show {
        display: block;
        opacity: 1
    }

    .toast.hide {
        display: none
    }

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05)
}

.toast-body {
    padding: .75rem
}

.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: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - (.5rem * 2));
        content: ""
    }

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

    .modal-header .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

    .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:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

        .modal-dialog-centered::before {
            height: calc(100vh - (1.75rem * 2))
        }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
        bottom: 0
    }

        .bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
        top: 0
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .popover .arrow::after, .popover .arrow::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

    .bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
        bottom: calc((.5rem + 1px) * -1)
    }

        .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
            border-width: .5rem .5rem 0
        }

        .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
            bottom: 0;
            border-top-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
            bottom: 1px;
            border-top-color: #fff
        }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

    .bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
        left: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
            border-width: .5rem .5rem .5rem 0
        }

        .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
            left: 0;
            border-right-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
            left: 1px;
            border-right-color: #fff
        }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

    .bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
        top: calc((.5rem + 1px) * -1)
    }

        .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
            border-width: 0 .5rem .5rem .5rem
        }

        .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
            top: 0;
            border-bottom-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
            top: 1px;
            border-bottom-color: #fff
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

    .bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
        right: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
            border-width: .5rem 0 .5rem .5rem
        }

        .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
            right: 0;
            border-left-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
            right: 1px;
            border-left-color: #fff
        }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

    .carousel.pointer-event {
        -ms-touch-action: pan-y;
        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%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

    .active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

    .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
        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 screen and (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 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: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        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 .6s ease
    }

@media screen and (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
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.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: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !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: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !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: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .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: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .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: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .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: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        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 embed, .embed-responsive iframe, .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.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-3by4::before {
    padding-top: 133.333333%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-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: -webkit-sticky !important;
    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:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        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 {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(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
}

.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: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !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: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !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: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !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:576px) {
    .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: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !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: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !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: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !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:768px) {
    .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: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !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: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !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: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !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:992px) {
    .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: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !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: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !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: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !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
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

.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:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-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: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0,0,0,.5) !important
}

.text-white-50 {
    color: rgba(255,255,255,.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-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, ::after, ::before {
        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
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

        .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
            border-color: #dee2e6
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

# sourceMappingURL=bootstrap.min.css.map

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both
    }

    .owl-carousel .owl-animated-in {
        z-index: 0
    }

    .owl-carousel .owl-animated-out {
        z-index: 1
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut
    }

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

    .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
        max-height: 0
    }

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(//diginet.com.vn/wp-content/themes/diginet/lib/owlcarousel/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

@charset "UTF-8";

! Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {
    0%,20%,50%,80%,100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,20%,50%,80%,100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes flash {
    0%,50%,100% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,50%,100% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        -ms-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative
}

    .scroll-wrapper > .scroll-content {
        border: none !important;
        box-sizing: content-box !important;
        height: auto;
        left: 0;
        margin: 0;
        max-height: none;
        max-width: none !important;
        overflow: scroll !important;
        padding: 0;
        position: relative !important;
        top: 0;
        width: auto !important
    }

        .scroll-wrapper > .scroll-content::-webkit-scrollbar {
            height: 0;
            width: 0
        }

.scroll-element {
    display: none
}

    .scroll-element, .scroll-element div {
        box-sizing: content-box
    }

        .scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
            display: block
        }

        .scroll-element .scroll-bar, .scroll-element .scroll-arrow {
            cursor: default
        }

.scroll-textarea {
    border: 1px solid #ccc;
    border-top-color: #999
}

    .scroll-textarea > .scroll-content {
        overflow: hidden !important
    }

        .scroll-textarea > .scroll-content > textarea {
            border: none !important;
            box-sizing: border-box;
            height: 100% !important;
            margin: 0;
            max-height: none !important;
            max-width: none !important;
            overflow: scroll !important;
            outline: none;
            padding: 2px;
            position: relative !important;
            top: 0;
            width: 100% !important
        }

            .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
                height: 0;
                width: 0
            }

.scrollbar-inner > .scroll-element, .scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

    .scrollbar-inner > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%
    }

    .scrollbar-inner > .scroll-element.scroll-x {
        bottom: 2px;
        height: 8px;
        left: 0;
        width: 100%
    }

    .scrollbar-inner > .scroll-element.scroll-y {
        height: 100%;
        right: 2px;
        top: 0;
        width: 8px
    }

    .scrollbar-inner > .scroll-element .scroll-element_outer {
        overflow: hidden
    }

    .scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px
    }

    .scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
        -ms-filter: "alpha(opacity=40)";
        filter: alpha(opacity=40);
        opacity: .4
    }

    .scrollbar-inner > .scroll-element .scroll-element_track {
        background-color: #e0e0e0
    }

    .scrollbar-inner > .scroll-element .scroll-bar {
        background-color: #c2c2c2
    }

    .scrollbar-inner > .scroll-element:hover .scroll-bar {
        background-color: #919191
    }

    .scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
        background-color: #919191
    }

    .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
        left: -12px
    }

    .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
        top: -12px
    }

    .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
        left: -12px
    }

    .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
        top: -12px
    }

.scrollbar-outer > .scroll-element, .scrollbar-outer > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-outer > .scroll-element {
    background-color: #fff
}

    .scrollbar-outer > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%
    }

    .scrollbar-outer > .scroll-element.scroll-x {
        bottom: 0;
        height: 12px;
        left: 0;
        width: 100%
    }

    .scrollbar-outer > .scroll-element.scroll-y {
        height: 100%;
        right: 0;
        top: 0;
        width: 12px
    }

    .scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
        height: 8px;
        top: 2px
    }

    .scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
        left: 2px;
        width: 8px
    }

    .scrollbar-outer > .scroll-element .scroll-element_outer {
        overflow: hidden
    }

    .scrollbar-outer > .scroll-element .scroll-element_track {
        background-color: #eee
    }

    .scrollbar-outer > .scroll-element .scroll-element_outer, .scrollbar-outer > .scroll-element .scroll-element_track, .scrollbar-outer > .scroll-element .scroll-bar {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px
    }

    .scrollbar-outer > .scroll-element .scroll-bar {
        background-color: #d9d9d9
    }

        .scrollbar-outer > .scroll-element .scroll-bar:hover {
            background-color: #c2c2c2
        }

    .scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
        background-color: #919191
    }

.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
    left: -12px;
    margin-left: 12px
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
    top: -12px;
    margin-top: 12px
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
    min-width: 10px
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
    min-height: 10px
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -14px
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -14px
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -14px
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -14px
}

.scrollbar-macosx > .scroll-element, .scrollbar-macosx > .scroll-element div {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

    .scrollbar-macosx > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%
    }

    .scrollbar-macosx > .scroll-element .scroll-element_track {
        display: none
    }

    .scrollbar-macosx > .scroll-element .scroll-bar {
        background-color: #6c6e71;
        display: block;
        -ms-filter: "alpha(opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        -webkit-transition: opacity .2s linear;
        -moz-transition: opacity .2s linear;
        -o-transition: opacity .2s linear;
        -ms-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

    .scrollbar-macosx:hover > .scroll-element .scroll-bar, .scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
        -ms-filter: "alpha(opacity=70)";
        filter: alpha(opacity=70);
        opacity: .7
    }

    .scrollbar-macosx > .scroll-element.scroll-x {
        bottom: 0;
        height: 0;
        left: 0;
        min-width: 100%;
        overflow: visible;
        width: 100%
    }

    .scrollbar-macosx > .scroll-element.scroll-y {
        height: 100%;
        min-height: 100%;
        right: 0;
        top: 0;
        width: 0
    }

    .scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
        height: 7px;
        min-width: 10px;
        top: -9px
    }

    .scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
        left: -9px;
        min-height: 10px;
        width: 7px
    }

    .scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
        left: 2px
    }

    .scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
        left: -4px
    }

    .scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
        top: 2px
    }

    .scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
        top: -4px
    }

    .scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
        left: -11px
    }

    .scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
        top: -11px
    }

.scrollbar-light > .scroll-element, .scrollbar-light > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-light > .scroll-element {
    background-color: #fff
}

    .scrollbar-light > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%
    }

    .scrollbar-light > .scroll-element .scroll-element_outer {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px
    }

    .scrollbar-light > .scroll-element .scroll-element_size {
        background: #dbdbdb;
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
        background: -moz-linear-gradient(left,#dbdbdb 0%,#e8e8e8 100%);
        background: -webkit-gradient(linear,left top,right top,color-stop(0%,#dbdbdb),color-stop(100%,#e8e8e8));
        background: -webkit-linear-gradient(left,#dbdbdb 0%,#e8e8e8 100%);
        background: -o-linear-gradient(left,#dbdbdb 0%,#e8e8e8 100%);
        background: -ms-linear-gradient(left,#dbdbdb 0%,#e8e8e8 100%);
        background: linear-gradient(to right,#dbdbdb 0%,#e8e8e8 100%);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px
    }

    .scrollbar-light > .scroll-element.scroll-x {
        bottom: 0;
        height: 17px;
        left: 0;
        min-width: 100%;
        width: 100%
    }

    .scrollbar-light > .scroll-element.scroll-y {
        height: 100%;
        min-height: 100%;
        right: 0;
        top: 0;
        width: 17px
    }

    .scrollbar-light > .scroll-element .scroll-bar {
        background: #fefefe;
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
        background: -moz-linear-gradient(left,#fefefe 0%,#f5f5f5 100%);
        background: -webkit-gradient(linear,left top,right top,color-stop(0%,#fefefe),color-stop(100%,#f5f5f5));
        background: -webkit-linear-gradient(left,#fefefe 0%,#f5f5f5 100%);
        background: -o-linear-gradient(left,#fefefe 0%,#f5f5f5 100%);
        background: -ms-linear-gradient(left,#fefefe 0%,#f5f5f5 100%);
        background: linear-gradient(to right,#fefefe 0%,#f5f5f5 100%);
        border: 1px solid #dbdbdb;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px
    }

.scrollbar-light > .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
    top: -17px;
    margin-top: 17px
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 0
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
    left: 0;
    min-height: 10px;
    width: 10px
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
    height: 12px;
    left: 2px;
    top: 2px
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    top: 2px;
    width: 12px
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px
}

.scrollbar-rail > .scroll-element, .scrollbar-rail > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-rail > .scroll-element {
    background-color: #fff
}

    .scrollbar-rail > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%
    }

    .scrollbar-rail > .scroll-element .scroll-element_size {
        background-color: #999;
        background-color: rgba(0,0,0,.3)
    }

    .scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
        background-color: #666;
        background-color: rgba(0,0,0,.5)
    }

    .scrollbar-rail > .scroll-element.scroll-x {
        bottom: 0;
        height: 12px;
        left: 0;
        min-width: 100%;
        padding: 3px 0 2px;
        width: 100%
    }

    .scrollbar-rail > .scroll-element.scroll-y {
        height: 100%;
        min-height: 100%;
        padding: 0 2px 0 3px;
        right: 0;
        top: 0;
        width: 12px
    }

    .scrollbar-rail > .scroll-element .scroll-bar {
        background-color: #d0b9a0;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        box-shadow: 1px 1px 3px rgba(0,0,0,.5)
    }

    .scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
        box-shadow: 1px 1px 3px rgba(0,0,0,.6)
    }

.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
    margin-top: 17px;
    top: -17px
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 1px
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
    left: 1px;
    min-height: 10px;
    width: 10px
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
    height: 15px;
    left: 5px
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
    height: 2px;
    left: -10px;
    top: 5px
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
    top: 5px;
    width: 15px
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
    left: 5px;
    top: -10px;
    width: 2px
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -25px
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -25px
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -25px
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -25px
}

.scrollbar-dynamic > .scroll-element, .scrollbar-dynamic > .scroll-element div {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

    .scrollbar-dynamic > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%
    }

    .scrollbar-dynamic > .scroll-element.scroll-x {
        bottom: 2px;
        height: 7px;
        left: 0;
        min-width: 100%;
        width: 100%
    }

    .scrollbar-dynamic > .scroll-element.scroll-y {
        height: 100%;
        min-height: 100%;
        right: 2px;
        top: 0;
        width: 7px
    }

    .scrollbar-dynamic > .scroll-element .scroll-element_outer {
        opacity: .3;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px
    }

    .scrollbar-dynamic > .scroll-element .scroll-element_size {
        background-color: #ccc;
        opacity: 0;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        -webkit-transition: opacity .2s;
        -moz-transition: opacity .2s;
        -o-transition: opacity .2s;
        -ms-transition: opacity .2s;
        transition: opacity .2s
    }

    .scrollbar-dynamic > .scroll-element .scroll-bar {
        background-color: #6c6e71;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px
    }

    .scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
        bottom: 0;
        height: 7px;
        min-width: 24px;
        top: auto
    }

    .scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
        left: auto;
        min-height: 24px;
        right: 0;
        width: 7px
    }

    .scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
        bottom: 0;
        top: auto;
        left: 2px;
        -webkit-transition: height .2s;
        -moz-transition: height .2s;
        -o-transition: height .2s;
        -ms-transition: height .2s;
        transition: height .2s
    }

    .scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
        left: auto;
        right: 0;
        top: 2px;
        -webkit-transition: width .2s;
        -moz-transition: width .2s;
        -o-transition: width .2s;
        -ms-transition: width .2s;
        transition: width .2s
    }

    .scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
        left: -4px
    }

    .scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
        top: -4px
    }

    .scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
        left: -11px
    }

    .scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
        top: -11px
    }

    .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
        overflow: hidden;
        -ms-filter: "alpha(opacity=70)";
        filter: alpha(opacity=70);
        opacity: .7
    }

        .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
            opacity: 1
        }

        .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
            height: 100%;
            width: 100%;
            -webkit-border-radius: 12px;
            -moz-border-radius: 12px;
            border-radius: 12px
        }

    .scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
        height: 20px;
        min-height: 7px
    }

    .scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
        min-width: 7px;
        width: 20px
    }

.scrollbar-chrome > .scroll-element, .scrollbar-chrome > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-chrome > .scroll-element {
    background-color: #fff
}

    .scrollbar-chrome > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%
    }

    .scrollbar-chrome > .scroll-element .scroll-element_track {
        background: #f1f1f1;
        border: 1px solid #dbdbdb
    }

    .scrollbar-chrome > .scroll-element.scroll-x {
        bottom: 0;
        height: 16px;
        left: 0;
        min-width: 100%;
        width: 100%
    }

    .scrollbar-chrome > .scroll-element.scroll-y {
        height: 100%;
        min-height: 100%;
        right: 0;
        top: 0;
        width: 16px
    }

    .scrollbar-chrome > .scroll-element .scroll-bar {
        background-color: #d9d9d9;
        border: 1px solid #bdbdbd;
        cursor: default;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px
    }

        .scrollbar-chrome > .scroll-element .scroll-bar:hover {
            background-color: #c2c2c2;
            border-color: #a9a9a9
        }

    .scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
        background-color: #919191;
        border-color: #7e7e7e
    }

.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
    left: -16px;
    margin-left: 16px
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
    top: -16px;
    margin-top: 16px
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
    height: 8px;
    min-width: 10px;
    top: 3px
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
    left: 3px;
    min-height: 10px;
    width: 8px
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
    border-left: 1px solid #dbdbdb
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
    height: 14px;
    left: -3px
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
    height: 14px;
    left: -4px
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
    border-top: 1px solid #dbdbdb
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
    top: -3px;
    width: 14px
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
    width: 14px
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px
}

@charset "UTF-8";

@font-face {
    font-family: "FontAwesome";
    src: url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/fontawesome-webfont.eot);
    src: url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/fontawesome-webfont.svg);
    src: url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/fontawesome-webfont.tff);
    src: url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/fontawesome-webfont.woff);
    src: url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/fontawesome-webfont.woff2)
}

@font-face {
    font-family: "roboto-bold";
    src: url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/roboto-bold/roboto-condensed.bold.eot);
    src: local("☺"),url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/roboto-bold/roboto-condensed.bold.woff) format("woff"),url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/roboto-bold/roboto-condensed.bold.ttf) format("truetype"),url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/roboto-bold/roboto-condensed.bold.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "roboto-regular";
    src: url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/roboto-regular/roboto-condensed.regular.eot);
    src: local("☺"),url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/roboto-regular/roboto-condensed.regular.woff) format("woff"),url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/roboto-regular/roboto-condensed.regular.ttf) format("truetype"),url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/roboto-regularroboto-condensed.regular.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "utm-impact";
    src: url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/utm-impact/utm-impact.eot);
    src: local("☺"),url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/utm-impact/utm-impact.woff) format("woff"),url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/utm-impact/utm-impact.ttf) format("truetype"),url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/utm-impact/utm-impact.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "SF Pro Display Black";
    font-weight: 900;
    src: url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/SFProDisplay/SF-Pro-Display-Black.otf)
}

@font-face {
    font-family: "SF Pro Display Heavy";
    font-weight: 800;
    src: url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/SFProDisplay/SF-Pro-Display-Heavy.otf)
}

@font-face {
    font-family: "SF Pro Display Bold";
    font-weight: 700;
    src: url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/SFProDisplay/SF-Pro-Display-Bold.otf)
}

@font-face {
    font-family: "SF Pro Display Semibold";
    font-weight: 600;
    src: url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/SFProDisplay/SF-Pro-Display-Semibold.otf)
}

@font-face {
    font-family: "SF Pro Display Medium";
    font-weight: 500;
    src: url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/SFProDisplay/SF-Pro-Display-Medium.otf)
}

@font-face {
    font-family: "SF Pro Display Regular";
    font-weight: 400;
    src: url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/SFProDisplay/SF-Pro-Display-Regular.otf)
}

@font-face {
    font-family: "SF Pro Display Light";
    font-weight: 300;
    font-style: italic;
    src: url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/SFProDisplay/SF-Pro-Display-Light.otf)
}

@font-face {
    font-family: "SF Pro Display Thin";
    font-weight: 200;
    src: url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/SFProDisplay/SF-Pro-Display-Thin.otf)
}

@font-face {
    font-family: "SF Pro Display";
    font-weight: 100;
    font-style: italic;
    src: url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/SFProDisplay/SF-Pro-Display-Ultralight.otf)
}

@font-face {
    font-family: "SF UI Text";
    font-weight: 700;
    src: url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/SF-UI/SFUIText-Bold.ttf)
}

@font-face {
    font-family: "SF UI Text";
    font-weight: 700;
    font-style: italic;
    src: url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/SF-UI/SFUIText-BoldItalic.ttf)
}

@font-face {
    font-family: "SF UI Text";
    font-weight: 800;
    src: url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/SF-UI/SFUIText-Heavy.ttf)
}

@font-face {
    font-family: "SF UI Text";
    font-weight: 800;
    font-style: italic;
    src: url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/SF-UI/SFUIText-HeavyItalic.ttf)
}

@font-face {
    font-family: "SF UI Text";
    font-weight: 200;
    src: url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/SF-UI/SFUIText-Light.ttf)
}

@font-face {
    font-family: "SF UI Text";
    font-weight: 200;
    font-style: italic;
    src: url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/SF-UI/SFUIText-LightItalic.ttf)
}

@font-face {
    font-family: "SF UI Text";
    font-weight: 500;
    src: url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/SF-UI/SFUIText-Medium.ttf)
}

@font-face {
    font-family: "SF UI Text";
    font-weight: 500;
    font-style: italic;
    src: url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/SF-UI/SFUIText-MediumItalic.ttf)
}

@font-face {
    font-family: "SF UI Text";
    font-weight: 400;
    src: url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/SF-UI/SFUIText-Regular.ttf)
}

@font-face {
    font-family: "SF UI Text";
    font-weight: 400;
    font-style: italic;
    src: url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/SF-UI/SFUIText-RegularItalic.ttf)
}

@font-face {
    font-family: "SF UI Text";
    font-weight: 600;
    src: url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/SF-UI/SFUIText-Semibold.ttf)
}

@font-face {
    font-family: "SF UI Text";
    font-weight: 600;
    src: url(//diginet.com.vn/wp-content/themes/diginet/css/../fonts/SF-UI/SFUIText-SemiboldItalic.ttf)
}

p {
    margin-top: 5px;
    margin-bottom: 10px
}

@media (max-width:991px) {
    ::-webkit-scrollbar {
        width: 0;
        background: 0 0
    }

    ::-webkit-scrollbar-thumb {
        background: 0 0
    }
}

.container .container {
    padding-left: 0;
    padding-right: 0
}

.modal.scale .modal-dialog {
    transition-property: all;
    transform: scale(.75)
}

.modal.scale.in .modal-dialog {
    transform: scale(1)
}

.modal.from-left .modal-dialog {
    transition-property: all;
    transform: translateX(-100%)
}

.modal.from-left.in .modal-dialog {
    transform: translateX(0)
}

.modal.from-right .modal-dialog {
    transition-property: all;
    transform: translateX(100%)
}

.modal.from-right.in .modal-dialog {
    transform: translateX(0)
}

.modal.from-bottom .modal-dialog {
    transition-property: all;
    transform: translateY(100%)
}

.modal.from-bottom.in .modal-dialog {
    transform: translateY(0)
}

.modal.from-front .modal-dialog {
    transition-property: all;
    transform: scale(3)
}

.modal.from-front.in .modal-dialog {
    transform: scale(1)
}

.modal.newspaper .modal-dialog {
    transition-property: all;
    transform: scale(0) rotate(540deg)
}

.modal.newspaper.in .modal-dialog {
    transform: scale(1) rotate(0deg)
}

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    100% {
        transform: rotate(1800deg)
    }
}

[data-toggle=modal], [data-action=modal] {
    cursor: pointer
}

.fa {
    font-family: "FontAwesome"
}

.r-new {
    display: inline-block;
    position: relative;
    padding-right: 30px
}

    .r-new:after {
        position: absolute;
        top: 2px;
        right: 0;
        content: "";
        display: inline-block;
        background: transparent url(//diginet.com.vn/wp-content/themes/diginet/css/../images/flag-new.svg) top right no-repeat;
        width: 24px;
        height: 24px
    }

html {
    scroll-behavior: smooth
}

body {
    background: #fafafa;
    color: #000;
    width: 100%;
    overflow-x: hidden;
    font-size: 16px;
    font-family: "SF Pro Display Regular",sans-serif
}

    body.no-scroll {
        height: 100vh;
        overflow: hidden;
        width: 100vw;
        z-index: 9999999
    }

    body.send-ajax {
        z-index: 9999999
    }

        body.send-ajax:before {
            content: "";
            display: inline-block;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #fff;
            opacity: .8;
            z-index: 99
        }

        body.send-ajax:after {
            content: "";
            position: fixed;
            top: 50%;
            left: calc(50% - 26px);
            z-index: 100;
            display: block;
            border-radius: 50%;
            width: 0;
            height: 0;
            margin: 6px;
            box-sizing: border-box;
            border: 26px solid #111d5e;
            border-color: #111d5e transparent #e3007c;
            animation: lds-hourglass 1.2s infinite
        }

b, strong {
    font-family: "SF Pro Display Bold",sans-serif
}

a:hover, a:active {
    text-decoration: none
}

.normal-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

.virtual-bg-blue {
    background: #1d2786;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-mask-image: url(//diginet.com.vn/wp-content/themes/diginet/css/../images/mask-rect2.png);
    -ms-mask-image: url(//diginet.com.vn/wp-content/themes/diginet/css/../images/mask-rect2.png);
    -moz-mask-image: url(//diginet.com.vn/wp-content/themes/diginet/css/../images/mask-rect2.png);
    -webkit-mask-image: url(//diginet.com.vn/wp-content/themes/diginet/css/../images/mask-rect2.png);
    mask-image: url(//diginet.com.vn/wp-content/themes/diginet/css/../images/mask-rect2.png);
    -webkit-mask-size: cover;
    -webkit-mask-position: bottom center
}

.virtual-color {
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.virtual-bg-grey {
    background: #eff2f4;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 75%;
    border-radius: 20px;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-mask-image: url(//diginet.com.vn/wp-content/themes/diginet/css/../images/mask.png);
    -moz-mask-image: url(//diginet.com.vn/wp-content/themes/diginet/css/../images/mask.png);
    -webkit-mask-image: url(//diginet.com.vn/wp-content/themes/diginet/css/../images/mask.png);
    mask-image: url(//diginet.com.vn/wp-content/themes/diginet/css/../images/mask.png);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: bottom left
}

.virtual-bg-white {
    background: #fff;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 110%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-mask-image: url(//diginet.com.vn/wp-content/themes/diginet/css/../images/mask.png);
    -moz-mask-image: url(//diginet.com.vn/wp-content/themes/diginet/css/../images/mask.png);
    -webkit-mask-image: url(//diginet.com.vn/wp-content/themes/diginet/css/../images/mask.png);
    mask-image: url(//diginet.com.vn/wp-content/themes/diginet/css/../images/mask.png);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: bottom left
}

.circle-radius {
    position: relative;
    height: 2px;
    width: 100%;
    background: 0 0
}

    .circle-radius .mini-circle, .circle-radius .large-circle {
        position: absolute;
        display: inline-block;
        content: "";
        border-radius: 50%;
        background: #2ba3fd;
        background: -moz-linear-gradient(left,#2ba3fd 0%,#136afb 100%);
        background: -webkit-gradient(left top,right top,color-stop(0%,#2ba3fd),color-stop(100%,#136afb));
        background: -webkit-linear-gradient(left,#2ba3fd 0%,#136afb 100%);
        background: -o-linear-gradient(left,#2ba3fd 0%,#136afb 100%);
        background: -ms-linear-gradient(left,#2ba3fd 0%,#136afb 100%);
        background: linear-gradient(to right,#2ba3fd 0%,#136afb 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2ba3fd",endColorstr="#136afb",GradientType=1);
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        z-index: 9;
        display: none
    }

        .circle-radius .mini-circle:hover, .circle-radius .large-circle:hover {
            background: #136afb;
            background: -moz-linear-gradient(left,#136afb 0%,#2ba3fd 100%);
            background: -webkit-gradient(left top,right top,color-stop(0%,#136afb),color-stop(100%,#2ba3fd));
            background: -webkit-linear-gradient(left,#136afb 0%,#2ba3fd 100%);
            background: -o-linear-gradient(left,#136afb 0%,#2ba3fd 100%);
            background: -ms-linear-gradient(left,#136afb 0%,#2ba3fd 100%);
            background: linear-gradient(to right,#136afb 0%,#2ba3fd 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#136afb",endColorstr="#2ba3fd",GradientType=1);
            transition: all .5s ease;
            -webkit-transition: all .5s ease
        }

@media (min-width:768px) {
    .circle-radius .mini-circle, .circle-radius .large-circle {
        display: inline-block
    }

    .circle-radius .mini-circle {
        width: 30px;
        height: 30px;
        top: 62px;
        right: 100px
    }

    .circle-radius .large-circle {
        width: 100px;
        height: 100px;
        right: 15px;
        top: 100px
    }
}

@media (min-width:1280px) {
    .circle-radius .mini-circle {
        width: 40px;
        height: 40px;
        top: 30px;
        right: 160px
    }

    .circle-radius .large-circle {
        width: 160px;
        height: 160px;
        right: 15px;
        top: 100px
    }
}

@media (min-width:1536px) {
    .circle-radius .mini-circle {
        width: 50px;
        height: 50px;
        top: 3px;
        right: 261px
    }

    .circle-radius .large-circle {
        width: 200px;
        height: 200px;
        right: 15px;
        top: 100px
    }
}

@media (min-width:1536px) {
    .circle-radius .mini-circle {
        top: 14px
    }
}

.orange-gradient {
    background: #ff7e1f;
    background: -moz-linear-gradient(left,#ff7e1f 0%,#ff5c4b 100%);
    background: -webkit-gradient(left top,right top,color-stop(0%,#ff7e1f),color-stop(100%,#ff5c4b));
    background: -webkit-linear-gradient(left,#ff7e1f 0%,#ff5c4b 100%);
    background: -o-linear-gradient(left,#ff7e1f 0%,#ff5c4b 100%);
    background: -ms-linear-gradient(left,#ff7e1f 0%,#ff5c4b 100%);
    background: linear-gradient(to right,#ff7e1f 0%,#ff5c4b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7e1f",endColorstr="#ff5c4b",GradientType=1)
}

.hide-map {
    -webkit-clip-path: polygon(20% 0%,0% 20%,30% 50%,0% 80%,20% 100%,50% 70%,80% 100%,100% 80%,70% 50%,100% 20%,80% 0%,50% 30%);
    clip-path: polygon(20% 0%,0% 20%,30% 50%,0% 80%,20% 100%,50% 70%,80% 100%,100% 80%,70% 50%,100% 20%,80% 0%,50% 30%);
    height: 40px;
    width: 40px;
    position: absolute;
    z-index: 9;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: #000;
    display: none
}

    .hide-map:hover {
        background: #eee
    }

.sub-item {
    padding-left: 15px;
    padding-right: 15px
}

.border-left-over {
    position: relative
}

    .border-left-over:hover:before {
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        margin-right: 4px
    }

    .border-left-over:before {
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        content: "";
        display: inline-block;
        position: absolute;
        width: 40px;
        height: 2px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        background: #f9175d;
        right: 100%;
        margin-right: 10px
    }

.sow-title.border-left-over {
    text-align: left !important;
    position: relative;
    padding-bottom: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #428cfa
}

    .sow-title.border-left-over:after {
        display: none
    }

.main-content img, .main-content table, .main-content tr, .main-content td, .main-content th {
    max-width: 100%
}

@media (max-width:991px) {
    .container {
        max-width: 100%
    }
}

.form-control {
    font-weight: 300
}

.sow-title a {
    font-size: 24px;
    font-family: "SF Pro Display Bold",sans-serif;
    position: relative;
    color: #111d5e
}

.sow-title {
    font-size: 24px;
    font-family: "SF Pro Display Bold",sans-serif;
    display: block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #111d5e
}

    .sow-title.hide_border:after {
        display: none
    }

    .sow-title:after {
        content: "";
        display: inline-block;
        width: 135px;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #e3007c
    }

@media (min-width:768px) {
    .sow-title {
        font-size: 28px
    }
}

@media (min-width:991px) {
    .sow-title {
        font-size: 32px
    }
}

@media (min-width:1280px) {
    .sow-title {
        font-size: 34px
    }
}

@media (min-width:1536px) {
    .sow-title {
        font-size: 36px
    }
}

body.single #top-header {
    position: relative
}

#header.header-typefixed {
    background-color: inherit
}

    #header.header-typefixed #top-header {
        width: 100%;
        position: absolute;
        z-index: 999;
        background-color: inherit
    }

@media (min-width:991px) {
    #header.header-typefixed #top-header {
        position: fixed
    }
}

#header.header-typefixed + #main {
    padding-top: 80px
}

#top-header {
    min-height: 50px;
    z-index: 15;
    width: 100%;
    mix-blend-mode: normal;
    box-shadow: 0 2px 2px rgba(0,0,0,.1)
}

    #top-header .container-header {
        height: 80px
    }

@media (max-width:991px) {
    #top-header {
        z-index: 99999992
    }

        #top-header .container-header {
            height: 50px
        }
}

#top-header .logo {
    display: inline-block;
    position: relative;
    z-index: 2050
}

    #top-header .logo img {
        position: relative;
        z-index: 5
    }

    #top-header .logo:hover:before {
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        box-shadow: 1px 2px 20px rgba(0,0,0,.031372549),-1px 1px 20px rgba(0,0,0,.031372549),0px -2px 20px rgba(0,0,0,.1215686275);
        -webkit-box-shadow: 1px 2px 20px rgba(0,0,0,.031372549),-1px 1px 20px rgba(0,0,0,.031372549),0px -2px 20px rgba(0,0,0,.1215686275);
        transition: all .5s ease;
        -webkit-transition: all .5s ease
    }

#top-header #main-nav {
    padding: 0;
    background: 0 0 !important;
    z-index: 2050
}

    #top-header #main-nav li.hash-url a:after {
        content: none !important
    }

@media (max-width:991px) {
    #top-header #main-nav .navbar-toggler {
        order: 4;
        margin-right: 15px;
        opacity: 1;
        position: relative;
        top: auto
    }

        #top-header #main-nav .navbar-toggler[aria-expanded=true] {
            z-index: 99999999999999
        }

    #top-header #main-nav .slt-languagues {
        order: 3;
        position: relative
    }

    #top-header #main-nav .navbar-collapse .navbar-nav {
        position: fixed;
        top: 50px;
        right: 0;
        z-index: 999999999;
        width: 0;
        min-width: 0;
        height: 100%;
        bottom: 0;
        opacity: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: flex-end;
        -webkit-align-items: flex-end;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        padding-top: 24px;
        background-color: #fff;
        transition: all .5s ease;
        -webkit-transition: all .5s ease
    }

    #top-header #main-nav .navbar-collapse.has-logged .navbar-nav {
        top: 82px
    }

    #top-header #main-nav .navbar-collapse.show .navbar-nav {
        width: 68%;
        opacity: 1;
        max-width: 500px;
        min-width: 190px
    }
}

@media screen and (max-width:782px) {
    #top-header #main-nav .navbar-collapse.has-logged .navbar-nav {
        top: 96px
    }
}

@media (min-width:992px) {
    #top-header #main-nav #menu-main-menu > li {
        padding: 20px 0
    }
}

#top-header #main-nav li {
    position: relative
}

@media (max-width:992px) {
    #top-header #main-nav li {
        text-align: right
    }
}

#top-header #main-nav li > i {
    transition: all .5s ease;
    -webkit-transition: all .5s ease
}

@media (min-width:992px) {
    #top-header #main-nav li > i {
        display: none
    }
}

@media (max-width:992px) {
    #top-header #main-nav li.active ul.sub-menu {
        display: block;
        opacity: 1;
        height: auto;
        position: relative;
        left: auto;
        top: auto;
        right: 15px
    }
}

#top-header #main-nav li a {
    display: inline-block;
    color: #000;
    padding: 8px 15px;
    position: relative;
    font-family: "SF Pro Display Bold",sans-serif
}

@media (max-width:991px) {
    #top-header #main-nav li a {
        padding: 8px 15px 8px 0;
        margin-left: 18px
    }
}

#top-header #main-nav li a:after {
    content: "";
    display: inline-block;
    position: absolute;
    background: #e3007c;
    height: 1px;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: calc(100% - 30px);
    opacity: 0
}

#top-header #main-nav li a:hover:after {
    opacity: 1
}

#top-header #main-nav li.current-menu-item > a:after, #top-header #main-nav li.current-menu-parent > a:after {
    opacity: 1
}

@media (min-width:992px) {
    #top-header #main-nav li:hover ul.sub-menu {
        display: block;
        opacity: 1
    }
}

#top-header #main-nav li ul.sub-menu {
    display: none;
    opacity: 0;
    position: absolute;
    top: 80px;
    left: 0;
    padding: 5px 0;
    min-width: 180px;
    border-radius: 5px;
    list-style: none;
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
    transition: all .5s ease;
    -webkit-transition: all .5s ease
}

@media (max-width:992px) {
    #top-header #main-nav li ul.sub-menu {
        display: block;
        height: 0;
        right: -100px;
        opacity: 0;
        position: relative;
        padding: 0;
        left: auto;
        top: auto
    }
}

#top-header #main-nav li ul.sub-menu li {
    background-color: #fff
}

    #top-header #main-nav li ul.sub-menu li:first-child {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }

    #top-header #main-nav li ul.sub-menu li:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px
    }

#top-header .slt-languagues {
    z-index: 4;
    background: 0 0;
    height: 48px;
    position: relative;
    margin-left: 20px
}

    #top-header .slt-languagues:hover li {
        display: inline-block
    }

    #top-header .slt-languagues:after {
        content: "\f107";
        font-family: "fontawesome";
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        font-size: 18px
    }

    #top-header .slt-languagues li {
        border-radius: 10px;
        position: absolute;
        background: #fff;
        top: 0;
        cursor: pointer;
        padding-right: 10px;
        text-align: center;
        display: none;
        top: 100%;
        border-radius: 0;
        margin-top: -8px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top: 1px solid #eee;
        left: 0
    }

        #top-header .slt-languagues li label {
            cursor: pointer;
            width: 60px;
            margin-bottom: 0;
            font-size: 16px;
            height: 48px;
            line-height: 48px
        }

        #top-header .slt-languagues li:hover {
            background: #eee
        }

        #top-header .slt-languagues li.active {
            position: relative;
            margin-top: 0;
            top: auto;
            display: inline-block;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            box-shadow: 0px 0px 51px 0px rgba(0,0,0,.08),0px 6px 18px 0px rgba(0,0,0,.05);
            -webkit-box-shadow: 0px 0px 51px 0px rgba(0,0,0,.08),0px 6px 18px 0px rgba(0,0,0,.05);
            transition: all .5s ease;
            -webkit-transition: all .5s ease
        }

        #top-header .slt-languagues li input {
            display: none
        }

.home-owl {
    height: 971px
}

    .home-owl .home-item {
        height: 100%;
        position: relative
    }

    .home-owl .home-owl-item {
        width: 100%;
        height: 100%;
        left: 0;
        z-index: 2;
        position: relative;
        background-size: 100%
    }

        .home-owl .home-owl-item .home-owl-bg-wrapper {
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            width: 100%;
            height: 100%;
            min-height: 680px
        }

        .home-owl .home-owl-item .home-owl-bg {
            width: 100%;
            height: 100%;
            min-height: 680px;
            object-fit: cover
        }

@media (max-width:992px) {
    .home-owl .home-owl-item .home-owl-bg {
        object-position: 30%
    }
}

@media (max-width:680px) {
    .home-owl .home-owl-item .home-owl-bg {
        min-height: 500px;
        object-position: 42%
    }
}

@media (max-width:440px) {
    .home-owl .home-owl-item .home-owl-bg {
        object-position: 46%
    }
}

.home-owl .home-owl-item .owl-description {
    z-index: 3;
    width: 100%;
    max-width: 700px;
    padding: 15px 0;
    padding-top: 100px
}

@media (max-width:680px) {
    .home-owl .home-owl-item .owl-description {
        width: 75%
    }

        .home-owl .home-owl-item .owl-description img {
            width: 250px;
            max-width: 250px
        }

        .home-owl .home-owl-item .owl-description .owl-title h3 {
            font-size: 1.4rem
        }

        .home-owl .home-owl-item .owl-description .owl-description-item {
            font-size: 1rem
        }
}

@media (max-width:380px) {
    .home-owl .home-owl-item .owl-description {
        width: 85%
    }
}

.home-owl .home-owl-item .owl-description img {
    margin-bottom: 10px
}

.home-owl .home-owl-item .owl-description .owl-title {
    display: block;
    margin-bottom: 15px
}

    .home-owl .home-owl-item .owl-description .owl-title > * {
        font-family: "SF Pro Display Bold",sans-serif;
        padding-bottom: 0;
        margin-bottom: 0
    }

        .home-owl .home-owl-item .owl-description .owl-title > *:after {
            display: none
        }

.home-owl .home-owl-item .owl-description .owl-description-item {
    width: 76%;
    font-weight: 300;
    font-size: 1.125rem
}

.home-owl .home-owl-item .owl-description p {
    display: block;
    margin-bottom: 15px
}

.home-owl .home-owl-item .owl-description .readmore {
    background: #fd8b3a;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    padding: 5px 24px;
    font-size: 16px
}

    .home-owl .home-owl-item .owl-description .readmore:hover {
        background: #f99651
    }

@media (max-width:480px) {
    .list-solution li {
        max-width: 33.33%;
        flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
        padding: 0
    }
}

@media (max-width:320px) {
    .list-solution li {
        max-width: 50%;
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        padding: 0
    }
}

.solution-item {
    padding-top: 80px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 10px
}

    .solution-item:hover {
        background: #2ba3fd;
        background: -moz-linear-gradient(left,#2ba3fd 0%,#136afb 100%);
        background: -webkit-gradient(left top,right top,color-stop(0%,#2ba3fd),color-stop(100%,#136afb));
        background: -webkit-linear-gradient(left,#2ba3fd 0%,#136afb 100%);
        background: -o-linear-gradient(left,#2ba3fd 0%,#136afb 100%);
        background: -ms-linear-gradient(left,#2ba3fd 0%,#136afb 100%);
        background: linear-gradient(to right,#2ba3fd 0%,#136afb 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2ba3fd",endColorstr="#136afb",GradientType=1)
    }

        .solution-item:hover .solution-content {
            box-shadow: none;
            -webkit-box-shadow: none;
            background: 0 0;
            color: #fff;
            position: relative;
            padding-bottom: 30px
        }

            .solution-item:hover .solution-content p {
                color: #e7e5e5
            }

        .solution-item:hover img {
            box-shadow: 0px 0px 51px 0px rgba(0,0,0,.08),0px 6px 18px 0px rgba(0,0,0,.05);
            -webkit-box-shadow: 0px 0px 51px 0px rgba(0,0,0,.08),0px 6px 18px 0px rgba(0,0,0,.05);
            transition: all .5s ease;
            -webkit-transition: all .5s ease;
            transition: none;
            -webkit-transition: none
        }

        .solution-item:hover a {
            color: #f3f3f3;
            border-bottom: 1px solid #fff;
            display: inline-block
        }

    .solution-item .img {
        margin-bottom: 30px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        min-width: 80px;
        max-width: 80px;
        max-height: 80px;
        min-height: 80px;
        margin-bottom: 0;
        position: absolute;
        top: 65px;
        left: 20px;
        z-index: 2;
        background: #136afb;
        border-radius: 50%
    }

@media (min-width:1280px) {
    .solution-item .img {
        left: 40px
    }
}

@media (min-width:1536px) {
    .solution-item .img {
        margin-bottom: 30px;
        min-width: 112px;
        max-width: 112px;
        max-height: 112px;
        min-height: 112px
    }
}

.solution-item .img img {
    width: 37px;
    height: 37px;
    object-fit: contain
}

.solution-item .name {
    font-size: 20px;
    font-family: "muli";
    display: block;
    width: 140px;
    margin-bottom: 10px
}

.solution-item .solution-content {
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 51px 0px rgba(0,0,0,.08),0px 6px 18px 0px rgba(0,0,0,.05);
    -webkit-box-shadow: 0px 0px 51px 0px rgba(0,0,0,.08),0px 6px 18px 0px rgba(0,0,0,.05);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: none;
    -webkit-transition: none;
    border-radius: 10px;
    padding: 70px 10px 60px
}

    .solution-item .solution-content .readmore {
        position: absolute;
        left: 15px;
        bottom: 15px
    }

    .solution-item .solution-content p {
        color: #787878
    }

@media (min-width:991px) {
    .solution-item .solution-content {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 45px
    }

        .solution-item .solution-content .readmore {
            left: 30px
        }
}

@media (min-width:1280px) {
    .solution-item .solution-content {
        padding: 30px;
        padding-top: 70px
    }
}

@media (min-width:1536px) {
    .solution-item .solution-content {
        padding-top: 91px
    }
}

.solution-item p:empty {
    display: none
}

@media (max-width:767px) {
    .solution-item {
        padding: 10px;
        margin-top: 15px;
        margin-bottom: 5px;
        text-align: center
    }

        .solution-item .img {
            position: relative;
            margin: 0 auto;
            top: auto;
            left: auto;
            margin-bottom: 10px
        }

        .solution-item .solution-content {
            background: 0 0 !important;
            text-align: center;
            padding: 0;
            box-shadow: none;
            position: static
        }

            .solution-item .solution-content .readmore {
                display: inline-block !important;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                opacity: 0;
                z-index: 2
            }

            .solution-item .solution-content .name {
                width: auto;
                font-size: 14px
            }

            .solution-item .solution-content p {
                display: none
            }
}

.sec-logos {
    position: relative;
    padding: 180px 30px 160px
}

@media (max-width:768px) {
    .sec-logos {
        padding-top: 140px;
        margin-top: -90px
    }
}

.sec-logos .logos-content {
    position: relative;
    z-index: 3
}

.sec-logos .list-first-logo li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
    box-shadow: 0px 0px 51px 0px rgba(0,0,0,.08),0px 6px 18px 0px rgba(0,0,0,.05);
    -webkit-box-shadow: 0px 0px 51px 0px rgba(0,0,0,.08),0px 6px 18px 0px rgba(0,0,0,.05);
    transition: all .5s ease;
    -webkit-transition: all .5s ease
}

    .sec-logos .list-first-logo li:last-child {
        margin-right: 0
    }

@media (min-width:991px) {
    .sec-logos .list-first-logo li {
        margin-right: 10px;
        border-radius: 50%;
        max-width: 120px;
        min-width: 120px;
        max-height: 120px;
        min-height: 120px
    }
}

.sec-logos .list-first-logo li:hover {
    box-shadow: 1px 2px 20px rgba(0,0,0,.031372549),-1px 1px 20px rgba(0,0,0,.031372549),0px -2px 20px rgba(0,0,0,.1215686275);
    -webkit-box-shadow: 1px 2px 20px rgba(0,0,0,.031372549),-1px 1px 20px rgba(0,0,0,.031372549),0px -2px 20px rgba(0,0,0,.1215686275);
    transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.sec-logos .list-first-logo li .img {
    max-width: 50px;
    max-height: 50px;
    margin-bottom: 5px
}

    .sec-logos .list-first-logo li .img img {
        object-fit: contain;
        max-width: 100%;
        max-height: 100%
    }

.sec-logos .list-first-logo li .name {
    color: #0635c9;
    display: block;
    text-align: center;
    font-size: 20px
}

@media (min-width:768px) {
    .sec-logos .list-logo {
        padding: 0 20px 20px
    }
}

.sec-logos .container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px
}

.sec-logos .sow-title {
    color: #000;
    position: relative;
    z-index: 3;
    margin-top: 60px
}

.sec-logos .logo-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    padding: 20px 13px;
    width: auto;
    border-radius: 50%
}

    .sec-logos .logo-item .img {
        max-width: 100%
    }

        .sec-logos .logo-item .img img {
            max-width: 100%
        }

@media (max-width:991px) {
    .sec-logos .logo-item {
        margin-right: 15px;
        box-shadow: 0px 0px 51px 0px rgba(0,0,0,.08),0px 6px 18px 0px rgba(0,0,0,.05);
        -webkit-box-shadow: 0px 0px 51px 0px rgba(0,0,0,.08),0px 6px 18px 0px rgba(0,0,0,.05);
        transition: all .5s ease;
        -webkit-transition: all .5s ease
    }

        .sec-logos .logo-item:hover {
            box-shadow: 1px 2px 20px rgba(0,0,0,.031372549),-1px 1px 20px rgba(0,0,0,.031372549),0px -2px 20px rgba(0,0,0,.1215686275);
            -webkit-box-shadow: 1px 2px 20px rgba(0,0,0,.031372549),-1px 1px 20px rgba(0,0,0,.031372549),0px -2px 20px rgba(0,0,0,.1215686275);
            transition: all .5s ease;
            -webkit-transition: all .5s ease
        }
}

.sec-logos .owl-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center
}

@media (max-width:767px) {
    .sec-logos .virtual-bg-white {
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        top: 50%;
        left: 50%
    }

    .sec-logos .container {
        padding: 40px 20px 20px
    }

    .sec-logos .sow-title {
        margin-top: 0
    }

    .sec-logos .logo-item {
        padding: 10px
    }

        .sec-logos .logo-item .img {
            display: inline-block;
            width: 80px;
            height: 80px
        }

            .sec-logos .logo-item .img img {
                width: 100%;
                height: 100%;
                object-fit: contain
            }
}

.form-register .wpcf7-form .form-group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 10px
}

@media (max-width:480px) {
    .form-register .wpcf7-form .form-group {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
        -webkit-flex-direction: column;
        justify-content: center;
        -webkit-justify-content: center;
        position: relative
    }

        .form-register .wpcf7-form .form-group .wpcf7-form-control-wrap {
            position: static;
            display: flex;
            align-items: center;
            flex-direction: column
        }

        .form-register .wpcf7-form .form-group .wpcf7-submit {
            margin-left: auto
        }

        .form-register .wpcf7-form .form-group span[role=alert] {
            bottom: 0
        }
}

.form-register .wpcf7-form input.wpcf7-form-control {
    height: 40px
}

.form-register .wpcf7-form .wpcf7-form-control {
    background: #fff;
    outline: none !important;
    box-shadow: none
}

@media (max-width:480px) {
    .form-register .wpcf7-form .wpcf7-form-control {
        height: 40px;
        font-size: 15px
    }
}

.form-register .wpcf7-form .wpcf7-form-control:hover {
    background: #eff2f4
}

.form-register .wpcf7-form .wpcf7-form-control.wpcf7-text {
    width: 378px;
    border: 1px solid #adadad;
    border-radius: 10px;
    padding: 6px 12px
}

.form-register .wpcf7-form .wpcf7-submit {
    display: inline-block;
    color: #fff;
    background-color: #111d5e;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #ddd;
    width: 200px;
    max-width: 100%;
    margin: 0 auto;
    cursor: pointer;
    transition: all .5s ease;
    -webkit-transition: all .5s ease
}

    .form-register .wpcf7-form .wpcf7-submit:hover {
        background: #e2007c;
        color: #fff;
        border-color: transparent
    }

.form-register .wpcf7-form .ajax-loader {
    width: 20px;
    height: 20px;
    background-size: 100%
}

.form-register .wpcf7-form div.wpcf7-response-output {
    margin: 0 auto;
    position: relative;
    left: 0
}

#footer {
    padding-top: 64px;
    color: #000;
    background: #eaeaea;
    line-height: 25px;
    overflow: hidden
}

@media (max-width:480px) {
    #footer .textwidget {
        overflow: auto
    }

        #footer .textwidget table tr {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-direction: row;
            -webkit-flex-direction: row;
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            justify-content: center;
            -webkit-justify-content: center
        }

            #footer .textwidget table tr td {
                width: auto !important;
                text-align: center;
                padding: 4px
            }
}

@media (max-width:580px) {
    #footer .footer-wrapper {
        padding-left: 12%;
        padding-right: 15px
    }
}

@media (max-width:767px) {
    #footer .textwidget {
        text-align: center
    }
}

@media (max-width:991px) {
    #footer .so-widget-sow-editor .toggle-textwidget {
        cursor: pointer;
        display: inline-block;
        margin-left: 10px
    }
}

#footer a {
    color: #000;
    font-weight: 300;
    position: relative
}

    #footer a:hover {
        font-family: "SF Pro Display Medium",sans-serif
    }

        #footer a:hover:after {
            content: "";
            display: inline-block;
            width: 100%;
            height: 1px;
            position: absolute;
            bottom: 0;
            left: 0;
            background: #e3007c
        }

#footer .widget-title {
    font-size: 16px;
    display: block;
    margin-top: 9px;
    margin-bottom: 8px;
    line-height: 18px;
    font-family: "SF Pro Display Bold",sans-serif
}

@media (max-width:767px) {
    #footer .widget-title {
        font-size: 18px
    }
}

#footer ul.menu {
    list-style: none;
    padding-left: 0
}

#footer .footer-copyright {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    flex-wrap: wrap-reverse
}

@media (max-width:767px) {
    #footer .footer-copyright {
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse
    }
}

#footer .footer-copyright .text-copyright {
    font-weight: 300
}

#footer .copyright {
    min-height: 80px;
    background-color: #dfdfdf;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    align-items: center
}

@media (max-width:767px) {
    #footer .copyright {
        flex-direction: column;
        -webkit-flex-direction: column
    }

        #footer .copyright .list-social {
            text-align: center
        }

            #footer .copyright .list-social li {
                margin-bottom: 4px
            }
}

#footer .copyright .list-social li {
    display: inline-block
}

    #footer .copyright .list-social li:not(:last-child) {
        margin-right: 15px
    }

@media (min-width:991px) {
    #footer .copyright .list-social li:not(:last-child) {
        margin-right: 32px
    }
}

#footer .copyright .list-social li a {
    font-size: 20px;
    display: inline-block
}

    #footer .copyright .list-social li a span {
        font-size: 24px;
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%
    }

        #footer .copyright .list-social li a span:hover {
            background-color: #f0f8ff
        }

.navbar-toggler {
    z-index: 99992;
    width: 32px;
    height: 24px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    padding: 0;
    border: 0 !important;
    outline: none !important;
    margin: 0;
    position: absolute;
    left: 15px;
    top: 19px
}

    .navbar-toggler span {
        display: block;
        position: absolute;
        height: 4px;
        width: 50%;
        background: #231f20;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out
    }

        .navbar-toggler span:nth-child(even) {
            left: 50%;
            border-radius: 0 9px 9px 0
        }

        .navbar-toggler span:nth-child(odd) {
            left: 0;
            border-radius: 9px 0 0 9px
        }

        .navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(2) {
            top: 0
        }

        .navbar-toggler span:nth-child(3), .navbar-toggler span:nth-child(4) {
            top: 10px
        }

        .navbar-toggler span:nth-child(5), .navbar-toggler span:nth-child(6) {
            top: 20px
        }

    .navbar-toggler[aria-expanded=true] span {
        background: #e3007c
    }

        .navbar-toggler[aria-expanded=true] span:nth-child(1), .navbar-toggler[aria-expanded=true] span:nth-child(6) {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .navbar-toggler[aria-expanded=true] span:nth-child(2), .navbar-toggler[aria-expanded=true] span:nth-child(5) {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

        .navbar-toggler[aria-expanded=true] span:nth-child(1) {
            left: 3px;
            top: 5px
        }

        .navbar-toggler[aria-expanded=true] span:nth-child(2) {
            left: calc(50% - 3px);
            top: 5px
        }

        .navbar-toggler[aria-expanded=true] span:nth-child(3) {
            left: -50%;
            opacity: 0
        }

        .navbar-toggler[aria-expanded=true] span:nth-child(4) {
            left: 100%;
            opacity: 0
        }

        .navbar-toggler[aria-expanded=true] span:nth-child(5) {
            left: 3px;
            top: 15px
        }

        .navbar-toggler[aria-expanded=true] span:nth-child(6) {
            left: calc(50% - 3px);
            top: 15px
        }

.list-share {
    margin-top: 40px
}

@media (min-width:1240px) {
    .list-share {
        position: absolute;
        top: 60px;
        left: -45px;
        margin: 0
    }
}

.list-share li {
    margin-right: 15px !important
}

@media (min-width:1240px) {
    .list-share li {
        display: list-item;
        margin-right: 0 !important;
        margin-bottom: 15px
    }

        .list-share li:first-child {
            display: none
        }
}

.list-share li:not(:first-child) {
    width: 25px;
    height: 25px;
    text-align: center;
    position: relative;
    top: -4px
}

.list-share li.label {
    font-size: 22px;
    font-weight: 300
}

@media (max-width:480px) {
    .list-share li.label {
        font-size: 18px
    }
}

.main-content {
    margin-top: 30px;
    font-weight: 300;
    position: relative
}

    .main-content .single-avatar {
        margin-bottom: 15px;
        text-align: center
    }

.single-title {
    font-size: 36px;
    color: #111d5e;
    display: block;
    margin-bottom: 15px;
    font-family: "SF Pro Display Bold",sans-serif
}

.btn-contained {
    display: block;
    padding: 8px 20px;
    color: #fff;
    background-color: #111d5e;
    border-radius: 20px;
    text-align: center;
    width: 200px;
    font-family: "SF Pro Display Regular",sans-serif;
    max-width: 100%;
    cursor: pointer;
    outline: none;
    border: 1px solid transparent;
    transition: all .5s ease;
    -webkit-transition: all .5s ease
}

@media (max-width:768px) {
    .btn-contained {
        margin-top: 15px
    }
}

.btn-contained:disabled {
    opacity: .8
}

.btn-contained:not(:disabled):hover {
    background: #e2007c;
    color: #fff;
    border-color: transparent
}

.btn-outlined {
    display: block;
    padding: 8px 20px;
    color: #111d5e;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    width: 200px;
    font-family: "SF Pro Display Regular",sans-serif;
    max-width: 100%;
    cursor: pointer;
    border: 1px solid #111d5e;
    outline: none
}

@media (max-width:768px) {
    .btn-outlined {
        margin-top: 15px
    }
}

.btn-outlined:disabled {
    opacity: .8
}

.btn-outlined:not(:disabled):hover {
    color: #e2007c;
    border: 1px solid #e2007c
}

#primary-sidebar {
    padding-top: 50px
}

.fb-comments {
    max-width: 100%
}

.sow-post-featured {
    height: 255px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden
}

    .sow-post-featured:hover {
        box-shadow: 0px 0px 51px 0px rgba(0,0,0,.08),0px 6px 18px 0px rgba(0,0,0,.05);
        -webkit-box-shadow: 0px 0px 51px 0px rgba(0,0,0,.08),0px 6px 18px 0px rgba(0,0,0,.05);
        transition: all .5s ease;
        -webkit-transition: all .5s ease
    }

        .sow-post-featured:hover .left-post img {
            transition: all .5s ease;
            -webkit-transition: all .5s ease;
            object-fit: cover;
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            width: 100%;
            height: 100%
        }

    .sow-post-featured .left-post {
        width: 70%;
        height: 100%;
        position: relative;
        overflow: hidden
    }

        .sow-post-featured .left-post img {
            transition: all .5s ease;
            -webkit-transition: all .5s ease;
            width: 100%;
            height: 100%;
            object-fit: cover;
            max-width: 100%;
            object-position: left
        }

        .sow-post-featured .left-post .post-tag {
            position: absolute;
            top: 10px;
            left: 10px;
            z-index: 2;
            background: #fff;
            color: #000;
            border-radius: 17px;
            padding: 1px 10px;
            font-family: "muli-bold";
            font-size: 14px
        }

            .sow-post-featured .left-post .post-tag.center {
                top: 50%;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%)
            }

    .sow-post-featured .right-post {
        position: absolute;
        top: 0;
        right: 0;
        width: 30%;
        height: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center
    }

        .sow-post-featured .right-post .post-name {
            font-size: 24px;
            font-family: "muli-bold";
            text-align: left !important;
            margin-bottom: 0;
            padding: 0
        }

            .sow-post-featured .right-post .post-name:after {
                display: none
            }

        .sow-post-featured .right-post .widget-content {
            padding: 10px
        }

@media (min-width:991px) {
    .sow-post-featured .right-post .widget-content {
        padding: 0;
        margin-left: -20px;
        margin-right: 20px
    }
}

.sow-post-featured .right-post .readmore {
    display: inline-block;
    border-radius: 12px;
    padding: 4px 12px;
    margin-top: 10px;
    font-family: "muli-light";
    transition: all .5s ease;
    -webkit-transition: all .5s ease
}

    .sow-post-featured .right-post .readmore:hover {
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        opacity: .8
    }

@media (max-width:780px) {
    .sow-post-featured {
        margin-bottom: 15px
    }
}

@media (max-width:480px) {
    .sow-post-featured {
        flex-direction: column;
        -webkit-flex-direction: column
    }

        .sow-post-featured .left-post {
            width: 100%
        }

        .sow-post-featured .right-post {
            width: 100%;
            position: relative
        }
}

.item-news {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden
}

@media (min-width:991px) {
    .item-news {
        margin-bottom: 30px
    }
}

.item-news:hover img {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.item-news:hover .item-title a {
    opacity: 1
}

.item-news .overlay-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

    .item-news .overlay-img:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .2;
        z-index: 2
    }

    .item-news .overlay-img img {
        height: 100%;
        width: 100%;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        object-fit: cover;
        max-width: 100%;
        object-position: left;
        transition: all .5s ease;
        -webkit-transition: all .5s ease
    }

.item-news .item-title {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    padding: 20px;
    text-align: center;
    z-index: 3
}

    .item-news .item-title h6 {
        font-size: 18px;
        font-family: "muli-black";
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-height: 1.8em;
        display: -webkit-box
    }

    .item-news .item-title a {
        display: inline-block;
        padding: 4px 12px;
        background: #000;
        color: #fff;
        font-size: 12px;
        font-family: "muli-black";
        border-radius: 12px;
        transition: all .5s ease;
        -webkit-transition: all .5s ease
    }

        .item-news .item-title a:hover {
            transition: all .5s ease;
            -webkit-transition: all .5s ease;
            background: #fff;
            color: #000
        }

@media (min-width:991px) {
    .item-news .item-title a {
        opacity: 0
    }
}

.map-widget {
    position: relative;
    height: 440px
}

@media (min-width:991px) {
    .map-widget {
        height: 240px
    }
}

.map-widget .sow-title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    color: #fff;
    z-index: 4;
    cursor: pointer
}

    .map-widget .sow-title:after {
        display: none
    }

    .map-widget .sow-title:hover:after {
        display: inline-block;
        background: #fff
    }

.map-widget .orange-gradient {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .85
}

.map-widget .map-content {
    height: 100%
}

    .map-widget .map-content > p {
        margin: 0;
        height: 100%
    }

    .map-widget .map-content iframe {
        height: 100%
    }

@media (min-width:768px) {
    .map-widget {
        height: 340px
    }
}

@media (min-width:991px) {
    .map-widget {
        height: 400px
    }
}

@media (min-width:1280px) {
    .map-widget {
        height: 480px
    }
}

@media (min-width:1536px) {
    .map-widget {
        height: 700px
    }
}

.contact-info-widget .sow-title {
    display: block;
    text-align: left !important;
    margin-bottom: 20px
}

@media (min-width:1280px) {
    .contact-info-widget .sow-title {
        margin-bottom: 30px
    }
}

@media (min-width:1536px) {
    .contact-info-widget .sow-title {
        margin-bottom: 60px
    }
}

.contact-info-widget .sow-title:after {
    display: none
}

.contact-info-widget .data-item {
    margin-bottom: 20px
}

@media (min-width:1280px) {
    .contact-info-widget .data-item {
        margin-bottom: 30px
    }
}

@media (min-width:1536px) {
    .contact-info-widget .data-item {
        margin-bottom: 60px
    }
}

.contact-info-widget a {
    color: #959595
}

.contact-info-widget p {
    font-size: 16px;
    font-family: "roboto";
    color: #555
}

.contact-info-widget .address-item {
    margin-bottom: 20px
}

    .contact-info-widget .address-item .img {
        min-width: 90px;
        max-width: 90px;
        min-height: 90px;
        max-height: 90px;
        margin-right: 30px;
        background: #136afb;
        border-radius: 50%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center
    }

        .contact-info-widget .address-item .img img {
            max-height: 30px;
            max-width: 30px;
            object-fit: contain
        }

    .contact-info-widget .address-item .right-address {
        color: #959595;
        font-size: 15px
    }

        .contact-info-widget .address-item .right-address b {
            font-size: 18px;
            color: #201f1f;
            font-weight: 400
        }

        .contact-info-widget .address-item .right-address p {
            margin-top: 15px;
            margin-bottom: 5px
        }

@media (min-width:1280px) {
    .contact-info-widget .address-item {
        margin-bottom: 30px
    }
}

@media (min-width:1536px) {
    .contact-info-widget .address-item {
        margin-bottom: 50px
    }
}

.contact-form-widget .sow-title {
    padding-bottom: 0
}

    .contact-form-widget .sow-title:after {
        display: none
    }

.contact-form-widget .wpcf7-form {
    max-width: 768px;
    display: block;
    margin: 0 auto
}

    .contact-form-widget .wpcf7-form .wpcf7-form-control-wrap {
        display: block;
        position: relative;
        margin-bottom: 20px
    }

        .contact-form-widget .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
            height: 50px;
            outline: none !important;
            box-shadow: none
        }

        .contact-form-widget .wpcf7-form .wpcf7-form-control-wrap span[role=alert] {
            font-style: italic
        }

        .contact-form-widget .wpcf7-form .wpcf7-form-control-wrap textarea {
            height: 200px !important
        }

    .contact-form-widget .wpcf7-form .wpcf7-form-control {
        border-radius: 4px;
        background: #fff;
        border-color: #ddd
    }

    .contact-form-widget .wpcf7-form .wpcf7-submit {
        display: block;
        width: 100%;
        color: #fff;
        background: #136afb;
        font-size: 20px
    }

    .contact-form-widget .wpcf7-form .form-action {
        position: relative
    }

        .contact-form-widget .wpcf7-form .form-action .ajax-loader {
            position: absolute;
            left: 10px;
            top: 20px
        }

#main {
    min-height: 240px;
    overflow: hidden
}

.sow-top-featured {
    height: 440px;
    background-attachment: scroll !important;
    background-position: bottom center !important;
    background-size: cover !important;
    position: relative
}

    .sow-top-featured #particles-js {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .sow-top-featured .description {
        max-height: 330px
    }

@media (min-width:991px) {
    .sow-top-featured {
        height: 240px
    }

        .sow-top-featured .description {
            max-height: auto
        }
}

.sow-top-featured.type-right {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important
}

    .sow-top-featured.type-right:after {
        opacity: .1
    }

    .sow-top-featured.type-right .featured-content {
        position: absolute;
        left: auto;
        right: 0;
        color: #fff
    }

        .sow-top-featured.type-right .featured-content h6 {
            display: block;
            color: #fff;
            margin-bottom: 10px
        }

        .sow-top-featured.type-right .featured-content .description {
            font-size: 18px;
            font-family: "muli-light"
        }

        .sow-top-featured.type-right .featured-content .readmore {
            margin-top: 10px;
            background: #fff;
            border: 1px solid #fff;
            color: #136afb;
            font-size: 15px;
            font-family: "muli";
            border-radius: 4px
        }

            .sow-top-featured.type-right .featured-content .readmore:hover {
                background: 0 0;
                color: #fff;
                border-color: #fff
            }

.sow-top-featured:after {
    display: inline-block;
    position: absolute;
    background: #f5f3f3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: "";
    opacity: .8
}

.sow-top-featured.virtual-gradient {
    background-position: bottom center !important
}

@media (max-width:991px) {
    .sow-top-featured.virtual-gradient {
        background-attachment: scroll !important
    }
}

.sow-top-featured.virtual-gradient:after {
    display: none
}

.sow-top-featured .list-term a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "muli";
    color: #428cfa
}

.sow-top-featured .container {
    position: relative;
    height: 100%;
    z-index: 3
}

.sow-top-featured .featured-content {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    max-width: 100%;
    width: 100%;
    padding: 15px
}

    .sow-top-featured .featured-content.left-quotes h6 {
        position: relative;
        padding-left: 20px
    }

@media (min-width:991px) {
    .sow-top-featured .featured-content.left-quotes h6 {
        padding-left: 40px
    }
}

.sow-top-featured .featured-content.left-quotes h6:before, .sow-top-featured .featured-content.left-quotes h6:after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 16px;
    background: #e2e2e2;
    position: absolute;
    left: 0;
    top: 6px
}

@media (min-width:991px) {
    .sow-top-featured .featured-content.left-quotes h6:before, .sow-top-featured .featured-content.left-quotes h6:after {
        top: 8px;
        width: 8px;
        height: 30px
    }
}

@media (min-width:1280px) {
    .sow-top-featured .featured-content.left-quotes h6:before, .sow-top-featured .featured-content.left-quotes h6:after {
        top: 10px;
        width: 10px;
        height: 40px
    }
}

@media (min-width:1536px) {
    .sow-top-featured .featured-content.left-quotes h6:before, .sow-top-featured .featured-content.left-quotes h6:after {
        top: 20px
    }
}

@media (min-width:1536px) {
    .sow-top-featured .featured-content.left-quotes h6:before {
        left: 0
    }
}

.sow-top-featured .featured-content.left-quotes h6:after {
    left: 8px
}

@media (min-width:991px) {
    .sow-top-featured .featured-content.left-quotes h6:after {
        left: 18px
    }
}

@media (min-width:1536px) {
    .sow-top-featured .featured-content.left-quotes h6:after {
        left: 18px
    }
}

@media (max-width:767px) {
    .sow-top-featured .featured-content {
        top: 60%
    }
}

.sow-top-featured .featured-content h6 {
    font-size: 18px;
    color: #000
}

@media (min-width:480px) {
    .sow-top-featured .featured-content h6 {
        font-size: 24px
    }
}

@media (min-width:991px) {
    .sow-top-featured .featured-content h6 {
        font-size: 30px
    }
}

@media (min-width:1280px) {
    .sow-top-featured .featured-content h6 {
        font-size: 40px
    }
}

@media (min-width:1536px) {
    .sow-top-featured .featured-content h6 {
        font-size: 50px;
        line-height: 1.6em
    }
}

.sow-top-featured .featured-content .readmore {
    display: inline-block;
    font-size: 16px;
    background: #37a1f6;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 180px;
    text-align: center;
    color: #fff;
    margin-top: 15px;
    border: 1px solid transparent
}

    .sow-top-featured .featured-content .readmore:hover {
        background: 0 0;
        color: #37a1f6;
        border-color: #37a1f6
    }

@media (min-width:768px) {
    .sow-top-featured .featured-content .readmore {
        margin-top: 20px
    }
}

@media (min-width:991px) {
    .sow-top-featured .featured-content .readmore {
        margin-top: 30px
    }
}

@media (min-width:1280px) {
    .sow-top-featured .featured-content .readmore {
        margin-top: 40px;
        padding-top: 14px;
        padding-bottom: 14px
    }
}

@media (min-width:1536px) {
    .sow-top-featured .featured-content .readmore {
        margin-top: 60px;
        padding-top: 22px;
        padding-bottom: 22px
    }
}

@media (min-width:768px) {
    .sow-top-featured {
        height: 340px
    }
}

@media (min-width:991px) {
    .sow-top-featured {
        height: 460px
    }
}

@media (min-width:1280px) {
    .sow-top-featured {
        height: 520px
    }
}

@media (min-width:1536px) {
    .sow-top-featured {
        height: 600px
    }
}

.sow-featured-news-content {
    overflow-x: auto
}

    .sow-featured-news-content .position-tag {
        top: 10px;
        left: 10px;
        z-index: 6;
        display: inline-block;
        color: #000;
        padding: 2px 14px;
        position: absolute;
        background: #fff;
        border-radius: 14px;
        min-width: 70px;
        text-align: center
    }

    .sow-featured-news-content .item-featured {
        margin-bottom: 30px;
        border-radius: 10px;
        position: relative;
        box-shadow: 0px 0px 51px 0px rgba(0,0,0,.08),0px 6px 18px 0px rgba(0,0,0,.05);
        -webkit-box-shadow: 0px 0px 51px 0px rgba(0,0,0,.08),0px 6px 18px 0px rgba(0,0,0,.05);
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        overflow: hidden
    }

        .sow-featured-news-content .item-featured:hover {
            box-shadow: 1px 2px 20px rgba(0,0,0,.031372549),-1px 1px 20px rgba(0,0,0,.031372549),0px -2px 20px rgba(0,0,0,.1215686275);
            -webkit-box-shadow: 1px 2px 20px rgba(0,0,0,.031372549),-1px 1px 20px rgba(0,0,0,.031372549),0px -2px 20px rgba(0,0,0,.1215686275);
            transition: all .5s ease;
            -webkit-transition: all .5s ease
        }

        .sow-featured-news-content .item-featured .overlay-img {
            display: inline-block;
            height: 280px;
            position: relative;
            overflow: hidden;
            width: 100%
        }

            .sow-featured-news-content .item-featured .overlay-img:after {
                content: "";
                border-top: 0;
                border-bottom: 14px solid #fff;
                border-left: 12px solid transparent;
                border-right: 12px solid transparent;
                display: inline-block;
                left: 50%;
                bottom: 0;
                transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                position: absolute
            }

            .sow-featured-news-content .item-featured .overlay-img img {
                transition: all .5s ease;
                -webkit-transition: all .5s ease;
                width: 100%;
                max-width: 100%;
                height: 100%;
                object-fit: cover
            }

            .sow-featured-news-content .item-featured .overlay-img:hover img {
                transition: all .5s ease;
                -webkit-transition: all .5s ease;
                transform: scale(1.1);
                -webkit-transform: scale(1.1)
            }

        .sow-featured-news-content .item-featured .item-title {
            padding: 20px 12px
        }

            .sow-featured-news-content .item-featured .item-title h6 {
                font-family: "muli-light";
                font-size: 18px;
                color: #12407e;
                display: block;
                margin-bottom: 10px
            }

            .sow-featured-news-content .item-featured .item-title a {
                display: block
            }

            .sow-featured-news-content .item-featured .item-title p {
                font-size: 14px;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                line-height: 1.8em;
                color: #8c9199;
                display: -webkit-box
            }

                .sow-featured-news-content .item-featured .item-title p:empty {
                    display: none
                }

@media (max-width:480px) {
    .sow-featured-news-content .col-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        -moz-flex: 0 0 100%
    }
}

.lastest-sidebar {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 0px 51px 0px rgba(0,0,0,.08),0px 6px 18px 0px rgba(0,0,0,.05);
    -webkit-box-shadow: 0px 0px 51px 0px rgba(0,0,0,.08),0px 6px 18px 0px rgba(0,0,0,.05);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    margin-bottom: 30px
}

    .lastest-sidebar .widget-title {
        display: block;
        font-size: 18px;
        padding: 15px 15px 0;
        color: #d44b09
    }

    .lastest-sidebar:hover {
        box-shadow: 1px 2px 20px rgba(0,0,0,.031372549),-1px 1px 20px rgba(0,0,0,.031372549),0px -2px 20px rgba(0,0,0,.1215686275);
        -webkit-box-shadow: 1px 2px 20px rgba(0,0,0,.031372549),-1px 1px 20px rgba(0,0,0,.031372549),0px -2px 20px rgba(0,0,0,.1215686275);
        transition: all .5s ease;
        -webkit-transition: all .5s ease
    }

    .lastest-sidebar .term-item {
        padding: 17px 20px;
        border-bottom: 1px solid #eee
    }

        .lastest-sidebar .term-item h6 {
            color: #12407e;
            font-size: 14px;
            display: block
        }

            .lastest-sidebar .term-item h6 a {
                color: #12407e;
                font-family: "muli";
                font-size: 16px;
                position: relative
            }

        .lastest-sidebar .term-item ul li {
            display: block;
            margin-bottom: 10px
        }

            .lastest-sidebar .term-item ul li a {
                display: inline-block;
                color: #000;
                font-family: "muli-light";
                font-size: 14px;
                position: relative;
                padding-left: 10px
            }

                .lastest-sidebar .term-item ul li a:hover {
                    color: #dba68f
                }

                .lastest-sidebar .term-item ul li a:before {
                    content: "";
                    display: inline-block;
                    height: 4px;
                    width: 4px;
                    top: 9px;
                    left: 0;
                    background: #ccc;
                    position: absolute
                }

.last-main-content {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 0px 51px 0px rgba(0,0,0,.08),0px 6px 18px 0px rgba(0,0,0,.05);
    -webkit-box-shadow: 0px 0px 51px 0px rgba(0,0,0,.08),0px 6px 18px 0px rgba(0,0,0,.05);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    margin-bottom: 30px;
    position: relative
}

@media (min-width:768px) {
    .last-main-content {
        padding: 17px 20px
    }
}

.last-main-content:hover {
    box-shadow: 1px 2px 20px rgba(0,0,0,.031372549),-1px 1px 20px rgba(0,0,0,.031372549),0px -2px 20px rgba(0,0,0,.1215686275);
    -webkit-box-shadow: 1px 2px 20px rgba(0,0,0,.031372549),-1px 1px 20px rgba(0,0,0,.031372549),0px -2px 20px rgba(0,0,0,.1215686275);
    transition: all .5s ease;
    -webkit-transition: all .5s ease
}

    .last-main-content:hover .owl-nav {
        opacity: 1;
        transition: all .5s ease;
        -webkit-transition: all .5s ease
    }

.last-main-content h6 {
    color: #12407e;
    padding: 10px 15px
}

.last-main-content .right-text h6 {
    padding-left: 0
}

.last-main-content .item-right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 30px
}

@media (min-width:768px) {
    .last-main-content .item-right .img {
        padding: 30px
    }
}

.last-main-content .item-right .img img {
    max-width: 100%
}

.last-main-content .item-right h6 {
    font-size: 16px;
    color: #000
}

.last-main-content .item-right p {
    color: #8c9199;
    font-size: 14px;
    font-family: "arial"
}

    .last-main-content .item-right p:empty {
        display: none
    }

.last-main-content .item-right .readmore {
    display: inline-block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: url(//diginet.com.vn/wp-content/themes/diginet/css/../images/viewmore.png) #f2f3f5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    border: 1px solid transparent;
    transition: all .5s ease;
    -webkit-transition: all .5s ease
}

    .last-main-content .item-right .readmore:hover {
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        border-color: #000
    }

.last-main-content .owl-nav {
    transition: all .5s ease;
    -webkit-transition: all .5s ease
}

    .last-main-content .owl-nav .owl-next, .last-main-content .owl-nav .owl-prev {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%)
    }

        .last-main-content .owl-nav .owl-next span, .last-main-content .owl-nav .owl-prev span {
            font-size: 65px !important
        }

    .last-main-content .owl-nav .owl-next {
        right: 0
    }

    .last-main-content .owl-nav .owl-prev {
        left: 0
    }

@media (min-width:991px) {
    .last-main-content .owl-nav {
        opacity: 0
    }

        .last-main-content .owl-nav .owl-next span, .last-main-content .owl-nav .owl-prev span {
            font-size: 100px !important
        }
}

.sub-category-owl {
    background: #252525;
    border-radius: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 50px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden
}

    .sub-category-owl .viewall {
        position: absolute;
        bottom: 10px;
        right: 10px
    }

    .sub-category-owl .owl-dots {
        background: #000
    }

    .sub-category-owl .overlay-img {
        position: relative;
        height: 180px
    }

    .sub-category-owl .top-owl {
        padding-top: 23px;
        padding-bottom: 23px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        padding-left: 15px;
        padding-right: 15px
    }

        .sub-category-owl .top-owl h6 {
            margin-bottom: 0;
            color: #fff;
            font-size: 16px;
            font-family: "muli-bold"
        }

        .sub-category-owl .top-owl .top-nav .nav-right, .sub-category-owl .top-owl .top-nav .nav-left {
            display: inline-block;
            width: 31px;
            background: url(//diginet.com.vn/wp-content/themes/diginet/css/../images/next.png);
            height: 15px;
            background-size: contain;
            background-repeat: no-repeat;
            cursor: pointer;
            opacity: .5;
            background-position: center
        }

            .sub-category-owl .top-owl .top-nav .nav-right:hover, .sub-category-owl .top-owl .top-nav .nav-left:hover {
                opacity: 1
            }

        .sub-category-owl .top-owl .top-nav .nav-left {
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg)
        }

    .sub-category-owl .sub-item .title {
        display: block;
        position: absolute;
        bottom: 0;
        padding: 4px 10px;
        font-size: 14px;
        color: #fff;
        left: 0;
        z-index: 6
    }

    .sub-category-owl .sub-item .item-news {
        margin-bottom: 0
    }

    .sub-category-owl .sub-item p {
        color: #fff;
        padding: 8px 10px;
        font-size: 14px
    }

        .sub-category-owl .sub-item p:last-child {
            margin-bottom: 0;
            padding-bottom: 0
        }

    .sub-category-owl .sub-item .excerpt {
        font-family: "arial";
        color: #fff;
        padding: 8px 10px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        line-height: 2em
    }

        .sub-category-owl .sub-item .excerpt a {
            color: #fff
        }

    .sub-category-owl .item-title {
        padding: 10px
    }

        .sub-category-owl .item-title h6 {
            text-align: left;
            font-size: 14px;
            font-family: "muli"
        }

    .sub-category-owl .owl-dots {
        background: #000 !important;
        padding: 20px 15px 15px
    }

        .sub-category-owl .owl-dots .owl-dot span {
            display: inline-block;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #fff;
            cursor: pointer;
            margin-right: 10px
        }

            .sub-category-owl .owl-dots .owl-dot span:hover, .sub-category-owl .owl-dots .owl-dot span.active {
                background: #3a3a3a;
                border: 1px solid #fff;
                box-sizing: content-box
            }

    .sub-category-owl .bottom-owl {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        padding-bottom: 20px;
        padding-top: 20px
    }

        .sub-category-owl .bottom-owl .dot-item {
            display: inline-block;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: #fff;
            cursor: pointer;
            margin-right: 10px
        }

            .sub-category-owl .bottom-owl .dot-item:hover, .sub-category-owl .bottom-owl .dot-item.active {
                background: #3a3a3a;
                border: 1px solid #fff;
                box-sizing: content-box
            }

        .sub-category-owl .bottom-owl a {
            color: #fff
        }

@media (max-width:767px) {
    .sub-category .item-news {
        margin-top: 15px
    }
}

.list-sub-featured .item-news .overlay-img {
    height: 190px
}

@media (min-width:481px) and (max-width:991px) {
    .list-sub-featured {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex
    }

        .list-sub-featured .item-news {
            width: 50%;
            flex: 0 0 50%;
            -moz-flex: 0 0 50%;
            padding-right: 15px
        }
}

.top-image-sidebar {
    display: block;
    width: 100%;
    padding: 15px
}

    .top-image-sidebar img {
        width: 100%;
        max-width: 100%;
        border-radius: 10px
    }

.single-row {
    padding: 15px 0
}

    .single-row .list-term {
        display: block;
        margin-bottom: 15px
    }

        .single-row .list-term a {
            color: #000
        }

            .single-row .list-term a:hover {
                color: #1c4196
            }

.d001-widget {
    position: relative;
    margin-bottom: 60px;
    background: #fff;
    overflow: hidden
}

    .d001-widget .container {
        position: relative
    }

        .d001-widget .container .sow-title, .d001-widget .container .first-d001, .d001-widget .container .second-d002 {
            position: relative;
            z-index: 4
        }

    .d001-widget .first-d001 {
        max-width: 800px;
        border-radius: 10px;
        box-shadow: 0px 0px 51px 0px rgba(0,0,0,.08),0px 6px 18px 0px rgba(0,0,0,.05);
        -webkit-box-shadow: 0px 0px 51px 0px rgba(0,0,0,.08),0px 6px 18px 0px rgba(0,0,0,.05);
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        padding: 30px;
        margin: 0 auto;
        background: #fff
    }

        .d001-widget .first-d001:hover {
            box-shadow: 1px 2px 20px rgba(0,0,0,.031372549),-1px 1px 20px rgba(0,0,0,.031372549),0px -2px 20px rgba(0,0,0,.1215686275);
            -webkit-box-shadow: 1px 2px 20px rgba(0,0,0,.031372549),-1px 1px 20px rgba(0,0,0,.031372549),0px -2px 20px rgba(0,0,0,.1215686275);
            transition: all .5s ease;
            -webkit-transition: all .5s ease
        }

        .d001-widget .first-d001 .f-item {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-direction: column;
            -webkit-flex-direction: column;
            margin-bottom: 30px
        }

            .d001-widget .first-d001 .f-item .f-text {
                color: #fff;
                font-size: 16px
            }

            .d001-widget .first-d001 .f-item b {
                display: block;
                font-size: 20px;
                margin-bottom: 10px
            }

            .d001-widget .first-d001 .f-item:nth-child(2n+1) b {
                color: #110eb7
            }

            .d001-widget .first-d001 .f-item:nth-child(2n+1) .f-text {
                background: #1585f5;
                background: -moz-linear-gradient(left,#1585f5 0%,#15c5f5 100%);
                background: -webkit-gradient(left top,right top,color-stop(0%,#1585f5),color-stop(100%,#15c5f5));
                background: -webkit-linear-gradient(left,#1585f5 0%,#15c5f5 100%);
                background: -o-linear-gradient(left,#1585f5 0%,#15c5f5 100%);
                background: -ms-linear-gradient(left,#1585f5 0%,#15c5f5 100%);
                background: linear-gradient(to right,#1585f5 0%,#15c5f5 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1585f5",endColorstr="#15c5f5",GradientType=1)
            }

            .d001-widget .first-d001 .f-item:nth-child(2n+1) .img {
                background: #1b4a98
            }

            .d001-widget .first-d001 .f-item:nth-child(2n) b {
                color: #f34612
            }

            .d001-widget .first-d001 .f-item:nth-child(2n) .f-text {
                background: #ff4800;
                background: -moz-linear-gradient(left,#ff4800 0%,#fd7817 100%);
                background: -webkit-gradient(left top,right top,color-stop(0%,#ff4800),color-stop(100%,#fd7817));
                background: -webkit-linear-gradient(left,#ff4800 0%,#fd7817 100%);
                background: -o-linear-gradient(left,#ff4800 0%,#fd7817 100%);
                background: -ms-linear-gradient(left,#ff4800 0%,#fd7817 100%);
                background: linear-gradient(to right,#ff4800 0%,#fd7817 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff4800",endColorstr="#fd7817",GradientType=1)
            }

            .d001-widget .first-d001 .f-item:nth-child(2n) .img {
                background: #dc2f27
            }

        .d001-widget .first-d001 .f-content {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            width: 100%;
            border-radius: 10px;
            overflow: hidden
        }

            .d001-widget .first-d001 .f-content .f-text {
                width: calc(100% - 110px);
                width: -moz-calc(100% - 110px);
                padding: 10px
            }

                .d001-widget .first-d001 .f-content .f-text p {
                    margin-bottom: 0
                }

            .d001-widget .first-d001 .f-content .img {
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                width: 110px;
                align-items: center;
                height: 100%;
                justify-content: center
            }

                .d001-widget .first-d001 .f-content .img img {
                    max-width: 100%;
                    width: 40px;
                    height: 40px;
                    object-fit: contain;
                    border-radius: 50%
                }

            .d001-widget .first-d001 .f-content b {
                display: block;
                font-size: 18px;
                margin-bottom: 5px
            }

@media (max-width:480px) {
    .d001-widget .first-d001 {
        padding: 15px
    }

        .d001-widget .first-d001 .f-content {
            flex-direction: column
        }

        .d001-widget .first-d001 .f-item {
            margin-bottom: 15px
        }

            .d001-widget .first-d001 .f-item .f-text, .d001-widget .first-d001 .f-item .img {
                width: 100% !important
            }

            .d001-widget .first-d001 .f-item .f-text {
                order: 2
            }
}

.d001-widget .f-equal {
    min-height: 74px
}

.second-d001 {
    margin-top: 30px;
    position: relative;
    z-index: 4;
    padding-bottom: 90px
}

@media (min-width:991px) {
    .second-d001 {
        margin-top: 60px
    }
}

@media (min-width:1536px) {
    .second-d001 {
        margin-top: 90px
    }
}

.second-d001 ul {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.second-d001 .s-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    margin-bottom: 30px
}

.second-d001 .logo-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 0px 51px 0px rgba(0,0,0,.08),0px 6px 18px 0px rgba(0,0,0,.05);
    -webkit-box-shadow: 0px 0px 51px 0px rgba(0,0,0,.08),0px 6px 18px 0px rgba(0,0,0,.05);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    background: #fff
}

    .second-d001 .logo-item:hover {
        box-shadow: 1px 2px 20px rgba(0,0,0,.031372549),-1px 1px 20px rgba(0,0,0,.031372549),0px -2px 20px rgba(0,0,0,.1215686275);
        -webkit-box-shadow: 1px 2px 20px rgba(0,0,0,.031372549),-1px 1px 20px rgba(0,0,0,.031372549),0px -2px 20px rgba(0,0,0,.1215686275);
        transition: all .5s ease;
        -webkit-transition: all .5s ease
    }

.second-d001 .name {
    display: block;
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
    color: #000;
    font-family: "arial"
}

.so-widget-last-news-widget .sow-title, .so-widget-news-featured-widget .sow-title {
    font-size: 20px
}

@media (max-width:991px) {
    .owl-logos {
        padding-top: 10px;
        overflow-x: auto
    }

        .owl-logos .logo-item {
            min-width: 120px;
            max-width: 120px;
            max-height: 120px;
            min-height: 120px;
            margin-right: 15px;
            margin-bottom: 30px;
            box-shadow: none !important;
            -wekit-box-shadow: none !important
        }
}

.owl-logos .owl-dots {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
    padding: 15px 0
}

    .owl-logos .owl-dots .owl-dot span {
        display: inline-block;
        border-radius: 50%;
        background: #2ba3fd;
        margin-right: 15px;
        width: 20px;
        height: 20px
    }

@media (max-width:480px) {
    .owl-logos .owl-dots .owl-dot span {
        width: 10px;
        height: 10px
    }
}

.owl-logos .owl-dots .owl-dot span.active, .owl-logos .owl-dots .owl-dot span:hover {
    background: #136afb
}

.opacity-map {
    opacity: .6
}

.owl-featured-news.row {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.owl-featured-news.owl-loaded .col-* {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    -moz-flex: 0 0 100%
}

.sec-functions {
    padding: 30px 0
}

@media (min-width:991px) {
    .sec-functions {
        padding: 60px 0
    }
}

.pagination {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
    padding: 30px 10px
}

    .pagination .page-numbers {
        display: inline-block;
        margin-right: 15px;
        padding: 4px 10px;
        background: #428cfa;
        border: 1px solid #428cfa;
        color: #fff
    }

        .pagination .page-numbers:hover, .pagination .page-numbers.current {
            color: #428cfa;
            border: 1px solid #428cfa;
            background-color: #fff
        }

.post-tags .post-item {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px
}

    .post-tags .post-item a {
        display: contents;
        color: #111d5e
    }

        .post-tags .post-item a:hover {
            font-family: "SF Pro Display Bold",sans-serif
        }

.post_date {
    font-size: 14px;
    color: gray;
    margin-bottom: 15px
}

.post_author {
    text-align: right;
    margin-top: 30px
}

.post_views {
    text-align: right
}

.list-recruitment li {
    position: relative;
    padding: 20px 0
}

@media (max-width:768px) {
    .list-recruitment li {
        padding-bottom: 40px
    }
}

@media (max-width:920px) {
    .list-recruitment li .recruitment-item {
        flex-direction: column
    }
}

.list-recruitment li .recruitment-image {
    margin-right: 15px;
    margin-bottom: 15px;
    height: 182px
}

    .list-recruitment li .recruitment-image img {
        width: 273px;
        height: 100%;
        object-fit: cover
    }

.list-recruitment li a {
    color: #000
}

    .list-recruitment li a:hover .item-title {
        color: #e3007c
    }

.list-recruitment li .item-title {
    display: block;
    font-size: 18px;
    font-family: "SF Pro Display Bold",sans-serif;
    color: #111d5e;
    margin-bottom: 15px
}

.list-recruitment li .item-info {
    color: #3c3c3c;
    font-size: 14px;
    margin-top: 10px
}

.list-recruitment li:hover .btn-transparent {
    display: inline-block
}

.list-recruitment li .btn-transparent {
    position: absolute;
    right: 0;
    bottom: 5px;
    color: #e3007c;
    display: none;
    font-family: "SF Pro Display Medium",sans-serif
}

.list-recruitment li .type-1:not(:last-child) {
    border-bottom: 1px solid #adadad
}

.recruitment-related {
    padding-bottom: 30px
}

    .recruitment-related .bottom-related {
        display: block;
        text-align: right;
        padding-right: 10px
    }

        .recruitment-related .bottom-related .readmore {
            color: #09b0db;
            font-size: 20px
        }

.recruitment-tax-list .recruitment-tax-item {
    display: block;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: #fafafa;
    color: #000;
    font-family: "SF Pro Display Bold",sans-serif
}

    .recruitment-tax-list .recruitment-tax-item:hover {
        background-color: #eaeaea
    }

    .recruitment-tax-list .recruitment-tax-item.active {
        background-color: #111d5e;
        font-family: "SF Pro Display Bold",sans-serif;
        color: #fff
    }

.pagi-recruiment .page-numbers {
    background: #fff;
    border: 0 !important;
    color: #6e7788;
    padding: 0
}

    .pagi-recruiment .page-numbers.next, .pagi-recruiment .page-numbers.prev {
        background: #dedfe2;
        border-radius: 50%;
        color: #6e7788;
        padding: 4px;
        width: 40px;
        height: 40px;
        text-align: center;
        padding-top: 6px
    }

        .pagi-recruiment .page-numbers.next .fa, .pagi-recruiment .page-numbers.prev .fa {
            font-family: "SF Pro Display Bold",sans-serif;
            display: inline-block
        }

#left-sidebar, #right-sidebar {
    margin: 30px 0
}

.main-recruitment {
    line-height: 22px;
    margin-top: 30px
}

@media (max-width:768px) {
    .main-recruitment {
        margin-top: 0
    }
}

@media (min-width:1240px) {
    .main-recruitment {
        padding-left: 25px
    }
}

.main-recruitment .avatar-re {
    text-align: center;
    padding: 10px 0
}

    .main-recruitment .avatar-re img {
        max-width: 100%;
        object-fit: contain
    }

.main-recruitment .excerpt-re {
    font-family: "SF Pro Display Medium",sans-serif;
    margin-bottom: 10px
}

.main-recruitment .top-re {
    padding: 20px 0
}

    .main-recruitment .top-re span {
        color: gray
    }

        .main-recruitment .top-re span img {
            position: relative;
            top: -2px;
            width: 20px;
            height: 20px
        }

    .main-recruitment .top-re a {
        color: #111d5e
    }

        .main-recruitment .top-re a:hover {
            color: #e3007c
        }

.main-recruitment .bottom-re {
    padding-bottom: 15px;
    margin-bottom: 15px
}

@media (min-width:1240px) {
    .main-recruitment .bottom-re .list-share {
        position: absolute;
        left: -8px
    }
}

@media (max-width:580px) {
    .main-recruitment .bottom-re .btn-apply {
        flex-direction: column
    }

        .main-recruitment .bottom-re .btn-apply button {
            margin-left: 0 !important
        }
}

.main-recruitment .main-re {
    padding: 30px 0
}

    .main-recruitment .main-re img, .main-recruitment .main-re table, .main-recruitment .main-re td, .main-recruitment .main-re tr, .main-recruitment .main-re th {
        max-width: 100%
    }

.page-404 {
    position: relative
}

    .page-404 .img-404 {
        width: 100%;
        max-width: 100%;
        height: 561px;
        display: block
    }

        .page-404 .img-404 img {
            object-fit: cover;
            width: 100%;
            height: 100%
        }

    .page-404 form {
        max-width: 480px;
        display: block;
        margin: 0 auto
    }

    .page-404 .container-404 {
        max-width: 768px;
        background: rgba(255,255,255,.7803921569);
        padding: 30px;
        box-shadow: 0px 0px 51px 0px rgba(0,0,0,.08),0px 6px 18px 0px rgba(0,0,0,.05);
        -webkit-box-shadow: 0px 0px 51px 0px rgba(0,0,0,.08),0px 6px 18px 0px rgba(0,0,0,.05);
        transition: all .5s ease;
        -webkit-transition: all .5s ease
    }

@media (min-width:769px) {
    .page-404 .container-404 {
        border-radius: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 8;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%)
    }
}

.page-404 .container-404:hover {
    box-shadow: 1px 2px 20px rgba(0,0,0,.031372549),-1px 1px 20px rgba(0,0,0,.031372549),0px -2px 20px rgba(0,0,0,.1215686275);
    -webkit-box-shadow: 1px 2px 20px rgba(0,0,0,.031372549),-1px 1px 20px rgba(0,0,0,.031372549),0px -2px 20px rgba(0,0,0,.1215686275);
    transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.page-404 .sow-title {
    display: block;
    font-size: 24px;
    text-align: center !important
}

    .page-404 .sow-title:before {
        display: none
    }

.page-404 .form-action {
    display: block;
    text-align: center
}

#recruitmentModal .modal-content {
    position: relative;
    overflow: hidden
}

#recruitmentModal .modal-header {
    align-items: center;
    justify-content: center;
    padding: 20px 15px
}

    #recruitmentModal .modal-header h6 {
        text-align: center;
        font-size: 18px;
        font-family: "SF Pro Display Bold",sans-serif;
        margin: 0;
        color: #111d5e
    }

    #recruitmentModal .modal-header button.close {
        position: absolute;
        top: 1rem;
        right: 1rem
    }

#recruitmentModal .modal-body {
    padding: 40px 60px 60px
}

#recruitmentModal .wpcf7-form .form-group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center
}

    #recruitmentModal .wpcf7-form .form-group label {
        min-width: 120px
    }

        #recruitmentModal .wpcf7-form .form-group label span {
            color: #9e4242;
            font-size: 14px
        }

    #recruitmentModal .wpcf7-form .form-group .wpcf7-form-control.form-control {
        border: 0;
        border-bottom: 1px solid #ccc;
        border-radius: 0
    }

#recruitmentModal .form-active, #recruitmentModal .form-contact {
    margin-left: 120px
}

#recruitmentModal .wpcf7-submit {
    cursor: pointer
}

#recruitmentModal .form-contact {
    padding-top: 10px
}

#recruitmentModal .btn-contained {
    margin: 0 auto
}

#recruitmentReceiveModal .modal-body {
    padding: 80px
}

#recruitmentReceiveModal .btn-contained {
    margin: 0 auto
}

.codedropz-upload-wrapper .codedropz-upload-handler {
    border-radius: 10px
}

.codedropz-upload-wrapper .codedropz-upload-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

    .codedropz-upload-wrapper .codedropz-upload-inner * {
        font-size: 16px;
        line-height: 22px;
        margin: 0
    }

        .codedropz-upload-wrapper .codedropz-upload-inner * a {
            color: #707070 !important
        }

.codedropz-upload-wrapper .dnd-upload-details * {
    font-size: 14px
}

.codedropz-upload-wrapper .dnd-upload-details .name {
    padding-right: 65px
}

.codedropz-upload-wrapper .dnd-upload-details .remove-file {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute !important;
    top: 7px;
    height: 20px
}

.codedropz-upload-wrapper .dnd-upload-details .dnd-progress-bar span {
    background: #111d5e
}

.codedropz-upload-wrapper .dnd-upload-details .has-error {
    color: red
}

html.no-cssmasks .circle-radius {
    display: none !important
}

html.Trident .solution-item .img img {
    margin-top: 20px
}

@media (min-width:1536px) {
    html.Trident .solution-item .img img {
        margin-top: 30px
    }
}

.so-widget-document .sow-featured-news-content {
    padding-left: 15px;
    padding-right: 15px
}

@media (max-width:480px) {
    .so-widget-document .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.item-popup {
    padding-bottom: 100px
}

    .item-popup .btn {
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        bottom: 50px;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        color: #000
    }

        .item-popup .btn:hover {
            background: #eee
        }

.document-modal .modal-content {
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
    border-radius: 10px;
    overflow: hidden
}

    .document-modal .modal-content .modal-header {
        padding: 20px 15px;
        border-radius: 10px 10px 0 0;
        font-family: "SF Pro Display Medium",sans-serif;
        color: #111d5e;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center
    }

        .document-modal .modal-content .modal-header button.close {
            position: absolute;
            top: 1rem;
            right: 1rem
        }

        .document-modal .modal-content .modal-header h6 {
            margin: 0
        }

    .document-modal .modal-content .modal-body {
        padding: 25px 80px 80px;
        overflow: hidden
    }

@media (max-width:480px) {
    .document-modal .modal-content .modal-body {
        padding: 15px 15px 45px
    }
}

.document-modal .modal-content .modal-body br {
    display: none
}

.document-modal .modal-content .modal-body .form-group {
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 15px
}

    .document-modal .modal-content .modal-body .form-group .label-control {
        color: #888;
        display: block;
        position: absolute;
        top: 3px;
        left: 0;
        padding: 0;
        width: 100%;
        pointer-events: none;
        height: 100%;
        z-index: 1
    }

        .document-modal .modal-content .modal-body .form-group .label-control .label-text {
            -webkit-transform: translate3d(0,20px,0) scale(1);
            -moz-transform: translate3d(0,20px,0) scale(1);
            transform: translate3d(0,20px,0) scale(1);
            -webkit-transform-origin: left top;
            -moz-transform-origin: left top;
            transform-origin: left top;
            -webkit-transition: .3s;
            -moz-transition: .3s;
            transition: .3s;
            position: absolute;
            margin-left: 15px;
            font-weight: 300
        }

    .document-modal .modal-content .modal-body .form-group.active .label-control .label-text {
        opacity: 1;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        transform: scale(.9);
        padding: 0 5px;
        margin-left: 10px;
        color: #03a9f4 !important;
        background-color: #fff
    }

.document-modal .modal-content .modal-body .wpcf7-submit {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background-color: #111d5e;
    border-radius: 20px;
    text-align: center;
    width: 200px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease
}

@media (max-width:768px) {
    .document-modal .modal-content .modal-body .wpcf7-submit {
        margin-top: 15px
    }
}

.document-modal .modal-content .modal-body .wpcf7-submit:hover {
    background: #e2007c;
    color: #fff;
    border-color: transparent
}

.page-bg {
    width: 100%;
    height: 100%;
    min-height: 65px
}

    .page-bg img {
        width: 100%;
        min-height: 540px;
        object-fit: cover
    }

@media (min-width:1920px) {
    .container {
        max-width: 1420px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .container {
        max-width: 100%
    }
}

.form-material .red {
    color: red
}

.form-material br {
    display: none
}

.form-material .form-control {
    border: 1px solid #adadad;
    border-radius: 10px
}

.form-material .form-group {
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    padding-top: 15px
}

    .form-material .form-group .label-control {
        color: #888;
        display: block;
        position: absolute;
        top: 3px;
        left: 0;
        padding: 0;
        width: 100%;
        pointer-events: none;
        height: 100%;
        z-index: 1
    }

        .form-material .form-group .label-control .label-text {
            -webkit-transform: translate3d(0,20px,0) scale(1);
            -moz-transform: translate3d(0,20px,0) scale(1);
            transform: translate3d(0,20px,0) scale(1);
            -webkit-transform-origin: left top;
            -moz-transform-origin: left top;
            transform-origin: left top;
            -webkit-transition: .3s;
            -moz-transition: .3s;
            transition: .3s;
            position: absolute;
            margin-left: 15px;
            font-weight: 300
        }

    .form-material .form-group.active .label-control .label-text {
        opacity: 1;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        transform: scale(.9);
        padding: 0 5px;
        margin-left: 10px;
        color: #03a9f4 !important;
        background-color: #fff
    }

    .form-material .form-group.active .wpcf7-form-control {
        background-color: #fff
    }

.form-material .wpcf7-form-control-wrap {
    width: 100%
}

.form-material .wpcf7-form-control {
    outline: none !important;
    box-shadow: none
}

.form-material .wpcf7-submit {
    display: inline-block;
    color: #fff;
    background-color: #111d5e;
    border-radius: 20px;
    text-align: center;
    width: 200px;
    max-width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease
}

@media (max-width:768px) {
    .form-material .wpcf7-submit {
        margin-top: 15px
    }
}

.form-material .wpcf7-submit:hover {
    background: #e2007c;
    color: #fff;
    border-color: transparent
}

.form-search {
    position: relative;
    z-index: 2051
}

    .form-search .search-form {
        opacity: 1;
        display: flex;
        align-items: center;
        justify-content: end;
        position: absolute;
        width: 378px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        transition: all .5s ease;
        -webkit-transition: all .5s ease
    }

        .form-search .search-form .search-field {
            border: 1px solid #adadad;
            border-radius: 10px;
            transition: all .5s ease;
            -webkit-transition: all .5s ease
        }

        .form-search .search-form .search-submit {
            position: absolute;
            right: 0;
            top: 0
        }

    .form-search .form-hide {
        opacity: 0 !important;
        width: 0 !important;
        padding: 0;
        border: 0;
        z-index: -1
    }

        .form-search .form-hide .search-field {
            padding: 0
        }

    .form-search button {
        border: none;
        outline: none !important;
        box-shadow: none !important
    }

.mst-50 {
    margin-top: -50px !important
}

#scrollUp {
    position: fixed;
    box-shadow: 0 3px 19px rgba(0,0,0,.17);
    z-index: 99 !important;
    border-radius: 50%;
    cursor: pointer;
    bottom: 110px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: 0 0;
    border-color: #fdfdfd;
    color: #a9a9a9;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -ms-justify-content: center
}

.wpcf7-response-output {
    margin: 10px 0
}

.item-mask {
    position: absolute;
    bottom: -63px;
    right: -63px;
    width: 100px;
    height: 100px;
    background: #111d5e;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.scroll-bar::-webkit-scrollbar {
    width: 8px
}

.scroll-bar::-webkit-scrollbar-track {
    background: #f1f1f1
}

.scroll-bar::-webkit-scrollbar-thumb {
    background: silver;
    border-radius: 10px
}

    .scroll-bar::-webkit-scrollbar-thumb:hover {
        background: #888
    }

.page-template-title {
    margin-top: 0;
    margin-bottom: 20px
}

.category-view {
    margin-bottom: 15px
}

    .category-view .cat-item-child a.overlay-img {
        height: 182px
    }

    .category-view .cat-item {
        position: relative;
        margin-bottom: 15px;
        overflow: hidden;
        transition: all .5s ease;
        -webkit-transition: all .5s ease
    }

        .category-view .cat-item.first {
            padding-bottom: 40px;
            margin-bottom: 40px;
            border-bottom: 1px solid #adadad
        }

            .category-view .cat-item.first a img {
                width: 100%;
                max-width: 100%;
                max-height: 600px;
                object-fit: cover
            }

        .category-view .cat-item a {
            display: block;
            color: inherit
        }

            .category-view .cat-item a.overlay-img {
                overflow: hidden;
                text-align: center
            }

            .category-view .cat-item a img {
                width: 100%;
                height: 100%;
                max-width: 300px;
                object-fit: cover;
                transition: all .5s ease;
                -webkit-transition: all .5s ease
            }

                .category-view .cat-item a img:hover {
                    transform: scale(1.08)
                }

        .category-view .cat-item .item-title {
            margin-top: 20px
        }

            .category-view .cat-item .item-title h5 {
                color: #111d5e;
                font-family: "SF Pro Display Bold",sans-serif
            }

            .category-view .cat-item .item-title p {
                font-weight: 300
            }

    .category-view .hr-line {
        width: 100%;
        height: 1px;
        background-color: #adadad;
        margin: 0 15px 20px
    }

.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 14px;
    padding-left: 15px;
    white-space: nowrap
}

.wpcf7-form .wpcf7-mail-sent-ok {
    display: none !important
}

.wpcf7-form .ajax-loader {
    display: none !important
}

#cf7md-form .wpcf7-form-control {
    height: 40px
}

#cf7md-form .mdc-text-field {
    height: 40px;
    border-radius: 10px
}

#cf7md-form .mdc-text-field--textarea {
    height: auto
}

#cf7md-form .mdc-notched-outline .mdc-notched-outline__leading {
    border-radius: 10px 0 0 10px !important
}

#cf7md-form .mdc-notched-outline .mdc-notched-outline__trailing {
    border-radius: 0 10px 10px 0 !important
}

#cf7md-form .mdc-text-field--outlined .mdc-floating-label {
    top: 12px
}

    #cf7md-form .mdc-text-field--outlined .mdc-floating-label.mdc-floating-label--float-above {
        -webkit-transform: translateY(-110%) scale(.75);
        -ms-transform: translateY(-110%) scale(.75);
        transform: translateY(-110%) scale(.75)
    }

#cf7md-form .mdc-select {
    height: 40px
}

    #cf7md-form .mdc-select .wpcf7-form-control {
        padding-top: 6px
    }

    #cf7md-form .mdc-select .mdc-select__dropdown-icon {
        bottom: 8px
    }

    #cf7md-form .mdc-select.mdc-select--focused .mdc-select__dropdown-icon {
        transform: rotate(180deg) translateY(0px)
    }

    #cf7md-form .mdc-select .mdc-floating-label {
        top: 12px !important
    }

@media (min-width:840px) {
    #cf7md-form .mdc-layout-grid__inner {
        grid-gap: var(--mdc-layout-grid-gutter-desktop,23px)
    }
}

#cf7md-form .readmore {
    color: #fff
}

.form-single-recruitment {
    max-width: 561px
}

    .form-single-recruitment .two-col {
        display: flex;
        display: -moz-flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between
    }

@media (max-width:768px) {
    .form-single-recruitment .two-col {
        display: block
    }
}

.form-single-recruitment .two-col > div:not(:last-child) {
    margin-right: 5px !important
}

.form-single-recruitment .wpcf7-submit {
    margin: 0 auto
}

.form-single-title {
    font-size: 18px;
    color: #111d5e;
    font-family: "SF Pro Display Medium",sans-serif;
    margin-bottom: 25px
}

#cf7md-form .mdc-text-field__input:required ~ .mdc-floating-label:after, #cf7md-form .mdc-text-field__input:required ~ .mdc-notched-outline .mdc-floating-label:after {
    color: red
}

#cf7md-form .mdc-theme--text-primary-on-background, #cf7md-form .mdc-theme--text-primary-on-light, #cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input, #cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control, #cf7md-form .mdc-form-field, #cf7md-form .cf7md-file--value, #cf7md-form .cf7md-card-title, #cf7md-form .mdc-list a.mdc-list-item, #cf7md-form input, #cf7md-form textarea, #cf7md-form select, #cf7md-form .wpcf7-list-item label, #cf7md-form .cf7md-switch-label, #cf7md-form .cf7md-checkbox-label, #cf7md-form .cf7md-radio-label, #cf7md-form .cf7md-accept-label, #cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label, #cf7md-form .mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input, #cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
    color: #707070
}

.item-mask {
    position: absolute;
    bottom: -63px;
    right: -63px;
    width: 100px;
    height: 100px;
    background: #111d5e;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

#successModalCF7 .modal-content {
    position: relative;
    overflow: hidden
}

    #successModalCF7 .modal-content .modal-body {
        min-height: 280px;
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center
    }

#successModalCF7 .text-message {
    color: #00d68f
}

#successModalCF7 .readmore {
    margin-top: 50px
}

.modal-content {
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
    border-radius: 10px;
    border: none
}

.fal-bg-overlay {
    background-image: url(//diginet.com.vn/wp-content/themes/diginet/css/./../images/bg/theme.png);
    background-attachment: fixed;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%
}

@media (max-width:768px) {
    .fal-bg-overlay {
        background-image: url(//diginet.com.vn/wp-content/themes/diginet/css/./../images/bg/theme_mobile.png)
    }
}

.btn-fal.btn-loadmore {
    background: linear-gradient(180deg,#48a4ff 0%,#111d5e 100%);
    border-radius: 40px;
    border: 0 solid transparent;
    margin: 0 auto;
    padding: 10px 40px
}

    .btn-fal.btn-loadmore a {
        color: #fff
    }

    .btn-fal.btn-loadmore:hover {
        background: linear-gradient(180deg,#f798cc 0%,#e3007c 100%) !important
    }

.header-webinar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg,#111d5e 0%,#c1006c 100%)
}

    .header-webinar.has-logged {
        top: 32px
    }

@media (max-width:782px) {
    .header-webinar.has-logged {
        top: 46px
    }
}

.header-webinar .navbar-toggler span {
    background: #fff
}

@media (max-width:991px) {
    .header-webinar #top-header #main-nav .navbar-collapse .navbar-nav {
        background-color: rgba(17,36,170,.8);
        backdrop-filter: blur(5px)
    }
}

.header-webinar #top-header #main-nav li a {
    color: #fff
}

.fal-webinar-title.sow-title {
    color: #1124aa;
    text-align: center
}

@media (min-width:768px) {
    .fal-webinar-title.sow-title {
        font-size: 28px
    }
}

@media (min-width:991px) {
    .fal-webinar-title.sow-title {
        font-size: 32px
    }
}

@media (min-width:1280px) {
    .fal-webinar-title.sow-title {
        font-size: 40px
    }
}

.fal-webinar-title.sow-title:after {
    content: none
}

.fal-webinar-title .sow-title {
    color: #1124aa;
    text-align: center
}

@media (min-width:768px) {
    .fal-webinar-title .sow-title {
        font-size: 28px
    }
}

@media (min-width:991px) {
    .fal-webinar-title .sow-title {
        font-size: 32px
    }
}

@media (min-width:1280px) {
    .fal-webinar-title .sow-title {
        font-size: 40px
    }
}

.fal-webinar-title .sow-title:after {
    content: none
}

.webinar-btn {
    display: inline-block;
    color: #fff;
    background-color: #111d5e;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #ddd;
    max-width: 100%;
    margin: 0 auto;
    cursor: pointer;
    padding: 8px 50px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease
}

    .webinar-btn:hover {
        background: linear-gradient(180deg,#f798cc 0%,#e3007c 100%) !important;
        color: #fff
    }

.accordion-appversion {
    margin-bottom: 20px
}

    .accordion-appversion .card {
        border: none;
        border-bottom: 1px solid #adadad;
        background: 0 0
    }

        .accordion-appversion .card .card-header {
            margin-bottom: 0 !important;
            border: none;
            background-color: transparent;
            padding-left: 0;
            padding-right: 0
        }

            .accordion-appversion .card .card-header.collapsed {
                border-bottom: 1px solid #adadad
            }

                .accordion-appversion .card .card-header.collapsed h2:before {
                    -webkit-transform: rotate(90deg);
                    -moz-transform: rotate(90deg);
                    transform: rotate(90deg)
                }

            .accordion-appversion .card .card-header h2:before {
                font-family: "dashicons";
                content: "\f347";
                transition: all .5s;
                font-size: 28px;
                color: #7f828e
            }

            .accordion-appversion .card .card-header img {
                max-height: 32px;
                object-fit: cover
            }

        .accordion-appversion .card .card-body {
            padding-bottom: 0;
            padding-left: 0;
            padding-right: 0
        }

            .accordion-appversion .card .card-body > ul > li {
                padding-bottom: 1.25rem;
                margin-bottom: 20px;
                border-bottom: 1px solid #adadad
            }

.list-app_version .app_version-item .app_version-item-title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #111d5e;
    margin-bottom: 8px
}

.app_version-item-info {
    margin-top: 16px
}

    .app_version-item-info tr td:first-child {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #007bff;
        min-width: 150px
    }

.pum-close.popmake-close {
    padding: 1px 11px;
    margin-top: 5px;
    margin-left: 30px;
    border-radius: 4px
}

.pum-content.popmake-content {
    display: inline-block
}

.footer-logo {
    margin-bottom: 15px
}

.footer-companyname {
    font-family: "SF Pro Display Bold",sans-serif
}

.footer-office {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px
}

    .footer-office .footer-office-icon {
        width: 16px;
        min-width: 16px;
        margin-right: 10px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .footer-office .footer-office-title {
        font-family: "SF Pro Display Bold",sans-serif
    }

        .footer-office .footer-office-title img {
            margin-right: 10px
        }

    .footer-office .footer-office-content {
        font-weight: 300
    }

.footer-widget {
    margin-bottom: 50px
}

    .footer-widget .list-products-content .product-item {
        margin-bottom: 10px;
        position: relative
    }

        .footer-widget .list-products-content .product-item a {
            padding-bottom: 5px
        }

@media (max-width:768px) {
    .footer-widget .footer-col {
        margin-top: 20px
    }
}

@media (max-width:580px) {
    .footer-widget .footer-col .list-products-content .list-logo {
        flex-direction: column !important
    }
}

.popup001 header {
    font-weight: 300;
    font-size: 14px
}

.popup001 .modal-dialog {
    max-width: 600px
}

.popup001 .modal-title {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 18px;
    margin-bottom: 8px
}

.popup001 .modal-body {
    padding: 25px 80px 60px !important
}

    .popup001 .modal-body .form-group {
        padding-top: 0 !important
    }

.popup001 .wpcf7-submit {
    margin-top: 20px !important
}

.popup001 .wpcf7-form-control-wrap {
    display: block;
    position: relative;
    margin-top: 15px
}

    .popup001 .wpcf7-form-control-wrap:before, .popup001 .wpcf7-form-control-wrap:after {
        content: "";
        height: 4px;
        background: #4b58dc;
        position: absolute;
        top: -2px
    }

    .popup001 .wpcf7-form-control-wrap input {
        border-radius: 0;
        border: 0;
        padding-left: 0;
        border-bottom: 1px solid #707070;
        outline: none;
        color: #7b7b7b;
        font-size: 16px;
        background-size: 12px
    }

        .popup001 .wpcf7-form-control-wrap input.lbl-user {
            background: url(//diginet.com.vn/wp-content/themes/diginet/inc/siteorigin/widgets/popup002/css/../assets/user.svg) no-repeat left center
        }

        .popup001 .wpcf7-form-control-wrap input.lbl-phone {
            background: url(//diginet.com.vn/wp-content/themes/diginet/inc/siteorigin/widgets/popup002/css/../assets/smartphone.svg) no-repeat left center
        }

        .popup001 .wpcf7-form-control-wrap input.lbl-email {
            background: url(//diginet.com.vn/wp-content/themes/diginet/inc/siteorigin/widgets/popup002/css/../assets/message.svg) no-repeat left center
        }

        .popup001 .wpcf7-form-control-wrap input:focus, .popup001 .wpcf7-form-control-wrap input:active {
            outline: none;
            box-shadow: none;
            background-color: #f3f3f3
        }

.popup001 br {
    display: none
}

.popup001 label {
    font-weight: 300;
    font-size: 16px;
    display: block;
    margin-bottom: -10px;
    margin-top: 15px;
    color: #7b7b7b
}

    .popup001 label span.red {
        color: #ca0000
    }

.popup001 textarea {
    border-radius: 0;
    background: #f5f4f4;
    border: 0;
    height: 152px
}

.popup001 p:empty {
    display: none
}

.popup001 .form-action {
    margin-top: 15px;
    text-align: center
}

@-moz-keyframes alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }

    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }

    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@-webkit-keyframes alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}

.isd-alo-phone {
    visibility: hidden;
    background-color: transparent;
    width: 150px;
    cursor: pointer;
    z-index: 10;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    bottom: 55px;
    right: 0
}

.isd-alo-ph-circle {
    width: 110px;
    height: 110px;
    bottom: 20px;
    left: -10px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,.4);
    border: 2px solid #bfebfc 9;
    opacity: .1;
    -webkit-animation: alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: alo-circle-anim 1.2s infinite ease-in-out;
    animation: alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    border-color: #f79223;
    opacity: .5
}

.isd-alo-ph-circle-fill {
    width: 90px;
    height: 90px;
    bottom: 30px;
    left: 0;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #fc8d1f;
    opacity: .75 !important
}

.isd-alo-ph-img-circle {
    width: 60px;
    padding: 6px;
    padding-top: 13px;
    height: 60px;
    bottom: 44px;
    left: 15px;
    position: absolute;
    background-size: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1.7;
    -webkit-animation: alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: alo-circle-img-anim 1s infinite ease-in-out;
    animation: alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #f79223
}

@media (max-width:991px) {
    .isd-alo-phone {
        bottom: 46px;
        right: -5px
    }
}

.btn-call-fixed {
    color: #e5072d !important;
    position: fixed !important;
    left: 0 !important;
    bottom: 0 !important;
    padding: 0 !important;
    height: 0;
    border: 0 !important;
    z-index: 10
}

    .btn-call-fixed .isd-alo-phone {
        visibility: visible !important
    }

    .btn-call-fixed span.number-phone {
        padding: 10px 20px;
        font-weight: 700;
        background: linear-gradient(0deg,#d10265 0%,#e3744e 68.1%,#f2d23c 100%);
        color: #fff;
        position: fixed;
        bottom: 58px;
        left: 50px;
        border-radius: 30px;
        box-shadow: 4px 3px 8px #4e4e4e;
        animation: shadow-pulse 2s infinite
    }

        .btn-call-fixed span.number-phone:hover {
            opacity: .8
        }

        .btn-call-fixed span.number-phone img {
            margin-right: 10px;
            position: relative;
            top: -2px
        }

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(247,146,35,.5)
    }

    100% {
        box-shadow: 0 0 0 35px rgba(247,146,35,.05)
    }
}

@keyframes shadow-pulse-big {
    0% {
        box-shadow: 0 0 0 0px rgba(247,146,35,.1)
    }

    100% {
        box-shadow: 0 0 0 70px rgba(247,146,35,0)
    }
}

! * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)

.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1,-1);
    transform: scale(1,-1)
}

.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1,-1);
    transform: scale(-1,-1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: 'sow-fontawesome-brands';
    font-style: normal;
    font-weight: 400;
    src: url(//diginet.com.vn/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-brands-400.eot);
    src: url(//diginet.com.vn/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//diginet.com.vn/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//diginet.com.vn/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-brands-400.woff) format("woff"),url(//diginet.com.vn/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//diginet.com.vn/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.sow-fab {
    font-family: 'sow-fontawesome-brands';
    font-style: normal !important;
    font-weight: 400 !important
}

@font-face {
    font-family: 'sow-fontawesome-free';
    font-style: normal;
    font-weight: 400;
    src: url(//diginet.com.vn/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-regular-400.eot);
    src: url(//diginet.com.vn/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//diginet.com.vn/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//diginet.com.vn/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-regular-400.woff) format("woff"),url(//diginet.com.vn/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"),url(//diginet.com.vn/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.sow-far {
    font-family: 'sow-fontawesome-free';
    font-style: normal !important;
    font-weight: 400 !important
}

@font-face {
    font-family: 'sow-fontawesome-free';
    font-style: normal;
    font-weight: 900;
    src: url(//diginet.com.vn/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-solid-900.eot);
    src: url(//diginet.com.vn/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//diginet.com.vn/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//diginet.com.vn/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-solid-900.woff) format("woff"),url(//diginet.com.vn/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//diginet.com.vn/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.sow-fa, .sow-fas {
    font-family: 'sow-fontawesome-free';
    font-weight: 900 !important;
    font-style: normal !important
}

.sow-icon-fontawesome {
    display: inline-block;
    speak: none;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    .sow-icon-fontawesome[data-sow-icon]:before {
        content: attr(data-sow-icon)
    }
tr.history-timeline-item td:first-child {
    width: 18%;
}
tr.history-timeline-item td {
    padding: 15px 0;
}
tbody#dataUpdate tbody td {
    padding: 10px;
}

.separator {
    /* Content is centered horizontally */
    align-items: center;
    display: flex;
    /* Used to set the position of text */
    position: relative;
    margin: 10px 0 20px 0px;
}

.separator__content {
    background: #dcdcdc;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0 0.25rem;
    width: 60%;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    color: #ff3c3c;
}

.separator__separator {
    border-bottom: 1px solid #d1d5db;
    height: 1px;
    width: 100%;
}

.ribbon {
    /* Center the content */
    align-items: center;
    display: flex;
    justify-content: center;
    /* Size */
    height: 2rem;
    /* Use to position the corners */
    position: relative;
}

.ribbon__content {
    background-color: #7495ff;
    z-index: 1;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 20px;
    color: #fff;
}

.ribbon__side {
    bottom: -0.5rem;
    position: absolute;
    /* Displayed under the ribbon */
    z-index: 1;
    /* Background */
    border: 1rem solid #d1d5db;
}

.ribbon__side--l {
    /* Position */
    left: -1.5rem;
    border-color: #d1d5db #d1d5db #d1d5db transparent;
}

.ribbon__side--r {
    /* Position */
    right: -1.5rem;
    border-color: #d1d5db transparent #d1d5db #d1d5db;
}

.ribbon__triangle {
    position: absolute;
    top: 100%;
    border: 0.5rem solid transparent;
    border-bottom-width: 0;
    border-top-color: #aaa;
}

.ribbon__triangle--l {
    border-right-width: 0;
    left: 0;
}

.ribbon__triangle--r {
    border-left-width: 0;
    right: 0;
}

.no-data-content{
    text-align:center;
}
.history-timeline-description table {
    width: 100% !important;
}
.hidden-update-vesion{
    display: none
}

.history-timeline-description table td p span
, .history-timeline-description table td span
, .history-timeline-description table td span
, .history-timeline-description table td p strong
, .history-timeline-description table td p
{
    font-size: 13px !important;
    font-family: 'Roboto' !important;
}

@media screen and (max-width: 1024px) {
    #ht-kb-exit-widget-3 {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    #ht-kb-exit-widget-3 {
        display: none;
    }
    .ht-page > .ht-container#container-content {
        display: block !important;
    }
    .hidden-update-vesion {
        display: block
    }
    .show-update-vesion{
        display:none;
    }
    .tr.history-timeline-item td:first-child{
        width: 0px;
    }
    .history-timeline-wrapper .history-timeline-content .history-timeline-item .ht-title:after {
        left: -3.5px;
        right: unset;
    }
    tr.history-timeline-item td:first-child{
        width: 0px;
    }
    .separator__content {
        display: inline-flex;
        justify-content: center;
    }
}
@media screen and (max-width: 524px){
    .separator__content {
        font-size: 9px;
        width: 90%;
        padding: 5px 0;
    }
    #panel-215-3-0-0.widget {
        padding:5px
    }
    .history-timeline-description table td p span
    , .history-timeline-description table td span
    , .history-timeline-description table td span
    , .history-timeline-description table td p strong
    , .history-timeline-description table td p
    {
        font-size: 8px !important;
        font-family: 'Roboto' !important;
    }
}
