.text-image-section .image-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
}

.text-image-section .image-wrapper img {
    border-radius: .6rem;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: top;
    -o-object-position: top;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.text-image-section .video-wrapper {
    height: 0;
    padding-bottom: 56.27198%;
    position: relative;
    width: 100%;
    z-index: 1
}

.text-image-section .video-wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.text-image-section .text-image-content p:last-child {
    margin-bottom: 0
}

.text-image-section .icon-list {
    list-style: none;
    padding-left: 0
}

.text-image-section .icon-list li {
    padding-left: 1.5rem;
    position: relative
}

.text-image-section .icon-list i {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: var(--frontend-primary-lighten-35-color);
    border-radius: 100%;
    color: var(--frontend-primary-color);
    display: table;
    font-size: .7rem;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    height: 1.2rem;
    left: 0;
    letter-spacing: normal;
    line-height: 1;
    position: absolute;
    text-align: center;
    text-transform: none;
    top: 3px;
    width: 1.2rem;
    word-spacing: normal
}

.text-image-section .icon-list i:before {
    color: var(--frontend-primary-color);
    content: "";
    font-family: FontAwesome;
    left: .3rem;
    position: absolute;
    top: .25rem
}

@media (max-width:991.9px) {
    .text-image-section.left-image .text-image-content {
        margin-top: 25px
    }

    .text-image-section.right-image .text-image-content {
        margin-bottom: 25px
    }
}

.subscribe-section,
.subscribe-section .subscribe-form {
    position: relative
}

.subscribe-section .subscribe-form input {
    background: #fff;
    border: 2px solid transparent;
    border-radius: 50px;
    font-size: 16px;
    padding: 18px 30px;
    transition: all .3s ease-out 0s;
    width: 100%
}

.subscribe-section .subscribe-form input:focus {
    box-shadow: 0 0 30px hsla(0, 0%, 100%, .15)
}

.subscribe-section .subscribe-form button {
    background: linear-gradient(270deg, #3763eb 0, #6f58e8 50.39%, #3763eb);
    background-size: 200%;
    border: none;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    height: 54px;
    position: absolute;
    right: 5px;
    top: 5px;
    transition: all .3s ease-out 0s;
    width: 54px
}

.subscribe-section .subscribe-form button:hover {
    background-position: 100%
}

.blog-container {
    padding-bottom: 80px;
    padding-top: 80px
}

@media (min-width:992px) {
    .blog-container {
        padding-bottom: 120px;
        padding-top: 120px
    }
}

.blog-container .page-sidebar:last-child {
    margin-bottom: 0
}

.article {
    background-color: #fff;
    border: 1px solid rgba(26, 30, 48, .05);
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(26, 30, 48, .08);
    position: relative
}

.article ol,
.article ul {
    list-style-type: unset;
    margin-bottom: 1rem;
    margin-top: 0;
    padding-left: 2rem
}

.article .h1,
.article .h2,
.article .h3,
.article .h4,
.article .h5,
.article .h6,
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    margin-bottom: 1rem
}

.article .article-header {
    height: 170px;
    overflow: hidden;
    position: relative
}

.article .article-header .article-image {
    background-color: #fbfbfb;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: -1
}

.article .article-detail .article-description p {
    font-family: var(--bs-font-sans-serif);
    font-size: 16px;
    letter-spacing: .3px
}

.article .article-details {
    background-color: #fff;
    line-height: 24px;
    padding: 20px
}

.article .article-style-c .article-details p {
    color: #34395e
}

.article .article-style-c .article-details .article-category {
    color: #34395e;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.article .article-style-c .article-details .article-category a {
    color: #34395e;
    cursor: default;
    font-size: 10px;
    font-weight: 700
}

.article .article-style-c .article-details .article-category a:hover {
    text-decoration: none
}

.article .article-style-c .article-title {
    margin-bottom: 10px
}

.article .article-style-c .article-title h2 {
    line-height: 22px
}

.article .article-style-c .article-title a {
    font-size: 16px;
    font-weight: 600
}

.article .article-style-c .article-user {
    display: inline-block;
    margin-top: 20px;
    width: 100%
}

.article .article-style-c .article-user img {
    border-radius: 50%;
    float: left;
    margin-right: 15px;
    width: 45px
}

.article .article-style-c .article-user .user-detail-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.article .article-style-c .article-user .user-detail-name a {
    color: #34395e;
    cursor: default;
    font-weight: 700
}

.article .article-style-c .article-user .user-detail-name a:hover {
    text-decoration: none
}

.article.article-style-d {
    background-color: #fff;
    border-radius: 5px
}

.article.article-style-d figure {
    margin-bottom: 0
}

.article.article-style-d figure img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%
}

.article .article-meta {
    color: rgba(0, 0, 0, .7);
    display: inline-block;
    font-family: var(--bs-font-sans-serif);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin: 0 10px;
    text-transform: uppercase
}

.article .article-meta a,
.article .article-meta i,
.article .article-meta span {
    color: rgba(0, 0, 0, .7)
}

.article .article-meta a:hover {
    color: var(--frontend-primary-color);
    text-decoration: none
}

.article .article-metas {
    margin: 0 -10px 25px
}

.article .article-description h2,
.article .article-description h3,
.article .article-description h4,
.article .article-description h5,
.article .article-description h6 {
    text-align: left
}

.article .article-description p:last-child {
    margin-bottom: 0
}

.article.article-style-d.article-detail .article-description {
    font-family: var(--bs-font-sans-serif);
    font-size: 16px;
    letter-spacing: .3px
}

.article.article-style-c .article-header {
    height: 233px
}

.article .footer-social-links ul {
    margin-bottom: 0;
    padding-left: 0
}

.article .footer-social-links ul li a {
    background: rgba(0, 0, 0, .6) !important
}

.article .footer-social-links ul li a:hover {
    background: var(--frontend-primary-color) !important;
    color: #fff
}

.article blockquote {
    border-left: 5px solid var(--frontend-primary-color);
    font-family: Roboto, serif;
    font-size: 1em;
    padding: 10px
}

.article-content {
    padding: 25px
}

.article-meta-custom span {
    margin-left: -4px
}

.article-detail .article-description p,
.article-style-d.article-detail .article-description {
    line-height: 1.6;
    padding: 0;
    text-align: justify
}

.article-other-articles {
    margin-top: 25px
}

.article-other-articles a.next-post:hover .post-page-title,
.article-other-articles a.previous-post:hover .post-page-title {
    color: var(--frontend-primary-color)
}

@media (max-width:767px) {
    .article-other-articles {
        margin-bottom: 25px
    }
}

@media only screen and (max-width:991px) and (min-width:768px) {
    .article-other-articles {
        margin-bottom: 25px
    }
}

.article-share-blog {
    margin-bottom: 20px;
    position: relative
}

.article-share-blog:after {
    background: var(--frontend-primary-color);
    content: "";
    height: 2px;
    margin-left: 6px;
    max-width: 156px;
    position: absolute;
    top: 12px;
    width: 100%
}

@media (max-width:767px) {
    .article-share-blog {
        text-align: center;
        width: 100%
    }

    .article-share-blog:before {
        background: var(--frontend-primary-color);
        content: "";
        height: 2px;
        margin-left: -55px;
        position: absolute;
        top: 12px;
        width: 100%
    }

    .article-share-blog:after,
    .article-share-blog:before {
        max-width: 50px
    }
}

.next-post .post-page-details img,
.previous-post .post-page-details img {
    border: 1px solid rgba(26, 30, 48, .05);
    box-shadow: 0 0 10px rgba(26, 30, 48, .08)
}

.breadcrumb {
    background-color: transparent
}

.breadcrumb a,
.breadcrumb>li,
.breadcrumb>li.active {
    color: var(--frontend-breadcrumb-text-color)
}

.breadcrumb a:focus,
.breadcrumb a:hover {
    color: var(--frontend-breadcrumb-text-hover-color);
    text-decoration: none
}

.breadcrumb.link-accent>li.active {
    color: inherit
}

.breadcrumb.link-accent a:focus,
.breadcrumb.link-accent a:hover {
    color: var(--frontend-breadcrumb-text-hover-color);
    text-decoration: none
}

.breadcrumb>li+li:before {
    content: "|";
    padding: 0 7px
}

.page-header {
    background: var(--frontend-breadcrumb-bg-color);
    border-color: var(--frontend-breadcrumb-bg-color);
    margin: 0;
    padding: 5px 0
}

.page-header .container {
    position: relative
}

.page-header .breadcrumb {
    margin-top: -18px;
    position: absolute;
    right: 15px;
    top: 50%
}

.page-header .page-title {
    color: var(--frontend-breadcrumb-page-title-color);
    margin-bottom: 0
}

@media screen and (max-width:768px) {
    .page-header .page-title {
        float: none !important;
        text-align: center
    }

    .page-header .breadcrumb {
        justify-content: center;
        position: inherit;
        right: inherit;
        top: inherit
    }
}

.page-header.one-column {
    padding: 40px 0
}

.page-header.one-column .breadcrumb {
    padding: 15px 0 0;
    position: relative;
    right: 0
}

.page-header.has-gray-background {
    background: #f5f5f5
}

.page-header.has-intro {
    padding: 40px 0
}

.page-header.has-intro .left {
    width: 50%
}

.page-header.has-intro .page-title {
    margin: 10px 0 15px
}

.page-header.has-background-image {
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 40px 0
}

.page-header.has-background-image.bg-overlay .container {
    position: relative;
    z-index: 1
}

.page-header.has-background-pattern {
    background-repeat: repeat;
    padding: 40px 0
}

.page-header.centered .breadcrumb {
    justify-content: center
}

.page-header.centered .page-title {
    text-align: center
}

@media screen and (max-width:768px) {
    .page-header.has-intro {
        text-align: center
    }

    .page-header.has-intro .left {
        margin-bottom: 15px;
        width: 100%
    }

    .page-header.has-intro .breadcrumb {
        margin-bottom: 0
    }
}

.page-header .page-revision {
    color: var(--frontend-breadcrumb-page-title-color);
    margin-top: 1rem
}

.page-article .page-article-inner {
    border: 1px solid rgba(26, 30, 48, .05);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(26, 30, 48, .08);
    padding: var(--bs-gutter-x, .75rem)
}

.page-article .page-article-inner .article {
    border: none;
    box-shadow: none
}

.page-sidebar {
    border: 1px solid rgba(26, 30, 48, .05) !important;
    border-radius: 5px !important;
    box-shadow: 0 0 10px rgba(26, 30, 48, .08) !important
}

.page-sidebar .list-group .list-group-item:hover strong {
    color: var(--frontend-primary-color) !important
}

.carousel-section-wrapper,
.carousel-section-wrapper .carousel-section {
    position: relative;
    z-index: 3
}

.carousel-section-wrapper .carousel-section.clip-bg {
    -webkit-clip-path: polygon(0 11%, 100% 0, 100% 100%, 0 89%);
    clip-path: polygon(0 11%, 100% 0, 100% 100%, 0 89%)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .carousel-section-wrapper .carousel-section.clip-bg {
        -webkit-clip-path: polygon(0 8%, 100% 2%, 100% 98%, 0 92%);
        clip-path: polygon(0 8%, 100% 2%, 100% 98%, 0 92%)
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .carousel-section-wrapper .carousel-section.clip-bg {
        -webkit-clip-path: polygon(0 8%, 100% 2%, 100% 98%, 0 92%);
        clip-path: polygon(0 8%, 100% 2%, 100% 98%, 0 92%)
    }
}

@media (max-width:767px) {
    .carousel-section-wrapper .carousel-section.clip-bg {
        -webkit-clip-path: polygon(0 8%, 100% 2%, 100% 98%, 0 92%);
        clip-path: polygon(0 8%, 100% 2%, 100% 98%, 0 92%)
    }
}

.carousel-section-wrapper .carousel-section.clip-bg:after {
    background: linear-gradient(90deg, rgba(111, 88, 232, .8) 0, #3763eb);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.carousel-section-wrapper .carousel-section.carousel-item .carousel-content .section-title h2 {
    margin-bottom: 25px
}

.carousel-section-wrapper .carousel-section.carousel-item .carousel-content .section-title p {
    margin-bottom: 40px
}

.carousel-section-wrapper .carousel-section.carousel-item .carousel-content .border-btn {
    border-color: #fff;
    color: #fff
}

.carousel-section-wrapper .carousel-section.carousel-item .carousel-content .border-btn:hover {
    background: hsla(0, 0%, 100%, .2)
}

.carousel-section-wrapper .carousel-control {
    background: 0 0;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    color: #fff;
    height: 50px;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    z-index: 99
}

.carousel-section-wrapper .carousel-control:hover {
    background: #fff;
    color: var(--frontend-primary-color)
}

.carousel-section-wrapper .carousel-control.carousel-control-next {
    left: auto;
    right: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .carousel-section-wrapper .carousel-control {
        bottom: 80px;
        margin: auto;
        top: auto;
        transform: translateY(0)
    }

    .carousel-section-wrapper .carousel-control.carousel-control-prev {
        align-items: center;
        display: flex;
        justify-content: center;
        left: 42%
    }

    .carousel-section-wrapper .carousel-control.carousel-control-next {
        align-items: center;
        display: flex;
        justify-content: center;
        left: 10%
    }
}

@media (max-width:767px) {
    .carousel-section-wrapper .carousel-control {
        bottom: 80px;
        margin: auto;
        top: auto;
        transform: translateY(0)
    }

    .carousel-section-wrapper .carousel-control.carousel-control-prev {
        left: 37%
    }

    .carousel-section-wrapper .carousel-control.carousel-control-next {
        left: 23%
    }
}

.carousel-section-wrapper .carousel-control span {
    background: 0 0;
    height: auto;
    width: auto
}

.cta-section {
    padding-bottom: 70px;
    padding-top: 70px
}

.cta-section.bg-image .btn.btn-hover-arrow {
    color: #fff !important
}

.cta-section .row.align-items-center .col-lg-4 {
    text-align: right
}

@media only screen and (max-width:990px) {
    .cta-section .row.align-items-center .col-lg-4 {
        text-align: left
    }
}

.map-section {
    margin-top: -130px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .map-section {
        margin-top: 130px
    }
}

@media (max-width:767px) {
    .map-section {
        margin-top: 130px
    }
}

.accordion-style .single-accordion {
    border: 1px solid #ebebeb;
    border-radius: 5px
}

.accordion-style .single-accordion .accordion-btn button {
    background: #fff;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    padding: 12px 50px 12px 30px;
    position: relative;
    width: 100%
}

.accordion-style .single-accordion .accordion-btn button:after {
    content: "";
    font: normal normal normal 1em/1 LineIcons;
    position: absolute;
    right: 30px;
    top: 15px;
    transition: all .3s ease-out 0s
}

.accordion-style .single-accordion .accordion-btn button.collapsed:after {
    transform: rotate(180deg)
}

.accordion-style .single-accordion .accordion-btn button h3 {
    color: inherit;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0
}

.accordion-style .single-accordion .accordion-content {
    padding: 20px 30px
}

.accordion-style.theme-accordion .single-accordion .accordion-btn button {
    background: linear-gradient(270deg, #3763eb 0, #6f58e8);
    color: #fff
}

.accordion-style.theme-accordion .single-accordion .accordion-btn button:after {
    color: #fff
}

.folder-structure {
    background: #fff;
    color: #212529;
    font-family: Roboto Mono, monospace;
    font-size: .85rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 20px;
    padding: 30px;
    position: relative
}

.folder-structure span {
    color: #a8a8a8;
    font-size: 13px;
    font-style: italic;
    letter-spacing: .4px
}

.folder-structure .fa-folder,
.folder-structure .fa-folder-open {
    color: #007bff
}

.folder-structure .fa-html5 {
    color: #f21f10
}

.folder-structure ul {
    list-style: none;
    padding-left: 5px
}

.folder-structure ul li {
    box-sizing: border-box;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-top: 5px;
    position: relative
}

.folder-structure ul li:before {
    background-color: #666;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 15px;
    width: 10px
}

.folder-structure ul li:after {
    background-color: #666;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px
}

.folder-structure ul li:last-child:after {
    height: 15px
}

.folder-structure ul a {
    cursor: pointer
}

.folder-structure ul a:hover {
    text-decoration: none
}

.cookie-consent {
    background: rgba(0, 0, 0, .9);
    border-radius: 10px;
    bottom: 15px;
    color: #fff;
    left: 15px;
    max-width: 400px;
    padding: 25px;
    position: fixed;
    transition: bottom .5s;
    width: 100%;
    z-index: 9999
}

.cookie-consent h5,
.cookie-consent p {
    color: #fff
}

.footer {
    background: var(--frontend-footer-bg-color);
    position: relative;
    z-index: 2
}

.footer .footer-widget .logo img {
    max-width: 200px
}

.footer .footer-widget .footer-desc {
    color: var(--frontend-footer-text-color);
    line-height: 30px
}

.footer .footer-widget h3 {
    color: var(--frontend-footer-heading-color);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 35px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer .footer-widget h3 {
        font-size: 22px
    }
}

.footer .footer-widget ul.footer-links {
    list-style-type: none
}

.footer .footer-widget ul.footer-links li a {
    color: var(--frontend-footer-text-color);
    display: block;
    line-height: 35px;
    transition: all .3s
}

.footer .footer-widget ul.footer-links li a:hover {
    color: var(--frontend-primary-color)
}

.footer .footer-widget .footer-contact li {
    color: var(--frontend-footer-text-color)
}

.footer .footer-widget .footer-contact li:not(:last-child) {
    margin-bottom: 15px
}

.footer .footer-widget .footer-contact li>span>i {
    color: var(--frontend-primary-color);
    margin-right: 10px
}

.footer .footer-widget .footer-contact li>span>a {
    color: var(--frontend-footer-text-color)
}

.footer .copyright-area {
    border-top: 1px solid hsla(0, 0%, 59%, .19);
    font-size: 16px;
    padding: 25px 0;
    position: relative;
    z-index: 2
}

.footer .copyright-area p {
    color: var(--frontend-footer-text-color);
    text-align: right
}

@media (max-width:767px) {
    .footer .copyright-area p {
        font-size: 14px;
        text-align: center
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .footer .copyright-area p {
        font-size: 15px
    }
}

@media (min-width:768px) {
    .footer .copyright-area p {
        margin-bottom: 0
    }
}

.footer .copyright-area p a {
    color: var(--frontend-footer-text-color)
}

.footer .copyright-area p a:hover {
    color: var(--frontend-primary-color)
}

@media (max-width:767px) {
    .footer-social-links {
        margin-bottom: 15px
    }
}

.footer-social-links ul {
    justify-content: flex-start
}

@media (max-width:767px) {
    .footer-social-links ul {
        justify-content: center
    }
}

.footer-social-links ul li {
    display: inline-block
}

.footer-social-links ul li a {
    background: rgba(0, 0, 0, .1);
    border-radius: 50%;
    color: hsla(0, 0%, 100%, .75);
    display: block;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    margin-right: 15px;
    text-align: center;
    width: 45px
}

@media (max-width:767px) {
    .footer-social-links ul li a {
        margin-right: 10px;
        padding: 0 7px
    }
}

.footer-social-links ul li a:hover {
    color: #fff
}

.footer-social-links ul li a:hover,
.footer-social-links.colored li a {
    background: var(--frontend-primary-color)
}

.rounded {
    border-radius: 10px
}

.mt-1 {
    margin-top: 1px
}

.mt-2 {
    margin-top: 2px
}

.mt-3 {
    margin-top: 3px
}

.mt-4 {
    margin-top: 4px
}

.mt-5 {
    margin-top: 5px
}

.mt-6 {
    margin-top: 6px
}

.mt-7 {
    margin-top: 7px
}

.mt-8 {
    margin-top: 8px
}

.mt-9 {
    margin-top: 9px
}

.mt-10 {
    margin-top: 10px
}

.mt-11 {
    margin-top: 11px
}

.mt-12 {
    margin-top: 12px
}

.mt-13 {
    margin-top: 13px
}

.mt-14 {
    margin-top: 14px
}

.mt-15 {
    margin-top: 15px
}

.mt-16 {
    margin-top: 16px
}

.mt-17 {
    margin-top: 17px
}

.mt-18 {
    margin-top: 18px
}

.mt-19 {
    margin-top: 19px
}

.mt-20 {
    margin-top: 20px
}

.mt-21 {
    margin-top: 21px
}

.mt-22 {
    margin-top: 22px
}

.mt-23 {
    margin-top: 23px
}

.mt-24 {
    margin-top: 24px
}

.mt-25 {
    margin-top: 25px
}

.mt-26 {
    margin-top: 26px
}

.mt-27 {
    margin-top: 27px
}

.mt-28 {
    margin-top: 28px
}

.mt-29 {
    margin-top: 29px
}

.mt-30 {
    margin-top: 30px
}

.mt-31 {
    margin-top: 31px
}

.mt-32 {
    margin-top: 32px
}

.mt-33 {
    margin-top: 33px
}

.mt-34 {
    margin-top: 34px
}

.mt-35 {
    margin-top: 35px
}

.mt-36 {
    margin-top: 36px
}

.mt-37 {
    margin-top: 37px
}

.mt-38 {
    margin-top: 38px
}

.mt-39 {
    margin-top: 39px
}

.mt-40 {
    margin-top: 40px
}

.mt-41 {
    margin-top: 41px
}

.mt-42 {
    margin-top: 42px
}

.mt-43 {
    margin-top: 43px
}

.mt-44 {
    margin-top: 44px
}

.mt-45 {
    margin-top: 45px
}

.mt-46 {
    margin-top: 46px
}

.mt-47 {
    margin-top: 47px
}

.mt-48 {
    margin-top: 48px
}

.mt-49 {
    margin-top: 49px
}

.mt-50 {
    margin-top: 50px
}

.mt-51 {
    margin-top: 51px
}

.mt-52 {
    margin-top: 52px
}

.mt-53 {
    margin-top: 53px
}

.mt-54 {
    margin-top: 54px
}

.mt-55 {
    margin-top: 55px
}

.mt-56 {
    margin-top: 56px
}

.mt-57 {
    margin-top: 57px
}

.mt-58 {
    margin-top: 58px
}

.mt-59 {
    margin-top: 59px
}

.mt-60 {
    margin-top: 60px
}

.mt-61 {
    margin-top: 61px
}

.mt-62 {
    margin-top: 62px
}

.mt-63 {
    margin-top: 63px
}

.mt-64 {
    margin-top: 64px
}

.mt-65 {
    margin-top: 65px
}

.mt-66 {
    margin-top: 66px
}

.mt-67 {
    margin-top: 67px
}

.mt-68 {
    margin-top: 68px
}

.mt-69 {
    margin-top: 69px
}

.mt-70 {
    margin-top: 70px
}

.mt-71 {
    margin-top: 71px
}

.mt-72 {
    margin-top: 72px
}

.mt-73 {
    margin-top: 73px
}

.mt-74 {
    margin-top: 74px
}

.mt-75 {
    margin-top: 75px
}

.mt-76 {
    margin-top: 76px
}

.mt-77 {
    margin-top: 77px
}

.mt-78 {
    margin-top: 78px
}

.mt-79 {
    margin-top: 79px
}

.mt-80 {
    margin-top: 80px
}

.mt-81 {
    margin-top: 81px
}

.mt-82 {
    margin-top: 82px
}

.mt-83 {
    margin-top: 83px
}

.mt-84 {
    margin-top: 84px
}

.mt-85 {
    margin-top: 85px
}

.mt-86 {
    margin-top: 86px
}

.mt-87 {
    margin-top: 87px
}

.mt-88 {
    margin-top: 88px
}

.mt-89 {
    margin-top: 89px
}

.mt-90 {
    margin-top: 90px
}

.mt-91 {
    margin-top: 91px
}

.mt-92 {
    margin-top: 92px
}

.mt-93 {
    margin-top: 93px
}

.mt-94 {
    margin-top: 94px
}

.mt-95 {
    margin-top: 95px
}

.mt-96 {
    margin-top: 96px
}

.mt-97 {
    margin-top: 97px
}

.mt-98 {
    margin-top: 98px
}

.mt-99 {
    margin-top: 99px
}

.mt-100 {
    margin-top: 100px
}

.mb-1 {
    margin-bottom: 1px
}

.mb-2 {
    margin-bottom: 2px
}

.mb-3 {
    margin-bottom: 3px
}

.mb-4 {
    margin-bottom: 4px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-6 {
    margin-bottom: 6px
}

.mb-7 {
    margin-bottom: 7px
}

.mb-8 {
    margin-bottom: 8px
}

.mb-9 {
    margin-bottom: 9px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-11 {
    margin-bottom: 11px
}

.mb-12 {
    margin-bottom: 12px
}

.mb-13 {
    margin-bottom: 13px
}

.mb-14 {
    margin-bottom: 14px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-16 {
    margin-bottom: 16px
}

.mb-17 {
    margin-bottom: 17px
}

.mb-18 {
    margin-bottom: 18px
}

.mb-19 {
    margin-bottom: 19px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-21 {
    margin-bottom: 21px
}

.mb-22 {
    margin-bottom: 22px
}

.mb-23 {
    margin-bottom: 23px
}

.mb-24 {
    margin-bottom: 24px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-26 {
    margin-bottom: 26px
}

.mb-27 {
    margin-bottom: 27px
}

.mb-28 {
    margin-bottom: 28px
}

.mb-29 {
    margin-bottom: 29px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-31 {
    margin-bottom: 31px
}

.mb-32 {
    margin-bottom: 32px
}

.mb-33 {
    margin-bottom: 33px
}

.mb-34 {
    margin-bottom: 34px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-36 {
    margin-bottom: 36px
}

.mb-37 {
    margin-bottom: 37px
}

.mb-38 {
    margin-bottom: 38px
}

.mb-39 {
    margin-bottom: 39px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-41 {
    margin-bottom: 41px
}

.mb-42 {
    margin-bottom: 42px
}

.mb-43 {
    margin-bottom: 43px
}

.mb-44 {
    margin-bottom: 44px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-46 {
    margin-bottom: 46px
}

.mb-47 {
    margin-bottom: 47px
}

.mb-48 {
    margin-bottom: 48px
}

.mb-49 {
    margin-bottom: 49px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-51 {
    margin-bottom: 51px
}

.mb-52 {
    margin-bottom: 52px
}

.mb-53 {
    margin-bottom: 53px
}

.mb-54 {
    margin-bottom: 54px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-56 {
    margin-bottom: 56px
}

.mb-57 {
    margin-bottom: 57px
}

.mb-58 {
    margin-bottom: 58px
}

.mb-59 {
    margin-bottom: 59px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-61 {
    margin-bottom: 61px
}

.mb-62 {
    margin-bottom: 62px
}

.mb-63 {
    margin-bottom: 63px
}

.mb-64 {
    margin-bottom: 64px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-66 {
    margin-bottom: 66px
}

.mb-67 {
    margin-bottom: 67px
}

.mb-68 {
    margin-bottom: 68px
}

.mb-69 {
    margin-bottom: 69px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-71 {
    margin-bottom: 71px
}

.mb-72 {
    margin-bottom: 72px
}

.mb-73 {
    margin-bottom: 73px
}

.mb-74 {
    margin-bottom: 74px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-76 {
    margin-bottom: 76px
}

.mb-77 {
    margin-bottom: 77px
}

.mb-78 {
    margin-bottom: 78px
}

.mb-79 {
    margin-bottom: 79px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-81 {
    margin-bottom: 81px
}

.mb-82 {
    margin-bottom: 82px
}

.mb-83 {
    margin-bottom: 83px
}

.mb-84 {
    margin-bottom: 84px
}

.mb-85 {
    margin-bottom: 85px
}

.mb-86 {
    margin-bottom: 86px
}

.mb-87 {
    margin-bottom: 87px
}

.mb-88 {
    margin-bottom: 88px
}

.mb-89 {
    margin-bottom: 89px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-91 {
    margin-bottom: 91px
}

.mb-92 {
    margin-bottom: 92px
}

.mb-93 {
    margin-bottom: 93px
}

.mb-94 {
    margin-bottom: 94px
}

.mb-95 {
    margin-bottom: 95px
}

.mb-96 {
    margin-bottom: 96px
}

.mb-97 {
    margin-bottom: 97px
}

.mb-98 {
    margin-bottom: 98px
}

.mb-99 {
    margin-bottom: 99px
}

.mb-100 {
    margin-bottom: 100px
}

.ml-1 {
    margin-left: 1px
}

.ml-2 {
    margin-left: 2px
}

.ml-3 {
    margin-left: 3px
}

.ml-4 {
    margin-left: 4px
}

.ml-5 {
    margin-left: 5px
}

.ml-6 {
    margin-left: 6px
}

.ml-7 {
    margin-left: 7px
}

.ml-8 {
    margin-left: 8px
}

.ml-9 {
    margin-left: 9px
}

.ml-10 {
    margin-left: 10px
}

.ml-11 {
    margin-left: 11px
}

.ml-12 {
    margin-left: 12px
}

.ml-13 {
    margin-left: 13px
}

.ml-14 {
    margin-left: 14px
}

.ml-15 {
    margin-left: 15px
}

.ml-16 {
    margin-left: 16px
}

.ml-17 {
    margin-left: 17px
}

.ml-18 {
    margin-left: 18px
}

.ml-19 {
    margin-left: 19px
}

.ml-20 {
    margin-left: 20px
}

.ml-21 {
    margin-left: 21px
}

.ml-22 {
    margin-left: 22px
}

.ml-23 {
    margin-left: 23px
}

.ml-24 {
    margin-left: 24px
}

.ml-25 {
    margin-left: 25px
}

.ml-26 {
    margin-left: 26px
}

.ml-27 {
    margin-left: 27px
}

.ml-28 {
    margin-left: 28px
}

.ml-29 {
    margin-left: 29px
}

.ml-30 {
    margin-left: 30px
}

.ml-31 {
    margin-left: 31px
}

.ml-32 {
    margin-left: 32px
}

.ml-33 {
    margin-left: 33px
}

.ml-34 {
    margin-left: 34px
}

.ml-35 {
    margin-left: 35px
}

.ml-36 {
    margin-left: 36px
}

.ml-37 {
    margin-left: 37px
}

.ml-38 {
    margin-left: 38px
}

.ml-39 {
    margin-left: 39px
}

.ml-40 {
    margin-left: 40px
}

.ml-41 {
    margin-left: 41px
}

.ml-42 {
    margin-left: 42px
}

.ml-43 {
    margin-left: 43px
}

.ml-44 {
    margin-left: 44px
}

.ml-45 {
    margin-left: 45px
}

.ml-46 {
    margin-left: 46px
}

.ml-47 {
    margin-left: 47px
}

.ml-48 {
    margin-left: 48px
}

.ml-49 {
    margin-left: 49px
}

.ml-50 {
    margin-left: 50px
}

.ml-51 {
    margin-left: 51px
}

.ml-52 {
    margin-left: 52px
}

.ml-53 {
    margin-left: 53px
}

.ml-54 {
    margin-left: 54px
}

.ml-55 {
    margin-left: 55px
}

.ml-56 {
    margin-left: 56px
}

.ml-57 {
    margin-left: 57px
}

.ml-58 {
    margin-left: 58px
}

.ml-59 {
    margin-left: 59px
}

.ml-60 {
    margin-left: 60px
}

.ml-61 {
    margin-left: 61px
}

.ml-62 {
    margin-left: 62px
}

.ml-63 {
    margin-left: 63px
}

.ml-64 {
    margin-left: 64px
}

.ml-65 {
    margin-left: 65px
}

.ml-66 {
    margin-left: 66px
}

.ml-67 {
    margin-left: 67px
}

.ml-68 {
    margin-left: 68px
}

.ml-69 {
    margin-left: 69px
}

.ml-70 {
    margin-left: 70px
}

.ml-71 {
    margin-left: 71px
}

.ml-72 {
    margin-left: 72px
}

.ml-73 {
    margin-left: 73px
}

.ml-74 {
    margin-left: 74px
}

.ml-75 {
    margin-left: 75px
}

.ml-76 {
    margin-left: 76px
}

.ml-77 {
    margin-left: 77px
}

.ml-78 {
    margin-left: 78px
}

.ml-79 {
    margin-left: 79px
}

.ml-80 {
    margin-left: 80px
}

.ml-81 {
    margin-left: 81px
}

.ml-82 {
    margin-left: 82px
}

.ml-83 {
    margin-left: 83px
}

.ml-84 {
    margin-left: 84px
}

.ml-85 {
    margin-left: 85px
}

.ml-86 {
    margin-left: 86px
}

.ml-87 {
    margin-left: 87px
}

.ml-88 {
    margin-left: 88px
}

.ml-89 {
    margin-left: 89px
}

.ml-90 {
    margin-left: 90px
}

.ml-91 {
    margin-left: 91px
}

.ml-92 {
    margin-left: 92px
}

.ml-93 {
    margin-left: 93px
}

.ml-94 {
    margin-left: 94px
}

.ml-95 {
    margin-left: 95px
}

.ml-96 {
    margin-left: 96px
}

.ml-97 {
    margin-left: 97px
}

.ml-98 {
    margin-left: 98px
}

.ml-99 {
    margin-left: 99px
}

.ml-100 {
    margin-left: 100px
}

.mr-1 {
    margin-right: 1px
}

.mr-2 {
    margin-right: 2px
}

.mr-3 {
    margin-right: 3px
}

.mr-4 {
    margin-right: 4px
}

.mr-5 {
    margin-right: 5px
}

.mr-6 {
    margin-right: 6px
}

.mr-7 {
    margin-right: 7px
}

.mr-8 {
    margin-right: 8px
}

.mr-9 {
    margin-right: 9px
}

.mr-10 {
    margin-right: 10px
}

.mr-11 {
    margin-right: 11px
}

.mr-12 {
    margin-right: 12px
}

.mr-13 {
    margin-right: 13px
}

.mr-14 {
    margin-right: 14px
}

.mr-15 {
    margin-right: 15px
}

.mr-16 {
    margin-right: 16px
}

.mr-17 {
    margin-right: 17px
}

.mr-18 {
    margin-right: 18px
}

.mr-19 {
    margin-right: 19px
}

.mr-20 {
    margin-right: 20px
}

.mr-21 {
    margin-right: 21px
}

.mr-22 {
    margin-right: 22px
}

.mr-23 {
    margin-right: 23px
}

.mr-24 {
    margin-right: 24px
}

.mr-25 {
    margin-right: 25px
}

.mr-26 {
    margin-right: 26px
}

.mr-27 {
    margin-right: 27px
}

.mr-28 {
    margin-right: 28px
}

.mr-29 {
    margin-right: 29px
}

.mr-30 {
    margin-right: 30px
}

.mr-31 {
    margin-right: 31px
}

.mr-32 {
    margin-right: 32px
}

.mr-33 {
    margin-right: 33px
}

.mr-34 {
    margin-right: 34px
}

.mr-35 {
    margin-right: 35px
}

.mr-36 {
    margin-right: 36px
}

.mr-37 {
    margin-right: 37px
}

.mr-38 {
    margin-right: 38px
}

.mr-39 {
    margin-right: 39px
}

.mr-40 {
    margin-right: 40px
}

.mr-41 {
    margin-right: 41px
}

.mr-42 {
    margin-right: 42px
}

.mr-43 {
    margin-right: 43px
}

.mr-44 {
    margin-right: 44px
}

.mr-45 {
    margin-right: 45px
}

.mr-46 {
    margin-right: 46px
}

.mr-47 {
    margin-right: 47px
}

.mr-48 {
    margin-right: 48px
}

.mr-49 {
    margin-right: 49px
}

.mr-50 {
    margin-right: 50px
}

.mr-51 {
    margin-right: 51px
}

.mr-52 {
    margin-right: 52px
}

.mr-53 {
    margin-right: 53px
}

.mr-54 {
    margin-right: 54px
}

.mr-55 {
    margin-right: 55px
}

.mr-56 {
    margin-right: 56px
}

.mr-57 {
    margin-right: 57px
}

.mr-58 {
    margin-right: 58px
}

.mr-59 {
    margin-right: 59px
}

.mr-60 {
    margin-right: 60px
}

.mr-61 {
    margin-right: 61px
}

.mr-62 {
    margin-right: 62px
}

.mr-63 {
    margin-right: 63px
}

.mr-64 {
    margin-right: 64px
}

.mr-65 {
    margin-right: 65px
}

.mr-66 {
    margin-right: 66px
}

.mr-67 {
    margin-right: 67px
}

.mr-68 {
    margin-right: 68px
}

.mr-69 {
    margin-right: 69px
}

.mr-70 {
    margin-right: 70px
}

.mr-71 {
    margin-right: 71px
}

.mr-72 {
    margin-right: 72px
}

.mr-73 {
    margin-right: 73px
}

.mr-74 {
    margin-right: 74px
}

.mr-75 {
    margin-right: 75px
}

.mr-76 {
    margin-right: 76px
}

.mr-77 {
    margin-right: 77px
}

.mr-78 {
    margin-right: 78px
}

.mr-79 {
    margin-right: 79px
}

.mr-80 {
    margin-right: 80px
}

.mr-81 {
    margin-right: 81px
}

.mr-82 {
    margin-right: 82px
}

.mr-83 {
    margin-right: 83px
}

.mr-84 {
    margin-right: 84px
}

.mr-85 {
    margin-right: 85px
}

.mr-86 {
    margin-right: 86px
}

.mr-87 {
    margin-right: 87px
}

.mr-88 {
    margin-right: 88px
}

.mr-89 {
    margin-right: 89px
}

.mr-90 {
    margin-right: 90px
}

.mr-91 {
    margin-right: 91px
}

.mr-92 {
    margin-right: 92px
}

.mr-93 {
    margin-right: 93px
}

.mr-94 {
    margin-right: 94px
}

.mr-95 {
    margin-right: 95px
}

.mr-96 {
    margin-right: 96px
}

.mr-97 {
    margin-right: 97px
}

.mr-98 {
    margin-right: 98px
}

.mr-99 {
    margin-right: 99px
}

.mr-100 {
    margin-right: 100px
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: 1px
}

.pt-2 {
    padding-top: 2px
}

.pt-3 {
    padding-top: 3px
}

.pt-4 {
    padding-top: 4px
}

.pt-5 {
    padding-top: 5px
}

.pt-6 {
    padding-top: 6px
}

.pt-7 {
    padding-top: 7px
}

.pt-8 {
    padding-top: 8px
}

.pt-9 {
    padding-top: 9px
}

.pt-10 {
    padding-top: 10px
}

.pt-11 {
    padding-top: 11px
}

.pt-12 {
    padding-top: 12px
}

.pt-13 {
    padding-top: 13px
}

.pt-14 {
    padding-top: 14px
}

.pt-15 {
    padding-top: 15px
}

.pt-16 {
    padding-top: 16px
}

.pt-17 {
    padding-top: 17px
}

.pt-18 {
    padding-top: 18px
}

.pt-19 {
    padding-top: 19px
}

.pt-20 {
    padding-top: 20px
}

.pt-21 {
    padding-top: 21px
}

.pt-22 {
    padding-top: 22px
}

.pt-23 {
    padding-top: 23px
}

.pt-24 {
    padding-top: 24px
}

.pt-25 {
    padding-top: 25px
}

.pt-26 {
    padding-top: 26px
}

.pt-27 {
    padding-top: 27px
}

.pt-28 {
    padding-top: 28px
}

.pt-29 {
    padding-top: 29px
}

.pt-30 {
    padding-top: 30px
}

.pt-31 {
    padding-top: 31px
}

.pt-32 {
    padding-top: 32px
}

.pt-33 {
    padding-top: 33px
}

.pt-34 {
    padding-top: 34px
}

.pt-35 {
    padding-top: 35px
}

.pt-36 {
    padding-top: 36px
}

.pt-37 {
    padding-top: 37px
}

.pt-38 {
    padding-top: 38px
}

.pt-39 {
    padding-top: 39px
}

.pt-40 {
    padding-top: 40px
}

.pt-41 {
    padding-top: 41px
}

.pt-42 {
    padding-top: 42px
}

.pt-43 {
    padding-top: 43px
}

.pt-44 {
    padding-top: 44px
}

.pt-45 {
    padding-top: 45px
}

.pt-46 {
    padding-top: 46px
}

.pt-47 {
    padding-top: 47px
}

.pt-48 {
    padding-top: 48px
}

.pt-49 {
    padding-top: 49px
}

.pt-50 {
    padding-top: 50px
}

.pt-51 {
    padding-top: 51px
}

.pt-52 {
    padding-top: 52px
}

.pt-53 {
    padding-top: 53px
}

.pt-54 {
    padding-top: 54px
}

.pt-55 {
    padding-top: 55px
}

.pt-56 {
    padding-top: 56px
}

.pt-57 {
    padding-top: 57px
}

.pt-58 {
    padding-top: 58px
}

.pt-59 {
    padding-top: 59px
}

.pt-60 {
    padding-top: 60px
}

.pt-61 {
    padding-top: 61px
}

.pt-62 {
    padding-top: 62px
}

.pt-63 {
    padding-top: 63px
}

.pt-64 {
    padding-top: 64px
}

.pt-65 {
    padding-top: 65px
}

.pt-66 {
    padding-top: 66px
}

.pt-67 {
    padding-top: 67px
}

.pt-68 {
    padding-top: 68px
}

.pt-69 {
    padding-top: 69px
}

.pt-70 {
    padding-top: 70px
}

.pt-71 {
    padding-top: 71px
}

.pt-72 {
    padding-top: 72px
}

.pt-73 {
    padding-top: 73px
}

.pt-74 {
    padding-top: 74px
}

.pt-75 {
    padding-top: 75px
}

.pt-76 {
    padding-top: 76px
}

.pt-77 {
    padding-top: 77px
}

.pt-78 {
    padding-top: 78px
}

.pt-79 {
    padding-top: 79px
}

.pt-80 {
    padding-top: 80px
}

.pt-81 {
    padding-top: 81px
}

.pt-82 {
    padding-top: 82px
}

.pt-83 {
    padding-top: 83px
}

.pt-84 {
    padding-top: 84px
}

.pt-85 {
    padding-top: 85px
}

.pt-86 {
    padding-top: 86px
}

.pt-87 {
    padding-top: 87px
}

.pt-88 {
    padding-top: 88px
}

.pt-89 {
    padding-top: 89px
}

.pt-90 {
    padding-top: 90px
}

.pt-91 {
    padding-top: 91px
}

.pt-92 {
    padding-top: 92px
}

.pt-93 {
    padding-top: 93px
}

.pt-94 {
    padding-top: 94px
}

.pt-95 {
    padding-top: 95px
}

.pt-96 {
    padding-top: 96px
}

.pt-97 {
    padding-top: 97px
}

.pt-98 {
    padding-top: 98px
}

.pt-99 {
    padding-top: 99px
}

.pt-100 {
    padding-top: 100px
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: 1px
}

.pb-2 {
    padding-bottom: 2px
}

.pb-3 {
    padding-bottom: 3px
}

.pb-4 {
    padding-bottom: 4px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-6 {
    padding-bottom: 6px
}

.pb-7 {
    padding-bottom: 7px
}

.pb-8 {
    padding-bottom: 8px
}

.pb-9 {
    padding-bottom: 9px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-11 {
    padding-bottom: 11px
}

.pb-12 {
    padding-bottom: 12px
}

.pb-13 {
    padding-bottom: 13px
}

.pb-14 {
    padding-bottom: 14px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-16 {
    padding-bottom: 16px
}

.pb-17 {
    padding-bottom: 17px
}

.pb-18 {
    padding-bottom: 18px
}

.pb-19 {
    padding-bottom: 19px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-21 {
    padding-bottom: 21px
}

.pb-22 {
    padding-bottom: 22px
}

.pb-23 {
    padding-bottom: 23px
}

.pb-24 {
    padding-bottom: 24px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-26 {
    padding-bottom: 26px
}

.pb-27 {
    padding-bottom: 27px
}

.pb-28 {
    padding-bottom: 28px
}

.pb-29 {
    padding-bottom: 29px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-31 {
    padding-bottom: 31px
}

.pb-32 {
    padding-bottom: 32px
}

.pb-33 {
    padding-bottom: 33px
}

.pb-34 {
    padding-bottom: 34px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-36 {
    padding-bottom: 36px
}

.pb-37 {
    padding-bottom: 37px
}

.pb-38 {
    padding-bottom: 38px
}

.pb-39 {
    padding-bottom: 39px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-41 {
    padding-bottom: 41px
}

.pb-42 {
    padding-bottom: 42px
}

.pb-43 {
    padding-bottom: 43px
}

.pb-44 {
    padding-bottom: 44px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-46 {
    padding-bottom: 46px
}

.pb-47 {
    padding-bottom: 47px
}

.pb-48 {
    padding-bottom: 48px
}

.pb-49 {
    padding-bottom: 49px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-51 {
    padding-bottom: 51px
}

.pb-52 {
    padding-bottom: 52px
}

.pb-53 {
    padding-bottom: 53px
}

.pb-54 {
    padding-bottom: 54px
}

.pb-55 {
    padding-bottom: 55px
}

.pb-56 {
    padding-bottom: 56px
}

.pb-57 {
    padding-bottom: 57px
}

.pb-58 {
    padding-bottom: 58px
}

.pb-59 {
    padding-bottom: 59px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-61 {
    padding-bottom: 61px
}

.pb-62 {
    padding-bottom: 62px
}

.pb-63 {
    padding-bottom: 63px
}

.pb-64 {
    padding-bottom: 64px
}

.pb-65 {
    padding-bottom: 65px
}

.pb-66 {
    padding-bottom: 66px
}

.pb-67 {
    padding-bottom: 67px
}

.pb-68 {
    padding-bottom: 68px
}

.pb-69 {
    padding-bottom: 69px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-71 {
    padding-bottom: 71px
}

.pb-72 {
    padding-bottom: 72px
}

.pb-73 {
    padding-bottom: 73px
}

.pb-74 {
    padding-bottom: 74px
}

.pb-75 {
    padding-bottom: 75px
}

.pb-76 {
    padding-bottom: 76px
}

.pb-77 {
    padding-bottom: 77px
}

.pb-78 {
    padding-bottom: 78px
}

.pb-79 {
    padding-bottom: 79px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-81 {
    padding-bottom: 81px
}

.pb-82 {
    padding-bottom: 82px
}

.pb-83 {
    padding-bottom: 83px
}

.pb-84 {
    padding-bottom: 84px
}

.pb-85 {
    padding-bottom: 85px
}

.pb-86 {
    padding-bottom: 86px
}

.pb-87 {
    padding-bottom: 87px
}

.pb-88 {
    padding-bottom: 88px
}

.pb-89 {
    padding-bottom: 89px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-91 {
    padding-bottom: 91px
}

.pb-92 {
    padding-bottom: 92px
}

.pb-93 {
    padding-bottom: 93px
}

.pb-94 {
    padding-bottom: 94px
}

.pb-95 {
    padding-bottom: 95px
}

.pb-96 {
    padding-bottom: 96px
}

.pb-97 {
    padding-bottom: 97px
}

.pb-98 {
    padding-bottom: 98px
}

.pb-99 {
    padding-bottom: 99px
}

.pb-100 {
    padding-bottom: 100px
}

.pl-0 {
    padding-left: 0 !important
}

.pl-1 {
    padding-left: 1px
}

.pl-2 {
    padding-left: 2px
}

.pl-3 {
    padding-left: 3px
}

.pl-4 {
    padding-left: 4px
}

.pl-5 {
    padding-left: 5px
}

.pl-6 {
    padding-left: 6px
}

.pl-7 {
    padding-left: 7px
}

.pl-8 {
    padding-left: 8px
}

.pl-9 {
    padding-left: 9px
}

.pl-10 {
    padding-left: 10px
}

.pl-11 {
    padding-left: 11px
}

.pl-12 {
    padding-left: 12px
}

.pl-13 {
    padding-left: 13px
}

.pl-14 {
    padding-left: 14px
}

.pl-15 {
    padding-left: 15px
}

.pl-16 {
    padding-left: 16px
}

.pl-17 {
    padding-left: 17px
}

.pl-18 {
    padding-left: 18px
}

.pl-19 {
    padding-left: 19px
}

.pl-20 {
    padding-left: 20px
}

.pl-21 {
    padding-left: 21px
}

.pl-22 {
    padding-left: 22px
}

.pl-23 {
    padding-left: 23px
}

.pl-24 {
    padding-left: 24px
}

.pl-25 {
    padding-left: 25px
}

.pl-26 {
    padding-left: 26px
}

.pl-27 {
    padding-left: 27px
}

.pl-28 {
    padding-left: 28px
}

.pl-29 {
    padding-left: 29px
}

.pl-30 {
    padding-left: 30px
}

.pl-31 {
    padding-left: 31px
}

.pl-32 {
    padding-left: 32px
}

.pl-33 {
    padding-left: 33px
}

.pl-34 {
    padding-left: 34px
}

.pl-35 {
    padding-left: 35px
}

.pl-36 {
    padding-left: 36px
}

.pl-37 {
    padding-left: 37px
}

.pl-38 {
    padding-left: 38px
}

.pl-39 {
    padding-left: 39px
}

.pl-40 {
    padding-left: 40px
}

.pl-41 {
    padding-left: 41px
}

.pl-42 {
    padding-left: 42px
}

.pl-43 {
    padding-left: 43px
}

.pl-44 {
    padding-left: 44px
}

.pl-45 {
    padding-left: 45px
}

.pl-46 {
    padding-left: 46px
}

.pl-47 {
    padding-left: 47px
}

.pl-48 {
    padding-left: 48px
}

.pl-49 {
    padding-left: 49px
}

.pl-50 {
    padding-left: 50px
}

.pl-51 {
    padding-left: 51px
}

.pl-52 {
    padding-left: 52px
}

.pl-53 {
    padding-left: 53px
}

.pl-54 {
    padding-left: 54px
}

.pl-55 {
    padding-left: 55px
}

.pl-56 {
    padding-left: 56px
}

.pl-57 {
    padding-left: 57px
}

.pl-58 {
    padding-left: 58px
}

.pl-59 {
    padding-left: 59px
}

.pl-60 {
    padding-left: 60px
}

.pl-61 {
    padding-left: 61px
}

.pl-62 {
    padding-left: 62px
}

.pl-63 {
    padding-left: 63px
}

.pl-64 {
    padding-left: 64px
}

.pl-65 {
    padding-left: 65px
}

.pl-66 {
    padding-left: 66px
}

.pl-67 {
    padding-left: 67px
}

.pl-68 {
    padding-left: 68px
}

.pl-69 {
    padding-left: 69px
}

.pl-70 {
    padding-left: 70px
}

.pl-71 {
    padding-left: 71px
}

.pl-72 {
    padding-left: 72px
}

.pl-73 {
    padding-left: 73px
}

.pl-74 {
    padding-left: 74px
}

.pl-75 {
    padding-left: 75px
}

.pl-76 {
    padding-left: 76px
}

.pl-77 {
    padding-left: 77px
}

.pl-78 {
    padding-left: 78px
}

.pl-79 {
    padding-left: 79px
}

.pl-80 {
    padding-left: 80px
}

.pl-81 {
    padding-left: 81px
}

.pl-82 {
    padding-left: 82px
}

.pl-83 {
    padding-left: 83px
}

.pl-84 {
    padding-left: 84px
}

.pl-85 {
    padding-left: 85px
}

.pl-86 {
    padding-left: 86px
}

.pl-87 {
    padding-left: 87px
}

.pl-88 {
    padding-left: 88px
}

.pl-89 {
    padding-left: 89px
}

.pl-90 {
    padding-left: 90px
}

.pl-91 {
    padding-left: 91px
}

.pl-92 {
    padding-left: 92px
}

.pl-93 {
    padding-left: 93px
}

.pl-94 {
    padding-left: 94px
}

.pl-95 {
    padding-left: 95px
}

.pl-96 {
    padding-left: 96px
}

.pl-97 {
    padding-left: 97px
}

.pl-98 {
    padding-left: 98px
}

.pl-99 {
    padding-left: 99px
}

.pl-100 {
    padding-left: 100px
}

.pr-0 {
    padding-right: 0 !important
}

.pr-1 {
    padding-right: 1px
}

.pr-2 {
    padding-right: 2px
}

.pr-3 {
    padding-right: 3px
}

.pr-4 {
    padding-right: 4px
}

.pr-5 {
    padding-right: 5px
}

.pr-6 {
    padding-right: 6px
}

.pr-7 {
    padding-right: 7px
}

.pr-8 {
    padding-right: 8px
}

.pr-9 {
    padding-right: 9px
}

.pr-10 {
    padding-right: 10px
}

.pr-11 {
    padding-right: 11px
}

.pr-12 {
    padding-right: 12px
}

.pr-13 {
    padding-right: 13px
}

.pr-14 {
    padding-right: 14px
}

.pr-15 {
    padding-right: 15px
}

.pr-16 {
    padding-right: 16px
}

.pr-17 {
    padding-right: 17px
}

.pr-18 {
    padding-right: 18px
}

.pr-19 {
    padding-right: 19px
}

.pr-20 {
    padding-right: 20px
}

.pr-21 {
    padding-right: 21px
}

.pr-22 {
    padding-right: 22px
}

.pr-23 {
    padding-right: 23px
}

.pr-24 {
    padding-right: 24px
}

.pr-25 {
    padding-right: 25px
}

.pr-26 {
    padding-right: 26px
}

.pr-27 {
    padding-right: 27px
}

.pr-28 {
    padding-right: 28px
}

.pr-29 {
    padding-right: 29px
}

.pr-30 {
    padding-right: 30px
}

.pr-31 {
    padding-right: 31px
}

.pr-32 {
    padding-right: 32px
}

.pr-33 {
    padding-right: 33px
}

.pr-34 {
    padding-right: 34px
}

.pr-35 {
    padding-right: 35px
}

.pr-36 {
    padding-right: 36px
}

.pr-37 {
    padding-right: 37px
}

.pr-38 {
    padding-right: 38px
}

.pr-39 {
    padding-right: 39px
}

.pr-40 {
    padding-right: 40px
}

.pr-41 {
    padding-right: 41px
}

.pr-42 {
    padding-right: 42px
}

.pr-43 {
    padding-right: 43px
}

.pr-44 {
    padding-right: 44px
}

.pr-45 {
    padding-right: 45px
}

.pr-46 {
    padding-right: 46px
}

.pr-47 {
    padding-right: 47px
}

.pr-48 {
    padding-right: 48px
}

.pr-49 {
    padding-right: 49px
}

.pr-50 {
    padding-right: 50px
}

.pr-51 {
    padding-right: 51px
}

.pr-52 {
    padding-right: 52px
}

.pr-53 {
    padding-right: 53px
}

.pr-54 {
    padding-right: 54px
}

.pr-55 {
    padding-right: 55px
}

.pr-56 {
    padding-right: 56px
}

.pr-57 {
    padding-right: 57px
}

.pr-58 {
    padding-right: 58px
}

.pr-59 {
    padding-right: 59px
}

.pr-60 {
    padding-right: 60px
}

.pr-61 {
    padding-right: 61px
}

.pr-62 {
    padding-right: 62px
}

.pr-63 {
    padding-right: 63px
}

.pr-64 {
    padding-right: 64px
}

.pr-65 {
    padding-right: 65px
}

.pr-66 {
    padding-right: 66px
}

.pr-67 {
    padding-right: 67px
}

.pr-68 {
    padding-right: 68px
}

.pr-69 {
    padding-right: 69px
}

.pr-70 {
    padding-right: 70px
}

.pr-71 {
    padding-right: 71px
}

.pr-72 {
    padding-right: 72px
}

.pr-73 {
    padding-right: 73px
}

.pr-74 {
    padding-right: 74px
}

.pr-75 {
    padding-right: 75px
}

.pr-76 {
    padding-right: 76px
}

.pr-77 {
    padding-right: 77px
}

.pr-78 {
    padding-right: 78px
}

.pr-79 {
    padding-right: 79px
}

.pr-80 {
    padding-right: 80px
}

.pr-81 {
    padding-right: 81px
}

.pr-82 {
    padding-right: 82px
}

.pr-83 {
    padding-right: 83px
}

.pr-84 {
    padding-right: 84px
}

.pr-85 {
    padding-right: 85px
}

.pr-86 {
    padding-right: 86px
}

.pr-87 {
    padding-right: 87px
}

.pr-88 {
    padding-right: 88px
}

.pr-89 {
    padding-right: 89px
}

.pr-90 {
    padding-right: 90px
}

.pr-91 {
    padding-right: 91px
}

.pr-92 {
    padding-right: 92px
}

.pr-93 {
    padding-right: 93px
}

.pr-94 {
    padding-right: 94px
}

.pr-95 {
    padding-right: 95px
}

.pr-96 {
    padding-right: 96px
}

.pr-97 {
    padding-right: 97px
}

.pr-98 {
    padding-right: 98px
}

.pr-99 {
    padding-right: 99px
}

.pr-100 {
    padding-right: 100px
}

.z-index-1 {
    z-index: 1
}

.z-index-2 {
    z-index: 2
}

.z-index-3 {
    z-index: 3
}

.z-index-4 {
    z-index: 4
}

.z-index-5 {
    z-index: 5
}

.z-index-6 {
    z-index: 6
}

.z-index-7 {
    z-index: 7
}

.z-index-8 {
    z-index: 8
}

.z-index-9 {
    z-index: 9
}

.z-index-10 {
    z-index: 10
}

.z-index-11 {
    z-index: 11
}

.z-index-12 {
    z-index: 12
}

.z-index-13 {
    z-index: 13
}

.z-index-14 {
    z-index: 14
}

.z-index-15 {
    z-index: 15
}

.z-index-16 {
    z-index: 16
}

.z-index-17 {
    z-index: 17
}

.z-index-18 {
    z-index: 18
}

.z-index-19 {
    z-index: 19
}

.z-index-20 {
    z-index: 20
}

.z-index-21 {
    z-index: 21
}

.z-index-22 {
    z-index: 22
}

.z-index-23 {
    z-index: 23
}

.z-index-24 {
    z-index: 24
}

.z-index-25 {
    z-index: 25
}

.z-index-26 {
    z-index: 26
}

.z-index-27 {
    z-index: 27
}

.z-index-28 {
    z-index: 28
}

.z-index-29 {
    z-index: 29
}

.z-index-30 {
    z-index: 30
}

.z-index-31 {
    z-index: 31
}

.z-index-32 {
    z-index: 32
}

.z-index-33 {
    z-index: 33
}

.z-index-34 {
    z-index: 34
}

.z-index-35 {
    z-index: 35
}

.z-index-36 {
    z-index: 36
}

.z-index-37 {
    z-index: 37
}

.z-index-38 {
    z-index: 38
}

.z-index-39 {
    z-index: 39
}

.z-index-40 {
    z-index: 40
}

.z-index-41 {
    z-index: 41
}

.z-index-42 {
    z-index: 42
}

.z-index-43 {
    z-index: 43
}

.z-index-44 {
    z-index: 44
}

.z-index-45 {
    z-index: 45
}

.z-index-46 {
    z-index: 46
}

.z-index-47 {
    z-index: 47
}

.z-index-48 {
    z-index: 48
}

.z-index-49 {
    z-index: 49
}

.z-index-50 {
    z-index: 50
}

.z-index-51 {
    z-index: 51
}

.z-index-52 {
    z-index: 52
}

.z-index-53 {
    z-index: 53
}

.z-index-54 {
    z-index: 54
}

.z-index-55 {
    z-index: 55
}

.z-index-56 {
    z-index: 56
}

.z-index-57 {
    z-index: 57
}

.z-index-58 {
    z-index: 58
}

.z-index-59 {
    z-index: 59
}

.z-index-60 {
    z-index: 60
}

.z-index-61 {
    z-index: 61
}

.z-index-62 {
    z-index: 62
}

.z-index-63 {
    z-index: 63
}

.z-index-64 {
    z-index: 64
}

.z-index-65 {
    z-index: 65
}

.z-index-66 {
    z-index: 66
}

.z-index-67 {
    z-index: 67
}

.z-index-68 {
    z-index: 68
}

.z-index-69 {
    z-index: 69
}

.z-index-70 {
    z-index: 70
}

.z-index-71 {
    z-index: 71
}

.z-index-72 {
    z-index: 72
}

.z-index-73 {
    z-index: 73
}

.z-index-74 {
    z-index: 74
}

.z-index-75 {
    z-index: 75
}

.z-index-76 {
    z-index: 76
}

.z-index-77 {
    z-index: 77
}

.z-index-78 {
    z-index: 78
}

.z-index-79 {
    z-index: 79
}

.z-index-80 {
    z-index: 80
}

.z-index-81 {
    z-index: 81
}

.z-index-82 {
    z-index: 82
}

.z-index-83 {
    z-index: 83
}

.z-index-84 {
    z-index: 84
}

.z-index-85 {
    z-index: 85
}

.z-index-86 {
    z-index: 86
}

.z-index-87 {
    z-index: 87
}

.z-index-88 {
    z-index: 88
}

.z-index-89 {
    z-index: 89
}

.z-index-90 {
    z-index: 90
}

.z-index-91 {
    z-index: 91
}

.z-index-92 {
    z-index: 92
}

.z-index-93 {
    z-index: 93
}

.z-index-94 {
    z-index: 94
}

.z-index-95 {
    z-index: 95
}

.z-index-96 {
    z-index: 96
}

.z-index-97 {
    z-index: 97
}

.z-index-98 {
    z-index: 98
}

.z-index-99 {
    z-index: 99
}

.z-index-100 {
    z-index: 100
}

.z-index-101 {
    z-index: 101
}

.z-index-102 {
    z-index: 102
}

.z-index-103 {
    z-index: 103
}

.z-index-104 {
    z-index: 104
}

.z-index-105 {
    z-index: 105
}

.z-index-106 {
    z-index: 106
}

.z-index-107 {
    z-index: 107
}

.z-index-108 {
    z-index: 108
}

.z-index-109 {
    z-index: 109
}

.z-index-110 {
    z-index: 110
}

.z-index-111 {
    z-index: 111
}

.z-index-112 {
    z-index: 112
}

.z-index-113 {
    z-index: 113
}

.z-index-114 {
    z-index: 114
}

.z-index-115 {
    z-index: 115
}

.z-index-116 {
    z-index: 116
}

.z-index-117 {
    z-index: 117
}

.z-index-118 {
    z-index: 118
}

.z-index-119 {
    z-index: 119
}

.z-index-120 {
    z-index: 120
}

.z-index-121 {
    z-index: 121
}

.z-index-122 {
    z-index: 122
}

.z-index-123 {
    z-index: 123
}

.z-index-124 {
    z-index: 124
}

.z-index-125 {
    z-index: 125
}

.z-index-126 {
    z-index: 126
}

.z-index-127 {
    z-index: 127
}

.z-index-128 {
    z-index: 128
}

.z-index-129 {
    z-index: 129
}

.z-index-130 {
    z-index: 130
}

.z-index-131 {
    z-index: 131
}

.z-index-132 {
    z-index: 132
}

.z-index-133 {
    z-index: 133
}

.z-index-134 {
    z-index: 134
}

.z-index-135 {
    z-index: 135
}

.z-index-136 {
    z-index: 136
}

.z-index-137 {
    z-index: 137
}

.z-index-138 {
    z-index: 138
}

.z-index-139 {
    z-index: 139
}

.z-index-140 {
    z-index: 140
}

.z-index-141 {
    z-index: 141
}

.z-index-142 {
    z-index: 142
}

.z-index-143 {
    z-index: 143
}

.z-index-144 {
    z-index: 144
}

.z-index-145 {
    z-index: 145
}

.z-index-146 {
    z-index: 146
}

.z-index-147 {
    z-index: 147
}

.z-index-148 {
    z-index: 148
}

.z-index-149 {
    z-index: 149
}

.z-index-150 {
    z-index: 150
}

.z-index-151 {
    z-index: 151
}

.z-index-152 {
    z-index: 152
}

.z-index-153 {
    z-index: 153
}

.z-index-154 {
    z-index: 154
}

.z-index-155 {
    z-index: 155
}

.z-index-156 {
    z-index: 156
}

.z-index-157 {
    z-index: 157
}

.z-index-158 {
    z-index: 158
}

.z-index-159 {
    z-index: 159
}

.z-index-160 {
    z-index: 160
}

.z-index-161 {
    z-index: 161
}

.z-index-162 {
    z-index: 162
}

.z-index-163 {
    z-index: 163
}

.z-index-164 {
    z-index: 164
}

.z-index-165 {
    z-index: 165
}

.z-index-166 {
    z-index: 166
}

.z-index-167 {
    z-index: 167
}

.z-index-168 {
    z-index: 168
}

.z-index-169 {
    z-index: 169
}

.z-index-170 {
    z-index: 170
}

.z-index-171 {
    z-index: 171
}

.z-index-172 {
    z-index: 172
}

.z-index-173 {
    z-index: 173
}

.z-index-174 {
    z-index: 174
}

.z-index-175 {
    z-index: 175
}

.z-index-176 {
    z-index: 176
}

.z-index-177 {
    z-index: 177
}

.z-index-178 {
    z-index: 178
}

.z-index-179 {
    z-index: 179
}

.z-index-180 {
    z-index: 180
}

.z-index-181 {
    z-index: 181
}

.z-index-182 {
    z-index: 182
}

.z-index-183 {
    z-index: 183
}

.z-index-184 {
    z-index: 184
}

.z-index-185 {
    z-index: 185
}

.z-index-186 {
    z-index: 186
}

.z-index-187 {
    z-index: 187
}

.z-index-188 {
    z-index: 188
}

.z-index-189 {
    z-index: 189
}

.z-index-190 {
    z-index: 190
}

.z-index-191 {
    z-index: 191
}

.z-index-192 {
    z-index: 192
}

.z-index-193 {
    z-index: 193
}

.z-index-194 {
    z-index: 194
}

.z-index-195 {
    z-index: 195
}

.z-index-196 {
    z-index: 196
}

.z-index-197 {
    z-index: 197
}

.z-index-198 {
    z-index: 198
}

.z-index-199 {
    z-index: 199
}

.z-index-200 {
    z-index: 200
}

.z-index-201 {
    z-index: 201
}

.z-index-202 {
    z-index: 202
}

.z-index-203 {
    z-index: 203
}

.z-index-204 {
    z-index: 204
}

.z-index-205 {
    z-index: 205
}

.z-index-206 {
    z-index: 206
}

.z-index-207 {
    z-index: 207
}

.z-index-208 {
    z-index: 208
}

.z-index-209 {
    z-index: 209
}

.z-index-210 {
    z-index: 210
}

.z-index-211 {
    z-index: 211
}

.z-index-212 {
    z-index: 212
}

.z-index-213 {
    z-index: 213
}

.z-index-214 {
    z-index: 214
}

.z-index-215 {
    z-index: 215
}

.z-index-216 {
    z-index: 216
}

.z-index-217 {
    z-index: 217
}

.z-index-218 {
    z-index: 218
}

.z-index-219 {
    z-index: 219
}

.z-index-220 {
    z-index: 220
}

.z-index-221 {
    z-index: 221
}

.z-index-222 {
    z-index: 222
}

.z-index-223 {
    z-index: 223
}

.z-index-224 {
    z-index: 224
}

.z-index-225 {
    z-index: 225
}

.z-index-226 {
    z-index: 226
}

.z-index-227 {
    z-index: 227
}

.z-index-228 {
    z-index: 228
}

.z-index-229 {
    z-index: 229
}

.z-index-230 {
    z-index: 230
}

.z-index-231 {
    z-index: 231
}

.z-index-232 {
    z-index: 232
}

.z-index-233 {
    z-index: 233
}

.z-index-234 {
    z-index: 234
}

.z-index-235 {
    z-index: 235
}

.z-index-236 {
    z-index: 236
}

.z-index-237 {
    z-index: 237
}

.z-index-238 {
    z-index: 238
}

.z-index-239 {
    z-index: 239
}

.z-index-240 {
    z-index: 240
}

.z-index-241 {
    z-index: 241
}

.z-index-242 {
    z-index: 242
}

.z-index-243 {
    z-index: 243
}

.z-index-244 {
    z-index: 244
}

.z-index-245 {
    z-index: 245
}

.z-index-246 {
    z-index: 246
}

.z-index-247 {
    z-index: 247
}

.z-index-248 {
    z-index: 248
}

.z-index-249 {
    z-index: 249
}

.z-index-250 {
    z-index: 250
}

.z-index-251 {
    z-index: 251
}

.z-index-252 {
    z-index: 252
}

.z-index-253 {
    z-index: 253
}

.z-index-254 {
    z-index: 254
}

.z-index-255 {
    z-index: 255
}

.z-index-256 {
    z-index: 256
}

.z-index-257 {
    z-index: 257
}

.z-index-258 {
    z-index: 258
}

.z-index-259 {
    z-index: 259
}

.z-index-260 {
    z-index: 260
}

.z-index-261 {
    z-index: 261
}

.z-index-262 {
    z-index: 262
}

.z-index-263 {
    z-index: 263
}

.z-index-264 {
    z-index: 264
}

.z-index-265 {
    z-index: 265
}

.z-index-266 {
    z-index: 266
}

.z-index-267 {
    z-index: 267
}

.z-index-268 {
    z-index: 268
}

.z-index-269 {
    z-index: 269
}

.z-index-270 {
    z-index: 270
}

.z-index-271 {
    z-index: 271
}

.z-index-272 {
    z-index: 272
}

.z-index-273 {
    z-index: 273
}

.z-index-274 {
    z-index: 274
}

.z-index-275 {
    z-index: 275
}

.z-index-276 {
    z-index: 276
}

.z-index-277 {
    z-index: 277
}

.z-index-278 {
    z-index: 278
}

.z-index-279 {
    z-index: 279
}

.z-index-280 {
    z-index: 280
}

.z-index-281 {
    z-index: 281
}

.z-index-282 {
    z-index: 282
}

.z-index-283 {
    z-index: 283
}

.z-index-284 {
    z-index: 284
}

.z-index-285 {
    z-index: 285
}

.z-index-286 {
    z-index: 286
}

.z-index-287 {
    z-index: 287
}

.z-index-288 {
    z-index: 288
}

.z-index-289 {
    z-index: 289
}

.z-index-290 {
    z-index: 290
}

.z-index-291 {
    z-index: 291
}

.z-index-292 {
    z-index: 292
}

.z-index-293 {
    z-index: 293
}

.z-index-294 {
    z-index: 294
}

.z-index-295 {
    z-index: 295
}

.z-index-296 {
    z-index: 296
}

.z-index-297 {
    z-index: 297
}

.z-index-298 {
    z-index: 298
}

.z-index-299 {
    z-index: 299
}

.z-index-300 {
    z-index: 300
}

.z-index-301 {
    z-index: 301
}

.z-index-302 {
    z-index: 302
}

.z-index-303 {
    z-index: 303
}

.z-index-304 {
    z-index: 304
}

.z-index-305 {
    z-index: 305
}

.z-index-306 {
    z-index: 306
}

.z-index-307 {
    z-index: 307
}

.z-index-308 {
    z-index: 308
}

.z-index-309 {
    z-index: 309
}

.z-index-310 {
    z-index: 310
}

.z-index-311 {
    z-index: 311
}

.z-index-312 {
    z-index: 312
}

.z-index-313 {
    z-index: 313
}

.z-index-314 {
    z-index: 314
}

.z-index-315 {
    z-index: 315
}

.z-index-316 {
    z-index: 316
}

.z-index-317 {
    z-index: 317
}

.z-index-318 {
    z-index: 318
}

.z-index-319 {
    z-index: 319
}

.z-index-320 {
    z-index: 320
}

.z-index-321 {
    z-index: 321
}

.z-index-322 {
    z-index: 322
}

.z-index-323 {
    z-index: 323
}

.z-index-324 {
    z-index: 324
}

.z-index-325 {
    z-index: 325
}

.z-index-326 {
    z-index: 326
}

.z-index-327 {
    z-index: 327
}

.z-index-328 {
    z-index: 328
}

.z-index-329 {
    z-index: 329
}

.z-index-330 {
    z-index: 330
}

.z-index-331 {
    z-index: 331
}

.z-index-332 {
    z-index: 332
}

.z-index-333 {
    z-index: 333
}

.z-index-334 {
    z-index: 334
}

.z-index-335 {
    z-index: 335
}

.z-index-336 {
    z-index: 336
}

.z-index-337 {
    z-index: 337
}

.z-index-338 {
    z-index: 338
}

.z-index-339 {
    z-index: 339
}

.z-index-340 {
    z-index: 340
}

.z-index-341 {
    z-index: 341
}

.z-index-342 {
    z-index: 342
}

.z-index-343 {
    z-index: 343
}

.z-index-344 {
    z-index: 344
}

.z-index-345 {
    z-index: 345
}

.z-index-346 {
    z-index: 346
}

.z-index-347 {
    z-index: 347
}

.z-index-348 {
    z-index: 348
}

.z-index-349 {
    z-index: 349
}

.z-index-350 {
    z-index: 350
}

.z-index-351 {
    z-index: 351
}

.z-index-352 {
    z-index: 352
}

.z-index-353 {
    z-index: 353
}

.z-index-354 {
    z-index: 354
}

.z-index-355 {
    z-index: 355
}

.z-index-356 {
    z-index: 356
}

.z-index-357 {
    z-index: 357
}

.z-index-358 {
    z-index: 358
}

.z-index-359 {
    z-index: 359
}

.z-index-360 {
    z-index: 360
}

.z-index-361 {
    z-index: 361
}

.z-index-362 {
    z-index: 362
}

.z-index-363 {
    z-index: 363
}

.z-index-364 {
    z-index: 364
}

.z-index-365 {
    z-index: 365
}

.z-index-366 {
    z-index: 366
}

.z-index-367 {
    z-index: 367
}

.z-index-368 {
    z-index: 368
}

.z-index-369 {
    z-index: 369
}

.z-index-370 {
    z-index: 370
}

.z-index-371 {
    z-index: 371
}

.z-index-372 {
    z-index: 372
}

.z-index-373 {
    z-index: 373
}

.z-index-374 {
    z-index: 374
}

.z-index-375 {
    z-index: 375
}

.z-index-376 {
    z-index: 376
}

.z-index-377 {
    z-index: 377
}

.z-index-378 {
    z-index: 378
}

.z-index-379 {
    z-index: 379
}

.z-index-380 {
    z-index: 380
}

.z-index-381 {
    z-index: 381
}

.z-index-382 {
    z-index: 382
}

.z-index-383 {
    z-index: 383
}

.z-index-384 {
    z-index: 384
}

.z-index-385 {
    z-index: 385
}

.z-index-386 {
    z-index: 386
}

.z-index-387 {
    z-index: 387
}

.z-index-388 {
    z-index: 388
}

.z-index-389 {
    z-index: 389
}

.z-index-390 {
    z-index: 390
}

.z-index-391 {
    z-index: 391
}

.z-index-392 {
    z-index: 392
}

.z-index-393 {
    z-index: 393
}

.z-index-394 {
    z-index: 394
}

.z-index-395 {
    z-index: 395
}

.z-index-396 {
    z-index: 396
}

.z-index-397 {
    z-index: 397
}

.z-index-398 {
    z-index: 398
}

.z-index-399 {
    z-index: 399
}

.z-index-400 {
    z-index: 400
}

.z-index-401 {
    z-index: 401
}

.z-index-402 {
    z-index: 402
}

.z-index-403 {
    z-index: 403
}

.z-index-404 {
    z-index: 404
}

.z-index-405 {
    z-index: 405
}

.z-index-406 {
    z-index: 406
}

.z-index-407 {
    z-index: 407
}

.z-index-408 {
    z-index: 408
}

.z-index-409 {
    z-index: 409
}

.z-index-410 {
    z-index: 410
}

.z-index-411 {
    z-index: 411
}

.z-index-412 {
    z-index: 412
}

.z-index-413 {
    z-index: 413
}

.z-index-414 {
    z-index: 414
}

.z-index-415 {
    z-index: 415
}

.z-index-416 {
    z-index: 416
}

.z-index-417 {
    z-index: 417
}

.z-index-418 {
    z-index: 418
}

.z-index-419 {
    z-index: 419
}

.z-index-420 {
    z-index: 420
}

.z-index-421 {
    z-index: 421
}

.z-index-422 {
    z-index: 422
}

.z-index-423 {
    z-index: 423
}

.z-index-424 {
    z-index: 424
}

.z-index-425 {
    z-index: 425
}

.z-index-426 {
    z-index: 426
}

.z-index-427 {
    z-index: 427
}

.z-index-428 {
    z-index: 428
}

.z-index-429 {
    z-index: 429
}

.z-index-430 {
    z-index: 430
}

.z-index-431 {
    z-index: 431
}

.z-index-432 {
    z-index: 432
}

.z-index-433 {
    z-index: 433
}

.z-index-434 {
    z-index: 434
}

.z-index-435 {
    z-index: 435
}

.z-index-436 {
    z-index: 436
}

.z-index-437 {
    z-index: 437
}

.z-index-438 {
    z-index: 438
}

.z-index-439 {
    z-index: 439
}

.z-index-440 {
    z-index: 440
}

.z-index-441 {
    z-index: 441
}

.z-index-442 {
    z-index: 442
}

.z-index-443 {
    z-index: 443
}

.z-index-444 {
    z-index: 444
}

.z-index-445 {
    z-index: 445
}

.z-index-446 {
    z-index: 446
}

.z-index-447 {
    z-index: 447
}

.z-index-448 {
    z-index: 448
}

.z-index-449 {
    z-index: 449
}

.z-index-450 {
    z-index: 450
}

.z-index-451 {
    z-index: 451
}

.z-index-452 {
    z-index: 452
}

.z-index-453 {
    z-index: 453
}

.z-index-454 {
    z-index: 454
}

.z-index-455 {
    z-index: 455
}

.z-index-456 {
    z-index: 456
}

.z-index-457 {
    z-index: 457
}

.z-index-458 {
    z-index: 458
}

.z-index-459 {
    z-index: 459
}

.z-index-460 {
    z-index: 460
}

.z-index-461 {
    z-index: 461
}

.z-index-462 {
    z-index: 462
}

.z-index-463 {
    z-index: 463
}

.z-index-464 {
    z-index: 464
}

.z-index-465 {
    z-index: 465
}

.z-index-466 {
    z-index: 466
}

.z-index-467 {
    z-index: 467
}

.z-index-468 {
    z-index: 468
}

.z-index-469 {
    z-index: 469
}

.z-index-470 {
    z-index: 470
}

.z-index-471 {
    z-index: 471
}

.z-index-472 {
    z-index: 472
}

.z-index-473 {
    z-index: 473
}

.z-index-474 {
    z-index: 474
}

.z-index-475 {
    z-index: 475
}

.z-index-476 {
    z-index: 476
}

.z-index-477 {
    z-index: 477
}

.z-index-478 {
    z-index: 478
}

.z-index-479 {
    z-index: 479
}

.z-index-480 {
    z-index: 480
}

.z-index-481 {
    z-index: 481
}

.z-index-482 {
    z-index: 482
}

.z-index-483 {
    z-index: 483
}

.z-index-484 {
    z-index: 484
}

.z-index-485 {
    z-index: 485
}

.z-index-486 {
    z-index: 486
}

.z-index-487 {
    z-index: 487
}

.z-index-488 {
    z-index: 488
}

.z-index-489 {
    z-index: 489
}

.z-index-490 {
    z-index: 490
}

.z-index-491 {
    z-index: 491
}

.z-index-492 {
    z-index: 492
}

.z-index-493 {
    z-index: 493
}

.z-index-494 {
    z-index: 494
}

.z-index-495 {
    z-index: 495
}

.z-index-496 {
    z-index: 496
}

.z-index-497 {
    z-index: 497
}

.z-index-498 {
    z-index: 498
}

.z-index-499 {
    z-index: 499
}

.z-index-500 {
    z-index: 500
}

.z-index-501 {
    z-index: 501
}

.z-index-502 {
    z-index: 502
}

.z-index-503 {
    z-index: 503
}

.z-index-504 {
    z-index: 504
}

.z-index-505 {
    z-index: 505
}

.z-index-506 {
    z-index: 506
}

.z-index-507 {
    z-index: 507
}

.z-index-508 {
    z-index: 508
}

.z-index-509 {
    z-index: 509
}

.z-index-510 {
    z-index: 510
}

.z-index-511 {
    z-index: 511
}

.z-index-512 {
    z-index: 512
}

.z-index-513 {
    z-index: 513
}

.z-index-514 {
    z-index: 514
}

.z-index-515 {
    z-index: 515
}

.z-index-516 {
    z-index: 516
}

.z-index-517 {
    z-index: 517
}

.z-index-518 {
    z-index: 518
}

.z-index-519 {
    z-index: 519
}

.z-index-520 {
    z-index: 520
}

.z-index-521 {
    z-index: 521
}

.z-index-522 {
    z-index: 522
}

.z-index-523 {
    z-index: 523
}

.z-index-524 {
    z-index: 524
}

.z-index-525 {
    z-index: 525
}

.z-index-526 {
    z-index: 526
}

.z-index-527 {
    z-index: 527
}

.z-index-528 {
    z-index: 528
}

.z-index-529 {
    z-index: 529
}

.z-index-530 {
    z-index: 530
}

.z-index-531 {
    z-index: 531
}

.z-index-532 {
    z-index: 532
}

.z-index-533 {
    z-index: 533
}

.z-index-534 {
    z-index: 534
}

.z-index-535 {
    z-index: 535
}

.z-index-536 {
    z-index: 536
}

.z-index-537 {
    z-index: 537
}

.z-index-538 {
    z-index: 538
}

.z-index-539 {
    z-index: 539
}

.z-index-540 {
    z-index: 540
}

.z-index-541 {
    z-index: 541
}

.z-index-542 {
    z-index: 542
}

.z-index-543 {
    z-index: 543
}

.z-index-544 {
    z-index: 544
}

.z-index-545 {
    z-index: 545
}

.z-index-546 {
    z-index: 546
}

.z-index-547 {
    z-index: 547
}

.z-index-548 {
    z-index: 548
}

.z-index-549 {
    z-index: 549
}

.z-index-550 {
    z-index: 550
}

.z-index-551 {
    z-index: 551
}

.z-index-552 {
    z-index: 552
}

.z-index-553 {
    z-index: 553
}

.z-index-554 {
    z-index: 554
}

.z-index-555 {
    z-index: 555
}

.z-index-556 {
    z-index: 556
}

.z-index-557 {
    z-index: 557
}

.z-index-558 {
    z-index: 558
}

.z-index-559 {
    z-index: 559
}

.z-index-560 {
    z-index: 560
}

.z-index-561 {
    z-index: 561
}

.z-index-562 {
    z-index: 562
}

.z-index-563 {
    z-index: 563
}

.z-index-564 {
    z-index: 564
}

.z-index-565 {
    z-index: 565
}

.z-index-566 {
    z-index: 566
}

.z-index-567 {
    z-index: 567
}

.z-index-568 {
    z-index: 568
}

.z-index-569 {
    z-index: 569
}

.z-index-570 {
    z-index: 570
}

.z-index-571 {
    z-index: 571
}

.z-index-572 {
    z-index: 572
}

.z-index-573 {
    z-index: 573
}

.z-index-574 {
    z-index: 574
}

.z-index-575 {
    z-index: 575
}

.z-index-576 {
    z-index: 576
}

.z-index-577 {
    z-index: 577
}

.z-index-578 {
    z-index: 578
}

.z-index-579 {
    z-index: 579
}

.z-index-580 {
    z-index: 580
}

.z-index-581 {
    z-index: 581
}

.z-index-582 {
    z-index: 582
}

.z-index-583 {
    z-index: 583
}

.z-index-584 {
    z-index: 584
}

.z-index-585 {
    z-index: 585
}

.z-index-586 {
    z-index: 586
}

.z-index-587 {
    z-index: 587
}

.z-index-588 {
    z-index: 588
}

.z-index-589 {
    z-index: 589
}

.z-index-590 {
    z-index: 590
}

.z-index-591 {
    z-index: 591
}

.z-index-592 {
    z-index: 592
}

.z-index-593 {
    z-index: 593
}

.z-index-594 {
    z-index: 594
}

.z-index-595 {
    z-index: 595
}

.z-index-596 {
    z-index: 596
}

.z-index-597 {
    z-index: 597
}

.z-index-598 {
    z-index: 598
}

.z-index-599 {
    z-index: 599
}

.z-index-600 {
    z-index: 600
}

.z-index-601 {
    z-index: 601
}

.z-index-602 {
    z-index: 602
}

.z-index-603 {
    z-index: 603
}

.z-index-604 {
    z-index: 604
}

.z-index-605 {
    z-index: 605
}

.z-index-606 {
    z-index: 606
}

.z-index-607 {
    z-index: 607
}

.z-index-608 {
    z-index: 608
}

.z-index-609 {
    z-index: 609
}

.z-index-610 {
    z-index: 610
}

.z-index-611 {
    z-index: 611
}

.z-index-612 {
    z-index: 612
}

.z-index-613 {
    z-index: 613
}

.z-index-614 {
    z-index: 614
}

.z-index-615 {
    z-index: 615
}

.z-index-616 {
    z-index: 616
}

.z-index-617 {
    z-index: 617
}

.z-index-618 {
    z-index: 618
}

.z-index-619 {
    z-index: 619
}

.z-index-620 {
    z-index: 620
}

.z-index-621 {
    z-index: 621
}

.z-index-622 {
    z-index: 622
}

.z-index-623 {
    z-index: 623
}

.z-index-624 {
    z-index: 624
}

.z-index-625 {
    z-index: 625
}

.z-index-626 {
    z-index: 626
}

.z-index-627 {
    z-index: 627
}

.z-index-628 {
    z-index: 628
}

.z-index-629 {
    z-index: 629
}

.z-index-630 {
    z-index: 630
}

.z-index-631 {
    z-index: 631
}

.z-index-632 {
    z-index: 632
}

.z-index-633 {
    z-index: 633
}

.z-index-634 {
    z-index: 634
}

.z-index-635 {
    z-index: 635
}

.z-index-636 {
    z-index: 636
}

.z-index-637 {
    z-index: 637
}

.z-index-638 {
    z-index: 638
}

.z-index-639 {
    z-index: 639
}

.z-index-640 {
    z-index: 640
}

.z-index-641 {
    z-index: 641
}

.z-index-642 {
    z-index: 642
}

.z-index-643 {
    z-index: 643
}

.z-index-644 {
    z-index: 644
}

.z-index-645 {
    z-index: 645
}

.z-index-646 {
    z-index: 646
}

.z-index-647 {
    z-index: 647
}

.z-index-648 {
    z-index: 648
}

.z-index-649 {
    z-index: 649
}

.z-index-650 {
    z-index: 650
}

.z-index-651 {
    z-index: 651
}

.z-index-652 {
    z-index: 652
}

.z-index-653 {
    z-index: 653
}

.z-index-654 {
    z-index: 654
}

.z-index-655 {
    z-index: 655
}

.z-index-656 {
    z-index: 656
}

.z-index-657 {
    z-index: 657
}

.z-index-658 {
    z-index: 658
}

.z-index-659 {
    z-index: 659
}

.z-index-660 {
    z-index: 660
}

.z-index-661 {
    z-index: 661
}

.z-index-662 {
    z-index: 662
}

.z-index-663 {
    z-index: 663
}

.z-index-664 {
    z-index: 664
}

.z-index-665 {
    z-index: 665
}

.z-index-666 {
    z-index: 666
}

.z-index-667 {
    z-index: 667
}

.z-index-668 {
    z-index: 668
}

.z-index-669 {
    z-index: 669
}

.z-index-670 {
    z-index: 670
}

.z-index-671 {
    z-index: 671
}

.z-index-672 {
    z-index: 672
}

.z-index-673 {
    z-index: 673
}

.z-index-674 {
    z-index: 674
}

.z-index-675 {
    z-index: 675
}

.z-index-676 {
    z-index: 676
}

.z-index-677 {
    z-index: 677
}

.z-index-678 {
    z-index: 678
}

.z-index-679 {
    z-index: 679
}

.z-index-680 {
    z-index: 680
}

.z-index-681 {
    z-index: 681
}

.z-index-682 {
    z-index: 682
}

.z-index-683 {
    z-index: 683
}

.z-index-684 {
    z-index: 684
}

.z-index-685 {
    z-index: 685
}

.z-index-686 {
    z-index: 686
}

.z-index-687 {
    z-index: 687
}

.z-index-688 {
    z-index: 688
}

.z-index-689 {
    z-index: 689
}

.z-index-690 {
    z-index: 690
}

.z-index-691 {
    z-index: 691
}

.z-index-692 {
    z-index: 692
}

.z-index-693 {
    z-index: 693
}

.z-index-694 {
    z-index: 694
}

.z-index-695 {
    z-index: 695
}

.z-index-696 {
    z-index: 696
}

.z-index-697 {
    z-index: 697
}

.z-index-698 {
    z-index: 698
}

.z-index-699 {
    z-index: 699
}

.z-index-700 {
    z-index: 700
}

.z-index-701 {
    z-index: 701
}

.z-index-702 {
    z-index: 702
}

.z-index-703 {
    z-index: 703
}

.z-index-704 {
    z-index: 704
}

.z-index-705 {
    z-index: 705
}

.z-index-706 {
    z-index: 706
}

.z-index-707 {
    z-index: 707
}

.z-index-708 {
    z-index: 708
}

.z-index-709 {
    z-index: 709
}

.z-index-710 {
    z-index: 710
}

.z-index-711 {
    z-index: 711
}

.z-index-712 {
    z-index: 712
}

.z-index-713 {
    z-index: 713
}

.z-index-714 {
    z-index: 714
}

.z-index-715 {
    z-index: 715
}

.z-index-716 {
    z-index: 716
}

.z-index-717 {
    z-index: 717
}

.z-index-718 {
    z-index: 718
}

.z-index-719 {
    z-index: 719
}

.z-index-720 {
    z-index: 720
}

.z-index-721 {
    z-index: 721
}

.z-index-722 {
    z-index: 722
}

.z-index-723 {
    z-index: 723
}

.z-index-724 {
    z-index: 724
}

.z-index-725 {
    z-index: 725
}

.z-index-726 {
    z-index: 726
}

.z-index-727 {
    z-index: 727
}

.z-index-728 {
    z-index: 728
}

.z-index-729 {
    z-index: 729
}

.z-index-730 {
    z-index: 730
}

.z-index-731 {
    z-index: 731
}

.z-index-732 {
    z-index: 732
}

.z-index-733 {
    z-index: 733
}

.z-index-734 {
    z-index: 734
}

.z-index-735 {
    z-index: 735
}

.z-index-736 {
    z-index: 736
}

.z-index-737 {
    z-index: 737
}

.z-index-738 {
    z-index: 738
}

.z-index-739 {
    z-index: 739
}

.z-index-740 {
    z-index: 740
}

.z-index-741 {
    z-index: 741
}

.z-index-742 {
    z-index: 742
}

.z-index-743 {
    z-index: 743
}

.z-index-744 {
    z-index: 744
}

.z-index-745 {
    z-index: 745
}

.z-index-746 {
    z-index: 746
}

.z-index-747 {
    z-index: 747
}

.z-index-748 {
    z-index: 748
}

.z-index-749 {
    z-index: 749
}

.z-index-750 {
    z-index: 750
}

.z-index-751 {
    z-index: 751
}

.z-index-752 {
    z-index: 752
}

.z-index-753 {
    z-index: 753
}

.z-index-754 {
    z-index: 754
}

.z-index-755 {
    z-index: 755
}

.z-index-756 {
    z-index: 756
}

.z-index-757 {
    z-index: 757
}

.z-index-758 {
    z-index: 758
}

.z-index-759 {
    z-index: 759
}

.z-index-760 {
    z-index: 760
}

.z-index-761 {
    z-index: 761
}

.z-index-762 {
    z-index: 762
}

.z-index-763 {
    z-index: 763
}

.z-index-764 {
    z-index: 764
}

.z-index-765 {
    z-index: 765
}

.z-index-766 {
    z-index: 766
}

.z-index-767 {
    z-index: 767
}

.z-index-768 {
    z-index: 768
}

.z-index-769 {
    z-index: 769
}

.z-index-770 {
    z-index: 770
}

.z-index-771 {
    z-index: 771
}

.z-index-772 {
    z-index: 772
}

.z-index-773 {
    z-index: 773
}

.z-index-774 {
    z-index: 774
}

.z-index-775 {
    z-index: 775
}

.z-index-776 {
    z-index: 776
}

.z-index-777 {
    z-index: 777
}

.z-index-778 {
    z-index: 778
}

.z-index-779 {
    z-index: 779
}

.z-index-780 {
    z-index: 780
}

.z-index-781 {
    z-index: 781
}

.z-index-782 {
    z-index: 782
}

.z-index-783 {
    z-index: 783
}

.z-index-784 {
    z-index: 784
}

.z-index-785 {
    z-index: 785
}

.z-index-786 {
    z-index: 786
}

.z-index-787 {
    z-index: 787
}

.z-index-788 {
    z-index: 788
}

.z-index-789 {
    z-index: 789
}

.z-index-790 {
    z-index: 790
}

.z-index-791 {
    z-index: 791
}

.z-index-792 {
    z-index: 792
}

.z-index-793 {
    z-index: 793
}

.z-index-794 {
    z-index: 794
}

.z-index-795 {
    z-index: 795
}

.z-index-796 {
    z-index: 796
}

.z-index-797 {
    z-index: 797
}

.z-index-798 {
    z-index: 798
}

.z-index-799 {
    z-index: 799
}

.z-index-800 {
    z-index: 800
}

.z-index-801 {
    z-index: 801
}

.z-index-802 {
    z-index: 802
}

.z-index-803 {
    z-index: 803
}

.z-index-804 {
    z-index: 804
}

.z-index-805 {
    z-index: 805
}

.z-index-806 {
    z-index: 806
}

.z-index-807 {
    z-index: 807
}

.z-index-808 {
    z-index: 808
}

.z-index-809 {
    z-index: 809
}

.z-index-810 {
    z-index: 810
}

.z-index-811 {
    z-index: 811
}

.z-index-812 {
    z-index: 812
}

.z-index-813 {
    z-index: 813
}

.z-index-814 {
    z-index: 814
}

.z-index-815 {
    z-index: 815
}

.z-index-816 {
    z-index: 816
}

.z-index-817 {
    z-index: 817
}

.z-index-818 {
    z-index: 818
}

.z-index-819 {
    z-index: 819
}

.z-index-820 {
    z-index: 820
}

.z-index-821 {
    z-index: 821
}

.z-index-822 {
    z-index: 822
}

.z-index-823 {
    z-index: 823
}

.z-index-824 {
    z-index: 824
}

.z-index-825 {
    z-index: 825
}

.z-index-826 {
    z-index: 826
}

.z-index-827 {
    z-index: 827
}

.z-index-828 {
    z-index: 828
}

.z-index-829 {
    z-index: 829
}

.z-index-830 {
    z-index: 830
}

.z-index-831 {
    z-index: 831
}

.z-index-832 {
    z-index: 832
}

.z-index-833 {
    z-index: 833
}

.z-index-834 {
    z-index: 834
}

.z-index-835 {
    z-index: 835
}

.z-index-836 {
    z-index: 836
}

.z-index-837 {
    z-index: 837
}

.z-index-838 {
    z-index: 838
}

.z-index-839 {
    z-index: 839
}

.z-index-840 {
    z-index: 840
}

.z-index-841 {
    z-index: 841
}

.z-index-842 {
    z-index: 842
}

.z-index-843 {
    z-index: 843
}

.z-index-844 {
    z-index: 844
}

.z-index-845 {
    z-index: 845
}

.z-index-846 {
    z-index: 846
}

.z-index-847 {
    z-index: 847
}

.z-index-848 {
    z-index: 848
}

.z-index-849 {
    z-index: 849
}

.z-index-850 {
    z-index: 850
}

.z-index-851 {
    z-index: 851
}

.z-index-852 {
    z-index: 852
}

.z-index-853 {
    z-index: 853
}

.z-index-854 {
    z-index: 854
}

.z-index-855 {
    z-index: 855
}

.z-index-856 {
    z-index: 856
}

.z-index-857 {
    z-index: 857
}

.z-index-858 {
    z-index: 858
}

.z-index-859 {
    z-index: 859
}

.z-index-860 {
    z-index: 860
}

.z-index-861 {
    z-index: 861
}

.z-index-862 {
    z-index: 862
}

.z-index-863 {
    z-index: 863
}

.z-index-864 {
    z-index: 864
}

.z-index-865 {
    z-index: 865
}

.z-index-866 {
    z-index: 866
}

.z-index-867 {
    z-index: 867
}

.z-index-868 {
    z-index: 868
}

.z-index-869 {
    z-index: 869
}

.z-index-870 {
    z-index: 870
}

.z-index-871 {
    z-index: 871
}

.z-index-872 {
    z-index: 872
}

.z-index-873 {
    z-index: 873
}

.z-index-874 {
    z-index: 874
}

.z-index-875 {
    z-index: 875
}

.z-index-876 {
    z-index: 876
}

.z-index-877 {
    z-index: 877
}

.z-index-878 {
    z-index: 878
}

.z-index-879 {
    z-index: 879
}

.z-index-880 {
    z-index: 880
}

.z-index-881 {
    z-index: 881
}

.z-index-882 {
    z-index: 882
}

.z-index-883 {
    z-index: 883
}

.z-index-884 {
    z-index: 884
}

.z-index-885 {
    z-index: 885
}

.z-index-886 {
    z-index: 886
}

.z-index-887 {
    z-index: 887
}

.z-index-888 {
    z-index: 888
}

.z-index-889 {
    z-index: 889
}

.z-index-890 {
    z-index: 890
}

.z-index-891 {
    z-index: 891
}

.z-index-892 {
    z-index: 892
}

.z-index-893 {
    z-index: 893
}

.z-index-894 {
    z-index: 894
}

.z-index-895 {
    z-index: 895
}

.z-index-896 {
    z-index: 896
}

.z-index-897 {
    z-index: 897
}

.z-index-898 {
    z-index: 898
}

.z-index-899 {
    z-index: 899
}

.z-index-900 {
    z-index: 900
}

.z-index-901 {
    z-index: 901
}

.z-index-902 {
    z-index: 902
}

.z-index-903 {
    z-index: 903
}

.z-index-904 {
    z-index: 904
}

.z-index-905 {
    z-index: 905
}

.z-index-906 {
    z-index: 906
}

.z-index-907 {
    z-index: 907
}

.z-index-908 {
    z-index: 908
}

.z-index-909 {
    z-index: 909
}

.z-index-910 {
    z-index: 910
}

.z-index-911 {
    z-index: 911
}

.z-index-912 {
    z-index: 912
}

.z-index-913 {
    z-index: 913
}

.z-index-914 {
    z-index: 914
}

.z-index-915 {
    z-index: 915
}

.z-index-916 {
    z-index: 916
}

.z-index-917 {
    z-index: 917
}

.z-index-918 {
    z-index: 918
}

.z-index-919 {
    z-index: 919
}

.z-index-920 {
    z-index: 920
}

.z-index-921 {
    z-index: 921
}

.z-index-922 {
    z-index: 922
}

.z-index-923 {
    z-index: 923
}

.z-index-924 {
    z-index: 924
}

.z-index-925 {
    z-index: 925
}

.z-index-926 {
    z-index: 926
}

.z-index-927 {
    z-index: 927
}

.z-index-928 {
    z-index: 928
}

.z-index-929 {
    z-index: 929
}

.z-index-930 {
    z-index: 930
}

.z-index-931 {
    z-index: 931
}

.z-index-932 {
    z-index: 932
}

.z-index-933 {
    z-index: 933
}

.z-index-934 {
    z-index: 934
}

.z-index-935 {
    z-index: 935
}

.z-index-936 {
    z-index: 936
}

.z-index-937 {
    z-index: 937
}

.z-index-938 {
    z-index: 938
}

.z-index-939 {
    z-index: 939
}

.z-index-940 {
    z-index: 940
}

.z-index-941 {
    z-index: 941
}

.z-index-942 {
    z-index: 942
}

.z-index-943 {
    z-index: 943
}

.z-index-944 {
    z-index: 944
}

.z-index-945 {
    z-index: 945
}

.z-index-946 {
    z-index: 946
}

.z-index-947 {
    z-index: 947
}

.z-index-948 {
    z-index: 948
}

.z-index-949 {
    z-index: 949
}

.z-index-950 {
    z-index: 950
}

.z-index-951 {
    z-index: 951
}

.z-index-952 {
    z-index: 952
}

.z-index-953 {
    z-index: 953
}

.z-index-954 {
    z-index: 954
}

.z-index-955 {
    z-index: 955
}

.z-index-956 {
    z-index: 956
}

.z-index-957 {
    z-index: 957
}

.z-index-958 {
    z-index: 958
}

.z-index-959 {
    z-index: 959
}

.z-index-960 {
    z-index: 960
}

.z-index-961 {
    z-index: 961
}

.z-index-962 {
    z-index: 962
}

.z-index-963 {
    z-index: 963
}

.z-index-964 {
    z-index: 964
}

.z-index-965 {
    z-index: 965
}

.z-index-966 {
    z-index: 966
}

.z-index-967 {
    z-index: 967
}

.z-index-968 {
    z-index: 968
}

.z-index-969 {
    z-index: 969
}

.z-index-970 {
    z-index: 970
}

.z-index-971 {
    z-index: 971
}

.z-index-972 {
    z-index: 972
}

.z-index-973 {
    z-index: 973
}

.z-index-974 {
    z-index: 974
}

.z-index-975 {
    z-index: 975
}

.z-index-976 {
    z-index: 976
}

.z-index-977 {
    z-index: 977
}

.z-index-978 {
    z-index: 978
}

.z-index-979 {
    z-index: 979
}

.z-index-980 {
    z-index: 980
}

.z-index-981 {
    z-index: 981
}

.z-index-982 {
    z-index: 982
}

.z-index-983 {
    z-index: 983
}

.z-index-984 {
    z-index: 984
}

.z-index-985 {
    z-index: 985
}

.z-index-986 {
    z-index: 986
}

.z-index-987 {
    z-index: 987
}

.z-index-988 {
    z-index: 988
}

.z-index-989 {
    z-index: 989
}

.z-index-990 {
    z-index: 990
}

.z-index-991 {
    z-index: 991
}

.z-index-992 {
    z-index: 992
}

.z-index-993 {
    z-index: 993
}

.z-index-994 {
    z-index: 994
}

.z-index-995 {
    z-index: 995
}

.z-index-996 {
    z-index: 996
}

.z-index-997 {
    z-index: 997
}

.z-index-998 {
    z-index: 998
}

.z-index-999 {
    z-index: 999
}

.z-index-1000 {
    z-index: 1000
}

.br-1 {
    border-radius: 1px
}

.br-2 {
    border-radius: 2px
}

.br-3 {
    border-radius: 3px
}

.br-4 {
    border-radius: 4px
}

.br-5 {
    border-radius: 5px
}

.br-6 {
    border-radius: 6px
}

.br-7 {
    border-radius: 7px
}

.br-8 {
    border-radius: 8px
}

.br-9 {
    border-radius: 9px
}

.br-10 {
    border-radius: 10px
}

.br-11 {
    border-radius: 11px
}

.br-12 {
    border-radius: 12px
}

.br-13 {
    border-radius: 13px
}

.br-14 {
    border-radius: 14px
}

.br-15 {
    border-radius: 15px
}

.br-16 {
    border-radius: 16px
}

.br-17 {
    border-radius: 17px
}

.br-18 {
    border-radius: 18px
}

.br-19 {
    border-radius: 19px
}

.br-20 {
    border-radius: 20px
}

.br-21 {
    border-radius: 21px
}

.br-22 {
    border-radius: 22px
}

.br-23 {
    border-radius: 23px
}

.br-24 {
    border-radius: 24px
}

.br-25 {
    border-radius: 25px
}

.br-26 {
    border-radius: 26px
}

.br-27 {
    border-radius: 27px
}

.br-28 {
    border-radius: 28px
}

.br-29 {
    border-radius: 29px
}

.br-30 {
    border-radius: 30px
}

.br-31 {
    border-radius: 31px
}

.br-32 {
    border-radius: 32px
}

.br-33 {
    border-radius: 33px
}

.br-34 {
    border-radius: 34px
}

.br-35 {
    border-radius: 35px
}

.br-36 {
    border-radius: 36px
}

.br-37 {
    border-radius: 37px
}

.br-38 {
    border-radius: 38px
}

.br-39 {
    border-radius: 39px
}

.br-40 {
    border-radius: 40px
}

.br-41 {
    border-radius: 41px
}

.br-42 {
    border-radius: 42px
}

.br-43 {
    border-radius: 43px
}

.br-44 {
    border-radius: 44px
}

.br-45 {
    border-radius: 45px
}

.br-46 {
    border-radius: 46px
}

.br-47 {
    border-radius: 47px
}

.br-48 {
    border-radius: 48px
}

.br-49 {
    border-radius: 49px
}

.br-50 {
    border-radius: 50px
}

.br-51 {
    border-radius: 51px
}

.br-52 {
    border-radius: 52px
}

.br-53 {
    border-radius: 53px
}

.br-54 {
    border-radius: 54px
}

.br-55 {
    border-radius: 55px
}

.br-56 {
    border-radius: 56px
}

.br-57 {
    border-radius: 57px
}

.br-58 {
    border-radius: 58px
}

.br-59 {
    border-radius: 59px
}

.br-60 {
    border-radius: 60px
}

.br-61 {
    border-radius: 61px
}

.br-62 {
    border-radius: 62px
}

.br-63 {
    border-radius: 63px
}

.br-64 {
    border-radius: 64px
}

.br-65 {
    border-radius: 65px
}

.br-66 {
    border-radius: 66px
}

.br-67 {
    border-radius: 67px
}

.br-68 {
    border-radius: 68px
}

.br-69 {
    border-radius: 69px
}

.br-70 {
    border-radius: 70px
}

.br-71 {
    border-radius: 71px
}

.br-72 {
    border-radius: 72px
}

.br-73 {
    border-radius: 73px
}

.br-74 {
    border-radius: 74px
}

.br-75 {
    border-radius: 75px
}

.br-76 {
    border-radius: 76px
}

.br-77 {
    border-radius: 77px
}

.br-78 {
    border-radius: 78px
}

.br-79 {
    border-radius: 79px
}

.br-80 {
    border-radius: 80px
}

.br-81 {
    border-radius: 81px
}

.br-82 {
    border-radius: 82px
}

.br-83 {
    border-radius: 83px
}

.br-84 {
    border-radius: 84px
}

.br-85 {
    border-radius: 85px
}

.br-86 {
    border-radius: 86px
}

.br-87 {
    border-radius: 87px
}

.br-88 {
    border-radius: 88px
}

.br-89 {
    border-radius: 89px
}

.br-90 {
    border-radius: 90px
}

.br-91 {
    border-radius: 91px
}

.br-92 {
    border-radius: 92px
}

.br-93 {
    border-radius: 93px
}

.br-94 {
    border-radius: 94px
}

.br-95 {
    border-radius: 95px
}

.br-96 {
    border-radius: 96px
}

.br-97 {
    border-radius: 97px
}

.br-98 {
    border-radius: 98px
}

.br-99 {
    border-radius: 99px
}

.br-100 {
    border-radius: 100px
}

.bg-gray {
    background-color: #ebebeb
}

.bg-fixed {
    background-attachment: fixed !important
}

.bg-image {
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important
}

.bg-overlay {
    position: relative
}

.bg-overlay:before {
    content: "";
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.bg-overlay.default-overlay:before {
    background: #000
}

.bg-overlay.primary-overlay:before {
    background: var(--frontend-primary-color)
}

.bg-overlay.info-overlay:before {
    background: #0dcaf0
}

.bg-overlay.success-overlay:before {
    background: #10b981
}

.bg-overlay.warning-overlay:before {
    background: #ffc107
}

.bg-overlay.danger-overlay:before {
    background: #f65660
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    background-color: var(--bs-btn-bg);
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    color: var(--bs-btn-color);
    cursor: pointer;
    display: inline-block;
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    text-align: center;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    color: var(--bs-btn-hover-color)
}

.btn-check+.btn:hover {
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
    color: var(--bs-btn-color)
}

.btn:focus-visible {
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    box-shadow: var(--bs-btn-focus-box-shadow);
    color: var(--bs-btn-hover-color);
    outline: 0
}

.btn-check:focus-visible+.btn {
    border-color: var(--bs-btn-hover-border-color);
    box-shadow: var(--bs-btn-focus-box-shadow);
    outline: 0
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: var(--bs-btn-active-bg) !important;
    border-color: var(--bs-btn-active-border-color);
    color: var(--bs-btn-active-color)
}

.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    color: var(--bs-btn-disabled-color);
    opacity: var(--bs-btn-disabled-opacity);
    pointer-events: none
}

.btn:active,
.btn:focus {
    outline: 0 !important
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--frontend-primary-color);
    --bs-btn-border-color: var(--frontend-primary-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--frontend-primary-hover-color);
    --bs-btn-hover-border-color: var(--frontend-primary-hover-darken-color);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--frontend-primary-hover-color);
    --bs-btn-active-border-color: var(--frontend-primary-hover-darken-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--frontend-primary-color);
    --bs-btn-disabled-border-color: var(--frontend-primary-color)
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--frontend-secondary-color);
    --bs-btn-border-color: var(--frontend-secondary-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--frontend-secondary-hover-color);
    --bs-btn-hover-border-color: var(--frontend-secondary-hover-darken-color);
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--frontend-secondary-hover-color);
    --bs-btn-active-border-color: var(--frontend-secondary-hover-darken-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--frontend-secondary-color);
    --bs-btn-disabled-border-color: var(--frontend-secondary-color)
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--frontend-success-color);
    --bs-btn-border-color: var(--frontend-success-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--frontend-success-hover-color);
    --bs-btn-hover-border-color: var(--frontend-success-hover-darken-color);
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--frontend-success-hover-color);
    --bs-btn-active-border-color: var(--frontend-success-hover-darken-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--frontend-success-color);
    --bs-btn-disabled-border-color: var(--frontend-success-color)
}

.btn-info {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--frontend-info-color);
    --bs-btn-border-color: var(--frontend-info-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--frontend-info-hover-color);
    --bs-btn-hover-border-color: var(--frontend-info-hover-darken-color);
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--frontend-info-hover-color);
    --bs-btn-active-border-color: var(--frontend-info-hover-darken-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--frontend-info-color);
    --bs-btn-disabled-border-color: var(--frontend-info-color)
}

.btn-warning {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--frontend-warning-color);
    --bs-btn-border-color: var(--frontend-warning-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--frontend-warning-hover-color);
    --bs-btn-hover-border-color: var(--frontend-warning-hover-darken-color);
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--frontend-warning-hover-color);
    --bs-btn-active-border-color: var(--frontend-warning-hover-darken-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--frontend-warning-color);
    --bs-btn-disabled-border-color: var(--frontend-warning-color)
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--frontend-danger-color);
    --bs-btn-border-color: var(--frontend-danger-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--frontend-danger-hover-color);
    --bs-btn-hover-border-color: var(--frontend-danger-hover-darken-color);
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--frontend-danger-hover-color);
    --bs-btn-active-border-color: var(--frontend-danger-hover-darken-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--frontend-danger-color);
    --bs-btn-disabled-border-color: var(--frontend-danger-color)
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529
}

.btn-outline-primary {
    --bs-btn-color: var(--frontend-primary-color);
    --bs-btn-border-color: var(--frontend-primary-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--frontend-primary-hover-color);
    --bs-btn-hover-border-color: var(--frontend-primary-hover-darken-color);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--frontend-primary-hover-color);
    --bs-btn-active-border-color: var(--frontend-primary-hover-darken-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: var(--frontend-primary-color);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--frontend-primary-color);
    --bs-gradient: none
}

.btn-outline-secondary {
    --bs-btn-color: var(--frontend-secondary-color);
    --bs-btn-border-color: var(--frontend-secondary-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--frontend-secondary-hover-color);
    --bs-btn-hover-border-color: var(--frontend-secondary-hover-darken-color);
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--frontend-secondary-hover-color);
    --bs-btn-active-border-color: var(--frontend-secondary-hover-darken-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: var(--frontend-secondary-color);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--frontend-secondary-color);
    --bs-gradient: none
}

.btn-outline-success {
    --bs-btn-color: var(--frontend-success-color);
    --bs-btn-border-color: var(--frontend-success-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--frontend-success-hover-color);
    --bs-btn-hover-border-color: var(--frontend-success-hover-darken-color);
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--frontend-success-hover-color);
    --bs-btn-active-border-color: var(--frontend-success-hover-darken-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: var(--frontend-success-color);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--frontend-success-color);
    --bs-gradient: none
}

.btn-outline-info {
    --bs-btn-color: var(--frontend-info-color);
    --bs-btn-border-color: var(--frontend-info-color);
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: var(--frontend-info-hover-color);
    --bs-btn-hover-border-color: var(--frontend-info-hover-darken-color);
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: var(--frontend-info-hover-color);
    --bs-btn-active-border-color: var(--frontend-info-hover-darken-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: var(--frontend-info-color);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--frontend-info-color);
    --bs-gradient: none
}

.btn-outline-warning {
    --bs-btn-color: var(--frontend-warning-color);
    --bs-btn-border-color: var(--frontend-warning-color);
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: var(--frontend-warning-hover-color);
    --bs-btn-hover-border-color: var(--frontend-warning-hover-darken-color);
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: var(--frontend-warning-hover-color);
    --bs-btn-active-border-color: var(--frontend-warning-hover-darken-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: var(--frontend-warning-color);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--frontend-warning-color);
    --bs-gradient: none
}

.btn-outline-danger {
    --bs-btn-color: var(--frontend-danger-color);
    --bs-btn-border-color: var(--frontend-danger-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--frontend-danger-hover-color);
    --bs-btn-hover-border-color: var(--frontend-danger-hover-darken-color);
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--frontend-danger-hover-color);
    --bs-btn-active-border-color: var(--frontend-danger-hover-darken-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: var(--frontend-danger-color);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--frontend-danger-color);
    --bs-gradient: none
}

.btn-outline-white {
    --bs-btn-color: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: #fff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fff;
    --bs-gradient: none
}

.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none
}

.btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: underline
}

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.btn-group-lg>.btn,
.btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: 0.5rem
}

.btn-group-sm>.btn,
.btn-sm {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 0.25rem
}

.btn {
    font-weight: 500;
    text-transform: capitalize
}

.btn-block {
    width: 100%
}

.btn-link {
    font-weight: 500;
    text-decoration: none
}

.btn-link,
.btn-link:hover {
    color: var(--frontend-primary-color)
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d
}

.btn-check:active+.btn-outline-danger,
.btn-check:active+.btn-outline-info,
.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-danger,
.btn-check:checked+.btn-outline-info,
.btn-check:checked+.btn-outline-success,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active,
.btn-outline-danger:hover,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active,
.btn-outline-info:hover,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active,
.btn-outline-success:hover {
    color: #fff
}

.btn-hover-arrow {
    overflow: hidden;
    position: relative
}

.btn-hover-arrow span {
    display: inline-block;
    transform: translate3d(12px, 0, 0);
    transition: transform .3s cubic-bezier(.42, .01, .23, 1)
}

.btn-hover-arrow:after {
    content: "";
    display: inline-block;
    font-family: LineIcons !important;
    font-size: 1.25rem;
    font-style: normal;
    font-variant: normal;
    font-weight: 400 !important;
    height: 24px;
    line-height: 24px;
    opacity: 0;
    transform: translate3d(24px, 0, 0);
    transition: opacity .3s, transform .4s cubic-bezier(.42, .01, .23, 1);
    vertical-align: middle;
    width: 20px
}

.btn-hover-arrow:hover span {
    transform: translatez(0)
}

.btn-hover-arrow:hover:after {
    opacity: 1;
    transform: translate3d(6px, 0, 0)
}

.btn-group-lg>.btn-hover-arrow.btn:after,
.btn-hover-arrow.btn-lg:after {
    font-size: 1.375rem
}

.btn-group-lg>.btn-hover-arrow.btn:hover span,
.btn-hover-arrow.btn-lg:hover span {
    transform: translate3d(-6px, 0, 0)
}

.btn-group-sm>.btn-hover-arrow.btn:after,
.btn-hover-arrow.btn-sm:after {
    font-size: 1.125rem
}

.btn-group-sm>.btn-hover-arrow.btn:hover span,
.btn-hover-arrow.btn-sm:hover span {
    transform: translateZ(0)
}

.btn-outline-primary {
    border: 1px solid var(--frontend-primary-color)
}

.btn-outline-secondary {
    border: 1px solid var(--frontend-secondary-color)
}

.btn-outline-success {
    border: 1px solid var(--frontend-success-color)
}

.btn-outline-info {
    border: 1px solid var(--frontend-info-color)
}

.btn-outline-warning {
    border: 1px solid var(--frontend-warning-color)
}

.btn-outline-danger {
    border: 1px solid var(--frontend-danger-color)
}

.btn-outline-light {
    border: 1px solid #f8f9fa
}

.btn-outline-dark {
    border: 1px solid #212529
}

.btn-outline-white {
    border-color: #fff
}

.btn-outline-white span,
.btn-outline-white.btn-hover-arrow:after {
    color: #fff
}

.btn-outline-white:active,
.btn-outline-white:focus,
.btn-outline-white:hover {
    border-color: #fff;
    color: #fff
}

.btn-outline-white:active span,
.btn-outline-white:focus span,
.btn-outline-white:hover span {
    color: #fff
}

.btn-outline-2px {
    border-width: 2px
}

.btn-outline-3px {
    border-width: 3px
}

.list-inline,
.list-unstyled {
    list-style: none;
    padding-left: 0
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.list {
    list-style: none
}

.list li {
    position: relative;
    transition: all .4s ease
}

.list li:not(:last-child) {
    margin-bottom: 10px
}

.list a {
    color: #000;
    display: inline-block
}

.list a:hover {
    color: var(--frontend-primary-color)
}

.list.list-fadeIn li:before {
    color: #000;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease;
    visibility: hidden
}

.list.list-fadeIn li:hover {
    padding-left: 15px
}

.list.list-fadeIn li:hover:before {
    opacity: 1;
    visibility: visible
}

.pagination {
    border-radius: .25rem;
    display: flex;
    list-style: none;
    padding-left: 0
}

.pagination li {
    margin: 5px
}

.page-link {
    background-color: #fff;
    border: 1px solid #dee2e6;
    display: block;
    font-weight: 600;
    line-height: 1.25;
    margin-left: -1px;
    padding: 10px 20px;
    position: relative
}

.page-item .page-link,
.page-link {
    color: var(--frontend-primary-color)
}

.page-item .page-link {
    border-radius: 3px;
    margin: 0 3px
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
    margin-left: 0
}

.page-item.disabled .page-link {
    background-color: #e5e1e1;
    border-color: #ccc;
    color: var(--frontend-primary-color);
    cursor: auto;
    opacity: .6;
    pointer-events: none
}

.page-item.active .page-link {
    background-color: var(--frontend-primary-color);
    border-color: var(--frontend-primary-darken-color);
    color: #fff;
    z-index: 1
}

.post-pagination nav {
    display: flex;
    justify-content: center
}

.slick-next,
.slick-prev {
    background-color: var(--frontend-primary-color);
    color: #fff;
    height: 30px;
    left: inherit;
    position: absolute;
    right: 0;
    top: -35px;
    width: 30px
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    background-color: rgba(var(--frontend-primary-rgb), .9);
    color: #fff
}

.slick-prev {
    right: 31px;
    z-index: 9
}

section .slick-slider {
    margin-bottom: 0 !important;
    margin-top: 45px
}

body.dark-scheme,
body.dark-scheme .navbar-area {
    background: var(--frontend-dark-color-scheme)
}

body.dark-scheme .navbar-area {
    border-bottom: 1px solid var(--frontend-dark-color-scheme-lighten-4)
}

body.dark-scheme .page-article-inner {
    box-shadow: 1px 1px 5px var(--frontend-dark-color-scheme-darken-4) !important
}

body.dark-scheme .article.article-style-d,
body.dark-scheme .page-article-inner {
    background: var(--frontend-dark-color-scheme-lighten-4) !important
}

body.dark-scheme .card .card-header {
    border-bottom-color: var(--frontend-dark-color-scheme-darken-4) !important
}

body.dark-scheme .page-sidebar {
    border: 1px solid var(--frontend-dark-color-scheme-darken-4) !important;
    box-shadow: 1px 1px 5px var(--frontend-dark-color-scheme-darken-4) !important
}

body.dark-scheme section {
    background: var(--frontend-dark-color-scheme)
}

body.dark-scheme section.bg-lighten {
    background: var(--frontend-dark-color-scheme-lighten-2) !important
}

body.dark-scheme section.bg-lighten .accordion-content,
body.dark-scheme section.bg-lighten .accordion-style .single-accordion .accordion-btn button,
body.dark-scheme section.bg-lighten .blog-section .single-blog,
body.dark-scheme section.bg-lighten .boxed-content,
body.dark-scheme section.bg-lighten .card,
body.dark-scheme section.bg-lighten .number-info,
body.dark-scheme section.bg-lighten .single-accordion,
body.dark-scheme section.bg-lighten .single-pricing,
body.dark-scheme section.bg-lighten .team-section .team-member,
body.dark-scheme section.bg-lighten .testimonial-bubble {
    background: var(--frontend-dark-light-color-scheme-lighten-4) !important
}

body.dark-scheme section.bg-lighten .blog-section .single-blog,
body.dark-scheme section.bg-lighten .boxed-content,
body.dark-scheme section.bg-lighten .number-info,
body.dark-scheme section.bg-lighten .single-accordion,
body.dark-scheme section.bg-lighten .single-pricing,
body.dark-scheme section.bg-lighten .team-section .team-member {
    box-shadow: 1px 1px 5px var(--frontend-dark-light-color-scheme-darken-4) !important
}

body.dark-scheme section.bg-lighten .testimonial-bubble:after {
    border-color: var(--frontend-dark-light-color-scheme-lighten-4) transparent !important
}

body.dark-scheme .footer {
    background: var(--frontend-dark-color-scheme) !important
}

body.dark-scheme .footer,
body.dark-scheme .footer .copyright-area {
    border-top: 1px solid var(--frontend-dark-color-scheme-lighten-4) !important
}

body.dark-scheme .hero-section .hero-content-wrapper h1,
body.dark-scheme .list-group-item a strong,
body.dark-scheme .pricing-section .single-pricing .pricing-frequency,
body.dark-scheme .team-section .team-member strong,
body.dark-scheme h1,
body.dark-scheme h2,
body.dark-scheme h3,
body.dark-scheme h4,
body.dark-scheme h5,
body.dark-scheme h6 {
    color: #fff !important
}

body.dark-scheme .accordion-content,
body.dark-scheme .accordion-style .single-accordion .accordion-btn button,
body.dark-scheme .blog-section .single-blog,
body.dark-scheme .boxed-content,
body.dark-scheme .card,
body.dark-scheme .list-group-custom .list-group-item,
body.dark-scheme .number-info,
body.dark-scheme .single-accordion,
body.dark-scheme .single-pricing,
body.dark-scheme .team-section .team-member,
body.dark-scheme .testimonial-bubble {
    background: var(--frontend-dark-color-scheme-lighten-4) !important
}

body.dark-scheme .blog-section .single-blog,
body.dark-scheme .boxed-content,
body.dark-scheme .number-info,
body.dark-scheme .single-accordion,
body.dark-scheme .single-pricing,
body.dark-scheme .team-section .team-member {
    box-shadow: 1px 1px 5px var(--frontend-dark-color-scheme-darken-4) !important
}

body.dark-scheme body.dark-scheme .accordion-style .single-accordion .accordion-btn button,
body.dark-scheme .testimonial-author .author-name {
    color: #fff
}

body.dark-scheme .accordion-content,
body.dark-scheme .article .article-meta a,
body.dark-scheme .article .article-meta i,
body.dark-scheme .blog-section .single-blog .blog-content p,
body.dark-scheme .contact-section .contact-info a,
body.dark-scheme .list a,
body.dark-scheme .pricing-section .single-pricing .pricing-item-details,
body.dark-scheme .team-section .team-member .social-icon>li>a,
body.dark-scheme .testimonial-author em,
body.dark-scheme em,
body.dark-scheme label,
body.dark-scheme p,
body.dark-scheme small,
body.dark-scheme span,
body.dark-scheme strong {
    color: hsla(0, 0%, 100%, .9) !important
}

body.dark-scheme .contact-section .contact-info a:focus,
body.dark-scheme .contact-section .contact-info a:hover,
body.dark-scheme .hero-section .hero-content-wrapper h2 {
    color: var(--frontend-primary-color) !important
}

body.dark-scheme .form-control {
    background: hsla(0, 0%, 100%, .1);
    border: 1px solid hsla(0, 0%, 100%, .3);
    color: #fff
}

body.dark-scheme input::-moz-placeholder,
body.dark-scheme select::-moz-placeholder,
body.dark-scheme textarea::-moz-placeholder {
    color: hsla(0, 0%, 100%, .9)
}

body.dark-scheme input::placeholder,
body.dark-scheme select::placeholder,
body.dark-scheme textarea::placeholder {
    color: hsla(0, 0%, 100%, .9)
}

body.dark-scheme .blog-section .single-blog .blog-img .date-meta {
    background: var(--frontend-dark-color-scheme) !important;
    border: none;
    color: hsla(0, 0%, 100%, .9)
}

body.dark-scheme .list.list-fadeIn li:before,
body.dark-scheme p {
    color: hsla(0, 0%, 100%, .9) !important
}

body.dark-scheme .list a span:hover,
body.dark-scheme .list a:hover,
body.dark-scheme .list-group .list-group-item:hover strong {
    color: var(--frontend-primary-color) !important
}

body.dark-scheme .bg-overlay.default-overlay:before {
    background: var(--frontend-dark-color-scheme)
}

body.dark-scheme .article .article-meta a:hover,
body.dark-scheme .hero-section .hero-content-wrapper h2:after {
    color: var(--frontend-primary-color) !important
}

body.dark-scheme section.bg-image.bg-overlay .sub-heading:after,
body.dark-scheme section.bg-image.bg-overlay .sub-heading:before {
    background: var(--frontend-primary-color) !important
}

body.dark-scheme .list-group-custom .list-group-item:not(:last-child) {
    border-bottom: 1px solid var(--frontend-dark-color-scheme-darken-1)
}

body.dark-scheme .article .footer-social-links li a {
    background: var(--frontend-dark-color-scheme-darken-2) !important
}

body.dark-scheme .article .footer-social-links li a:hover {
    background: var(--frontend-primary-color) !important
}

body.dark-scheme .article-other-articles a:hover .post-page-title {
    color: var(--frontend-primary-color) !important
}

body.dark-scheme .page-header:not(.bg-image),
body.dark-scheme .page-header:not(.has-background-image) {
    background: var(--frontend-dark-color-scheme-lighten-4) !important
}

body.dark-scheme .page-header .breadcrumb li,
body.dark-scheme .page-header .breadcrumb li a,
body.dark-scheme .page-header .breadcrumb li a:hover {
    color: #fff !important
}

@media screen and (min-width:991px) {
    body.dark-scheme .navbar-nav .nav-item a:not(.btn) {
        color: #fff
    }

    body.dark-scheme .navbar-nav .sub-menu .nav-item a:not(.btn) {
        color: inherit
    }

    body.dark-scheme .navbar-nav .nav-item:hover>a:not(.btn) {
        color: var(--frontend-navbar-menu-text-hover-color) !important
    }

    body.dark-scheme .navbar-nav .nav-item a:not(.btn).active {
        color: var(--frontend-navbar-menu-text-active-color) !important
    }

    body.dark-scheme .navbar-toggler .toggler-icon {
        color: #fff
    }
}

body.dark-scheme .client-list li:after,
body.dark-scheme .client-list li:before {
    border-color: hsla(0, 0%, 100%, .2)
}

.fa-fw,
.fa-li {
    text-align: center
}

.glightbox-container .gslide,
.gslide-image img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.slick-loading .slick-slide,
.slick-loading .slick-track,
.tns-transparent {
    visibility: hidden
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before,
.text-image-section .icon-list i {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-ul,
.footer .footer-widget ul.footer-links,
.lni-ul,
.portfolio-item-list,
ol,
ul {
    list-style-type: none
}

.btn,
.btn-link {
    --bs-btn-font-weight: 400;
    text-decoration: none
}

.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
}

.fa-beat,
.fa-bounce {
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-duration: var(--fa-animation-duration, 1s)
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -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%,
    100%,
    20%,
    50%,
    80% {
        -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%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes pulse {

    0%,
    100% {
        -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)
    }
}

.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(0);
        transform: rotate(0)
    }
}

@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(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.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%,
    100% {
        -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)
    }
}

@keyframes wobble {

    0%,
    100% {
        -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)
    }
}

.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(0);
        transform: perspective(400px) rotateX(0);
        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(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

.flipInY,
.flipOutX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important
}

@-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(0);
        transform: perspective(400px) rotateY(0);
        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(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

.flipInY {
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        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;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        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(0);
        transform: translateX(0) skewX(0);
        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(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        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(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        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(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

@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(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }

    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
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}


.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900)
}

.fa-brands,
.fa-regular,
.fab,
.far,
body {
    font-weight: 400
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: "Font Awesome 6 Free"
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands"
}

.fa-1x {
    font-size: 1em
}

.fa-2x,
.fa-stack-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x,
.number-info.info-big p {
    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-2xs {
    font-size: .625em;
    line-height: .1em;
    vertical-align: .225em
}

.fa-xs {
    font-size: .75em;
    line-height: .08333em;
    vertical-align: .125em
}

.fa-sm {
    font-size: .875em;
    line-height: .07143em;
    vertical-align: .05357em
}

.fa-lg {
    font-size: 1.25em;
    line-height: .05em;
    vertical-align: -.075em
}

.fa-xl {
    font-size: 1.5em;
    line-height: .04167em;
    vertical-align: -.125em
}

.fa-2xl {
    font-size: 2em;
    line-height: .03125em;
    vertical-align: -.1875em
}

.fa-stack,
.preloader .loader,
.theme-btn,
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

.fa-fw {
    width: 1.25em
}

.fa-ul {
    margin-left: var(--fa-li-margin, 2.5em);
    padding-left: 0
}

.bg-overlay,
.fa-ul>li,
.grelative,
.gslide-description,
.gslide-image img.zoomable,
.hero-section .hero-img .hero-img-right,
.page-header .container,
.portfolio-item,
.subscribe-section,
.subscribe-section .subscribe-form,
.time-line,
.time-line .row,
.top-left-before,
.unsticky-navbar .navbar-area {
    position: relative
}

.fa-li {
    left: calc(var(--fa-li-width, 2em)*-1);
    position: absolute;
    width: var(--fa-li-width, 2em);
    line-height: inherit
}

.fa-border {
    border-radius: var(--fa-border-radius, .1em);
    border: var(--fa-border-width, .08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
    padding: var(--fa-border-padding, .2em .25em .15em)
}

.fa-pull-left {
    float: left;
    margin-right: var(--fa-pull-margin, .3em)
}

.fa-pull-right {
    float: right;
    margin-left: var(--fa-pull-margin, .3em)
}

.fa-beat {
    -webkit-animation-name: fa-beat;
    animation-name: fa-beat;
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
    animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-beat-fade,
.fa-bounce,
.fa-fade {
    -webkit-animation-direction: var(--fa-animation-direction, normal)
}

.fa-bounce,
.fa-fade {
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite)
}

.fa-bounce {
    -webkit-animation-name: fa-bounce;
    animation-name: fa-bounce;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1))
}

.fa-beat-fade,
.fa-fade,
.fa-flip {
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-duration: var(--fa-animation-duration, 1s)
}

.fa-fade {
    -webkit-animation-name: fa-fade;
    animation-name: fa-fade;
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-beat-fade,
.fa-flip {
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite)
}

.fa-beat-fade,
.fa-fade {
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s)
}

.fa-flip,
.fa-shake,
.fa-spin {
    -webkit-animation-direction: var(--fa-animation-direction, normal)
}

.fa-beat-fade {
    -webkit-animation-name: fa-beat-fade;
    animation-name: fa-beat-fade;
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-flip {
    -webkit-animation-name: fa-flip;
    animation-name: fa-flip;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
    animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-shake,
.fa-spin {
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite)
}

.fa-shake {
    -webkit-animation-name: fa-shake;
    animation-name: fa-shake;
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, linear);
    animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-shake,
.fa-spin {
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal)
}

.fa-spin {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-duration: var(--fa-animation-duration, 2s);
    animation-duration: var(--fa-animation-duration, 2s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, linear);
    animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-spin-reverse {
    --fa-animation-direction: reverse
}

.fa-pulse,
.fa-spin-pulse {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
    animation-timing-function: var(--fa-animation-timing, steps(8))
}

@-webkit-keyframes fa-beat {

    0%,
    90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    45% {
        -webkit-transform: scale(var(--fa-beat-scale, 1.25));
        transform: scale(var(--fa-beat-scale, 1.25))
    }
}

@keyframes fa-beat {

    0%,
    90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    45% {
        -webkit-transform: scale(var(--fa-beat-scale, 1.25));
        transform: scale(var(--fa-beat-scale, 1.25))
    }
}

@-webkit-keyframes fa-bounce {

    0%,
    64%,
    to {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

    10% {
        -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
    }

    30% {
        -webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
        transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
    }

    50% {
        -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
    }

    57% {
        -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
        transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em))
    }
}

@keyframes fa-bounce {

    0%,
    64%,
    to {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

    10% {
        -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
    }

    30% {
        -webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
        transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
    }

    50% {
        -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
    }

    57% {
        -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
        transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em))
    }
}

@-webkit-keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, .4)
    }
}

@keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, .4)
    }
}

@-webkit-keyframes fa-beat-fade {

    0%,
    to {
        opacity: var(--fa-beat-fade-opacity, .4);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
        transform: scale(var(--fa-beat-fade-scale, 1.125))
    }
}

@keyframes fa-beat-fade {

    0%,
    to {
        opacity: var(--fa-beat-fade-opacity, .4);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
        transform: scale(var(--fa-beat-fade-scale, 1.125))
    }
}

@-webkit-keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
    }
}

@keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
    }
}

@-webkit-keyframes fa-shake {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    24%,
    8% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    12%,
    28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    40%,
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes fa-shake {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    24%,
    8% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    12%,
    28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    40%,
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

.fa-rotate-by {
    -webkit-transform: rotate(var(--fa-rotate-angle, none));
    transform: rotate(var(--fa-rotate-angle, none))
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: var(--fa-stack-z-index, auto)
}

.fa-stack-1x {
    line-height: inherit
}

.fa-inverse {
    color: var(--fa-inverse, #fff)
}

.fa-0:before {
    content: "\30"
}

.fa-1:before {
    content: "\31"
}

.fa-2:before {
    content: "\32"
}

.fa-3:before {
    content: "\33"
}

.fa-4:before {
    content: "\34"
}

.fa-5:before {
    content: "\35"
}

.fa-6:before {
    content: "\36"
}

.fa-7:before {
    content: "\37"
}

.fa-8:before {
    content: "\38"
}

.fa-9:before {
    content: "\39"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-arrows-to-circle:before {
    content: "\e4bd"
}

.fa-chevron-circle-right:before,
.fa-circle-chevron-right:before {
    content: "\f138"
}

.fa-at:before {
    content: "\40"
}

.fa-trash-alt:before,
.fa-trash-can:before {
    content: "\f2ed"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-user-times:before,
.fa-user-xmark:before {
    content: "\f235"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-comment-alt:before,
.fa-message:before {
    content: "\f27a"
}

.fa-info:before {
    content: "\f129"
}

.fa-compress-alt:before,
.fa-down-left-and-up-right-to-center:before {
    content: "\f422"
}

.fa-explosion:before {
    content: "\e4e9"
}

.fa-file-alt:before,
.fa-file-lines:before,
.fa-file-text:before {
    content: "\f15c"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-building-un:before {
    content: "\e4d9"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-calendar-alt:before,
.fa-calendar-days:before {
    content: "\f073"
}

.fa-anchor-circle-check:before {
    content: "\e4aa"
}

.fa-building-circle-arrow-right:before {
    content: "\e4d1"
}

.fa-volleyball-ball:before,
.fa-volleyball:before {
    content: "\f45f"
}

.fa-arrows-up-to-line:before {
    content: "\e4c2"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-circle-minus:before,
.fa-minus-circle:before {
    content: "\f056"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-right-from-bracket:before,
.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-heart-music-camera-bolt:before,
.fa-icons:before {
    content: "\f86d"
}

.fa-microphone-alt-slash:before,
.fa-microphone-lines-slash:before {
    content: "\f539"
}

.fa-bridge-circle-check:before {
    content: "\e4c9"
}

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-magnifying-glass-location:before,
.fa-search-location:before {
    content: "\f689"
}

.fa-forward-step:before,
.fa-step-forward:before {
    content: "\f051"
}

.fa-face-smile-beam:before,
.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-football-ball:before,
.fa-football:before {
    content: "\f44e"
}

.fa-school-circle-exclamation:before {
    content: "\e56c"
}

.fa-crop:before {
    content: "\f125"
}

.fa-angle-double-down:before,
.fa-angles-down:before {
    content: "\f103"
}

.fa-users-rectangle:before {
    content: "\e594"
}

.fa-people-roof:before {
    content: "\e537"
}

.fa-people-line:before {
    content: "\e534"
}

.fa-beer-mug-empty:before,
.fa-beer:before {
    content: "\f0fc"
}

.fa-diagram-predecessor:before {
    content: "\e477"
}

.fa-arrow-up-long:before,
.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-burn:before,
.fa-fire-flame-simple:before {
    content: "\f46a"
}

.fa-male:before,
.fa-person:before {
    content: "\f183"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-truck-plane:before {
    content: "\e58f"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-face-grin-stars:before,
.fa-grin-stars:before {
    content: "\f587"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-pastafarianism:before,
.fa-spaghetti-monster-flying:before {
    content: "\f67b"
}

.fa-arrow-down-up-across-line:before {
    content: "\e4af"
}

.fa-spoon:before,
.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-jar-wheat:before {
    content: "\e517"
}

.fa-envelopes-bulk:before,
.fa-mail-bulk:before {
    content: "\f674"
}

.fa-file-circle-exclamation:before {
    content: "\e4eb"
}

.fa-circle-h:before,
.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-pager:before {
    content: "\f815"
}

.fa-address-book:before,
.fa-contact-book:before {
    content: "\f2b9"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-k:before {
    content: "\4b"
}

.fa-landmark-flag:before {
    content: "\e51c"
}

.fa-pencil-alt:before,
.fa-pencil:before {
    content: "\f303"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-comments:before {
    content: "\f086"
}

.fa-file-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-code-pull-request:before {
    content: "\e13c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-truck-loading:before,
.fa-truck-ramp-box:before {
    content: "\f4de"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-vial-virus:before {
    content: "\e597"
}

.fa-sheet-plastic:before {
    content: "\e571"
}

.fa-blog:before {
    content: "\f781"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-person-arrow-up-from-line:before {
    content: "\e539"
}

.fa-scroll-torah:before,
.fa-torah:before {
    content: "\f6a0"
}

.fa-broom-ball:before,
.fa-quidditch-broom-ball:before,
.fa-quidditch:before {
    content: "\f458"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-archive:before,
.fa-box-archive:before {
    content: "\f187"
}

.fa-person-drowning:before {
    content: "\e545"
}

.fa-arrow-down-9-1:before,
.fa-sort-numeric-desc:before,
.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-face-grin-tongue-squint:before,
.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-w:before {
    content: "\57"
}

.fa-earth-africa:before,
.fa-globe-africa:before {
    content: "\f57c"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-tablet-alt:before,
.fa-tablet-screen-button:before {
    content: "\f3fa"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-trowel-bricks:before {
    content: "\e58a"
}

.fa-face-flushed:before,
.fa-flushed:before {
    content: "\f579"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-tent-arrow-left-right:before {
    content: "\e57f"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-bell-concierge:before,
.fa-concierge-bell:before {
    content: "\f562"
}

.fa-pen-ruler:before,
.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-people-arrows-left-right:before,
.fa-people-arrows:before {
    content: "\e068"
}

.fa-mars-and-venus-burst:before {
    content: "\e523"
}

.fa-caret-square-right:before,
.fa-square-caret-right:before {
    content: "\f152"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-sun-plant-wilt:before {
    content: "\e57a"
}

.fa-toilets-portable:before {
    content: "\e584"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magnifying-glass-arrow-right:before {
    content: "\e521"
}

.fa-digital-tachograph:before,
.fa-tachograph-digital:before {
    content: "\f566"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-clover:before {
    content: "\e139"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f3e5"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-house-fire:before {
    content: "\e50c"
}

.fa-minus-square:before,
.fa-square-minus:before {
    content: "\f146"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-down:before,
.fa-square-caret-down:before {
    content: "\f150"
}

.fa-file-circle-question:before {
    content: "\e4ef"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-bars:before,
.fa-navicon:before {
    content: "\f0c9"
}

.fa-people-group:before {
    content: "\e533"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-heart-broken:before,
.fa-heart-crack:before {
    content: "\f7a9"
}

.fa-external-link-square-alt:before,
.fa-square-up-right:before {
    content: "\f360"
}

.fa-face-kiss-beam:before,
.fa-kiss-beam:before {
    content: "\f597"
}

.fa-film:before {
    content: "\f008"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-people-robbery:before {
    content: "\e536"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-circle-exclamation:before,
.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-school-circle-xmark:before {
    content: "\e56d"
}

.fa-arrow-right-from-bracket:before,
.fa-sign-out:before {
    content: "\f08b"
}

.fa-chevron-circle-down:before,
.fa-circle-chevron-down:before {
    content: "\f13a"
}

.fa-unlock-alt:before,
.fa-unlock-keyhole:before {
    content: "\f13e"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-headphones-alt:before,
.fa-headphones-simple:before {
    content: "\f58f"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-circle-dollar-to-slot:before,
.fa-donate:before {
    content: "\f4b9"
}

.fa-memory:before {
    content: "\f538"
}

.fa-road-spikes:before {
    content: "\e568"
}

.fa-fire-burner:before {
    content: "\e4f1"
}

.fa-flag:before {
    content: "\f024"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-volume-down:before,
.fa-volume-low:before {
    content: "\f027"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-compress:before {
    content: "\f066"
}

.fa-wheat-alt:before,
.fa-wheat-awn:before {
    content: "\e2cd"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-hands-holding-child:before {
    content: "\e4fa"
}

.fa-asterisk:before {
    content: "\2a"
}

.fa-check-square:before,
.fa-square-check:before {
    content: "\f14a"
}

.fa-peseta-sign:before {
    content: "\e221"
}

.fa-header:before,
.fa-heading:before {
    content: "\f1dc"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-list-squares:before,
.fa-list:before {
    content: "\f03a"
}

.fa-phone-square-alt:before,
.fa-square-phone-flip:before {
    content: "\f87b"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-circle-dot:before,
.fa-dot-circle:before {
    content: "\f192"
}

.fa-dizzy:before,
.fa-face-dizzy:before {
    content: "\f567"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-house-medical-circle-xmark:before {
    content: "\e513"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-futbol-ball:before,
.fa-futbol:before,
.fa-soccer-ball:before {
    content: "\f1e3"
}

.fa-paint-brush:before,
.fa-paintbrush:before {
    content: "\f1fc"
}

.fa-lock:before {
    content: "\f023"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-hot-tub-person:before,
.fa-hot-tub:before {
    content: "\f593"
}

.fa-map-location:before,
.fa-map-marked:before {
    content: "\f59f"
}

.fa-house-flood-water:before {
    content: "\e50e"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-bridge-lock:before {
    content: "\e4cc"
}

.fa-sack-dollar:before {
    content: "\f81d"
}

.fa-edit:before,
.fa-pen-to-square:before {
    content: "\f044"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-share-alt:before,
.fa-share-nodes:before {
    content: "\f1e0"
}

.fa-heart-circle-minus:before {
    content: "\e4ff"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-bag-shopping:before,
.fa-shopping-bag:before {
    content: "\f290"
}

.fa-arrow-down-z-a:before,
.fa-sort-alpha-desc:before,
.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-person-rays:before {
    content: "\e54d"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-flask-vial:before {
    content: "\e4f3"
}

.fa-hand-paper:before,
.fa-hand:before {
    content: "\f256"
}

.fa-om:before {
    content: "\f679"
}

.fa-worm:before {
    content: "\e599"
}

.fa-house-circle-xmark:before {
    content: "\e50b"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-face-kiss:before,
.fa-kiss:before {
    content: "\f596"
}

.fa-bridge-circle-xmark:before {
    content: "\e4cb"
}

.fa-face-grin-tongue:before,
.fa-grin-tongue:before {
    content: "\f589"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-face-grin-wink:before,
.fa-grin-wink:before {
    content: "\f58c"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-ear-deaf:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-road-circle-check:before {
    content: "\e564"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-rss-square:before,
.fa-square-rss:before {
    content: "\f143"
}

.fa-land-mine-on:before {
    content: "\e51b"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-stairs:before {
    content: "\e289"
}

.fa-i:before {
    content: "\49"
}

.fa-hryvnia-sign:before,
.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-pills:before {
    content: "\f484"
}

.fa-face-grin-wide:before,
.fa-grin-alt:before {
    content: "\f581"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-v:before {
    content: "\56"
}

.fa-bangladeshi-taka-sign:before {
    content: "\e2e6"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-rod-asclepius:before,
.fa-rod-snake:before,
.fa-staff-aesculapius:before,
.fa-staff-snake:before {
    content: "\e579"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

.fa-ambulance:before,
.fa-truck-medical:before {
    content: "\f0f9"
}

.fa-wheat-awn-circle-exclamation:before {
    content: "\e598"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-road-barrier:before {
    content: "\e562"
}

.fa-school:before {
    content: "\f549"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-joint:before {
    content: "\f595"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-q:before {
    content: "\51"
}

.fa-g:before {
    content: "\47"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-temperature-2:before,
.fa-temperature-half:before,
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-dong-sign:before {
    content: "\e169"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-poo-bolt:before,
.fa-poo-storm:before {
    content: "\f75a"
}

.fa-face-frown-open:before,
.fa-frown-open:before {
    content: "\f57a"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-helmet-un:before {
    content: "\e503"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-arrow-up-from-bracket:before {
    content: "\e09a"
}

.fa-folder-blank:before,
.fa-folder:before {
    content: "\f07b"
}

.fa-file-medical-alt:before,
.fa-file-waveform:before {
    content: "\f478"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-chart-simple:before {
    content: "\e473"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-vial:before {
    content: "\f492"
}

.fa-dashboard:before,
.fa-gauge-med:before,
.fa-gauge:before,
.fa-tachometer-alt-average:before {
    content: "\f624"
}

.fa-magic-wand-sparkles:before,
.fa-wand-magic-sparkles:before {
    content: "\e2ca"
}

.fa-e:before {
    content: "\45"
}

.fa-pen-alt:before,
.fa-pen-clip:before {
    content: "\f305"
}

.fa-bridge-circle-exclamation:before {
    content: "\e4ca"
}

.fa-user:before {
    content: "\f007"
}

.fa-school-circle-check:before {
    content: "\e56b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-shuttle-van:before,
.fa-van-shuttle:before {
    content: "\f5b6"
}

.fa-building-user:before {
    content: "\e4da"
}

.fa-caret-square-left:before,
.fa-square-caret-left:before {
    content: "\f191"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-key:before {
    content: "\f084"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-person-half-dress:before {
    content: "\e548"
}

.fa-road-bridge:before {
    content: "\e563"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-c:before {
    content: "\43"
}

.fa-tablet-button:before {
    content: "\f10a"
}

.fa-building-lock:before {
    content: "\e4d6"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-area-chart:before,
.fa-chart-area:before {
    content: "\f1fe"
}

.fa-house-flag:before {
    content: "\e50d"
}

.fa-person-circle-minus:before {
    content: "\e540"
}

.fa-ban:before,
.fa-cancel:before {
    content: "\f05e"
}

.fa-camera-rotate:before {
    content: "\e0d8"
}

.fa-air-freshener:before,
.fa-spray-can-sparkles:before {
    content: "\f5d0"
}

.fa-star:before {
    content: "\f005"
}

.fa-repeat:before {
    content: "\f363"
}

.fa-cross:before {
    content: "\f654"
}

.fa-box:before {
    content: "\f466"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-arrow-pointer:before,
.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-expand-arrows-alt:before,
.fa-maximize:before {
    content: "\f31e"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-shapes:before,
.fa-triangle-circle-square:before {
    content: "\f61f"
}

.fa-random:before,
.fa-shuffle:before {
    content: "\f074"
}

.fa-person-running:before,
.fa-running:before {
    content: "\f70c"
}

.fa-mobile-retro:before {
    content: "\e527"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-spider:before {
    content: "\f717"
}

.fa-hands-bound:before {
    content: "\e4f9"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-plane-circle-exclamation:before {
    content: "\e556"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-slash:before {
    content: "\f715"
}

.fa-computer-mouse:before,
.fa-mouse:before {
    content: "\f8cc"
}

.fa-arrow-right-to-bracket:before,
.fa-sign-in:before {
    content: "\f090"
}

.fa-shop-slash:before,
.fa-store-alt-slash:before {
    content: "\e070"
}

.fa-server:before {
    content: "\f233"
}

.fa-virus-covid-slash:before {
    content: "\e4a9"
}

.fa-shop-lock:before {
    content: "\e4a5"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-building-wheat:before {
    content: "\e4db"
}

.fa-person-breastfeeding:before {
    content: "\e53a"
}

.fa-right-to-bracket:before,
.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-venus:before {
    content: "\f221"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-heart-pulse:before,
.fa-heartbeat:before {
    content: "\f21e"
}

.fa-people-carry-box:before,
.fa-people-carry:before {
    content: "\f4ce"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-crown:before {
    content: "\f521"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-xmarks-lines:before {
    content: "\e59a"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-weight-scale:before,
.fa-weight:before {
    content: "\f496"
}

.fa-user-friends:before,
.fa-user-group:before {
    content: "\f500"
}

.fa-arrow-up-a-z:before,
.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-face-laugh-squint:before,
.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-arrow-circle-up:before,
.fa-circle-arrow-up:before {
    content: "\f0aa"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-person-walking:before,
.fa-walking:before {
    content: "\f554"
}

.fa-l:before {
    content: "\4c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-bed-pulse:before,
.fa-procedures:before {
    content: "\f487"
}

.fa-shuttle-space:before,
.fa-space-shuttle:before {
    content: "\f197"
}

.fa-face-laugh:before,
.fa-laugh:before {
    content: "\f599"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-heart-circle-plus:before {
    content: "\e500"
}

.fa-code-fork:before {
    content: "\e13b"
}

.fa-city:before {
    content: "\f64f"
}

.fa-microphone-alt:before,
.fa-microphone-lines:before {
    content: "\f3c9"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-colon-sign:before {
    content: "\e140"
}

.fa-headset:before {
    content: "\f590"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-road-circle-xmark:before {
    content: "\e566"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-mars-stroke-up:before,
.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-champagne-glasses:before,
.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-house-circle-exclamation:before {
    content: "\e50a"
}

.fa-file-arrow-up:before,
.fa-file-upload:before {
    content: "\f574"
}

.fa-wifi-3:before,
.fa-wifi-strong:before,
.fa-wifi:before {
    content: "\f1eb"
}

.fa-bath:before,
.fa-bathtub:before {
    content: "\f2cd"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-user-edit:before,
.fa-user-pen:before {
    content: "\f4ff"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-bold:before {
    content: "\f032"
}

.fa-anchor-lock:before {
    content: "\e4ad"
}

.fa-building-ngo:before {
    content: "\e4d7"
}

.fa-manat-sign:before {
    content: "\e1d5"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-border-style:before,
.fa-border-top-left:before {
    content: "\f853"
}

.fa-map-location-dot:before,
.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-poll:before,
.fa-square-poll-vertical:before {
    content: "\f681"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-battery-car:before,
.fa-car-battery:before {
    content: "\f5df"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-building-circle-check:before {
    content: "\e4d2"
}

.fa-person-chalkboard:before {
    content: "\e53d"
}

.fa-mars-stroke-h:before,
.fa-mars-stroke-right:before {
    content: "\f22b"
}

.fa-hand-back-fist:before,
.fa-hand-rock:before {
    content: "\f255"
}

.fa-caret-square-up:before,
.fa-square-caret-up:before {
    content: "\f151"
}

.fa-cloud-showers-water:before {
    content: "\e4e4"
}

.fa-bar-chart:before,
.fa-chart-bar:before {
    content: "\f080"
}

.fa-hands-bubbles:before,
.fa-hands-wash:before {
    content: "\e05e"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-train:before {
    content: "\f238"
}

.fa-eye-low-vision:before,
.fa-low-vision:before {
    content: "\f2a8"
}

.fa-crow:before {
    content: "\f520"
}

.fa-sailboat:before {
    content: "\e445"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-plus-square:before,
.fa-square-plus:before {
    content: "\f0fe"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-bucket:before {
    content: "\e4cf"
}

.fa-image:before {
    content: "\f03e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-cow:before {
    content: "\f6c8"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-folder-closed:before {
    content: "\e185"
}

.fa-house-tsunami:before {
    content: "\e515"
}

.fa-square-nfi:before {
    content: "\e576"
}

.fa-arrow-up-from-ground-water:before {
    content: "\e4b5"
}

.fa-glass-martini-alt:before,
.fa-martini-glass:before {
    content: "\f57b"
}

.fa-rotate-back:before,
.fa-rotate-backward:before,
.fa-rotate-left:before,
.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-columns:before,
.fa-table-columns:before {
    content: "\f0db"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-dolly-box:before,
.fa-dolly:before {
    content: "\f472"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-compress-arrows-alt:before,
.fa-minimize:before {
    content: "\f78c"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-angle-double-right:before,
.fa-angles-right:before {
    content: "\f101"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-circle-play:before,
.fa-play-circle:before {
    content: "\f144"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-eur:before,
.fa-euro-sign:before,
.fa-euro:before {
    content: "\f153"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-check-circle:before,
.fa-circle-check:before {
    content: "\f058"
}

.fa-circle-stop:before,
.fa-stop-circle:before {
    content: "\f28d"
}

.fa-compass-drafting:before,
.fa-drafting-compass:before {
    content: "\f568"
}

.fa-plate-wheat:before {
    content: "\e55a"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-person-shelter:before {
    content: "\e54f"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-face-laugh-beam:before,
.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-helicopter-symbol:before {
    content: "\e502"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-chevron-circle-up:before,
.fa-circle-chevron-up:before {
    content: "\f139"
}

.fa-lari-sign:before {
    content: "\e1c8"
}

.fa-volcano:before {
    content: "\f770"
}

.fa-person-walking-dashed-line-arrow-right:before {
    content: "\e553"
}

.fa-gbp:before,
.fa-pound-sign:before,
.fa-sterling-sign:before {
    content: "\f154"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-square-person-confined:before {
    content: "\e577"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-arrow-down-long:before,
.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-tent-arrow-down-to-line:before {
    content: "\e57e"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-person-skating:before,
.fa-skating:before {
    content: "\f7c5"
}

.fa-filter-circle-dollar:before,
.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-arrow-circle-down:before,
.fa-circle-arrow-down:before {
    content: "\f0ab"
}

.fa-arrow-right-to-file:before,
.fa-file-import:before {
    content: "\f56f"
}

.fa-external-link-square:before,
.fa-square-arrow-up-right:before {
    content: "\f14c"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-location-pin-lock:before {
    content: "\e51f"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-hill-avalanche:before {
    content: "\e507"
}

.fa-temperature-0:before,
.fa-temperature-empty:before,
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-address-card:before,
.fa-contact-card:before,
.fa-vcard:before {
    content: "\f2bb"
}

.fa-balance-scale-right:before,
.fa-scale-unbalanced-flip:before {
    content: "\f516"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-diamond-turn-right:before,
.fa-directions:before {
    content: "\f5eb"
}

.fa-burst:before {
    content: "\e4dc"
}

.fa-house-laptop:before,
.fa-laptop-house:before {
    content: "\e066"
}

.fa-face-tired:before,
.fa-tired:before {
    content: "\f5c8"
}

.fa-money-bills:before {
    content: "\e1f3"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-cloud-arrow-up:before,
.fa-cloud-upload-alt:before,
.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-arrows-turn-right:before {
    content: "\e4c0"
}

.fa-vest:before {
    content: "\e085"
}

.fa-ferry:before {
    content: "\e4ea"
}

.fa-arrows-down-to-people:before {
    content: "\e4b9"
}

.fa-seedling:before,
.fa-sprout:before {
    content: "\f4d8"
}

.fa-arrows-alt-h:before,
.fa-left-right:before {
    content: "\f337"
}

.fa-boxes-packing:before {
    content: "\e4c7"
}

.fa-arrow-circle-left:before,
.fa-circle-arrow-left:before {
    content: "\f0a8"
}

.fa-group-arrows-rotate:before {
    content: "\e4f6"
}

.fa-bowl-food:before {
    content: "\e4c6"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-arrow-down-wide-short:before,
.fa-sort-amount-asc:before,
.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-cloud-bolt:before,
.fa-thunderstorm:before {
    content: "\f76c"
}

.fa-remove-format:before,
.fa-text-slash:before {
    content: "\f87d"
}

.fa-face-smile-wink:before,
.fa-smile-wink:before {
    content: "\f4da"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-arrows-h:before,
.fa-arrows-left-right:before {
    content: "\f07e"
}

.fa-house-lock:before {
    content: "\e510"
}

.fa-cloud-arrow-down:before,
.fa-cloud-download-alt:before,
.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-children:before {
    content: "\e4e1"
}

.fa-blackboard:before,
.fa-chalkboard:before {
    content: "\f51b"
}

.fa-user-alt-slash:before,
.fa-user-large-slash:before {
    content: "\f4fa"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-handshake-alt-slash:before,
.fa-handshake-simple-slash:before {
    content: "\e05f"
}

.fa-mattress-pillow:before {
    content: "\e525"
}

.fa-guarani-sign:before {
    content: "\e19a"
}

.fa-arrows-rotate:before,
.fa-refresh:before,
.fa-sync:before {
    content: "\f021"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-cruzeiro-sign:before {
    content: "\e152"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-shield-alt:before,
.fa-shield-halved:before {
    content: "\f3ed"
}

.fa-atlas:before,
.fa-book-atlas:before {
    content: "\f558"
}

.fa-virus:before {
    content: "\e074"
}

.fa-envelope-circle-check:before {
    content: "\e4e8"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-arrows-to-dot:before {
    content: "\e4be"
}

.fa-archway:before {
    content: "\f557"
}

.fa-heart-circle-check:before {
    content: "\e4fd"
}

.fa-house-chimney-crack:before,
.fa-house-damage:before {
    content: "\f6f1"
}

.fa-file-archive:before,
.fa-file-zipper:before {
    content: "\f1c6"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-glass-martini:before,
.fa-martini-glass-empty:before {
    content: "\f000"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cedi-sign:before {
    content: "\e0df"
}

.fa-italic:before {
    content: "\f033"
}

.fa-church:before {
    content: "\f51d"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-z:before {
    content: "\5a"
}

.fa-person-skiing:before,
.fa-skiing:before {
    content: "\f7c9"
}

.fa-road-lock:before {
    content: "\e567"
}

.fa-a:before {
    content: "\41"
}

.fa-temperature-arrow-down:before,
.fa-temperature-down:before {
    content: "\e03f"
}

.fa-feather-alt:before,
.fa-feather-pointed:before {
    content: "\f56b"
}

.fa-p:before {
    content: "\50"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-ad:before,
.fa-rectangle-ad:before {
    content: "\f641"
}

.fa-arrow-circle-right:before,
.fa-circle-arrow-right:before {
    content: "\f0a9"
}

.fa-filter-circle-xmark:before {
    content: "\e17b"
}

.fa-locust:before {
    content: "\e520"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-list-1-2:before,
.fa-list-numeric:before,
.fa-list-ol:before {
    content: "\f0cb"
}

.fa-person-dress-burst:before {
    content: "\e544"
}

.fa-money-check-alt:before,
.fa-money-check-dollar:before {
    content: "\f53d"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-face-kiss-wink-heart:before,
.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-question:before {
    content: "\3f"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-arrows-alt:before,
.fa-up-down-left-right:before {
    content: "\f0b2"
}

.fa-house-chimney-user:before {
    content: "\e065"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-star-half-alt:before,
.fa-star-half-stroke:before {
    content: "\f5c0"
}

.fa-code:before {
    content: "\f121"
}

.fa-glass-whiskey:before,
.fa-whiskey-glass:before {
    content: "\f7a0"
}

.fa-building-circle-exclamation:before {
    content: "\e4d3"
}

.fa-magnifying-glass-chart:before {
    content: "\e522"
}

.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
    content: "\f08e"
}

.fa-cubes-stacked:before {
    content: "\e4e6"
}

.fa-krw:before,
.fa-won-sign:before,
.fa-won:before {
    content: "\f159"
}

.fa-virus-covid:before {
    content: "\e4a8"
}

.fa-austral-sign:before {
    content: "\e0a9"
}

.fa-f:before {
    content: "\46"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-road:before {
    content: "\f018"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-person-circle-plus:before {
    content: "\e541"
}

.fa-chart-pie:before,
.fa-pie-chart:before {
    content: "\f200"
}

.fa-bolt-lightning:before {
    content: "\e0b7"
}

.fa-sack-xmark:before {
    content: "\e56a"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-fish-fins:before {
    content: "\e4f2"
}

.fa-building-flag:before {
    content: "\e4d5"
}

.fa-face-grin-beam:before,
.fa-grin-beam:before {
    content: "\f582"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-poop:before {
    content: "\f619"
}

.fa-location-pin:before,
.fa-map-marker:before {
    content: "\f041"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-hard-hat:before,
.fa-hat-hard:before,
.fa-helmet-safety:before {
    content: "\f807"
}

.fa-eject:before {
    content: "\f052"
}

.fa-arrow-alt-circle-right:before,
.fa-circle-right:before {
    content: "\f35a"
}

.fa-plane-circle-check:before {
    content: "\e555"
}

.fa-face-rolling-eyes:before,
.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-chart-line:before,
.fa-line-chart:before {
    content: "\f201"
}

.fa-mask-ventilator:before {
    content: "\e524"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-map-signs:before,
.fa-signs-post:before {
    content: "\f277"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-person-circle-question:before {
    content: "\e542"
}

.fa-h:before {
    content: "\48"
}

.fa-tarp:before {
    content: "\e57b"
}

.fa-screwdriver-wrench:before,
.fa-tools:before {
    content: "\f7d9"
}

.fa-arrows-to-eye:before {
    content: "\e4bf"
}

.fa-plug-circle-bolt:before {
    content: "\e55b"
}

.fa-heart:before {
    content: "\f004"
}

.fa-mars-and-venus:before {
    content: "\f224"
}

.fa-home-user:before,
.fa-house-user:before {
    content: "\e1b0"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-house-crack:before {
    content: "\e3b1"
}

.fa-cocktail:before,
.fa-martini-glass-citrus:before {
    content: "\f561"
}

.fa-face-surprise:before,
.fa-surprise:before {
    content: "\f5c2"
}

.fa-bottle-water:before {
    content: "\e4c5"
}

.fa-circle-pause:before,
.fa-pause-circle:before {
    content: "\f28b"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-apple-alt:before,
.fa-apple-whole:before {
    content: "\f5d1"
}

.fa-kitchen-set:before {
    content: "\e51a"
}

.fa-r:before {
    content: "\52"
}

.fa-temperature-1:before,
.fa-temperature-quarter:before,
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-bitcoin-sign:before {
    content: "\e0b4"
}

.fa-shield-dog:before {
    content: "\e573"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-elevator:before {
    content: "\e16d"
}

.fa-money-bill-transfer:before {
    content: "\e528"
}

.fa-money-bill-trend-up:before {
    content: "\e529"
}

.fa-house-flood-water-circle-arrow-right:before {
    content: "\e50f"
}

.fa-poll-h:before,
.fa-square-poll-horizontal:before {
    content: "\f682"
}

.fa-circle:before {
    content: "\f111"
}

.fa-backward-fast:before,
.fa-fast-backward:before {
    content: "\f049"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-plane-slash:before {
    content: "\e069"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-basketball-ball:before,
.fa-basketball:before {
    content: "\f434"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-arrow-alt-circle-up:before,
.fa-circle-up:before {
    content: "\f35b"
}

.fa-mobile-alt:before,
.fa-mobile-screen-button:before {
    content: "\f3cd"
}

.fa-volume-high:before,
.fa-volume-up:before {
    content: "\f028"
}

.fa-users-rays:before {
    content: "\e593"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-burger:before,
.fa-hamburger:before {
    content: "\f805"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-bugs:before {
    content: "\e4d0"
}

.fa-rupee-sign:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-circle-question:before,
.fa-question-circle:before {
    content: "\f059"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-book-bookmark:before {
    content: "\e0bb"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-bridge:before {
    content: "\e4c8"
}

.fa-phone-alt:before,
.fa-phone-flip:before {
    content: "\f879"
}

.fa-truck-front:before {
    content: "\e2b7"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-anchor-circle-exclamation:before {
    content: "\e4ab"
}

.fa-truck-field:before {
    content: "\e58d"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-clipboard-question:before {
    content: "\e4e3"
}

.fa-panorama:before {
    content: "\e209"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-file-circle-minus:before {
    content: "\e4ed"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-fast-forward:before,
.fa-forward-fast:before {
    content: "\f050"
}

.fa-face-meh-blank:before,
.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-parking:before,
.fa-square-parking:before {
    content: "\f540"
}

.fa-house-signal:before {
    content: "\e012"
}

.fa-bars-progress:before,
.fa-tasks-alt:before {
    content: "\f828"
}

.fa-faucet-drip:before {
    content: "\e006"
}

.fa-cart-flatbed:before,
.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-ban-smoking:before,
.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-mobile-button:before {
    content: "\f10b"
}

.fa-house-medical-flag:before {
    content: "\e514"
}

.fa-basket-shopping:before,
.fa-shopping-basket:before {
    content: "\f291"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-bus-alt:before,
.fa-bus-simple:before {
    content: "\f55e"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-face-sad-cry:before,
.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-person-military-to-person:before {
    content: "\e54c"
}

.fa-file-shield:before {
    content: "\e4f0"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-pen:before {
    content: "\f304"
}

.fa-tower-observation:before {
    content: "\e586"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-signal-5:before,
.fa-signal-perfect:before,
.fa-signal:before {
    content: "\f012"
}

.fa-bus:before {
    content: "\f207"
}

.fa-heart-circle-xmark:before {
    content: "\e501"
}

.fa-home-lg:before,
.fa-house-chimney:before {
    content: "\e3af"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-face-frown:before,
.fa-frown:before {
    content: "\f119"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-shop:before,
.fa-store-alt:before {
    content: "\f54f"
}

.fa-floppy-disk:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-balance-scale-left:before,
.fa-scale-unbalanced:before {
    content: "\f515"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-comment-dots:before,
.fa-commenting:before {
    content: "\f4ad"
}

.fa-plant-wilt:before {
    content: "\e5aa"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-face-grin-squint:before,
.fa-grin-squint:before {
    content: "\f585"
}

.fa-hand-holding-dollar:before,
.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hands-praying:before,
.fa-praying-hands:before {
    content: "\f684"
}

.fa-arrow-right-rotate:before,
.fa-arrow-rotate-forward:before,
.fa-arrow-rotate-right:before,
.fa-redo:before {
    content: "\f01e"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-location-crosshairs:before,
.fa-location:before {
    content: "\f601"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-child-dress:before {
    content: "\e59c"
}

.fa-users-between-lines:before {
    content: "\e591"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-face-grin-tears:before,
.fa-grin-tears:before {
    content: "\f588"
}

.fa-phone:before {
    content: "\f095"
}

.fa-calendar-times:before,
.fa-calendar-xmark:before {
    content: "\f273"
}

.fa-child-reaching:before {
    content: "\e59d"
}

.fa-head-side-virus:before {
    content: "\e064"
}

.fa-user-cog:before,
.fa-user-gear:before {
    content: "\f4fe"
}

.fa-arrow-up-1-9:before,
.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-mosquito-net:before {
    content: "\e52c"
}

.fa-bridge-water:before {
    content: "\e4ce"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-digging:before,
.fa-person-digging:before {
    content: "\f85e"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-gauge-simple-med:before,
.fa-gauge-simple:before,
.fa-tachometer-average:before {
    content: "\f629"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-quote-right-alt:before,
.fa-quote-right:before {
    content: "\f10e"
}

.fa-shirt:before,
.fa-t-shirt:before,
.fa-tshirt:before {
    content: "\f553"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-divide:before {
    content: "\f529"
}

.fa-tenge-sign:before,
.fa-tenge:before {
    content: "\f7d7"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-hands-holding:before {
    content: "\f4c2"
}

.fa-hands-clapping:before {
    content: "\e1a8"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-person-circle-xmark:before {
    content: "\e543"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-j:before {
    content: "\4a"
}

.fa-users-viewfinder:before {
    content: "\e595"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-external-link-alt:before,
.fa-up-right-from-square:before {
    content: "\f35d"
}

.fa-table-cells:before,
.fa-th:before {
    content: "\f00a"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-bible:before,
.fa-book-bible:before {
    content: "\f647"
}

.fa-o:before {
    content: "\4f"
}

.fa-medkit:before,
.fa-suitcase-medical:before {
    content: "\f0fa"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-otter:before {
    content: "\f700"
}

.fa-female:before,
.fa-person-dress:before {
    content: "\f182"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-briefcase-clock:before,
.fa-business-time:before {
    content: "\f64a"
}

.fa-table-cells-large:before,
.fa-th-large:before {
    content: "\f009"
}

.fa-book-tanakh:before,
.fa-tanakh:before {
    content: "\f827"
}

.fa-phone-volume:before,
.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-clipboard-user:before {
    content: "\f7f3"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-plane-lock:before {
    content: "\e558"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-comment:before {
    content: "\f075"
}

.fa-birthday-cake:before,
.fa-cake-candles:before,
.fa-cake:before {
    content: "\f1fd"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-angle-double-up:before,
.fa-angles-up:before {
    content: "\f102"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-arrow-right-to-city:before {
    content: "\e4b3"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-arrow-up-9-1:before,
.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-litecoin-sign:before {
    content: "\e1d3"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-circle-nodes:before {
    content: "\e4e2"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-truck-field-un:before {
    content: "\e58e"
}

.fa-hourglass-empty:before,
.fa-hourglass:before {
    content: "\f254"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-user-doctor:before,
.fa-user-md:before {
    content: "\f0f0"
}

.fa-circle-info:before,
.fa-info-circle:before {
    content: "\f05a"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-camera-alt:before,
.fa-camera:before {
    content: "\f030"
}

.fa-square-virus:before {
    content: "\e578"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-car-on:before {
    content: "\e4dd"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-arrow-down-1-9:before,
.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-hand-holding-droplet:before,
.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-water:before {
    content: "\f773"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-prescription-bottle-alt:before,
.fa-prescription-bottle-medical:before {
    content: "\f486"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-person-cane:before {
    content: "\e53c"
}

.fa-tent:before {
    content: "\e57d"
}

.fa-vest-patches:before {
    content: "\e086"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-money-bill-wheat:before {
    content: "\e52a"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-arrow-left-rotate:before,
.fa-arrow-rotate-back:before,
.fa-arrow-rotate-backward:before,
.fa-arrow-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-hard-drive:before,
.fa-hdd:before {
    content: "\f0a0"
}

.fa-face-grin-squint-tears:before,
.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-list-alt:before,
.fa-rectangle-list:before {
    content: "\f022"
}

.fa-tarp-droplet:before {
    content: "\e57c"
}

.fa-house-medical-circle-check:before {
    content: "\e511"
}

.fa-person-skiing-nordic:before,
.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-arrow-alt-circle-left:before,
.fa-circle-left:before {
    content: "\f359"
}

.fa-subway:before,
.fa-train-subway:before {
    content: "\f239"
}

.fa-chart-gantt:before {
    content: "\e0e4"
}

.fa-indian-rupee-sign:before,
.fa-indian-rupee:before,
.fa-inr:before {
    content: "\e1bc"
}

.fa-crop-alt:before,
.fa-crop-simple:before {
    content: "\f565"
}

.fa-money-bill-1:before,
.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-left-long:before,
.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-dna:before {
    content: "\f471"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-minus:before,
.fa-subtract:before {
    content: "\f068"
}

.fa-chess:before {
    content: "\f439"
}

.fa-arrow-left-long:before,
.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-plug-circle-check:before {
    content: "\e55c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-franc-sign:before {
    content: "\e18f"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before,
.fa-hands-american-sign-language-interpreting:before,
.fa-hands-asl-interpreting:before {
    content: "\f2a3"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-droplet-slash:before,
.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-mosquito:before {
    content: "\e52b"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-person-military-rifle:before {
    content: "\e54b"
}

.fa-cart-shopping:before,
.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-vials:before {
    content: "\f493"
}

.fa-plug-circle-plus:before {
    content: "\e55f"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-arrow-turn-up:before,
.fa-level-up:before {
    content: "\f148"
}

.fa-u:before {
    content: "\55"
}

.fa-square-root-alt:before,
.fa-square-root-variable:before {
    content: "\f698"
}

.fa-clock-four:before,
.fa-clock:before {
    content: "\f017"
}

.fa-backward-step:before,
.fa-step-backward:before {
    content: "\f048"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-faucet:before {
    content: "\e005"
}

.fa-baseball-bat-ball:before {
    content: "\f432"
}

.fa-s:before {
    content: "\53"
}

.fa-timeline:before {
    content: "\e29c"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-clinic-medical:before,
.fa-house-chimney-medical:before {
    content: "\f7f2"
}

.fa-temperature-3:before,
.fa-temperature-three-quarters:before,
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-mobile-android-alt:before,
.fa-mobile-screen:before {
    content: "\f3cf"
}

.fa-plane-up:before {
    content: "\e22d"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-battery-3:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-mountain-city:before {
    content: "\e52e"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-sliders-h:before,
.fa-sliders:before {
    content: "\f1de"
}

.fa-folder-tree:before {
    content: "\f802"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-cent-sign:before {
    content: "\e3f5"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-person-pregnant:before {
    content: "\e31e"
}

.fa-wand-sparkles:before {
    content: "\f72b"
}

.fa-ellipsis-v:before,
.fa-ellipsis-vertical:before {
    content: "\f142"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-long-arrow-alt-right:before,
.fa-right-long:before {
    content: "\f30b"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-laptop-file:before {
    content: "\e51d"
}

.fa-teletype:before,
.fa-tty:before {
    content: "\f1e4"
}

.fa-diagram-next:before {
    content: "\e476"
}

.fa-person-rifle:before {
    content: "\e54e"
}

.fa-house-medical-circle-exclamation:before {
    content: "\e512"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-hiking:before,
.fa-person-hiking:before {
    content: "\f6ec"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-images:before {
    content: "\f302"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-people-pulling:before {
    content: "\e535"
}

.fa-n:before {
    content: "\4e"
}

.fa-cable-car:before,
.fa-tram:before {
    content: "\f7da"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-building-circle-xmark:before {
    content: "\e4d4"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-arrows-down-to-line:before {
    content: "\e4b8"
}

.fa-download:before {
    content: "\f019"
}

.fa-face-grin:before,
.fa-grin:before {
    content: "\f580"
}

.fa-backspace:before,
.fa-delete-left:before {
    content: "\f55a"
}

.fa-eye-dropper-empty:before,
.fa-eye-dropper:before,
.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-file-circle-check:before {
    content: "\e5a0"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-mobile-android:before,
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f3ce"
}

.fa-face-meh:before,
.fa-meh:before {
    content: "\f11a"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-book-dead:before,
.fa-book-skull:before {
    content: "\f6b7"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-heart-circle-exclamation:before {
    content: "\e4fe"
}

.fa-home-alt:before,
.fa-home-lg-alt:before,
.fa-home:before,
.fa-house:before {
    content: "\f015"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-b:before {
    content: "\42"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
    content: "\f0ec"
}

.fa-redo-alt:before,
.fa-rotate-forward:before,
.fa-rotate-right:before {
    content: "\f2f9"
}

.fa-cutlery:before,
.fa-utensils:before {
    content: "\f2e7"
}

.fa-arrow-up-wide-short:before,
.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-mill-sign:before {
    content: "\e1ed"
}

.fa-bowl-rice:before {
    content: "\e2eb"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-broadcast-tower:before,
.fa-tower-broadcast:before {
    content: "\f519"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-long-arrow-alt-up:before,
.fa-up-long:before {
    content: "\f30c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-code-merge:before {
    content: "\f387"
}

.fa-upload:before {
    content: "\f093"
}

.fa-hurricane:before {
    content: "\f751"
}

.fa-mound:before {
    content: "\e52d"
}

.fa-toilet-portable:before {
    content: "\e583"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-file-arrow-down:before,
.fa-file-download:before {
    content: "\f56d"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-shield-cat:before {
    content: "\e572"
}

.fa-bolt:before,
.fa-zap:before {
    content: "\f0e7"
}

.fa-glass-water:before {
    content: "\e4f4"
}

.fa-oil-well:before {
    content: "\e532"
}

.fa-vault:before {
    content: "\e2c5"
}

.fa-mars:before {
    content: "\f222"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-plane-circle-xmark:before {
    content: "\e557"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen-sign:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble-sign:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-sun:before {
    content: "\f185"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-face-laugh-wink:before,
.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-bore-hole:before {
    content: "\e4c3"
}

.fa-industry:before {
    content: "\f275"
}

.fa-arrow-alt-circle-down:before,
.fa-circle-down:before {
    content: "\f358"
}

.fa-arrows-turn-to-dots:before {
    content: "\e4c1"
}

.fa-florin-sign:before {
    content: "\e184"
}

.fa-arrow-down-short-wide:before,
.fa-sort-amount-desc:before,
.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-less-than:before {
    content: "\3c"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-car-tunnel:before {
    content: "\e4de"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-anchor-circle-xmark:before {
    content: "\e4ac"
}

.fa-ellipsis-h:before,
.fa-ellipsis:before {
    content: "\f141"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-first-aid:before,
.fa-kit-medical:before {
    content: "\f479"
}

.fa-person-through-window:before {
    content: "\e5a9"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-hands-holding-circle:before {
    content: "\e4fb"
}

.fa-bug:before {
    content: "\f188"
}

.fa-credit-card-alt:before,
.fa-credit-card:before {
    content: "\f09d"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-hand-holding-hand:before {
    content: "\e4f7"
}

.fa-book-open-reader:before,
.fa-book-reader:before {
    content: "\f5da"
}

.fa-mountain-sun:before {
    content: "\e52f"
}

.fa-arrows-left-right-to-line:before {
    content: "\e4ba"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-truck-droplet:before {
    content: "\e58c"
}

.fa-file-circle-xmark:before {
    content: "\e5a1"
}

.fa-temperature-arrow-up:before,
.fa-temperature-up:before {
    content: "\e040"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-bed:before {
    content: "\f236"
}

.fa-h-square:before,
.fa-square-h:before {
    content: "\f0fd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-temperature-4:before,
.fa-temperature-full:before,
.fa-thermometer-4:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-plug-circle-xmark:before {
    content: "\e560"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-hands-helping:before,
.fa-handshake-angle:before {
    content: "\f4c4"
}

.fa-location-dot:before,
.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-file:before {
    content: "\f15b"
}

.fa-greater-than:before {
    content: "\3e"
}

.fa-person-swimming:before,
.fa-swimmer:before {
    content: "\f5c4"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-droplet:before,
.fa-tint:before {
    content: "\f043"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-earth-america:before,
.fa-earth-americas:before,
.fa-earth:before,
.fa-globe-americas:before {
    content: "\f57d"
}

.fa-person-burst:before {
    content: "\e53b"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-socks:before {
    content: "\f696"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-section:before {
    content: "\e447"
}

.fa-gauge-high:before,
.fa-tachometer-alt-fast:before,
.fa-tachometer-alt:before {
    content: "\f625"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-hospital-alt:before,
.fa-hospital-wide:before,
.fa-hospital:before {
    content: "\f0f8"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
    content: "\f550"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-blind:before,
.fa-person-walking-with-cane:before {
    content: "\f29d"
}

.fa-drum:before {
    content: "\f569"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-heart-circle-bolt:before {
    content: "\e4fc"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-check-to-slot:before,
.fa-vote-yea:before {
    content: "\f772"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-boxes-alt:before,
.fa-boxes-stacked:before,
.fa-boxes:before {
    content: "\f468"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-assistive-listening-systems:before,
.fa-ear-listen:before {
    content: "\f2a2"
}

.fa-tree-city:before {
    content: "\e587"
}

.fa-play:before {
    content: "\f04b"
}

.fa-font:before {
    content: "\f031"
}

.fa-rupiah-sign:before {
    content: "\e23d"
}

.fa-magnifying-glass:before,
.fa-search:before {
    content: "\f002"
}

.fa-ping-pong-paddle-ball:before,
.fa-table-tennis-paddle-ball:before,
.fa-table-tennis:before {
    content: "\f45d"
}

.fa-diagnoses:before,
.fa-person-dots-from-line:before {
    content: "\f470"
}

.fa-trash-can-arrow-up:before,
.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-naira-sign:before {
    content: "\e1f6"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-walkie-talkie:before {
    content: "\f8ef"
}

.fa-file-edit:before,
.fa-file-pen:before {
    content: "\f31c"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-pen-square:before,
.fa-pencil-square:before,
.fa-square-pen:before {
    content: "\f14b"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-person-circle-exclamation:before {
    content: "\e53f"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-battery-5:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-code-compare:before {
    content: "\e13a"
}

.fa-list-dots:before,
.fa-list-ul:before {
    content: "\f0ca"
}

.fa-school-lock:before {
    content: "\e56f"
}

.fa-tower-cell:before {
    content: "\e585"
}

.fa-down-long:before,
.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-ranking-star:before {
    content: "\e561"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-person-harassing:before {
    content: "\e549"
}

.fa-brazilian-real-sign:before {
    content: "\e46c"
}

.fa-landmark-alt:before,
.fa-landmark-dome:before {
    content: "\f752"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-television:before,
.fa-tv-alt:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-shrimp:before {
    content: "\e448"
}

.fa-list-check:before,
.fa-tasks:before {
    content: "\f0ae"
}

.fa-jug-detergent:before {
    content: "\e519"
}

.fa-circle-user:before,
.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-car-burst:before,
.fa-car-crash:before {
    content: "\f5e1"
}

.fa-y:before {
    content: "\59"
}

.fa-person-snowboarding:before,
.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-shipping-fast:before,
.fa-truck-fast:before {
    content: "\f48b"
}

.fa-fish:before {
    content: "\f578"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-adjust:before,
.fa-circle-half-stroke:before {
    content: "\f042"
}

.fa-clapperboard:before {
    content: "\e131"
}

.fa-circle-radiation:before,
.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-baseball-ball:before,
.fa-baseball:before {
    content: "\f433"
}

.fa-jet-fighter-up:before {
    content: "\e518"
}

.fa-diagram-project:before,
.fa-project-diagram:before {
    content: "\f542"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-volume-mute:before,
.fa-volume-times:before,
.fa-volume-xmark:before {
    content: "\f6a9"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-grip-horizontal:before,
.fa-grip:before {
    content: "\f58d"
}

.fa-share-from-square:before,
.fa-share-square:before {
    content: "\f14d"
}

.fa-child-combatant:before,
.fa-child-rifle:before {
    content: "\e4e0"
}

.fa-gun:before {
    content: "\e19b"
}

.fa-phone-square:before,
.fa-square-phone:before {
    content: "\f098"
}

.fa-add:before,
.fa-plus:before {
    content: "\2b"
}

.fa-expand:before {
    content: "\f065"
}

.fa-computer:before {
    content: "\e4e5"
}

.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
    content: "\f00d"
}

.fa-arrows-up-down-left-right:before,
.fa-arrows:before {
    content: "\f047"
}

.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before {
    content: "\f51c"
}

.fa-peso-sign:before {
    content: "\e222"
}

.fa-building-shield:before {
    content: "\e4d8"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-users-line:before {
    content: "\e592"
}

.fa-quote-left-alt:before,
.fa-quote-left:before {
    content: "\f10d"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trash-arrow-up:before,
.fa-trash-restore:before {
    content: "\f829"
}

.fa-arrow-down-up-lock:before {
    content: "\e4b0"
}

.fa-lines-leaning:before {
    content: "\e51e"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-equals:before {
    content: "\3d"
}

.fa-blender:before {
    content: "\f517"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-ils:before,
.fa-shekel-sign:before,
.fa-shekel:before,
.fa-sheqel-sign:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-map:before {
    content: "\f279"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-photo-film:before,
.fa-photo-video:before {
    content: "\f87c"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-store:before {
    content: "\f54e"
}

.fa-arrow-trend-up:before {
    content: "\e098"
}

.fa-plug-circle-minus:before {
    content: "\e55e"
}

.fa-sign-hanging:before,
.fa-sign:before {
    content: "\f4d9"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-tablet-android:before,
.fa-tablet:before {
    content: "\f3fb"
}

.fa-school-flag:before {
    content: "\e56e"
}

.fa-fill:before {
    content: "\f575"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-notdef:before {
    content: "\e1fe"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-car-alt:before,
.fa-car-rear:before {
    content: "\f5de"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-battery-2:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-radio:before {
    content: "\f8d7"
}

.fa-baby-carriage:before,
.fa-carriage-baby:before {
    content: "\f77d"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-percent:before,
.fa-percentage:before {
    content: "\25"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-glass-water-droplet:before {
    content: "\e4f5"
}

.fa-display:before {
    content: "\e163"
}

.fa-face-smile:before,
.fa-smile:before {
    content: "\f118"
}

.fa-thumb-tack:before,
.fa-thumbtack:before {
    content: "\f08d"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-person-praying:before,
.fa-pray:before {
    content: "\f683"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-rotate:before,
.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-robot:before {
    content: "\f544"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-arrow-up-right-dots:before {
    content: "\e4b7"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-face-grin-hearts:before,
.fa-grin-hearts:before {
    content: "\f584"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-transgender-alt:before,
.fa-transgender:before {
    content: "\f225"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-arrow-turn-down:before,
.fa-level-down:before {
    content: "\f149"
}

.fa-person-falling-burst:before {
    content: "\e547"
}

.fa-award:before {
    content: "\f559"
}

.fa-ticket-alt:before,
.fa-ticket-simple:before {
    content: "\f3ff"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-angle-double-left:before,
.fa-angles-left:before {
    content: "\f100"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-clock-rotate-left:before,
.fa-history:before {
    content: "\f1da"
}

.fa-face-grin-beam-sweat:before,
.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-arrow-right-from-file:before,
.fa-file-export:before {
    content: "\f56e"
}

.fa-shield-blank:before,
.fa-shield:before {
    content: "\f132"
}

.fa-arrow-up-short-wide:before,
.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-house-medical:before {
    content: "\e3b2"
}

.fa-golf-ball-tee:before,
.fa-golf-ball:before {
    content: "\f450"
}

.fa-chevron-circle-left:before,
.fa-circle-chevron-left:before {
    content: "\f137"
}

.fa-house-chimney-window:before {
    content: "\e00d"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-tent-arrow-turn-left:before {
    content: "\e580"
}

.fa-tents:before {
    content: "\e582"
}

.fa-magic:before,
.fa-wand-magic:before {
    content: "\f0d0"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-moon:before {
    content: "\f186"
}

.fa-wine-glass-alt:before,
.fa-wine-glass-empty:before {
    content: "\f5ce"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-music:before {
    content: "\f001"
}

.fa-code-commit:before {
    content: "\f386"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-biking:before,
.fa-person-biking:before {
    content: "\f84a"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-shield-heart:before {
    content: "\e574"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-earth-oceania:before,
.fa-globe-oceania:before {
    content: "\e47b"
}

.fa-square-xmark:before,
.fa-times-square:before,
.fa-xmark-square:before {
    content: "\f2d3"
}

.fa-hashtag:before {
    content: "\23"
}

.fa-expand-alt:before,
.fa-up-right-and-down-left-from-center:before {
    content: "\f424"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-t:before {
    content: "\54"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-chart-column:before {
    content: "\e0e3"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-vial-circle-check:before {
    content: "\e596"
}

.fa-person-arrow-down-to-line:before {
    content: "\e538"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-fan:before {
    content: "\f863"
}

.fa-person-walking-luggage:before {
    content: "\e554"
}

.fa-arrows-alt-v:before,
.fa-up-down:before {
    content: "\f338"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-trailer:before {
    content: "\e041"
}

.fa-bahai:before,
.fa-haykal:before {
    content: "\f666"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-circle-plus:before,
.fa-plus-circle:before {
    content: "\f055"
}

.fa-face-grin-tongue-wink:before,
.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-plug-circle-exclamation:before {
    content: "\e55d"
}

.fa-chain-broken:before,
.fa-chain-slash:before,
.fa-link-slash:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-person-walking-arrow-loop-left:before {
    content: "\e551"
}

.fa-arrow-up-z-a:before,
.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-fire-alt:before,
.fa-fire-flame-curved:before {
    content: "\f7e4"
}

.fa-tornado:before {
    content: "\f76f"
}

.fa-file-circle-plus:before {
    content: "\e494"
}

.fa-book-quran:before,
.fa-quran:before {
    content: "\f687"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-angry:before,
.fa-face-angry:before {
    content: "\f556"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-arrow-trend-down:before {
    content: "\e097"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-balance-scale:before,
.fa-scale-balanced:before {
    content: "\f24e"
}

.fa-gauge-simple-high:before,
.fa-tachometer-fast:before,
.fa-tachometer:before {
    content: "\f62a"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-desktop-alt:before,
.fa-desktop:before {
    content: "\f390"
}

.fa-m:before {
    content: "\4d"
}

.fa-table-list:before,
.fa-th-list:before {
    content: "\f00b"
}

.fa-comment-sms:before,
.fa-sms:before {
    content: "\f7cd"
}

.fa-book:before {
    content: "\f02d"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-check:before {
    content: "\f00c"
}

.fa-battery-4:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-house-circle-check:before {
    content: "\e509"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-diagram-successor:before {
    content: "\e47a"
}

.fa-truck-arrow-right:before {
    content: "\e58b"
}

.fa-arrows-split-up-and-left:before {
    content: "\e4bc"
}

.fa-fist-raised:before,
.fa-hand-fist:before {
    content: "\f6de"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-person-falling:before {
    content: "\e546"
}

.fa-image-portrait:before,
.fa-portrait:before {
    content: "\f3e0"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-rug:before {
    content: "\e569"
}

.fa-earth-europe:before,
.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-cart-flatbed-suitcase:before,
.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-rectangle-times:before,
.fa-rectangle-xmark:before,
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f410"
}

.fa-baht-sign:before {
    content: "\e0ac"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-journal-whills:before,
.fa-journal-whills:before {
    content: "\f66a"
}

.fa-handcuffs:before {
    content: "\e4f8"
}

.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before,
.fa-warning:before {
    content: "\f071"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-arrow-turn-right:before,
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-bottle-droplet:before {
    content: "\e4c4"
}

.fa-mask-face:before {
    content: "\e1d7"
}

.fa-hill-rockslide:before {
    content: "\e508"
}

.fa-exchange-alt:before,
.fa-right-left:before {
    content: "\f362"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-road-circle-exclamation:before {
    content: "\e565"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-money-bill-1-wave:before,
.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-hands:before,
.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-ladder-water:before,
.fa-swimming-pool:before,
.fa-water-ladder:before {
    content: "\f5c5"
}

.fa-arrows-up-down:before,
.fa-arrows-v:before {
    content: "\f07d"
}

.fa-face-grimace:before,
.fa-grimace:before {
    content: "\f57f"
}

.fa-wheelchair-alt:before,
.fa-wheelchair-move:before {
    content: "\e2ce"
}

.fa-level-down-alt:before,
.fa-turn-down:before {
    content: "\f3be"
}

.fa-person-walking-arrow-right:before {
    content: "\e552"
}

.fa-envelope-square:before,
.fa-square-envelope:before {
    content: "\f199"
}

.fa-dice:before {
    content: "\f522"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-band-aid:before,
.fa-bandage:before {
    content: "\f462"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-xmark-circle:before {
    content: "\f057"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-earth-asia:before,
.fa-globe-asia:before {
    content: "\f57e"
}

.fa-id-card-alt:before,
.fa-id-card-clip:before {
    content: "\f47f"
}

.fa-magnifying-glass-plus:before,
.fa-search-plus:before {
    content: "\f00e"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-allergies:before,
.fa-hand-dots:before {
    content: "\f461"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-coffee:before,
.fa-mug-saucer:before {
    content: "\f0f4"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-magnifying-glass-minus:before,
.fa-search-minus:before {
    content: "\f010"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-user-alt:before,
.fa-user-large:before {
    content: "\f406"
}

.fa-train-tram:before {
    content: "\e5b4"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-jar:before {
    content: "\e516"
}

.fa-note-sticky:before,
.fa-sticky-note:before {
    content: "\f249"
}

.fa-bug-slash:before {
    content: "\e490"
}

.fa-arrow-up-from-water-pump:before {
    content: "\e4b6"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-face-sad-tear:before,
.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-plane:before {
    content: "\f072"
}

.fa-tent-arrows-down:before {
    content: "\e581"
}

.fa-exclamation:before {
    content: "\21"
}

.fa-arrows-spin:before {
    content: "\e4bb"
}

.fa-print:before {
    content: "\f02f"
}

.fa-try:before,
.fa-turkish-lira-sign:before,
.fa-turkish-lira:before {
    content: "\e2bb"
}

.fa-dollar-sign:before,
.fa-dollar:before,
.fa-usd:before {
    content: "\24"
}

.fa-x:before {
    content: "\58"
}

.fa-magnifying-glass-dollar:before,
.fa-search-dollar:before {
    content: "\f688"
}

.fa-users-cog:before,
.fa-users-gear:before {
    content: "\f509"
}

.fa-person-military-pointing:before {
    content: "\e54a"
}

.fa-bank:before,
.fa-building-columns:before,
.fa-institution:before,
.fa-museum:before,
.fa-university:before {
    content: "\f19c"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-trowel:before {
    content: "\e589"
}

.fa-d:before {
    content: "\44"
}

.fa-stapler:before {
    content: "\e5af"
}

.fa-masks-theater:before,
.fa-theater-masks:before {
    content: "\f630"
}

.fa-kip-sign:before {
    content: "\e1c4"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-handshake-alt:before,
.fa-handshake-simple:before {
    content: "\f4c6"
}

.fa-fighter-jet:before,
.fa-jet-fighter:before {
    content: "\f0fb"
}

.fa-share-alt-square:before,
.fa-square-share-nodes:before {
    content: "\f1e1"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-plus-minus:before {
    content: "\e43c"
}

.fa-video-camera:before,
.fa-video:before {
    content: "\f03d"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-hand-holding-medical:before {
    content: "\e05c"
}

.fa-person-circle-check:before {
    content: "\e53e"
}

.fa-level-up-alt:before,
.fa-turn-up:before {
    content: "\f3bf"
}

.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

:host,
:root {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.ttf) format("truetype")
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-aws:before {
    content: "\f375"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-modx:before {
    content: "\f285"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-js-square:before,
.fa-square-js:before {
    content: "\f3b9"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-unity:before {
    content: "\e049"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-vk:before {
    content: "\f189"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-reddit-square:before,
.fa-square-reddit:before {
    content: "\f1a2"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-square-font-awesome:before {
    content: "\e5ad"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-instagram-square:before,
.fa-square-instagram:before {
    content: "\e055"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-hacker-news-square:before,
.fa-square-hacker-news:before {
    content: "\f3af"
}

.fa-edge:before {
    content: "\f282"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-snapchat-square:before,
.fa-square-snapchat:before {
    content: "\f2ad"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-safari:before {
    content: "\f267"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-font-awesome-alt:before,
.fa-square-font-awesome-stroke:before {
    content: "\f35c"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-square-viadeo:before,
.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-centos:before {
    content: "\f789"
}

.fa-adn:before {
    content: "\f170"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-dribbble-square:before,
.fa-square-dribbble:before {
    content: "\f397"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-node:before {
    content: "\f419"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-square-twitter:before,
.fa-twitter-square:before {
    content: "\f081"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-golang:before {
    content: "\e40f"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-square-youtube:before,
.fa-youtube-square:before {
    content: "\f431"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-rendact:before,
.fa-wpressr:before {
    content: "\f3e4"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-nfc-directional:before {
    content: "\e530"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-meta:before {
    content: "\e49b"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-hips:before {
    content: "\f452"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-discord:before {
    content: "\f392"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-square-steam:before,
.fa-steam-square:before {
    content: "\f1b7"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-square-vimeo:before,
.fa-vimeo-square:before {
    content: "\f194"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-font-awesome-flag:before,
.fa-font-awesome-logo-full:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-apple:before {
    content: "\f179"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-padlet:before {
    content: "\e4a0"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-github-square:before,
.fa-square-github:before {
    content: "\f092"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-neos:before {
    content: "\f612"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-angular:before {
    content: "\f420"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envira:before {
    content: "\f299"
}

.fa-gitlab-square:before,
.fa-square-gitlab:before {
    content: "\e5ae"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-odnoklassniki-square:before,
.fa-square-odnoklassniki:before {
    content: "\f264"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-sith:before {
    content: "\f512"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-hashnode:before {
    content: "\e499"
}

.fa-react:before {
    content: "\f41b"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-gg:before {
    content: "\f260"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-pinterest-square:before,
.fa-square-pinterest:before {
    content: "\f0d3"
}

.fa-xing:before {
    content: "\f168"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-less:before {
    content: "\f41d"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-nfc-symbol:before {
    content: "\e531"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-google-plus-square:before,
.fa-square-google-plus:before {
    content: "\f0d4"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-square-xing:before,
.fa-xing-square:before {
    content: "\f169"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-fly:before {
    content: "\f417"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-viber:before {
    content: "\f409"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-audible:before {
    content: "\f373"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-bilibili:before {
    content: "\e3d9"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-42-group:before,
.fa-innosoft:before {
    content: "\e080"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-pied-piper-square:before,
.fa-square-pied-piper:before {
    content: "\e01e"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-facebook-square:before,
.fa-square-facebook:before {
    content: "\f082"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-lastfm-square:before,
.fa-square-lastfm:before {
    content: "\f203"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-figma:before {
    content: "\f799"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-cmplid:before {
    content: "\e360"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-docker:before {
    content: "\f395"
}

.fa-screenpal:before {
    content: "\e570"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-wirsindhandwerk:before,
.fa-wsh:before {
    content: "\e2d0"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-apper:before {
    content: "\f371"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-snapchat-ghost:before,
.fa-snapchat:before {
    content: "\f2ab"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-behance-square:before,
.fa-square-behance:before {
    content: "\f1b5"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-space-awesome:before {
    content: "\e5ac"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-git-square:before,
.fa-square-git:before {
    content: "\f1d2"
}

.fa-square-tumblr:before,
.fa-tumblr-square:before {
    content: "\f174"
}

.fa-trello:before {
    content: "\f181"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-android:before {
    content: "\f17b"
}

.fa-bots:before {
    content: "\e340"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-uber:before {
    content: "\f402"
}

.fa-github:before {
    content: "\f09b"
}

.fa-php:before {
    content: "\f457"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-stubber:before {
    content: "\e5c7"
}

.fa-telegram-plane:before,
.fa-telegram:before {
    content: "\f2c6"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-odysee:before {
    content: "\e5c6"
}

.fa-square-whatsapp:before,
.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-slack-hash:before,
.fa-slack:before {
    content: "\f198"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-usb:before {
    content: "\f287"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-medium-m:before,
.fa-medium:before {
    content: "\f23a"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-sitrox:before {
    content: "\e44a"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-strava:before {
    content: "\f428"
}

.fa-ember:before {
    content: "\f423"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-zhihu:before {
    content: "\f63f"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-pix:before {
    content: "\e43a"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.ttf) format("truetype")
}

.fa-solid,
.fas {
    font-weight: 900
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-display: block;
    font-weight: 400;
    src: url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 900;
    src: url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 400;
    src: url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.ttf) format("truetype")
}

@font-face {
    font-family: FontAwesome;
    font-display: block;
    src: url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: FontAwesome;
    font-display: block;
    src: url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: FontAwesome;
    font-display: block;
    src: url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.ttf) format("truetype");
    unicode-range: u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d, u+f022, u+f03e, u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088, u+f08a, u+f094, u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5, u+f0c7, u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a, u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e, u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7, u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d, u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba, u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc
}

@font-face {
    font-family: FontAwesome;
    font-display: block;
    src: url(../fonts/fa-v4compatibility.woff2) format("woff2"), url(../fonts/fa-v4compatibility.ttf) format("truetype");
    unicode-range: u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b, u+f08e, u+f090, u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4, u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e, u+f160-f161, u+f163, u+f175-f178, u+f195, u+f1f8, u+f219, u+f27a
}

.glightbox-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999 !important;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 0;
    overflow: hidden
}

.glightbox-container.inactive,
.gslide-video.playing::before,
.home-1 .navbar-area.sticky .navbar-brand .white-logo,
.home-1 .navbar-area.with-background:not(.sticky) .navbar-brand .colored-logo,
.navbar-area .navbar-brand .white-logo,
.slick-arrow.slick-hidden,
.slick-slide.slick-loading img,
.zoomed .gslide-description {
    display: none
}

.glightbox-container .gcontainer {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden
}

.glightbox-container .gslider {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.glightbox-container .gslide {
    width: 100%;
    position: absolute;
    opacity: 1;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0
}

.glightbox-container .gslide.current {
    opacity: 1;
    z-index: 99999;
    position: relative
}

.glightbox-container .gslide.prev {
    opacity: 1;
    z-index: 9999
}

.about-section .about-img-wrapper img,
.btn-block,
.glightbox-container .ginner-container.gvideo-container,
.glightbox-container .gslide-inner-content,
.hero-section .hero-img .image,
.navbar-nav .nav-item a:not(.btn):hover::before,
.sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-img img,
.time-line .single-timeline .timeline-img img {
    width: 100%
}

.glightbox-container .ginner-container {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    margin: auto;
    height: 100vh
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
    max-width: 100% !important
}

.gslide iframe,
.gslide video {
    outline: 0 !important;
    border: none;
    min-height: 165px;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: auto;
    touch-action: auto
}

.gslide-image {
    -webkit-box-align: center;
    box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gslide-image img {
    max-height: 100vh;
    display: block;
    margin: auto;
    padding: 0;
    float: none;
    outline: 0;
    border: none;
    user-select: none;
    max-width: 100vw;
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-touch-action: none;
    touch-action: none;
    min-width: 200px
}

.slick-slider,
.theme-btn {
    -webkit-user-select: none;
    -moz-user-select: none
}

.desc-bottom .gslide-image img,
.desc-top .gslide-image img,
.portfolio-item-list.spaced {
    width: auto
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
    width: auto;
    max-width: 100%
}

.gslide-image img.dragging {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important;
    -webkit-transition: none;
    transition: none
}

.gslide-video {
    position: relative;
    max-width: 100vh;
    width: 100% !important
}

.gslide-video .gvideo-wrapper {
    width: 100%;
    margin: auto
}

.gslide-video::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 0, 0, .34);
    display: none
}

.gslide-video.fullscreen {
    max-width: 100% !important;
    min-width: 100%;
    height: 80vh
}

.gslide-description.description-left,
.gslide-description.description-right,
.gslide-inline,
img {
    max-width: 100%
}

.gslide-video.fullscreen video {
    max-width: 100% !important;
    width: 100% !important
}

.gslide-inline {
    background: #fff;
    text-align: left;
    max-height: calc(100vh - 40px);
    overflow: auto
}

.page-header.centered .page-title,
.preloader .loader,
.scroll-top,
.slick-dots,
.theme-btn,
section .heading-center,
section .heading-center .section-description {
    text-align: center
}

.gslide-inline .ginlined-content {
    padding: 20px;
    width: 100%
}

.ginlined-content {
    overflow: auto;
    display: block !important;
    opacity: 1
}

.gslide-external {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 100%;
    background: #fff;
    padding: 0;
    overflow: auto;
    max-height: 75vh;
    height: 100%
}

.gslide-media {
    display: block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto
}

.zoomed .gslide-media {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.desc-bottom .gslide-media,
.desc-top .gslide-media {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.gslide-description.description-bottom,
.gslide-description.description-top {
    margin: 0 auto;
    width: 100%
}

.gslide-description p,
.mb-12 {
    margin-bottom: 12px
}

.article .article-description p:last-child,
.article.article-style-d figure,
.blog-container .page-sidebar:last-child,
.gslide-description p:last-child,
.portfolio-nospace .portfolio-item,
.sidebar-wrapper .sidebar-box.catagories-box ul li:last-child,
.text-image-section .text-image-content p:last-child {
    margin-bottom: 0
}

.glightbox-mobile .glightbox-container .gslide-description {
    height: auto !important;
    width: 100%;
    background: 0 0;
    position: absolute;
    bottom: 15px;
    padding: 19px 11px 50px;
    max-width: 100vw !important;
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    max-height: 78vh;
    overflow: auto !important;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .75)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%);
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}

.bg-overlay.default-overlay::before,
.glightbox-clean .gslide-video,
.glightbox-mobile .goverlay,
.glightbox-modern .gslide-video,
.goverlay,
.hero-section.bg-overlay.default-overlay::before {
    background: #dedede
}

.glightbox-mobile .glightbox-container .gslide-title {
    color: #fff;
    font-size: 1em
}

.glightbox-mobile .glightbox-container .gslide-desc {
    color: #a1a1a1
}

.glightbox-mobile .glightbox-container .gslide-desc a {
    color: #fff;
    font-weight: 700
}

.breadcrumb.link-accent>li.active,
.contact-section .contact-info .description a,
.glightbox-mobile .glightbox-container .gslide-desc *,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

.about-section .about-img-wrapper .about-experience p,
.blog-section.bg-image .single-blog .blog-content a,
.blog-section.bg-image .single-blog .blog-content h4,
.blog-section.bg-image .single-blog .blog-content p,
.boxed-content-section.bg-image.bg-overlay .boxed-content.left-boxed-icon>i,
.contact-section.bg-image .contact-form-wrapper .form-label,
.contact-section.bg-image .contact-info .description>a,
.glightbox-mobile .glightbox-container .gslide-desc string,
.portfolio-item a,
.portfolio-item a:focus,
.portfolio-item a:hover,
.pricing-section.bg-image .single-pricing h3,
.pricing-section.bg-image .single-pricing h4,
.service-section .service-box-style-2:hover .box-icon-style i,
.time-line .single-timeline:hover .box-icon-style i,
section.bg-image.bg-overlay .section-heading,
section.bg-image.bg-overlay .sub-heading,
section.bg-image.bg-overlay:not(.blog-section) h1,
section.bg-image.bg-overlay:not(.blog-section) h2,
section.bg-image.bg-overlay:not(.blog-section) h3,
section.bg-image.bg-overlay:not(.blog-section) h4,
section.bg-image.bg-overlay:not(.blog-section) h5,
section.bg-image.bg-overlay:not(.blog-section) h6,
section.bg-image.bg-overlay:not(.blog-section) i,
section.bg-image.bg-overlay:not(.blog-section) p,
section.bg-image.bg-overlay:not(.blog-section) span,
section.bg-image.bg-overlay:not(.blog-section) strong {
    color: #fff
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
    color: #fff;
    opacity: .4
}

.gdesc-open .gslide-media {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: .4
}

.gdesc-open .gdesc-inner,
.pb-30 {
    padding-bottom: 30px
}

.gdesc-closed .gslide-media {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 1
}

.greset {
    -webkit-transition: .3s;
    transition: .3s
}

.gabsolute {
    position: absolute
}

.glightbox-desc,
.recent-works-section .slick-slider .slick-next,
.recent-works-section .slick-slider .slick-prev,
.tns-outer [hidden] {
    display: none !important
}

.glightbox-open,
.portfolio-item .media-wrapper,
.tns-ovh {
    overflow: hidden
}

.gloader {
    height: 25px;
    width: 25px;
    -webkit-animation: .8s linear infinite lightboxLoader;
    animation: .8s linear infinite lightboxLoader;
    border: 2px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    display: block;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 47%
}

.goverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    will-change: opacity
}

.slick-dots,
.slick-dots li,
.slick-list,
.slick-slider,
.slick-track,
.tns-gallery,
.tns-no-calc {
    position: relative
}

.gclose,
.gnext,
.gprev {
    background-repeat: no-repeat;
    z-index: 99999;
    cursor: pointer;
    width: 26px;
    height: 44px;
    display: block;
    background-position: 0 0;
    border: none
}

.gclose svg,
.gnext svg,
.gprev svg {
    display: block;
    width: 100%;
    height: auto
}

.gclose.disabled,
.gnext.disabled,
.gprev.disabled {
    opacity: .1
}

.gclose .garrow,
.gnext .garrow,
.gprev .garrow {
    stroke: #fff
}

.navbar-toggler.active .toggler-icon:nth-of-type(2),
iframe.wait-autoplay {
    opacity: 0
}

.glightbox-closing .gclose,
.glightbox-closing .gnext,
.glightbox-closing .gprev {
    opacity: 0 !important
}

.glightbox-clean .gslide-description,
.glightbox-modern .gslide-description,
.navbar-area.header-3 {
    background: #fff
}

.glightbox-clean .gdesc-inner,
.glightbox-modern .gdesc-inner {
    padding: 22px 20px
}

.glightbox-clean .gslide-title,
.glightbox-modern .gslide-title {
    font-size: 1em;
    font-weight: 400;
    font-family: arial;
    color: #000;
    margin-bottom: 19px;
    line-height: 1.4em
}

.glightbox-clean .gslide-desc,
.glightbox-modern .gslide-desc {
    font-size: .86em;
    margin-bottom: 0;
    font-family: arial;
    line-height: 1.4em
}

.mb-30,
.pricing-section .single-pricing ul,
.slick-dotted.slick-slider,
.slick-slider {
    margin-bottom: 30px
}

.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev,
.glightbox-modern .gclose,
.glightbox-modern .gnext,
.glightbox-modern .gprev {
    background-color: rgba(0, 0, 0, .12)
}

.glightbox-clean .gclose:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gprev:hover,
.glightbox-modern .gclose:hover,
.glightbox-modern .gnext:hover,
.glightbox-modern .gprev:hover {
    background-color: rgba(0, 0, 0, .2)
}

.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev path,
.glightbox-modern .gclose path,
.glightbox-modern .gnext path,
.glightbox-modern .gprev path {
    fill: #fff
}

.glightbox-clean button:focus:not(.focused):not(.disabled),
.glightbox-modern button:focus:not(.focused):not(.disabled),
.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus {
    outline: 0
}

.glightbox-clean .gprev,
.glightbox-modern .gprev {
    position: absolute;
    top: -100%;
    left: 30px;
    width: 40px;
    height: 56px
}

.glightbox-clean .gnext,
.glightbox-modern .gnext {
    position: absolute;
    top: -100%;
    right: 30px;
    width: 40px;
    height: 56px
}

.glightbox-clean .gclose,
.glightbox-modern .gclose {
    width: 35px;
    height: 35px;
    top: 15px;
    right: 10px;
    position: absolute;
    opacity: .7;
    background-position: -59px 2px
}

.glightbox-clean .gclose svg,
.glightbox-modern .gclose svg {
    width: 20px
}

.client-section .client-list li a:focus img,
.client-section .client-list li a:hover img,
.glightbox-clean .gclose:hover,
.glightbox-modern .gclose:hover,
.portfolio-media .slick-dots li.slick-active,
.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before,
.tns-lazy-img.tns-complete {
    opacity: 1
}

.gfadeIn {
    -webkit-animation: .5s gfadeIn;
    animation: .5s gfadeIn
}

.gfadeOut {
    -webkit-animation: .5s gfadeOut;
    animation: .5s gfadeOut
}

.gslideOutLeft {
    -webkit-animation: .3s gslideOutLeft;
    animation: .3s gslideOutLeft
}

.gslideInLeft {
    -webkit-animation: .3s gslideInLeft;
    animation: .3s gslideInLeft
}

.gslideOutRight {
    -webkit-animation: .3s gslideOutRight;
    animation: .3s gslideOutRight
}

.gslideInRight {
    -webkit-animation: .3s gslideInRight;
    animation: .3s gslideInRight
}

.gzoomIn {
    -webkit-animation: .5s gzoomIn;
    animation: .5s gzoomIn
}

.gzoomOut {
    -webkit-animation: .5s gzoomOut;
    animation: .5s gzoomOut
}

@-webkit-keyframes lightboxLoader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes lightboxLoader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes gfadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes gfadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes gfadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes gfadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes gslideInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0)
    }

    to {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes gslideInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0)
    }

    to {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes gslideOutLeft {
    from {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0);
        opacity: 0;
        visibility: hidden
    }
}

@keyframes gslideOutLeft {
    from {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0);
        opacity: 0;
        visibility: hidden
    }
}

@-webkit-keyframes gslideInRight {
    from {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes gslideInRight {
    from {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes gslideOutRight {
    from {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0);
        opacity: 0
    }
}

@keyframes gslideOutRight {
    from {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0);
        opacity: 0
    }
}

@-webkit-keyframes gzoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 1
    }
}

@keyframes gzoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes gzoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes gzoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@media (min-width:769px) {
    .glightbox-container .ginner-container {
        width: auto;
        height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .glightbox-container .ginner-container.desc-left .gslide-description,
    .glightbox-container .ginner-container.desc-top .gslide-description {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .glightbox-container .ginner-container.desc-left .gslide-image,
    .glightbox-container .ginner-container.desc-top .gslide-image,
    .glightbox-container .ginner-container.desc-top .gslide-image img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .gslide-image img {
        max-height: 97vh;
        max-width: 100%
    }

    .gslide-image img.zoomable {
        cursor: -webkit-zoom-in;
        cursor: zoom-in
    }

    .zoomed .gslide-image img.zoomable {
        cursor: -webkit-grab;
        cursor: grab
    }

    .gslide-inline {
        max-height: 95vh
    }

    .gslide-external {
        max-height: 100vh
    }

    .gslide-description.description-left,
    .gslide-description.description-right {
        max-width: 275px
    }

    .glightbox-open {
        height: auto
    }

    .goverlay {
        background: rgba(0, 0, 0, .92)
    }

    .glightbox-clean .gslide-media,
    .glightbox-modern .gslide-media {
        -webkit-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, .65);
        box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, .65)
    }

    .glightbox-clean .gnext,
    .glightbox-clean .gprev,
    .glightbox-modern .gnext,
    .glightbox-modern .gprev {
        top: 45%
    }
}

@media screen and (max-height:420px) {
    .goverlay {
        background: #000
    }
}

@font-face {
    font-family: LineIcons;
    src: url('../fonts/LineIcons.eot');
    src: url('../fonts/LineIcons.eot') format('embedded-opentype'), url('../fonts/LineIcons.woff2') format('woff2'), url('../fonts/LineIcons.woff') format('woff'), url('../fonts/LineIcons.ttf') format('truetype'), url('../fonts/LineIcons.svg') format('svg');
    font-weight: 400;
    font-style: normal
}

.lni {
    display: inline-block;
    font: 1em/1 LineIcons;
    speak-as: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lni-sm {
    font-size: .8em
}

.lni-lg {
    font-size: 1.2em
}

.footer-middle-section .heading2,
.lni-16,
h6 {
    font-size: 16px;
    color: #000
}

.lni-32 {
    font-size: 32px
}

.slick-dots li button,
.slick-next,
.slick-prev {
    line-height: 0;
    font-size: 0px;
    cursor: pointer;
    display: block
}

.lni-bg-circle,
.lni-bg-square {
    padding: .35em;
    background-color: #eee
}

.lni-bg-circle {
    border-radius: 50%
}

.lni-ul {
    padding-left: 0
}

.lni-ul>li {
    display: flex;
    align-items: flex-start;
    line-height: 1.4
}

.lni-ul>li>.lni {
    margin-right: .4em;
    line-height: inherit
}

.lni-is-spinning {
    -webkit-animation: 2s linear infinite lni-spin;
    -moz-animation: 2s linear infinite lni-spin;
    animation: 2s linear infinite lni-spin
}

@-webkit-keyframes lni-spin {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes lni-spin {
    0% {
        -moz-transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(360deg)
    }
}

@keyframes lni-spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.lni-rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.lni-rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.lni-rotate-270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.lni-flip-y {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.lni-flip-x {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

.lni-500px::before {
    content: "\ea02"
}

.lni-add-files::before {
    content: "\ea03"
}

.lni-alarm-clock::before {
    content: "\ea04"
}

.lni-alarm::before {
    content: "\ea05"
}

.lni-airbnb::before {
    content: "\ea06"
}

.lni-adobe::before {
    content: "\ea07"
}

.lni-amazon-pay::before {
    content: "\ea08"
}

.lni-amazon::before {
    content: "\ea09"
}

.lni-amex::before {
    content: "\ea0a"
}

.lni-anchor::before {
    content: "\ea0b"
}

.lni-amazon-original::before {
    content: "\ea0c"
}

.lni-android-original::before {
    content: "\ea0d"
}

.lni-android::before {
    content: "\ea0e"
}

.lni-angellist::before {
    content: "\ea0f"
}

.lni-angle-double-down::before {
    content: "\ea10"
}

.lni-angle-double-left::before {
    content: "\ea11"
}

.lni-angle-double-right::before {
    content: "\ea12"
}

.lni-angle-double-up::before {
    content: "\ea13"
}

.lni-angular::before {
    content: "\ea14"
}

.lni-apartment::before {
    content: "\ea15"
}

.lni-app-store::before {
    content: "\ea16"
}

.lni-apple-pay::before {
    content: "\ea17"
}

.lni-apple::before {
    content: "\ea18"
}

.lni-archive::before {
    content: "\ea19"
}

.lni-arrow-down-circle::before {
    content: "\ea1a"
}

.lni-arrow-left-circle::before {
    content: "\ea1b"
}

.lni-arrow-left::before {
    content: "\ea1c"
}

.lni-arrow-right-circle::before {
    content: "\ea1d"
}

.lni-arrow-right::before {
    content: "\ea1e"
}

.lni-arrow-top-left::before {
    content: "\ea1f"
}

.lni-arrow-top-right::before {
    content: "\ea20"
}

.lni-arrow-up-circle::before {
    content: "\ea21"
}

.lni-arrow-up::before {
    content: "\ea22"
}

.lni-arrows-horizontal::before {
    content: "\ea23"
}

.lni-arrows-vertical::before {
    content: "\ea24"
}

.lni-atlassian::before {
    content: "\ea25"
}

.lni-aws::before {
    content: "\ea26"
}

.lni-arrow-down::before {
    content: "\ea27"
}

.lni-ambulance::before {
    content: "\ea28"
}

.lni-agenda::before {
    content: "\ea29"
}

.lni-backward::before {
    content: "\ea2a"
}

.lni-baloon::before {
    content: "\ea2b"
}

.lni-ban::before {
    content: "\ea2c"
}

.lni-bar-chart::before {
    content: "\ea2d"
}

.lni-behance-original::before {
    content: "\ea2e"
}

.lni-bitbucket::before {
    content: "\ea2f"
}

.lni-bitcoin::before {
    content: "\ea30"
}

.lni-blackboard::before {
    content: "\ea31"
}

.lni-blogger::before {
    content: "\ea32"
}

.lni-bluetooth::before {
    content: "\ea33"
}

.lni-bold::before {
    content: "\ea34"
}

.lni-bolt-alt::before {
    content: "\ea35"
}

.lni-bolt::before {
    content: "\ea36"
}

.lni-book::before {
    content: "\ea37"
}

.lni-bookmark-alt::before {
    content: "\ea38"
}

.lni-bookmark::before {
    content: "\ea39"
}

.lni-bootstrap::before {
    content: "\ea3a"
}

.lni-bricks::before {
    content: "\ea3b"
}

.lni-bridge::before {
    content: "\ea3c"
}

.lni-briefcase::before {
    content: "\ea3d"
}

.lni-brush-alt::before {
    content: "\ea3e"
}

.lni-brush::before {
    content: "\ea3f"
}

.lni-bubble::before {
    content: "\ea40"
}

.lni-bug::before {
    content: "\ea41"
}

.lni-bulb::before {
    content: "\ea42"
}

.lni-bullhorn::before {
    content: "\ea43"
}

.lni-burger::before {
    content: "\ea44"
}

.lni-bus::before {
    content: "\ea45"
}

.lni-cake::before {
    content: "\ea46"
}

.lni-calculator::before {
    content: "\ea47"
}

.lni-calendar::before {
    content: "\ea48"
}

.lni-camera::before {
    content: "\ea49"
}

.lni-candy-cane::before {
    content: "\ea4a"
}

.lni-candy::before {
    content: "\ea4b"
}

.lni-capsule::before {
    content: "\ea4c"
}

.lni-car-alt::before {
    content: "\ea4d"
}

.lni-car::before {
    content: "\ea4e"
}

.lni-caravan::before {
    content: "\ea4f"
}

.lni-cart-full::before {
    content: "\ea50"
}

.lni-cart::before {
    content: "\ea51"
}

.lni-certificate::before {
    content: "\ea52"
}

.lni-checkbox::before {
    content: "\ea53"
}

.lni-checkmark-circle::before {
    content: "\ea54"
}

.lni-checkmark::before {
    content: "\ea55"
}

.lni-chef-hat::before {
    content: "\ea56"
}

.lni-chevron-down-circle::before {
    content: "\ea57"
}

.lni-chevron-down::before {
    content: "\ea58"
}

.lni-chevron-left-circle::before {
    content: "\ea59"
}

.lni-chevron-left::before {
    content: "\ea5a"
}

.lni-chevron-right-circle::before {
    content: "\ea5b"
}

.lni-chevron-right::before {
    content: "\ea5c"
}

.lni-chevron-up-circle::before {
    content: "\ea5d"
}

.lni-chevron-up::before {
    content: "\ea5e"
}

.lni-chrome::before {
    content: "\ea5f"
}

.lni-circle-minus::before {
    content: "\ea60"
}

.lni-circle-plus::before {
    content: "\ea61"
}

.lni-clipboard::before {
    content: "\ea62"
}

.lni-close::before {
    content: "\ea63"
}

.lni-cloud-check::before {
    content: "\ea64"
}

.lni-cloud-download::before {
    content: "\ea65"
}

.lni-cloud-network::before {
    content: "\ea66"
}

.lni-cloud-sync::before {
    content: "\ea67"
}

.lni-cloud-upload::before {
    content: "\ea68"
}

.lni-cloud::before {
    content: "\ea69"
}

.lni-cloudy-sun::before {
    content: "\ea6a"
}

.lni-code-alt::before {
    content: "\ea6b"
}

.lni-code::before {
    content: "\ea6c"
}

.lni-codepen::before {
    content: "\ea6d"
}

.lni-coffee-cup::before {
    content: "\ea6e"
}

.lni-cog::before {
    content: "\ea6f"
}

.lni-cogs::before {
    content: "\ea70"
}

.lni-coin::before {
    content: "\ea71"
}

.lni-comments-alt::before {
    content: "\ea72"
}

.lni-comments-reply::before {
    content: "\ea73"
}

.lni-comments::before {
    content: "\ea74"
}

.lni-compass::before {
    content: "\ea75"
}

.lni-construction-hammer::before {
    content: "\ea76"
}

.lni-construction::before {
    content: "\ea77"
}

.lni-consulting::before {
    content: "\ea78"
}

.lni-control-panel::before {
    content: "\ea79"
}

.lni-cpanel::before {
    content: "\ea7a"
}

.lni-creative-commons::before {
    content: "\ea7b"
}

.lni-credit-cards::before {
    content: "\ea7c"
}

.lni-crop::before {
    content: "\ea7d"
}

.lni-cross-circle::before {
    content: "\ea7e"
}

.lni-crown::before {
    content: "\ea7f"
}

.lni-css3::before {
    content: "\ea80"
}

.lni-cup::before {
    content: "\ea81"
}

.lni-customer::before {
    content: "\ea82"
}

.lni-cut::before {
    content: "\ea83"
}

.lni-dashboard::before {
    content: "\ea84"
}

.lni-database::before {
    content: "\ea85"
}

.lni-delivery::before {
    content: "\ea86"
}

.lni-dev::before {
    content: "\ea87"
}

.lni-diamond-alt::before {
    content: "\ea88"
}

.lni-diamond::before {
    content: "\ea89"
}

.lni-diners-club::before {
    content: "\ea8a"
}

.lni-dinner::before {
    content: "\ea8b"
}

.lni-direction-alt::before {
    content: "\ea8c"
}

.lni-direction-ltr::before {
    content: "\ea8d"
}

.lni-direction-rtl::before {
    content: "\ea8e"
}

.lni-direction::before {
    content: "\ea8f"
}

.lni-discord::before {
    content: "\ea90"
}

.lni-discover::before {
    content: "\ea91"
}

.lni-display-alt::before {
    content: "\ea92"
}

.lni-display::before {
    content: "\ea93"
}

.lni-docker::before {
    content: "\ea94"
}

.lni-dollar::before {
    content: "\ea95"
}

.lni-domain::before {
    content: "\ea96"
}

.lni-download::before {
    content: "\ea97"
}

.lni-dribbble::before {
    content: "\ea98"
}

.lni-drop::before {
    content: "\ea99"
}

.lni-dropbox-original::before {
    content: "\ea9a"
}

.lni-dropbox::before {
    content: "\ea9b"
}

.lni-drupal-original::before {
    content: "\ea9c"
}

.lni-drupal::before {
    content: "\ea9d"
}

.lni-dumbbell::before {
    content: "\ea9e"
}

.lni-edge::before {
    content: "\ea9f"
}

.lni-emoji-cool::before {
    content: "\eaa0"
}

.lni-emoji-friendly::before {
    content: "\eaa1"
}

.lni-emoji-happy::before {
    content: "\eaa2"
}

.lni-emoji-sad::before {
    content: "\eaa3"
}

.lni-emoji-smile::before {
    content: "\eaa4"
}

.lni-emoji-speechless::before {
    content: "\eaa5"
}

.lni-emoji-suspect::before {
    content: "\eaa6"
}

.lni-emoji-tounge::before {
    content: "\eaa7"
}

.lni-empty-file::before {
    content: "\eaa8"
}

.lni-enter::before {
    content: "\eaa9"
}

.lni-envato::before {
    content: "\eaaa"
}

.lni-envelope::before {
    content: "\eaab"
}

.lni-eraser::before {
    content: "\eaac"
}

.lni-euro::before {
    content: "\eaad"
}

.lni-exit-down::before {
    content: "\eaae"
}

.lni-exit-up::before {
    content: "\eaaf"
}

.lni-exit::before {
    content: "\eab0"
}

.lni-eye::before {
    content: "\eab1"
}

.lni-facebook-filled::before {
    content: "\eab2"
}

.lni-facebook-messenger::before {
    content: "\eab3"
}

.lni-facebook-original::before {
    content: "\eab4"
}

.lni-facebook-oval::before {
    content: "\eab5"
}

.lni-facebook::before {
    content: "\eab6"
}

.lni-figma::before {
    content: "\eab7"
}

.lni-files::before {
    content: "\eab8"
}

.lni-firefox-original::before {
    content: "\eab9"
}

.lni-firefox::before {
    content: "\eaba"
}

.lni-fireworks::before {
    content: "\eabb"
}

.lni-first-aid::before {
    content: "\eabc"
}

.lni-flag-alt::before {
    content: "\eabd"
}

.lni-flag::before {
    content: "\eabe"
}

.lni-flags::before {
    content: "\eabf"
}

.lni-flickr::before {
    content: "\eac0"
}

.lni-basketball::before {
    content: "\eac1"
}

.lni-behance::before {
    content: "\eac2"
}

.lni-forward::before {
    content: "\eac3"
}

.lni-frame-expand::before {
    content: "\eac4"
}

.lni-flower::before {
    content: "\eac5"
}

.lni-full-screen::before {
    content: "\eac6"
}

.lni-funnel::before {
    content: "\eac7"
}

.lni-gallery::before {
    content: "\eac8"
}

.lni-game::before {
    content: "\eac9"
}

.lni-gift::before {
    content: "\eaca"
}

.lni-git::before {
    content: "\eacb"
}

.lni-github-original::before {
    content: "\eacc"
}

.lni-github::before {
    content: "\eacd"
}

.lni-goodreads::before {
    content: "\eace"
}

.lni-google-drive::before {
    content: "\eacf"
}

.lni-google-pay::before {
    content: "\ead0"
}

.lni-fresh-juice::before {
    content: "\ead1"
}

.lni-folder::before {
    content: "\ead2"
}

.lni-bi-cycle::before {
    content: "\ead3"
}

.lni-graph::before {
    content: "\ead4"
}

.lni-grid-alt::before {
    content: "\ead5"
}

.lni-grid::before {
    content: "\ead6"
}

.lni-google-wallet::before {
    content: "\ead7"
}

.lni-grow::before {
    content: "\ead8"
}

.lni-hammer::before {
    content: "\ead9"
}

.lni-hand::before {
    content: "\eada"
}

.lni-handshake::before {
    content: "\eadb"
}

.lni-harddrive::before {
    content: "\eadc"
}

.lni-headphone-alt::before {
    content: "\eadd"
}

.lni-headphone::before {
    content: "\eade"
}

.lni-heart-filled::before {
    content: "\eadf"
}

.lni-heart-monitor::before {
    content: "\eae0"
}

.lni-heart::before {
    content: "\eae1"
}

.lni-helicopter::before {
    content: "\eae2"
}

.lni-helmet::before {
    content: "\eae3"
}

.lni-help::before {
    content: "\eae4"
}

.lni-highlight-alt::before {
    content: "\eae5"
}

.lni-highlight::before {
    content: "\eae6"
}

.lni-home::before {
    content: "\eae7"
}

.lni-hospital::before {
    content: "\eae8"
}

.lni-hourglass::before {
    content: "\eae9"
}

.lni-html5::before {
    content: "\eaea"
}

.lni-image::before {
    content: "\eaeb"
}

.lni-inbox::before {
    content: "\eaec"
}

.lni-indent-decrease::before {
    content: "\eaed"
}

.lni-indent-increase::before {
    content: "\eaee"
}

.lni-infinite::before {
    content: "\eaef"
}

.lni-information::before {
    content: "\eaf0"
}

.lni-instagram-filled::before {
    content: "\eaf1"
}

.lni-instagram-original::before {
    content: "\eaf2"
}

.lni-instagram::before {
    content: "\eaf3"
}

.lni-invention::before {
    content: "\eaf4"
}

.lni-graduation::before {
    content: "\eaf5"
}

.lni-invest-monitor::before {
    content: "\eaf6"
}

.lni-island::before {
    content: "\eaf7"
}

.lni-italic::before {
    content: "\eaf8"
}

.lni-java::before {
    content: "\eaf9"
}

.lni-javascript::before {
    content: "\eafa"
}

.lni-jcb::before {
    content: "\eafb"
}

.lni-joomla-original::before {
    content: "\eafc"
}

.lni-joomla::before {
    content: "\eafd"
}

.lni-jsfiddle::before {
    content: "\eafe"
}

.lni-juice::before {
    content: "\eaff"
}

.lni-key::before {
    content: "\eb00"
}

.lni-keyboard::before {
    content: "\eb01"
}

.lni-keyword-research::before {
    content: "\eb02"
}

.lni-hacker-news::before {
    content: "\eb03"
}

.lni-google::before {
    content: "\eb04"
}

.lni-laravel::before {
    content: "\eb05"
}

.lni-layers::before {
    content: "\eb06"
}

.lni-layout::before {
    content: "\eb07"
}

.lni-leaf::before {
    content: "\eb08"
}

.lni-library::before {
    content: "\eb09"
}

.lni-licencse::before {
    content: "\eb0a"
}

.lni-life-ring::before {
    content: "\eb0b"
}

.lni-line-dashed::before {
    content: "\eb0c"
}

.lni-line-dotted::before {
    content: "\eb0d"
}

.lni-line-double::before {
    content: "\eb0e"
}

.lni-line-spacing::before {
    content: "\eb0f"
}

.lni-line::before {
    content: "\eb10"
}

.lni-lineicons-alt::before {
    content: "\eb11"
}

.lni-lineicons::before {
    content: "\eb12"
}

.lni-link::before {
    content: "\eb13"
}

.lni-linkedin-original::before {
    content: "\eb14"
}

.lni-linkedin::before {
    content: "\eb15"
}

.lni-list::before {
    content: "\eb16"
}

.lni-lock-alt::before {
    content: "\eb17"
}

.lni-lock::before {
    content: "\eb18"
}

.lni-magnet::before {
    content: "\eb19"
}

.lni-magnifier::before {
    content: "\eb1a"
}

.lni-mailchimp::before {
    content: "\eb1b"
}

.lni-map-marker::before {
    content: "\eb1c"
}

.lni-map::before {
    content: "\eb1d"
}

.lni-mashroom::before {
    content: "\eb1e"
}

.lni-mastercard::before {
    content: "\eb1f"
}

.lni-medall-alt::before {
    content: "\eb20"
}

.lni-medall::before {
    content: "\eb21"
}

.lni-medium::before {
    content: "\eb22"
}

.lni-laptop::before {
    content: "\eb23"
}

.lni-investment::before {
    content: "\eb24"
}

.lni-laptop-phone::before {
    content: "\eb25"
}

.lni-megento::before {
    content: "\eb26"
}

.lni-mic::before {
    content: "\eb27"
}

.lni-microphone::before {
    content: "\eb28"
}

.lni-menu::before {
    content: "\eb29"
}

.lni-microscope::before {
    content: "\eb2a"
}

.lni-money-location::before {
    content: "\eb2b"
}

.lni-minus::before {
    content: "\eb2c"
}

.lni-mobile::before {
    content: "\eb2d"
}

.lni-more-alt::before {
    content: "\eb2e"
}

.lni-mouse::before {
    content: "\eb2f"
}

.lni-move::before {
    content: "\eb30"
}

.lni-music::before {
    content: "\eb31"
}

.lni-network::before {
    content: "\eb32"
}

.lni-night::before {
    content: "\eb33"
}

.lni-nodejs-alt::before {
    content: "\eb34"
}

.lni-nodejs::before {
    content: "\eb35"
}

.lni-notepad::before {
    content: "\eb36"
}

.lni-npm::before {
    content: "\eb37"
}

.lni-offer::before {
    content: "\eb38"
}

.lni-opera::before {
    content: "\eb39"
}

.lni-package::before {
    content: "\eb3a"
}

.lni-page-break::before {
    content: "\eb3b"
}

.lni-pagination::before {
    content: "\eb3c"
}

.lni-paint-bucket::before {
    content: "\eb3d"
}

.lni-paint-roller::before {
    content: "\eb3e"
}

.lni-pallet::before {
    content: "\eb3f"
}

.lni-paperclip::before {
    content: "\eb40"
}

.lni-more::before {
    content: "\eb41"
}

.lni-pause::before {
    content: "\eb42"
}

.lni-paypal-original::before {
    content: "\eb43"
}

.lni-microsoft::before {
    content: "\eb44"
}

.lni-money-protection::before {
    content: "\eb45"
}

.lni-pencil::before {
    content: "\eb46"
}

.lni-paypal::before {
    content: "\eb47"
}

.lni-pencil-alt::before {
    content: "\eb48"
}

.lni-patreon::before {
    content: "\eb49"
}

.lni-phone-set::before {
    content: "\eb4a"
}

.lni-phone::before {
    content: "\eb4b"
}

.lni-pin::before {
    content: "\eb4c"
}

.lni-pinterest::before {
    content: "\eb4d"
}

.lni-pie-chart::before {
    content: "\eb4e"
}

.lni-pilcrow::before {
    content: "\eb4f"
}

.lni-plane::before {
    content: "\eb50"
}

.lni-play::before {
    content: "\eb51"
}

.lni-plug::before {
    content: "\eb52"
}

.lni-plus::before {
    content: "\eb53"
}

.lni-pointer-down::before {
    content: "\eb54"
}

.lni-pointer-left::before {
    content: "\eb55"
}

.lni-pointer-right::before {
    content: "\eb56"
}

.lni-pointer-up::before {
    content: "\eb57"
}

.lni-play-store::before {
    content: "\eb58"
}

.lni-pizza::before {
    content: "\eb59"
}

.lni-postcard::before {
    content: "\eb5a"
}

.lni-pound::before {
    content: "\eb5b"
}

.lni-power-switch::before {
    content: "\eb5c"
}

.lni-printer::before {
    content: "\eb5d"
}

.lni-producthunt::before {
    content: "\eb5e"
}

.lni-protection::before {
    content: "\eb5f"
}

.lni-pulse::before {
    content: "\eb60"
}

.lni-pyramids::before {
    content: "\eb61"
}

.lni-python::before {
    content: "\eb62"
}

.lni-pointer::before {
    content: "\eb63"
}

.lni-popup::before {
    content: "\eb64"
}

.lni-quotation::before {
    content: "\eb65"
}

.lni-radio-button::before {
    content: "\eb66"
}

.lni-rain::before {
    content: "\eb67"
}

.lni-quora::before {
    content: "\eb68"
}

.lni-react::before {
    content: "\eb69"
}

.lni-question-circle::before {
    content: "\eb6a"
}

.lni-php::before {
    content: "\eb6b"
}

.lni-reddit::before {
    content: "\eb6c"
}

.lni-reload::before {
    content: "\eb6d"
}

.lni-restaurant::before {
    content: "\eb6e"
}

.lni-road::before {
    content: "\eb6f"
}

.lni-rocket::before {
    content: "\eb70"
}

.lni-rss-feed::before {
    content: "\eb71"
}

.lni-ruler-alt::before {
    content: "\eb72"
}

.lni-ruler-pencil::before {
    content: "\eb73"
}

.lni-ruler::before {
    content: "\eb74"
}

.lni-rupee::before {
    content: "\eb75"
}

.lni-save::before {
    content: "\eb76"
}

.lni-school-bench-alt::before {
    content: "\eb77"
}

.lni-school-bench::before {
    content: "\eb78"
}

.lni-scooter::before {
    content: "\eb79"
}

.lni-scroll-down::before {
    content: "\eb7a"
}

.lni-search-alt::before {
    content: "\eb7b"
}

.lni-search::before {
    content: "\eb7c"
}

.lni-select::before {
    content: "\eb7d"
}

.lni-seo::before {
    content: "\eb7e"
}

.lni-service::before {
    content: "\eb7f"
}

.lni-share-alt::before {
    content: "\eb80"
}

.lni-share::before {
    content: "\eb81"
}

.lni-shield::before {
    content: "\eb82"
}

.lni-shift-left::before {
    content: "\eb83"
}

.lni-shift-right::before {
    content: "\eb84"
}

.lni-ship::before {
    content: "\eb85"
}

.lni-shopify::before {
    content: "\eb86"
}

.lni-shopping-basket::before {
    content: "\eb87"
}

.lni-shortcode::before {
    content: "\eb88"
}

.lni-shovel::before {
    content: "\eb89"
}

.lni-shuffle::before {
    content: "\eb8a"
}

.lni-signal::before {
    content: "\eb8b"
}

.lni-sketch::before {
    content: "\eb8c"
}

.lni-skipping-rope::before {
    content: "\eb8d"
}

.lni-skype::before {
    content: "\eb8e"
}

.lni-slack::before {
    content: "\eb8f"
}

.lni-slice::before {
    content: "\eb90"
}

.lni-slideshare::before {
    content: "\eb91"
}

.lni-slim::before {
    content: "\eb92"
}

.lni-reply::before {
    content: "\eb93"
}

.lni-sort-alpha-asc::before {
    content: "\eb94"
}

.lni-remove-file::before {
    content: "\eb95"
}

.lni-sort-amount-dsc::before {
    content: "\eb96"
}

.lni-sort-amount-asc::before {
    content: "\eb97"
}

.lni-soundcloud::before {
    content: "\eb98"
}

.lni-souncloud-original::before {
    content: "\eb99"
}

.lni-spiner-solid::before {
    content: "\eb9a"
}

.lni-revenue::before {
    content: "\eb9b"
}

.lni-spinner::before {
    content: "\eb9c"
}

.lni-spellcheck::before {
    content: "\eb9d"
}

.lni-spotify::before {
    content: "\eb9e"
}

.lni-spray::before {
    content: "\eb9f"
}

.lni-sprout::before {
    content: "\eba0"
}

.lni-snapchat::before {
    content: "\eba1"
}

.lni-stamp::before {
    content: "\eba2"
}

.lni-star-empty::before {
    content: "\eba3"
}

.lni-star-filled::before {
    content: "\eba4"
}

.lni-star-half::before {
    content: "\eba5"
}

.lni-star::before {
    content: "\eba6"
}

.lni-stats-down::before {
    content: "\eba7"
}

.lni-spinner-arrow::before {
    content: "\eba8"
}

.lni-steam::before {
    content: "\eba9"
}

.lni-stackoverflow::before {
    content: "\ebaa"
}

.lni-stop::before {
    content: "\ebab"
}

.lni-strikethrough::before {
    content: "\ebac"
}

.lni-sthethoscope::before {
    content: "\ebad"
}

.lni-stumbleupon::before {
    content: "\ebae"
}

.lni-sun::before {
    content: "\ebaf"
}

.lni-support::before {
    content: "\ebb0"
}

.lni-surf-board::before {
    content: "\ebb1"
}

.lni-swift::before {
    content: "\ebb2"
}

.lni-syringe::before {
    content: "\ebb3"
}

.lni-tab::before {
    content: "\ebb4"
}

.lni-tag::before {
    content: "\ebb5"
}

.lni-target-customer::before {
    content: "\ebb6"
}

.lni-target-revenue::before {
    content: "\ebb7"
}

.lni-target::before {
    content: "\ebb8"
}

.lni-taxi::before {
    content: "\ebb9"
}

.lni-stats-up::before {
    content: "\ebba"
}

.lni-telegram-original::before {
    content: "\ebbb"
}

.lni-telegram::before {
    content: "\ebbc"
}

.lni-text-align-center::before {
    content: "\ebbd"
}

.lni-text-align-justify::before {
    content: "\ebbe"
}

.lni-text-align-left::before {
    content: "\ebbf"
}

.lni-text-format-remove::before {
    content: "\ebc0"
}

.lni-text-align-right::before {
    content: "\ebc1"
}

.lni-text-format::before {
    content: "\ebc2"
}

.lni-thought::before {
    content: "\ebc3"
}

.lni-thumbs-down::before {
    content: "\ebc4"
}

.lni-thumbs-up::before {
    content: "\ebc5"
}

.lni-thunder-alt::before {
    content: "\ebc6"
}

.lni-thunder::before {
    content: "\ebc7"
}

.lni-ticket-alt::before {
    content: "\ebc8"
}

.lni-ticket::before {
    content: "\ebc9"
}

.lni-timer::before {
    content: "\ebca"
}

.lni-train-alt::before {
    content: "\ebcb"
}

.lni-train::before {
    content: "\ebcc"
}

.lni-trash::before {
    content: "\ebcd"
}

.lni-travel::before {
    content: "\ebce"
}

.lni-tree::before {
    content: "\ebcf"
}

.lni-trees::before {
    content: "\ebd0"
}

.lni-trello::before {
    content: "\ebd1"
}

.lni-trowel::before {
    content: "\ebd2"
}

.lni-tshirt::before {
    content: "\ebd3"
}

.lni-tumblr::before {
    content: "\ebd4"
}

.lni-twitch::before {
    content: "\ebd5"
}

.lni-twitter-filled::before {
    content: "\ebd6"
}

.lni-twitter-original::before {
    content: "\ebd7"
}

.lni-twitter::before {
    content: "\ebd8"
}

.lni-ubuntu::before {
    content: "\ebd9"
}

.lni-underline::before {
    content: "\ebda"
}

.lni-unlink::before {
    content: "\ebdb"
}

.lni-unlock::before {
    content: "\ebdc"
}

.lni-upload::before {
    content: "\ebdd"
}

.lni-user::before {
    content: "\ebde"
}

.lni-users::before {
    content: "\ebdf"
}

.lni-ux::before {
    content: "\ebe0"
}

.lni-vector::before {
    content: "\ebe1"
}

.lni-video::before {
    content: "\ebe2"
}

.lni-vimeo::before {
    content: "\ebe3"
}

.lni-visa::before {
    content: "\ebe4"
}

.lni-vk::before {
    content: "\ebe5"
}

.lni-volume-high::before {
    content: "\ebe6"
}

.lni-volume-low::before {
    content: "\ebe7"
}

.lni-volume-medium::before {
    content: "\ebe8"
}

.lni-volume-mute::before {
    content: "\ebe9"
}

.lni-volume::before {
    content: "\ebea"
}

.lni-wallet::before {
    content: "\ebeb"
}

.lni-warning::before {
    content: "\ebec"
}

.lni-website-alt::before {
    content: "\ebed"
}

.lni-website::before {
    content: "\ebee"
}

.lni-wechat::before {
    content: "\ebef"
}

.lni-weight::before {
    content: "\ebf0"
}

.lni-whatsapp::before {
    content: "\ebf1"
}

.lni-wheelbarrow::before {
    content: "\ebf2"
}

.lni-wheelchair::before {
    content: "\ebf3"
}

.lni-windows::before {
    content: "\ebf4"
}

.lni-wordpress-filled::before {
    content: "\ebf5"
}

.lni-wordpress::before {
    content: "\ebf6"
}

.lni-world-alt::before {
    content: "\ebf7"
}

.lni-world::before {
    content: "\ebf8"
}

.lni-write::before {
    content: "\ebf9"
}

.lni-yahoo::before {
    content: "\ebfa"
}

.lni-ycombinator::before {
    content: "\ebfb"
}

.lni-yen::before {
    content: "\ebfc"
}

.lni-youtube::before {
    content: "\ebfd"
}

.lni-zip::before {
    content: "\ebfe"
}

.lni-zoom-in::before {
    content: "\ebff"
}

.lni-zoom-out::before {
    content: "\ec00"
}

.lni-teabag::before {
    content: "\ec01"
}

.lni-stripe::before {
    content: "\ec02"
}

.lni-spotify-original::before {
    content: "\ec03"
}

.slick-loading .slick-list {
    background: url('../images/ajax-loader.gif') center center no-repeat #fff
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: 0 0;
    outline: 0
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg')
}

.slick-next,
.slick-prev {
    margin-top: -10px;
    padding: 0;
    border: none
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: fontawesome;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before,
[dir=rtl] .slick-next:before {
    content: '\f104'
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
    content: '\f105'
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-slider {
    display: block;
    box-sizing: border-box;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-dots {
    list-style: none;
    display: block;
    padding: 0;
    width: 100%;
    bottom: 0;
    margin-top: 0
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    width: 12px;
    height: 12px
}

.slick-dots li button {
    border: 0;
    background: #e8e8e8;
    outline: 0;
    color: transparent;
    padding: 5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 12px;
    height: 12px
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    font-family: initial;
    font-size: 0
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

*,
.slick-list,
ol,
ul {
    margin: 0;
    padding: 0
}

.slick-dots li.slick-active button {
    background-color: #c2c2c2
}

.slick-list {
    display: block;
    overflow: hidden
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.btn,
.folder-structure ul a,
.page-link:not(:disabled):not(.disabled),
.scroll-top,
.side-card,
.theme-btn,
.tns-outer [aria-controls],
.tns-outer [data-action],
button {
    cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    transition: all 1s ease;
}

.pull-right,
[dir=rtl] .slick-slide {
    float: right
}

.home-1 .navbar-area.sticky .navbar-brand .colored-logo,
.home-1 .navbar-area.with-background:not(.sticky) .navbar-brand .white-logo,
.navbar-area .navbar-brand .colored-logo,
.navbar-nav .nav-item .sub-menu.collapse:not(.show),
.number-info.vertical p span,
.slick-initialized .slick-slide,
.slick-slide img,
.testimonial-author em {
    display: block;
    color: #000;
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.tns-outer {
    padding: 0 !important
}

.tns-slider {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.tns-slider>.tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,
.folder-structure ul li {
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel,
.tns-vpfix {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after,
.tns-t-ct:after {
    content: '';
    display: table;
    clear: both
}

.footer-social-links ul li,
.pricing-section .single-pricing .pricing-item-details,
.theme-btn,
.tns-autowidth,
.tns-vpfix>div,
.tns-vpfix>li,
a,
i,
span {
    display: inline-block
}

.pull-left,
.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%
}

.tns-no-calc {
    left: 0
}

.tns-gallery {
    left: 0;
    min-height: 1px
}

.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform, opacity;
    -moz-transition: transform, opacity;
    transition: transform, opacity
}

.tns-gallery>.tns-slide-active {
    position: relative;
    left: auto !important
}

.tns-gallery>.tns-moving {
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s
}

.tns-lazy-img {
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    transition: opacity .6s;
    opacity: .6
}

.tns-ah {
    -webkit-transition: height;
    -moz-transition: height;
    transition: height
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-t-subp2,
section .heading-left {
    position: relative
}

.tns-transparent {
    opacity: 0
}

.tns-fadeIn {
    opacity: 1;
    z-index: 0
}

.tns-fadeOut,
.tns-normal {
    opacity: 0;
    z-index: -1
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    height: 10px;
    overflow: hidden
}

.tns-t-ct {
    width: 2333.3333333%;
    width: -webkit-calc(100% * 70 / 3);
    width: -moz-calc(100% * 70 / 3);
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0
}

.tns-t-ct>div {
    width: 1.4285714%;
    width: -webkit-calc(100% / 70);
    width: -moz-calc(100% / 70);
    width: calc(100% / 70);
    height: 10px;
    float: left
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Poppins, sans-serif;
    font-style: normal;
    color: #000;
    overflow-x: hidden
}

.btn.focus,
.btn:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.navbar-toggler:focus,
a:focus,
button:focus,
input:focus,
textarea:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none
}

a:hover {
    transition: .3s ease-out;
    color: var(--frontend-primary-color)
}

.article .article-style-c .article-details .article-category a:hover,
.article .article-style-c .article-user .user-detail-name a:hover,
.folder-structure ul a:hover,
a:focus,
a:hover {
    text-decoration: none
}

a,
i,
span {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #051441
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 30px
}

.footer-middle-section .heading,
h3 {
    font-size: 20px;
    color: #000;
}

.section-title p,
.theme-btn,
h4 {
    font-size: 18px
}

h5 {
    font-size: 17px
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #757575
}

.img-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%
}

.gray-bg {
    background: #ebebeb
}

.alert-link {
    font-weight: 600
}

.alert h4,
.article .article-style-c .article-title,
.list li:not(:last-child),
.mb-10 {
    margin-bottom: 10px
}

.page-404-content h2 {
    font-size: 120px;
    font-weight: 900;
    color: #0084ff
}

.page-404-content h4 {
    font-size: 40px;
    color: #000
}

.carousel-section-wrapper .carousel-section.carousel-item .carousel-content .section-title h2,
.lead,
.mb-25,
.number-info.boxed .fa,
.pricing-section .single-pricing:not(last-child),
.project-detail-list {
    margin-bottom: 25px
}

.theme-btn {
    font-weight: 400;
    white-space: nowrap;
    user-select: none;
    padding: 16px 48px;
    border-radius: 50px;
    color: #fff;
    z-index: 5;
    transition: .4s ease-in-out;
    border: none;
    background: linear-gradient(to left, #3763eb 0, #6f58e8 50.39%, #3763eb 100%);
    background-size: 200% auto;
    overflow: hidden
}

.theme-btn:focus,
.theme-btn:hover {
    background-position: right center;
    color: #fff;
    box-shadow: 0 0 30px rgba(46, 87, 217, .45)
}

.theme-btn.border-btn {
    padding: 14px 40px;
    background: 0 0;
    border: 1.5px solid #0084ff;
    color: #000;
    font-size: 18px;
    box-shadow: none
}

.scroll-top {
    width: 45px;
    height: 45px;
    background: var(--frontend-primary-color);
    line-height: 45px;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    border: 2px solid #fff;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    transition: .3s ease-out
}

.hero-section.hero-section-2 .border-btn:hover,
.scroll-top:hover {
    background: rgba(var(--frontend-primary-rgb), .7);
    color: #fff
}

@-webkit-keyframes animation1 {
    0% {
        transform: translateY(0);
        opacity: .29
    }

    50% {
        transform: translateY(-700px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 0
    }
}

@keyframes animation1 {
    0% {
        transform: translateY(0);
        opacity: .29
    }

    50% {
        transform: translateY(-700px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 0
    }
}

.section-title span {
    font-size: 25px;
    font-weight: 700;
    color: #0084ff;
    margin-bottom: 5px
}

.section-title h2 {
    line-height: 55px;
    font-weight: 600;
    margin-bottom: 15px
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 99999
}

.preloader .loader {
    display: table-cell
}

.preloader .loader .spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    margin-left: -32px;
    z-index: 18;
    pointer-events: none
}

.preloader .loader .spinner .spinner-container {
    pointer-events: none;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    -webkit-animation: 1.568s linear infinite spinner-linspin;
    animation: 1.568s linear infinite spinner-linspin
}

.preloader .loader .spinner .spinner-container .spinner-rotator {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: 5332ms cubic-bezier(.4, 0, .2, 1) infinite both spinner-easespin;
    animation: 5332ms cubic-bezier(.4, 0, .2, 1) infinite both spinner-easespin
}

.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    right: 50%
}

.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    left: 50%
}

.preloader .loader .spinner-circle {
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 100%;
    border-style: solid;
    border-color: #0084ff #0084ff #ebebeb;
    border-radius: 50%;
    border-width: 6px
}

.preloader .loader .spinner-left .spinner-circle {
    left: 0;
    right: -100%;
    border-right-color: #ebebeb;
    -webkit-animation: 1333ms cubic-bezier(.4, 0, .2, 1) infinite both spinner-left-spin;
    animation: 1333ms cubic-bezier(.4, 0, .2, 1) infinite both spinner-left-spin
}

.preloader .loader .spinner-right .spinner-circle {
    left: -100%;
    right: 0;
    border-left-color: #ebebeb;
    -webkit-animation: 1333ms cubic-bezier(.4, 0, .2, 1) infinite both right-spin;
    animation: 1333ms cubic-bezier(.4, 0, .2, 1) infinite both right-spin
}

.btn-primary,
.form-check-input:checked,
.list-group-item.active,
.page-item.active .page-link {
    background-color: var(--frontend-primary-color);
    border-color: var(--frontend-primary-color)
}

@-webkit-keyframes spinner-linspin {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-linspin {
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinner-easespin {
    12.5% {
        transform: rotate(135deg)
    }

    25% {
        transform: rotate(270deg)
    }

    37.5% {
        transform: rotate(405deg)
    }

    50% {
        transform: rotate(540deg)
    }

    62.5% {
        transform: rotate(675deg)
    }

    75% {
        transform: rotate(810deg)
    }

    87.5% {
        transform: rotate(945deg)
    }

    to {
        transform: rotate(1080deg)
    }
}

@keyframes spinner-easespin {
    12.5% {
        transform: rotate(135deg)
    }

    25% {
        transform: rotate(270deg)
    }

    37.5% {
        transform: rotate(405deg)
    }

    50% {
        transform: rotate(540deg)
    }

    62.5% {
        transform: rotate(675deg)
    }

    75% {
        transform: rotate(810deg)
    }

    87.5% {
        transform: rotate(945deg)
    }

    to {
        transform: rotate(1080deg)
    }
}

@-webkit-keyframes spinner-left-spin {

    0%,
    to {
        transform: rotate(130deg)
    }

    50% {
        transform: rotate(-5deg)
    }
}

@keyframes spinner-left-spin {

    0%,
    to {
        transform: rotate(130deg)
    }

    50% {
        transform: rotate(-5deg)
    }
}

@-webkit-keyframes right-spin {

    0%,
    to {
        transform: rotate(-130deg)
    }

    50% {
        transform: rotate(5deg)
    }
}

@keyframes right-spin {

    0%,
    to {
        transform: rotate(-130deg)
    }

    50% {
        transform: rotate(5deg)
    }
}

.article-other-articles a.next-post:hover .post-page-title,
.article-other-articles a.previous-post:hover .post-page-title,
.blog-section .blog-style-2 .blog-content .blog-meta .comment:hover,
.blog-section .single-blog .blog-content .read-more-btn:hover,
.boxed-content-section.bg-image.bg-overlay .boxed-content>i,
.btn-link,
.footer .copyright-area p a:hover,
.footer .footer-widget ul.footer-links li a:hover,
.hero-section.bg-gray .hero-content-wrapper h2:after,
.hero-section.bg-white .hero-content-wrapper h2:after,
.link-primary,
.list a:hover,
.nav-link,
.navbar-nav .nav-item .sub-menu>li.active>a,
.navbar-nav .nav-item .sub-menu>li:hover>a,
.navbar-nav .nav-item .sub-menu>li>a.active,
.page-link,
.sidebar-wrapper .sidebar-box.catagories-box ul li:hover a,
a {
    color: var(--frontend-primary-color)
}

.link-primary:focus,
.link-primary:hover,
.nav-link:focus,
.nav-link:hover,
.page-link:hover,
a:hover {
    color: var(--frontend-primary-hover-color)
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: var(--frontend-primary-color);
    border-color: var(--frontend-primary-color)
}

.form-range::-webkit-slider-thumb {
    background-color: var(--frontend-primary-color)
}

.form-range::-moz-range-thumb {
    background-color: var(--frontend-primary-color)
}

.btn-primary:hover {
    background-color: var(--frontend-primary-hover-color);
    border-color: var(--frontend-primary-hover-darken-color)
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-check:focus+.btn-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active,
.btn-primary:focus {
    color: #fff;
    background-color: var(--frontend-primary-active-color);
    border-color: var(--frontend-primary-active-darken-color)
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-outline-primary:hover,
.btn-primary.active,
.btn-primary:active,
.pricing-section .single-pricing .btn-outline-white:hover,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--frontend-primary-hover-color);
    border-color: var(--frontend-primary-hover-darken-color)
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active,
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: var(--frontend-primary-color);
    border-color: var(--frontend-primary-color)
}

.btn-outline-primary,
.pricing-section .single-pricing .btn-outline-white {
    color: var(--frontend-primary-color);
    border-color: var(--frontend-primary-color)
}

.blog-section .blog-style-2:hover,
.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-check:focus+.btn-outline-primary,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary:focus {
    box-shadow: none
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: var(--frontend-primary-color);
    background-color: transparent
}

.bg-primary {
    background-color: var(--frontend-primary-color) !important
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active,
.portfolio-item-filters li a.active,
.progress-bar {
    background-color: var(--frontend-primary-color)
}

.alert-primary,
.list-group-item-primary {
    color: var(--frontend-primary-darken-10-color);
    background-color: var(--frontend-primary-lighten-50-color)
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--frontend-primary-color)
}

.hero-section.bg-primary:not(.bg-overlay) {
    background-color: var(--frontend-primary-color) !important;
    background-image: none !important
}

.alert-primary {
    border-color: var(--frontend-primary-lighten-40-color)
}

.alert-primary .alert-link {
    color: var(--frontend-primary-darken-12-color)
}

.border-primary {
    border-color: var(--frontend-primary-color) !important
}

.page-sidebar .list-group .list-group-item:hover strong,
.text-primary,
body.dark-scheme .article .article-meta a:hover,
body.dark-scheme .article-other-articles a:hover .post-page-title,
body.dark-scheme .contact-section .contact-info a:focus,
body.dark-scheme .contact-section .contact-info a:hover,
body.dark-scheme .hero-section .hero-content-wrapper h2,
body.dark-scheme .hero-section .hero-content-wrapper h2:after,
body.dark-scheme .list a span:hover,
body.dark-scheme .list a:hover,
body.dark-scheme .list-group .list-group-item:hover strong {
    color: var(--frontend-primary-color) !important
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: var(--frontend-primary-lighten-35-color)
}

.form-control:focus {
    border-color: var(--frontend-primary-lighten-35-color);
    box-shadow: 0 0 0 .25rem rgba(var(--frontend-primary-rgb), .25)
}

.btn-secondary {
    background-color: var(--frontend-secondary-color);
    border-color: var(--frontend-secondary-color)
}

.btn-secondary:hover {
    background-color: var(--frontend-secondary-hover-color);
    border-color: var(--frontend-secondary-hover-darken-color)
}

.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-check:focus+.btn-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active,
.btn-secondary:focus {
    color: #fff;
    background-color: var(--frontend-secondary-active-color);
    border-color: var(--frontend-secondary-active-darken-color)
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-outline-secondary:hover,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: var(--frontend-secondary-hover-color);
    border-color: var(--frontend-secondary-hover-darken-color)
}

.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active,
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: var(--frontend-secondary-color);
    border-color: var(--frontend-secondary-color)
}

.btn-outline-secondary {
    color: var(--frontend-secondary-color);
    border-color: var(--frontend-secondary-color)
}

.btn-check:active+.btn-outline-danger:focus,
.btn-check:active+.btn-outline-info:focus,
.btn-check:active+.btn-outline-secondary:focus,
.btn-check:active+.btn-outline-success:focus,
.btn-check:active+.btn-outline-warning:focus,
.btn-check:checked+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-warning:focus,
.btn-check:focus+.btn-outline-danger,
.btn-check:focus+.btn-outline-info,
.btn-check:focus+.btn-outline-secondary,
.btn-check:focus+.btn-outline-success,
.btn-check:focus+.btn-outline-warning,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus,
.btn-outline-danger:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus,
.btn-outline-info:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus,
.btn-outline-success:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .25rem rgba(54, 85, 255, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: var(--frontend-secondary-color);
    background-color: transparent
}

.bg-secondary {
    background-color: var(--frontend-secondary-color) !important
}

.alert-secondary,
.list-group-item-secondary {
    color: var(--frontend-secondary-darken-10-color);
    background-color: var(--frontend-secondary-lighten-50-color)
}

.alert-secondary {
    border-color: var(--frontend-secondary-lighten-40-color)
}

.alert-secondary .alert-link {
    color: var(--frontend-secondary-darken-12-color)
}

.link-secondary {
    color: var(--frontend-secondary-color)
}

.link-secondary:focus,
.link-secondary:hover {
    color: var(--frontend-secondary-hover-color)
}

.border-secondary {
    border-color: var(--frontend-secondary-color) !important
}

.text-secondary {
    color: var(--frontend-secondary-color) !important
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: var(--frontend-secondary-lighten-35-color)
}

.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
    background-color: var(--frontend-info-color);
    border-color: var(--frontend-info-color)
}

.btn-info:hover,
.btn-outline-info:hover {
    background-color: var(--frontend-info-hover-color);
    border-color: var(--frontend-info-hover-darken-color)
}

.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-check:focus+.btn-info,
.btn-info:focus,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
    color: #fff;
    background-color: var(--frontend-info-active-color);
    border-color: var(--frontend-info-active-darken-color)
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: var(--frontend-info-hover-color);
    border-color: var(--frontend-info-hover-darken-color)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: var(--frontend-info-color);
    border-color: var(--frontend-info-color)
}

.btn-outline-info {
    color: var(--frontend-info-color);
    border-color: var(--frontend-info-color)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: var(--frontend-info-color);
    background-color: transparent
}

.bg-info {
    background-color: var(--frontend-info-color) !important
}

.alert-info,
.list-group-item-info {
    color: var(--frontend-info-darken-10-color);
    background-color: var(--frontend-info-lighten-50-color)
}

.alert-info {
    border-color: var(--frontend-info-lighten-40-color)
}

.alert-info .alert-link {
    color: var(--frontend-info-darken-12-color)
}

.link-info {
    color: var(--frontend-info-color)
}

.link-info:focus,
.link-info:hover {
    color: var(--frontend-info-hover-color)
}

.border-info {
    border-color: var(--frontend-info-color) !important
}

.text-info {
    color: var(--frontend-info-color) !important
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: var(--frontend-info-lighten-35-color)
}

.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active,
.btn-success {
    background-color: var(--frontend-success-color);
    border-color: var(--frontend-success-color)
}

.btn-outline-success:hover,
.btn-success:hover {
    background-color: var(--frontend-success-hover-color);
    border-color: var(--frontend-success-hover-darken-color)
}

.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-check:focus+.btn-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active,
.btn-success:focus {
    color: #fff;
    background-color: var(--frontend-success-active-color);
    border-color: var(--frontend-success-active-darken-color)
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: var(--frontend-success-hover-color);
    border-color: var(--frontend-success-hover-darken-color)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: var(--frontend-success-color);
    border-color: var(--frontend-success-color)
}

.btn-outline-success {
    color: var(--frontend-success-color);
    border-color: var(--frontend-success-color)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: var(--frontend-success-color);
    background-color: transparent
}

.bg-success {
    background-color: var(--frontend-success-color) !important
}

.alert-success,
.list-group-item-success {
    color: var(--frontend-success-darken-10-color);
    background-color: var(--frontend-success-lighten-50-color)
}

.alert-success {
    border-color: var(--frontend-success-lighten-40-color)
}

.alert-success .alert-link {
    color: var(--frontend-success-darken-12-color)
}

.link-success {
    color: var(--frontend-success-color)
}

.link-success:focus,
.link-success:hover {
    color: var(--frontend-success-hover-color)
}

.border-success {
    border-color: var(--frontend-success-color) !important
}

.text-success {
    color: var(--frontend-success-color) !important
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: var(--frontend-success-lighten-35-color)
}

.btn-warning {
    background-color: var(--frontend-warning-color);
    border-color: var(--frontend-warning-color)
}

.btn-warning:hover {
    background-color: var(--frontend-warning-hover-color);
    border-color: var(--frontend-warning-hover-darken-color)
}

.btn-check:active+.btn-outline-warning,
.btn-check:checked+.btn-outline-warning,
.btn-check:focus+.btn-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active,
.btn-warning:focus {
    color: #fff;
    background-color: var(--frontend-warning-active-color);
    border-color: var(--frontend-warning-active-darken-color)
}

.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning,
.btn-outline-warning:hover,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: var(--frontend-warning-hover-color);
    border-color: var(--frontend-warning-hover-darken-color)
}

.btn-check:active+.btn-outline-warning,
.btn-check:checked+.btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active,
.btn-warning.disabled,
.btn-warning:disabled {
    color: #fff;
    background-color: var(--frontend-warning-color);
    border-color: var(--frontend-warning-color)
}

.btn-outline-warning {
    color: var(--frontend-warning-color);
    border-color: var(--frontend-warning-color)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: var(--frontend-warning-color);
    background-color: transparent
}

.bg-warning {
    background-color: var(--frontend-warning-color) !important
}

.alert-warning,
.list-group-item-warning {
    color: var(--frontend-warning-darken-10-color);
    background-color: var(--frontend-warning-lighten-50-color)
}

.alert-warning {
    border-color: var(--frontend-warning-lighten-40-color)
}

.alert-warning .alert-link {
    color: var(--frontend-warning-darken-12-color)
}

.link-warning {
    color: var(--frontend-warning-color)
}

.link-warning:focus,
.link-warning:hover {
    color: var(--frontend-warning-hover-color)
}

.border-warning {
    border-color: var(--frontend-warning-color) !important
}

.text-warning {
    color: var(--frontend-warning-color) !important
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: var(--frontend-warning-lighten-35-color)
}

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
    background-color: var(--frontend-danger-color);
    border-color: var(--frontend-danger-color)
}

.btn-danger:hover,
.btn-outline-danger:hover {
    background-color: var(--frontend-danger-hover-color);
    border-color: var(--frontend-danger-hover-darken-color)
}

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-check:focus+.btn-danger,
.btn-danger:focus,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
    color: #fff;
    background-color: var(--frontend-danger-active-color);
    border-color: var(--frontend-danger-active-darken-color)
}

.btn-check:active+.btn-danger,
.btn-check:checked+.btn-danger,
.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: var(--frontend-danger-hover-color);
    border-color: var(--frontend-danger-hover-darken-color)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: var(--frontend-danger-color);
    border-color: var(--frontend-danger-color)
}

.btn-outline-danger {
    color: var(--frontend-danger-color);
    border-color: var(--frontend-danger-color)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: var(--frontend-danger-color);
    background-color: transparent
}

.bg-overlay.primary-overlay::before,
.footer-social-links.colored li a,
.heading-underline:after,
.hero-section.bg-overlay.primary-overlay::before,
.sidebar-wrapper .sidebar-box.catagories-box ul li:hover::before,
section.bg-image.bg-overlay .sub-heading:after,
section.bg-image.bg-overlay .sub-heading:before {
    background: var(--frontend-primary-color)
}

.bg-danger {
    background-color: var(--frontend-danger-color) !important
}

.alert-danger,
.list-group-item-danger {
    color: var(--frontend-danger-darken-10-color);
    background-color: var(--frontend-danger-lighten-50-color)
}

.alert-danger {
    border-color: var(--frontend-danger-lighten-40-color)
}

.alert-danger .alert-link {
    color: var(--frontend-danger-darken-12-color)
}

.link-danger {
    color: var(--frontend-danger-color)
}

.link-danger:focus,
.link-danger:hover {
    color: var(--frontend-danger-hover-color)
}

.border-danger {
    border-color: var(--frontend-danger-color) !important
}

.text-danger {
    color: var(--frontend-danger-color) !important
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: var(--frontend-danger-lighten-35-color)
}

.heading-underline:after {
    display: block;
    width: 80px;
    height: 2px;
    margin: 25px auto auto
}

.blog-container,
section {
    padding-top: 80px;
    padding-bottom: 80px
}

.navbar-area,
.sticky {
    z-index: 99;
    padding: 0
}

section .section-heading {
    margin-bottom: 5px;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase
}

section .heading-center .sub-heading,
section .heading-left {
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase
}

section .heading-center {
    max-width: 650px;
    margin-bottom: 3rem
}

section .heading-center .sub-heading {
    position: relative
}

section .heading-center .sub-heading:before {
    top: 12px;
    margin-left: -35px
}

section .heading-center .sub-heading:after {
    top: 12px;
    margin-left: 10px
}

section .heading-center .sub-heading:after,
section .heading-center .sub-heading:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    background: var(--frontend-primary-color)
}

section .heading-center hr {
    width: 80px;
    margin-top: 40px;
    border-color: var(--frontend-primary-color)
}

.navbar-nav .nav-item,
.page-header.has-background-image.bg-overlay .container,
.process-section .process-img-wrapper,
section.bg-image.bg-overlay .container,
section.bg-image.bg-overlay .heading-center {
    position: relative;
    z-index: 1
}

section.bg-image.bg-overlay .section-description {
    color: #e5e5e5
}

section.bg-gray {
    background-color: #f3f6f9
}

section#shadow-host-companion {
    padding-top: 0;
    padding-bottom: 0
}

.text-uppercase {
    text-transform: uppercase
}

.text-lowercase {
    text-transform: lowercase
}

.btn,
.text-capitalize {
    text-transform: capitalize
}

.navbar-area {
    background: #fff;
    position: fixed;
    box-shadow: 0 4px 39px 0 rgba(0, 0, 0, .13);
    top: 0;
    left: 0;
    width: 100%
}

.sticky {
    position: fixed !important;
    background: #fff;
    box-shadow: 0 1rem 3rem rgba(8, 11, 19, .13)
}

.navbar,
.navbar-toggler .toggler-icon {
    position: relative;
    transition: .3s ease-out
}

.sticky .navbar {
    padding: 0px 0
}

.navbar {
    padding: 10px 0
}

.blog-section .blog-style-2 .blog-content,
.navbar-brand,
.navbar-toggler {
    padding: 0
}

.navbar-brand img {
    max-width: 150px
}

.navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: var(--frontend-navbar-menu-toggler-icon-color);
    display: block;
    margin: 5px 0
}

.navbar-toggler.active .toggler-icon:first-of-type {
    transform: rotate(45deg);
    top: 7px
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
    transform: rotate(135deg);
    top: -7px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        box-shadow: 0 .5rem 1rem rgba(8, 11, 19, .1);
        padding: 1rem;
        max-height: 90vh;
        overflow-y: auto;
        border-radius: .575rem
    }
}

.navbar-nav .nav-item a:not(.btn) {
    font-size: 14px;
    color: #000;
    transition: .3s ease-out;
    position: relative;
    padding: 10px 5px;
    margin: 0 10px;
    display: inline-flex;
    align-items: center;
    cursor: pointer
}

.navbar-nav .nav-item a:not(.btn)::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background-color: #eba75b;
    transition: .5s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    p {
        font-size: 16px;
        line-height: 26px
    }
}

.navbar-nav .nav-item a:not(.btn).active,
.navbar-nav .nav-item:hover>a:not(.btn) {
    color: #000
}

.navbar-nav .nav-item a:not(.btn).dd-menu,
.pr-34 {
    padding-right: 34px
}

.navbar-nav .nav-item a:not(.btn).dd-menu::after {
    content: "";
    font: 10px/1 LineIcons;
    position: absolute;
    right: 15px;
    top: 27px;
    margin-left: 5px;
    margin-top: 0;
    transition: .3s ease-out
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .navbar-nav .nav-item a:not(.btn).dd-menu {
        padding-right: 30px
    }

    .navbar-nav .nav-item a:not(.btn).dd-menu::after {
        right: 13px
    }
}

.navbar-nav .nav-item:hover>.sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible
}

.navbar-nav .nav-item:hover>.sub-menu .sub-menu {
    left: 100%;
    top: 0
}

.navbar-nav .nav-item .sub-menu {
    min-width: 200px;
    background-color: #fff;
    box-shadow: 0 1rem 3rem rgba(17, 21, 21, .13);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-out;
    padding: 1rem .75rem;
    border-radius: .575rem
}

.navbar-nav .nav-item .sub-menu.left-menu {
    left: -100%
}

.navbar-nav .nav-item .sub-menu>li {
    display: block;
    margin-left: 0
}

.navbar-nav .nav-item .sub-menu>li:last-child {
    border: none
}

.navbar-nav .nav-item .sub-menu>li>a {
    font-weight: 400;
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    color: #222;
    border-radius: .375rem
}

.navbar-nav .nav-item .sub-menu>li>a:hover {
    background: rgba(0, 0, 0, .05)
}

.search-form {
    position: relative;
    width: 236px;
    height: 56px;
    border-radius: 50px;
    margin-left: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .search-form {
        width: 220px
    }
}

.search-form input {
    width: 100%;
    height: 100%;
    padding: 0 25px;
    border: 1px solid #ebebeb;
    background: #fff;
    border-radius: 50px;
    transition: .3s ease-out
}

.box-style:hover,
.search-form input:focus,
.sidebar-wrapper .sidebar-box:hover {
    box-shadow: 0 0 30px rgba(215, 224, 252, .45)
}

.boxed-content-section .boxed-content,
.number-info.boxed,
.pricing-section .single-pricing,
.team-section .team-member {
    box-shadow: 0px 0px 10px 0px rgba(26, 30, 48, 0.08);
}

.search-form button {
    background: 0 0;
    border: none;
    position: absolute;
    right: 25px;
    top: 17px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:1400px) {

    .navbar-cta a.btn,
    .navbar-cta button {
        margin-left: 10px
    }
}

@media only screen and (max-width:991px) {
    .navbar-cta {
        margin-top: 15px
    }

    .navbar-cta li:not(:last-child) a.btn,
    .navbar-cta li:not(:last-child) button {
        margin-bottom: 10px
    }

    .navbar-area.with-background.sticky {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.faq-section.bg-gray .single-accordion .accordion-content,
.navbar-area.with-background:not(.sticky) .navbar-toggler .toggler-icon {
    background-color: #fff
}

.hero-section {
    position: relative;
    height: 870px;
    display: flex;
}

@media only screen and (min-width:1400px) {
    .hero-section {
        height: 870px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-section {
        height: 700px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-section {
        height: 650px
    }

    .blog-section .single-blog .blog-content h4 {
        font-size: 25px
    }
}

.hero-section.bg-overlay {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important
}

.bg-overlay.success-overlay::before,
.hero-section.bg-overlay.success-overlay::before {
    background: #10b981
}

.bg-overlay::before,
.hero-section.bg-overlay::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: .5
}

.hero-section.bg-overlay .hero-content-wrapper {
    z-index: 89;
    position: relative
}

.hero-section .hero-section-buttons .btn:not(:first-child),
.ml-12 {
    margin-left: 12px
}

.hero-section .hero-content-wrapper h2 {
    font-weight: 700;
    font-size: 25px;
    line-height: 20px;
    color: var(--frontend-primary-color)
}

.hero-section .hero-content-wrapper h2:after {
    content: "....";
    color: #fff;
    font-weight: 200
}

.hero-section .hero-content-wrapper h1 {
    font-weight: 800;
    font-size: 60px;
    color: #051441
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-section .hero-content-wrapper h1 {
        font-size: 45px;
        line-height: 60px
    }
}

.hero-section .hero-content-wrapper p {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    opacity: .8
}

.hero-section .hero-img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 48%;
    text-align: right;
    margin: 60px 0
}

.hero-section .hero-img.hero-img-2 {
    top: 50%
}

.hero-section .hero-img img.dot-shape {
    position: absolute;
    left: -60px;
    bottom: 60px;
    z-index: -1
}

.hero-section .hero-img .video-btn {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%)
}

.hero-section .hero-img .video-btn a {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--frontend-primary-color);
    transition: .3s ease-out;
    box-shadow: 0 0 20px rgba(170, 189, 249, .45)
}

.hero-section .hero-img .video-btn a:hover {
    box-shadow: 0 0 50px rgba(170, 189, 249, .65)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .navbar-collapse {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

    .navbar-nav .nav-item a:not(.btn).active,
    .navbar-nav .nav-item:hover>a:not(.btn) {
        color: var(--frontend-primary-color)
    }

    .navbar-nav .nav-item a:not(.btn) {
        color: #222;
        display: flex;
        justify-content: space-between;
        padding: 10px 0
    }

    .navbar-nav .nav-item a:not(.btn).dd-menu::after {
        top: 16px;
        right: 0;
        transform: rotate(180deg)
    }

    .navbar-nav .nav-item a:not(.btn).collapsed::after {
        transform: rotate(0)
    }

    .navbar-nav .nav-item .sub-menu.collapse:not(.show),
    .navbar-nav .nav-item .sub-menu::after {
        display: none
    }

    .navbar-nav .nav-item .sub-menu {
        background: #f5f5f5;
        position: static;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none
    }

    .hero-section {
        height: auto;
        padding-top: 150px
    }

    .hero-section .hero-img {
        position: relative;
        width: 100%;
        top: 0;
        transform: translate(0, 0)
    }

    .hero-section .hero-img .video-btn {
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .hero-section.hero-section-2 {
        display: block
    }
}

.home-1 .hero-section {
    background-size: cover;
    background-position: center bottom
}

.box-style {
    padding: 40px 30px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: .3s ease-out
}

.box-style:hover .box-icon-style {
    color: var(--frontend-primary-color);
    border-color: transparent;
    background: #fff;
    border: 3px solid var(--frontend-primary-color)
}

.box-style .box-icon-style::after,
.service-section .service-box-style-2:hover .box-icon-style,
.time-line .single-timeline:hover .box-icon-style {
    background: linear-gradient(#3763eb 0, #6f58e8 100%)
}

.box-style:hover .box-icon-style::after,
.list.list-fadeIn li:hover:before {
    opacity: 1;
    visibility: visible
}

.box-style .box-icon-style {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    margin-bottom: 25px;
    background: #0084ff;
    border: 2px solid #0084ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 40px;
    transition: .3s ease-out;
    position: relative
}

.box-style .box-icon-style::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-out;
    z-index: -1;
    border-radius: 50%;
    border: 1px solid transparent
}

.box-style .box-content-style h4 {
    font-size: 25px;
    font-weight: 600
}

.about-section {
    background: #ebebeb;
    padding: 180px 0;
    position: relative
}

.about-section .about-img-wrapper {
    position: absolute;
    top: 50%;
    width: 46%;
    transform: translateY(-50%)
}

.about-section .about-img-wrapper .about-experience {
    width: 300px;
    border-radius: 27px;
    background: linear-gradient(to top left, #3763eb 0, #6f58e8 100%);
    border: 5px solid #eff2f9;
    padding: 40px 20px;
    position: absolute;
    right: -40px;
    bottom: 10px
}

.about-section .about-img-wrapper .about-experience h3 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px
}

.about-section .about-content-wrapper .about-content .counter-up {
    display: flex;
    justify-content: space-between
}

@media (max-width:767px) {
    h1 {
        font-size: 35px
    }

    h2 {
        font-size: 25px
    }

    h3 {
        font-size: 18px
    }

    h4 {
        font-size: 17px
    }

    h5 {
        font-size: 16px
    }

    h6 {
        font-size: 14px
    }

    p {
        font-size: 16px;
        line-height: 26px
    }

    .section-title span {
        font-size: 20px
    }

    .section-title h2 {
        line-height: 41px
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        box-shadow: 0 .5rem 1rem rgba(8, 11, 19, .1);
        padding: 1rem;
        max-height: 90vh;
        overflow-y: auto;
        border-bottom-left-radius: .575rem;
        border-bottom-right-radius: .575rem
    }

    .search-form {
        width: 100%;
        margin: 10px 0
    }

    .hero-section .hero-content-wrapper h1 {
        font-size: 40px;
        line-height: 52px
    }

    .hero-section .hero-img .hero-img-right {
        position: static
    }

    .about-section {
        padding: 120px 0
    }

    .about-section .about-img-wrapper {
        position: relative;
        top: 0;
        transform: translateY(0);
        width: 100%;
        margin-bottom: 50px
    }

    .about-section .about-img-wrapper .about-experience {
        right: 40px
    }

    .about-section .about-content-wrapper .about-content .counter-up {
        display: block
    }

    .time-line::after {
        display: none
    }
}

.about-section .about-content-wrapper .about-content .counter-up .counter,
.blog-section .blog-style-2 .blog-content .blog-meta .comment i,
.mr-10 {
    margin-right: 10px
}

.about-section .about-content-wrapper .about-content .counter-up .counter:last-child,
.sidebar-wrapper .sidebar-box.tags-box ul li:last-child {
    margin-right: 0
}

.about-section .about-content-wrapper .about-content .counter-up .counter span {
    font-size: 40px;
    font-weight: 600;
    color: var(--frontend-primary-color);
    display: block;
    margin-bottom: 8px
}

.about-section .about-content-wrapper .about-content .counter-up .counter h4 {
    font-weight: 500;
    margin-bottom: 10px
}

.time-line::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    background: #ebebeb;
    z-index: -1
}

.time-line .box-icon-style {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #ebebeb;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    background-color: #fff;
    transform: translate(-50%, -50%);
    transition: .3s ease-out
}

.time-line .box-icon-style i {
    transition: .3s ease-out;
    font-size: 20px;
    padding: 2px;
    color: var(--frontend-primary-color)
}

.time-line .single-timeline:hover .box-icon-style {
    color: #fff;
    border-color: transparent
}

.service-section .service-box-style-2 {
    padding: 0;
    text-align: center
}

.service-section .service-box-style-2 .service-thumbnail img {
    width: 100%;
    border-radius: 10px 10px 0 0
}

.service-section .service-box-style-2 .box-icon-style {
    margin-left: auto;
    margin-right: auto;
    width: 54px;
    height: 54px;
    border: 2px solid #fff;
    font-size: 25px;
    margin-top: -27px;
    background: #fff;
    position: relative;
    z-index: 9
}

.service-section .service-box-style-2 .box-icon-style i {
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(#3763eb 0, #6f58e8 100%);
    transition: .3s ease-out
}

.service-section .service-box-style-2 .box-content-style {
    padding: 0 30px 35px
}

.process-section .process-img-wrapper::before {
    content: "";
    position: absolute;
    left: -100px;
    bottom: -50px;
    width: 463px;
    height: 552px;
    border-radius: 10px 10px 231px 231px;
    background: linear-gradient(#f37da7 0, #fed9b4 100%);
    opacity: .1
}

.process-section .process-img-wrapper .process-img-top {
    margin-bottom: 20px;
    text-align: right
}

.process-section .process-img-wrapper .process-img-top .img-1 {
    border-radius: 275px 275px 0 0
}

.process-section .process-img-wrapper .process-img-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end
}

.process-section .process-img-wrapper .process-img-bottom .img-2 {
    border-radius: 10px;
    margin-right: 20px;
    vertical-align: top
}

.process-section .process-img-wrapper .process-img-bottom .img-3 {
    border-radius: 0 0 250px 250px
}

.portfolio-item .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(var(--frontend-primary-rgb), .9)
}

.portfolio-item .info {
    position: absolute;
    top: 50%;
    margin-top: -58px;
    width: 100%;
    text-align: center;
    color: #fff
}

.portfolio-item .title {
    font-family: inherit;
    color: #fff
}

.portfolio-item .brief-description {
    font-weight: 300;
    color: #fff
}

.portfolio-item .info,
.portfolio-item .overlay {
    transition: .2s ease-out;
    opacity: 0
}

.portfolio-item img {
    transition: .2s linear;
    max-width: 100%
}

.portfolio-item:hover img {
    transform: scale(1.3)
}

.portfolio-item:hover .info,
.portfolio-item:hover .overlay {
    opacity: 1;
    z-index: 1
}

.portfolio-static {
    margin: 0 10px
}

.portfolio-static .portfolio-item {
    margin-left: -10px;
    margin-right: -10px
}

.slick-carousel .portfolio-item {
    width: 500px
}

.dropdown.has-megamenu:hover,
.isotope-item,
.z-index-2 {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.isotope,
.isotope .isotope-item {
    transition-property: height, width;
    transition-duration: .4s
}

.isotope .isotope-item {
    transition-property: height, opacity
}

.isotope .isotope-item.no-transition,
.isotope .no-transition.isotope-item .isotope-item,
.isotope.no-transition,
.isotope.no-transition .isotope-item {
    transition-duration: 0s
}

.portfolio-item-filters {
    text-align: center;
    margin-bottom: 30px
}

.portfolio-item-filters li {
    padding: 0;
    margin-left: -2px;
    margin-right: -2px
}

.portfolio-item-filters li:first-child {
    margin-left: 0
}

.portfolio-item-filters li a {
    transition: .3s ease-in-out;
    border-radius: 2px;
    display: block;
    padding: 7px 14px;
    color: inherit
}

.portfolio-item-filters li a:focus,
.portfolio-item-filters li a:hover {
    text-decoration: none;
    outline: 0;
    color: var(--frontend-primary-color)
}

.portfolio-item-filters li a.active {
    color: #fff
}

.portfolio-item-wrapper {
    transition: height .3s ease-in-out;
    position: relative;
    overflow: hidden;
    margin: 0 auto 30px;
    height: auto
}

.portfolio-item-list {
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0
}

.portfolio-item-list li {
    padding: 0;
    overflow: hidden
}

.portfolio-item-list li img {
    max-width: 100%;
    width: 100%
}

.portfolio-item-list.spaced li {
    padding: 0 5px
}

.portfolio-item-list.list-col-4 li {
    width: 25%
}

.portfolio-item-list.list-col-3 li {
    width: 33.333333%
}

.page-header.has-intro .left,
.portfolio-item-list.list-col-2 li {
    width: 50%
}

@media screen and (max-width:548px) {

    .portfolio-item-list.list-col-2 li,
    .portfolio-item-list.list-col-3 li,
    .portfolio-item-list.list-col-4 li {
        width: 100%
    }
}

@media screen and (min-width:548px) and (max-width:1024px) {

    .portfolio-item-list.list-col-2 li,
    .portfolio-item-list.list-col-3 li,
    .portfolio-item-list.list-col-4 li {
        width: 50%
    }
}

.portfolio-media img {
    width: 100%;
    max-width: 100%
}

.portfolio-media .slick-dots {
    position: absolute;
    margin-bottom: 25px
}

.portfolio-media .slick-dots li {
    opacity: .5;
    margin: 0 3px
}

.portfolio-media .slick-dots li button {
    width: 10px;
    height: 10px;
    background-color: #fff
}

.portfolio-media .slick-dots li.slick-active button {
    width: 12px;
    height: 12px;
    background-color: #fff
}

.portfolio-media .slick-next,
.portfolio-media .slick-prev {
    background-color: rgba(210, 210, 210, .19);
    top: 18px
}

.portfolio-media .slick-next:hover,
.portfolio-media .slick-prev:hover {
    background-color: rgba(210, 210, 210, .6)
}

.portfolio-media .slick-next {
    right: 7px
}

.portfolio-media .slick-prev {
    right: 40px
}

.footer .footer-widget .footer-contact li:not(:last-child),
.mb-15,
.project-detail-list>li {
    margin-bottom: 15px
}

.project-detail-list strong {
    vertical-align: auto;
    zoom: 1;
    display: inline;
    min-width: 80px
}

.mt-50,
.portfolio-related {
    margin-top: 50px
}

.testimonial-body {
    position: relative;
    margin: 0 auto
}

   

.counter-connect p,
.fs-7,
.testimonial-body.smaller-font p {
    font-size: 14px
}

.pt-20,
.testimonial-author {
    padding-top: 20px
}

.testimonial-author img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 12px
}

.testimonial-author .author-name {
    font-weight: 700;
    color: #000
}

.testimonial-fancy i {
    position: absolute;
    top: -8px;
    font-size: 3em;
    color: var(--frontend-primary-color);
    z-index: 1
}

.testimonial-fancy .testimonial-body {
    width: 80%
}

.pl-60,
.testimonial-fancy .testimonial-author {
    padding-left: 25px;
    display: flex;
    align-items: center;
}

.testimonial-section.slick-carousel .slick-next,
.testimonial-section.slick-carousel .slick-prev {
    top: auto;
    bottom: 0;
    background-color: #eaeaea
}

.testimonial-section.slick-carousel .slick-next:before,
.testimonial-section.slick-carousel .slick-prev:before {
    color: #7b7b7b
}

.testimonial-section.slick-carousel .slick-next:hover,
.testimonial-section.slick-carousel .slick-prev:hover {
    background-color: #ddd
}

.recent-works-section .slick-slider,
.testimonial-section.slick-carousel .slick-slider {
    margin-top: 0
}

.testimonial-section.slick-carousel .testimonial-body {
    padding: 0 1px
}

.testimonial-bubble {
    border-radius: 5px;
    position: relative;
    padding: 15px;
    margin: 10px;
    background: #fff;
}

.testimonial-bubble:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50px;
    border-width: 20px 0 0 20px;
    border-style: solid;
    border-color: #fff transparent
}

.testimonial-section.bg-image.bg-overlay .testimonial-bubble {
    border: 2px solid rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .2);
    color: #fff
}

.testimonial-section.bg-image.bg-overlay .testimonial-bubble:after {
    bottom: -22px;
    border-color: rgba(255, 255, 255, .3) transparent
}

.testimonial-section.bg-gray .testimonial-bubble {
    background: #e9eef4
}

.testimonial-section.bg-gray .testimonial-bubble:after {
    border-color: #e9eef4 transparent
}

.number-info p {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
    color: #051441
}

.number-info p span {
    font-size: .5em;
    font-weight: 300;
    color: #000
}

.number-info.horizontal i {
    font-size: 30px;
    line-height: 1.2
}

.number-info.horizontal p {
    padding-left: 40px;
    line-height: 1;
    text-align: left
}

.number-info.horizontal p span {
    display: block;
    margin-top: 5px
}

.number-info.vertical,
.number-info.vertical i,
.team-section .team-member .team-name {
    vertical-align: auto;
    zoom: 1;
    display: inline
}

.number-info.vertical i {
    width: 60px;
    margin-bottom: 5px;
    font-size: 40px;
    color: var(--frontend-primary-color)
}

@media screen and (max-width:1200px) {
    .number-info.vertical {
        margin-bottom: 25px
    }
}

.number-info.boxed {
    width: 100%;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid rgba(26, 30, 48, .05)
}

.faq-section.bg-image.bg-overlay .accordion-style .single-accordion,
.number-info-section.bg-image.bg-overlay .number-info.vertical.boxed {
    border: 2px solid rgba(255, 255, 255, .3);
    box-shadow: none;
    background: rgba(255, 255, 255, .2)
}

.number-info-section.bg-image.bg-overlay .number-info.vertical.boxed>i {
    background: #fff;
    color: var(--frontend-primary-color);
    padding: 10px;
    border-radius: 60%;
    width: 70px;
    height: 70px
}

.number-info-section.bg-image.bg-overlay .number-info.vertical.boxed>i:before {
    position: relative;
    top: 4px
}

.number-info-section.bg-image.bg-overlay .number-info p span {
    color: #ddd
}

.number-info-section.bg-gray .number-info {
    background: #fff;
    border: none;
    box-shadow: 0 0 2px rgba(26, 30, 48, .08)
}

.blog-section,
.boxed-content-section,
.faq-section,
.pb-55,
.pricing-section,
.team-section,
.team-section.bg-image {
    padding-bottom: 55px
}

.boxed-content-section .boxed-content {
    text-align: center;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 25px;
    border: 1px solid rgba(26, 30, 48, .05)
}

.boxed-content-section .boxed-content>i {
    font-size: 4em;
    color: var(--frontend-primary-color);
    margin-bottom: .4em
}

.boxed-content-section .boxed-content .boxed-content-title {
    font-size: 22px;
    font-weight: 700
}

.article .article-description h2,
.article .article-description h3,
.article .article-description h4,
.article .article-description h5,
.article .article-description h6,
.boxed-content-section .boxed-content.left-aligned {
    text-align: left
}

.boxed-content-section .boxed-content.left-aligned .boxed-content-title {
    margin-bottom: 10px;
    line-height: 28px;
    font-weight: 400
}

.boxed-content-section .boxed-content.left-aligned i {
    float: left;
    margin-right: 10px;
    font-size: 2em
}

.boxed-content-section .boxed-content.left-boxed-icon i {
    border-radius: .25rem;
    padding: 10px;
    width: 60px;
    height: 60px;
    background: var(--frontend-primary-color);
    color: #fff;
    text-align: center;
    line-height: 40px
}

.boxed-content-section .boxed-content.left-boxed-icon .boxed-content-title,
.boxed-content-section .boxed-content.left-boxed-icon p,
.pl-80 {
    padding-left: 80px
}

.boxed-content-section.bg-image.bg-overlay .boxed-content,
.team-section.bg-image.bg-overlay .team-member {
    background: rgba(255, 255, 255, .2);
    padding: 25px;
    border: 2px solid rgba(255, 255, 255, .3);
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 25px
}

.boxed-content-section.bg-image.bg-overlay .boxed-content p,
.faq-section.bg-image.bg-overlay .accordion-style .single-accordion .accordion-content,
.team-section.bg-image.bg-overlay .team-member .team-content,
.team-section.bg-image.bg-overlay .team-member .team-content i,
.team-section.bg-image.bg-overlay .team-member .team-content p,
.team-section.bg-image.bg-overlay .team-member .team-content span,
.team-section.bg-image.bg-overlay .team-member .team-content strong {
    color: #ebebeb
}

.boxed-content-section.bg-gray .boxed-content,
.team-section.bg-gray .team-member {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 25px;
    border: none;
    box-shadow: 0 0 2px rgba(26, 30, 48, .08)
}

.team-section .team-member {
    padding: 25px;
    border-radius: 10px;
    border: 1px solid rgba(26, 30, 48, .05)
}

.team-section .team-member.media>.pull-left {
    margin-right: 30px;
    padding-right: 0
}

.team-section .team-member .team-name {
    border-radius: .25rem;
    line-height: 1.6;
    color: var(--frontend-primary-color)
}

.team-section .team-member strong {
    display: block;
    font-size: .9em;
    margin-top: 0.5rem;
    color: #7a7a7a;
    font-weight: 400
}

.team-section .team-member .team-content {
    margin-top: 1rem
}

.team-section .team-member hr {
    width: 50px;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    margin-left: 0
}

.pr-12,
.team-section .team-member .social-icon>li {
    padding-right: 12px
}

.team-section .team-member .social-icon>li>a {
    color: #989898;
    font-size: 18px
}

.team-section .team-member .social-icon>li>a:focus,
.team-section .team-member .social-icon>li>a:hover {
    color: #797979
}

@media screen and (max-width:480px) {
    .testimonial-bubble {
        padding: 15px 20px
    }

    .number-info.horizontal i {
        float: none !important;
        display: block;
        margin-bottom: 10px;
        margin-right: 0
    }

    .number-info.horizontal p,
    .team-section .team-member {
        text-align: center
    }

    .team-section .team-member.media>.pull-left {
        display: inline;
        float: none !important;
        margin-bottom: 20px;
        margin-right: 0
    }

    .team-section .team-member hr {
        margin: 20px auto;
        float: none !important
    }

    .team {
        padding-bottom: 0
    }
}

.client-section .client-list {
    list-style-type: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: center
}

.client-section .client-list li {
    position: relative;
    float: left;
    width: 20%;
    margin: 0;
    padding: 30px
}

.client-section .client-list li:after,
.client-section .client-list li:before {
    content: "";
    position: absolute
}

.client-section .client-list li:before {
    top: 0;
    left: -1px;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.client-section .client-list li:after {
    left: 0;
    bottom: -1px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.client-section .client-list li a img {
    width: 100%;
    opacity: .4;
    transition: .16s ease-out
}

@media (max-width:991.98px) {
    .client-section .client-list li {
        width: 25%
    }
}

@media (max-width:767.98px) {
    .client-section .client-list li {
        width: 33.3%
    }
}

@media (max-width:575.98px) {
    .client-section .client-list li {
        width: 50%
    }
}

.pricing-section .nav-pills .nav-item:first-child:not(:last-child)>button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.pricing-section .nav-pills .nav-item:last-child:not(:first-child)>button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pricing-section .nav-pills .nav-item:not(:first-child):not(:last-child)>button {
    border-radius: 0
}

.pricing-section .nav-pills .nav-item>button:not(.active) {
    background: #ddd;
    color: #393939
}

.pricing-section .btn-pricing ul {
    display: inline-flex;
    border: 1px solid #ebebeb;
    border-radius: 50px
}

.pricing-section .btn-pricing ul li.nav-item a {
    background: #fff;
    padding: 24px 35px;
    font-size: 16px;
    font-weight: 700;
    color: #051441;
    box-shadow: 0 0 47px rgba(161, 192, 255, .16)
}

.pricing-section .btn-pricing ul li.nav-item a.active {
    color: #fff;
    background: var(--frontend-primary-color);
    transition: .3s ease-out
}

.pricing-section .btn-pricing ul li.nav-item:first-child .nav-link {
    border-radius: 50px 0 0 50px
}

@media (max-width:767px) {
    .time-line .box-icon-style {
        position: static;
        transform: translate(0);
        margin-bottom: 30px
    }

    .time-line .single-timeline {
        margin-bottom: 50px
    }

    .time-line .single-timeline .timeline-img {
        margin-bottom: 30px
    }

    .process-section .process-img-wrapper .process-img-top .img-1 {
        width: 100%
    }

    .pricing-section .btn-pricing ul {
        margin-bottom: 40px
    }

    .pricing-section .btn-pricing ul li.nav-item a {
        padding: 20px;
        font-size: 14px
    }

    .pricing-section .btn-pricing ul li.nav-item:first-child .nav-link {
        border-radius: 50px;
        padding: 20px 35px
    }
}

.pricing-section .btn-pricing ul li.nav-item:last-child .nav-link {
    border-radius: 0 50px 50px 0
}

@media (max-width:767px) {
    .pricing-section .btn-pricing ul li.nav-item:last-child .nav-link {
        border-radius: 50px;
        padding: 20px 35px
    }

    .blog-section .single-blog .blog-content h4 {
        font-size: 25px
    }
}

.pricing-section .btn.btn-pricing {
    border-radius: 50px;
    width: 100%
}

.pricing-section .single-pricing {
    padding: 50px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(26, 30, 48, .05);
    border-top: 4px solid #ddd
}

.pricing-section .single-pricing h4 {
    margin-bottom: 25px;
    color: #000;
    font-weight: 600;
    text-align: center;
    font-size: 2rem
}

.pricing-section .single-pricing h3 {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 40px;
    text-align: center
}

.pricing-section .single-pricing ul li {
    display: flex;
    margin-bottom: 15px;
    font-size: 16px
}

.pricing-section .single-pricing a.border-btn:hover {
    background: rgba(var(--frontend-primary-rgb), .8);
    color: #fff
}

.pricing-section .single-pricing .pricing-item-icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    background-color: #47c363;
    color: #fff;
    margin-right: 10px
}

.pricing-section .single-pricing .pricing-item-icon>i {
    font-size: 11px
}

.pricing-section .single-pricing .pricing-frequency {
    color: gray;
    font-size: 15px;
    display: inline-block;
    position: relative;
    top: -10px;
    left: -7px;
    font-weight: 100
}

.pricing-section .single-pricing.active {
    z-index: 2;
    border-top: 4px solid var(--frontend-primary-color)
}

.blog-section.bg-gray .single-blog,
.faq-section.bg-gray .single-accordion,
.pricing-section.bg-gray .single-pricing {
    border: none;
    box-shadow: 0 0 2px rgba(26, 30, 48, .08)
}

.pricing-section.bg-image .single-pricing {
    background: rgba(255, 255, 255, .2);
    border: 2px solid rgba(255, 255, 255, .3);
    box-shadow: none;
    color: #fff
}

.btn-outline-white:active,
.btn-outline-white:focus,
.btn-outline-white:hover,
.carousel-section-wrapper .carousel-section.carousel-item .carousel-content .border-btn,
.pricing-section.bg-image .single-pricing .btn-pricing {
    border-color: #fff;
    color: #fff
}

.pricing-section.bg-image .single-pricing.active {
    border: 3px solid #fff
}

.blog-section.bg-image .single-blog .blog-content .btn,
.btn-outline-white,
.pricing-section.bg-image .single-pricing .btn {
    border-color: #fff
}

.blog-section.bg-image .single-blog .blog-content .btn:hover,
.breadcrumb,
.pricing-section.bg-image .single-pricing .btn:hover {
    background-color: transparent
}

.faq-section .accordion-style .single-accordion {
    margin-bottom: 25px;
    border: 1px solid rgba(26, 30, 48, .05);
    box-shadow: 0 0 10px rgba(26, 30, 48, .08)
}

.faq-section.bg-image.bg-overlay .accordion-style .single-accordion .accordion-btn button {
    background: 0 0;
    color: #fff
}

.faq-section.bg-image.bg-overlay .accordion-style .single-accordion .accordion-btn button:after {
    color: rgba(255, 255, 255, .3)
}

.blog-section .single-blog {
    border-radius: 5px;
    background: #fff;
    margin-bottom: 25px;
    transition: .3s ease-out;
    border: 1px solid rgba(26, 30, 48, .05);
    height: 100%;
    overflow: hidden;
}

.blog-section .single-blog:hover {
    box-shadow: 0 0 10px rgba(26, 30, 48, .08);
    transform: scale(1.05)
}

.blog-section .single-blog .blog-img {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    padding: 35px 20px 0;
    position: relative;
    margin-bottom: 20px;
}

.blog-section .single-blog .blog-img a {
    display: block;
    overflow: hidden
}

.blog-section .single-blog .blog-img img {
    width: 100%;
    transition: .3s ease-out;
    height: 150px;
    object-fit: contain;
}

.blog-section .single-blog .blog-img .date-meta {
    position: absolute;
    bottom: 20px;
    left: 25px;
    border: 1px solid #ebebeb;
    padding: 5px 10px;
    font-size: 10px;
    border-radius: 30px;
    background: #fff;
    display: inline-block;
    z-index: 2
}

.blog-section .single-blog .blog-content {
    padding: 0 25px 25px
}

.blog-section .single-blog .blog-content h4 {
    margin-bottom: 15px;
    font-weight: 600
}

.blog-section .single-blog .blog-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 0
}

.blog-section .single-blog .blog-content p.quote {
    font-weight: 500;
    padding: 20px 30px;
    background: #ebebeb;
    color: #051441;
    border-radius: 0 5px 5px 0;
    border-left: 5px solid var(--frontend-primary-color)
}

.blog-section .single-blog .blog-content .btn,
.mt-30 {
    margin-top: 30px
}

.blog-section .single-blog .blog-content .read-more-btn {
    display: inline-block;
    font-size: 18px;
    color: #000;
    border-radius: 50px;
    transition: .3s ease-out
}

.blog-section .single-blog .blog-content .read-more-btn i,
.contact-section .contact-info,
.pl-7 {
    padding-left: 7px
}

.blog-section .blog-style-2 {
    padding: 0;
    border: none
}

.blog-section .blog-style-2 .blog-img {
    padding-bottom: 0;
    margin-bottom: 30px;
    border-radius: 10px
}

.blog-section .blog-style-2 .blog-img img,
.br-10,
.rounded {
    border-radius: 10px
}

.blog-section .blog-style-2 .blog-content h4,
.mb-18 {
    margin-bottom: 18px
}

.blog-section .blog-style-2 .blog-content p,
.mb-20 {
    margin-bottom: 20px
}

.blog-section .blog-style-2 .blog-content .blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.blog-section .blog-style-2 .blog-content .blog-meta .read-more-btn {
    display: flex;
    align-items: center;
    margin-right: 10px
}

@media (max-width:767px) {
    .blog-section .blog-style-2 .blog-content .blog-meta .read-more-btn {
        font-size: 16px
    }
}

.blog-section .blog-style-2 .blog-content .blog-meta .read-more-btn i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ebebeb;
    padding-right: 5px;
    margin-left: 10px;
    font-size: 15px
}

.blog-section .blog-style-2 .blog-content .blog-meta .comment {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000
}

@media (max-width:767px) {
    .blog-section .blog-style-2 .blog-content .blog-meta .comment {
        font-size: 16px
    }

    .blog-section .pagination {
        margin-bottom: 60px
    }
}

.blog-section .pagination {
    text-align: center;
    justify-content: center
}

.blog-section .pagination ul li a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ebebeb;
    color: #000;
    margin: 0 5px
}

@media (max-width:767px) {
    .blog-section .pagination ul li a {
        width: 40px;
        height: 40px
    }
}

.blog-section .pagination ul li a.active,
.blog-section .pagination ul li a:hover {
    background: linear-gradient(#3763eb 0, #6f58e8 100%);
    color: #fff;
    box-shadow: 0 0 3ppx rgba(46, 87, 217, .45)
}

.blog-section.bg-image .single-blog {
    background: rgba(255, 255, 255, .2);
    border: 2px solid rgba(255, 255, 255, .3);
    box-shadow: none
}

.left-side-wrapper,
.mr-40 {
    margin-right: 40px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .left-side-wrapper {
        margin-right: 30px
    }
}

.sidebar-wrapper .sidebar-box {
    padding: 30px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    background: #fff;
    transition: .3s ease-out
}

@media (max-width:767px) {
    .left-side-wrapper {
        margin-right: 0
    }

    .sidebar-wrapper .sidebar-box {
        padding: 30px 20px
    }
}

.sidebar-wrapper .sidebar-box.search-form-box {
    padding: 20px 25px
}

.sidebar-wrapper .sidebar-box.search-form-box .search-form {
    width: 100%;
    position: relative;
    margin: 0
}

.sidebar-wrapper .sidebar-box.search-form-box .search-form input {
    transition: .3s ease-out
}

.sidebar-wrapper .sidebar-box.search-form-box .search-form input:focus {
    border-color: var(--frontend-primary-color)
}

.sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog {
    display: flex
}

.sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-img {
    border-radius: 10px;
    width: 100%;
    max-width: 100px;
    height: 100px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-img {
        max-width: 90px;
        height: 90px
    }

    .sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-content h5 {
        font-size: 18px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-img {
        max-width: 90px;
        height: 90px
    }

    .sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-content h5 {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-img {
        max-width: 80px;
        height: 80px
    }

    .sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-content h5 {
        font-size: 18px
    }
}

.contact-section .contact-info .description,
.ml-20,
.sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-content {
    margin-left: 20px
}

.sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-content h5 {
    font-weight: 500;
    margin-bottom: 8px
}

.sidebar-wrapper .sidebar-box.catagories-box ul li {
    margin-bottom: 20px;
    padding-left: 25px;
    position: relative
}

.sidebar-wrapper .sidebar-box.catagories-box ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
    transition: .3s ease-out
}

.sidebar-wrapper .sidebar-box.catagories-box ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
    color: #000
}

.sidebar-wrapper .sidebar-box.tags-box ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px
}

.mr-20,
.sidebar-wrapper .sidebar-box.tags-box ul li {
    margin-right: 20px
}

.sidebar-wrapper .sidebar-box.tags-box ul li a {
    font-size: 18px;
    padding: 12px 23px;
    border-radius: 30px;
    background: #ebebeb;
    margin-bottom: 15px;
    color: #000
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .sidebar-wrapper .sidebar-box.tags-box ul li a {
        font-size: 16px;
        padding: 12px 18px
    }
}

@media (max-width:767px) {
    .sidebar-wrapper .sidebar-box.tags-box ul li {
        margin-right: 15px
    }

    .sidebar-wrapper .sidebar-box.tags-box ul li a {
        font-size: 16px;
        padding: 12px 18px
    }

    .article-other-articles {
        margin-bottom: 25px
    }
}

.sidebar-wrapper .sidebar-box.tags-box ul li a:hover {
    background: linear-gradient(#3763eb 0, #6f58e8 100%);
    color: #fff
}

.article .footer-social-links ul li a:hover,
body.dark-scheme .article .footer-social-links li a:hover,
body.dark-scheme section.bg-image.bg-overlay .sub-heading:after,
body.dark-scheme section.bg-image.bg-overlay .sub-heading:before {
    background: var(--frontend-primary-color) !important
}

.mb-35,
.sidebar-wrapper .sidebar-box h4 {
    margin-bottom: 35px
}

.contact-section .contact-info .fa.fa-li {
    background: var(--frontend-primary-color);
    color: #fff;
    padding-top: 6px;
    width: 50px;
    height: 50px;
    font-size: 23px;
    border-radius: 5px
}

.contact-section .contact-info .title {
    margin-left: 20px;
    font-size: 20px
}

.contact-section .contact-form-wrapper {
    margin-top: -18px
}

.contact-section.bg-image .contact-form-wrapper .form-control {
    background: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff
}

.contact-section.bg-image .contact-form-wrapper .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.contact-section.bg-image .contact-form-wrapper .form-control::placeholder {
    color: #fff;
    opacity: 1
}

.contact-section.bg-image .contact-form-wrapper .form-control:-ms-input-placeholder {
    color: #fff
}

.contact-section.bg-image .contact-form-wrapper .form-control::-ms-input-placeholder {
    color: #fff
}

.contact-section.bg-image .contact-form-wrapper .form-group.error .message {
    color: #f68383
}

.contact-section.bg-image .contact-form-wrapper .form-group.error .form-control,
.contact-section.bg-image .contact-form-wrapper .form-group.error .select2-selection {
    border: 1px solid #f68383
}

.about-us-section .content-center {
    max-width: 700px;
    text-align: center
}

.article .h1,
.article .h2,
.article .h3,
.article .h4,
.article .h5,
.article .h6,
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6,
.text-image-section .section-heading {
    margin-bottom: 1rem
}

.testimonial-body p .text-image-section {
    position: relative;
    margin: auto auto 3rem;
}

.text-image-section.left-image .image-wrapper {
    width: calc(50% - 20px);
    height: calc(100% - 40px);
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 20px;
}

.text-image-section.left-image .image-wrapper img {
    border-radius: 0 20px 20px 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: top;
    -o-object-position: top;
    position: absolute;
    top: 0;
    left: 0;
}

.text-image-section.right-image .image-wrapper {
    width: calc(50% - 20px);
    height: calc(100% - 40px);
    position: absolute;
    right: 0;
    top: 20px;
    bottom: 20px;
}

.text-image-section.right-image .image-wrapper img {
    border-radius: 20px 0 0 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: top;
    -o-object-position: top;
    position: absolute;
    top: 0;
    right: 0;
}

.text-image-section .video-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 0;
    padding-bottom: 56.27198%
}

.text-image-section .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.list-unstyled,
.text-image-section .icon-list {
    padding-left: 0;
    list-style: none
}

.text-image-section .icon-list li {
    padding-left: 1.5rem;
    position: relative
}

.text-image-section .icon-list i {
    color: var(--frontend-primary-color);
    background-color: var(--frontend-primary-lighten-35-color);
    border-radius: 100%;
    width: 1.2rem;
    height: 1.2rem;
    top: 3px;
    font-size: .7rem;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    display: table;
    font-style: normal;
    position: absolute;
    left: 0;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    word-spacing: normal
}

.text-image-section .icon-list i:before {
    font-family: FontAwesome;
    content: "";
    color: var(--frontend-primary-color);
    top: .25rem;
    left: .3rem;
    position: absolute
}

@media (max-width:991.9px) {
    .text-image-section.left-image .text-image-content {
        margin-top: 25px
    }

    .text-image-section.right-image .text-image-content {
        margin-bottom: 25px
    }
}

.subscribe-section .subscribe-form input {
    border: 2px solid transparent;
    border-radius: 50px;
    width: 100%;
    font-size: 16px;
    padding: 18px 30px;
    background: #fff;
    transition: .3s ease-out
}

.subscribe-section .subscribe-form input:focus {
    box-shadow: 0 0 30px rgba(255, 255, 255, .15)
}

.subscribe-section .subscribe-form button {
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border: none;
    background: linear-gradient(to left, #3763eb 0, #6f58e8 50.39%, #3763eb 100%);
    background-size: 200%;
    transition: .3s ease-out;
    position: absolute;
    height: 54px;
    width: 54px;
    top: 5px;
    right: 5px
}

.subscribe-section .subscribe-form button:hover {
    background-position: right center
}

@media (min-width:992px) {

    .glightbox-clean .gclose,
    .glightbox-modern .gclose {
        right: 20px
    }

    .blog-container,
    section {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .blog-section,
    .boxed-content-section,
    .faq-section,
    .pricing-section,
    .team-section,
    .team-section.bg-image {
        padding-bottom: 3rem
    }
}

.article {
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    border: 1px solid rgba(26, 30, 48, .05);
    box-shadow: 0 0 10px rgba(26, 30, 48, .08)
}

.article ol,
.article ul {
    list-style-type: unset;
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 2rem
}

.article .article-header {
    height: 170px;
    position: relative;
    overflow: hidden
}

.article .article-header .article-image {
    background-color: #fbfbfb;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1
}

.article .article-detail .article-description p,
.article.article-style-d.article-detail .article-description {
    font-family: var(--bs-font-sans-serif);
    letter-spacing: .3px;
    font-size: 16px
}

.article .article-details {
    background-color: #fff;
    padding: 20px;
    line-height: 24px
}

.article .article-style-c .article-details p {
    color: #34395e
}

.article .article-style-c .article-details .article-category {
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 1px;
    color: #34395e
}

.article .article-style-c .article-details .article-category a {
    font-size: 10px;
    color: #34395e;
    font-weight: 700;
    cursor: default
}

.article .article-style-c .article-title h2 {
    line-height: 22px
}

.article .article-style-c .article-title a {
    font-size: 16px;
    font-weight: 600
}

.article .article-style-c .article-user {
    display: inline-block;
    width: 100%;
    margin-top: 20px
}

.article .article-style-c .article-user img {
    border-radius: 50%;
    float: left;
    width: 45px;
    margin-right: 15px
}

.article .article-style-c .article-user .user-detail-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.article .article-style-c .article-user .user-detail-name a {
    font-weight: 700;
    color: #34395e;
    cursor: default
}

.article.article-style-d {
    background-color: #fff;
    border-radius: 5px
}

.article.article-style-d figure img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.article .article-meta {
    color: rgba(0, 0, 0, .7);
    display: inline-block;
    margin: 0 10px;
    font-family: var(--bs-font-sans-serif);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 1.5px
}

.article .article-meta a,
.article .article-meta i,
.article .article-meta span {
    color: rgba(0, 0, 0, .7)
}

.article .article-meta a:hover {
    color: var(--frontend-primary-color);
    text-decoration: none
}

.article .article-metas {
    margin: 0 -10px 25px
}

.article.article-style-c .article-header {
    height: 233px
}

.article .footer-social-links ul {
    margin-bottom: 0;
    padding-left: 0
}

.article .footer-social-links ul li a {
    background: rgba(0, 0, 0, .6) !important
}

.article .footer-social-links ul li a:hover {
    color: #fff
}

.article blockquote {
    font-family: Roboto, serif;
    font-size: 1em;
    padding: 10px;
    border-left: 5px solid var(--frontend-primary-color)
}

.article-content {
    padding: 25px
}

.article-meta-custom span {
    margin-left: -4px
}

.article-detail .article-description p,
.article-style-d.article-detail .article-description {
    text-align: justify;
    padding: 0;
    line-height: 1.6
}

.article-other-articles,
.mt-25 {
    margin-top: 25px
}

@media only screen and (max-width:991px) and (min-width:768px) {
    .article-other-articles {
        margin-bottom: 25px
    }
}

.article-share-blog {
    position: relative;
    margin-bottom: 20px
}

.article-share-blog:after {
    background: var(--frontend-primary-color);
    content: "";
    height: 2px;
    position: absolute;
    max-width: 156px;
    width: 100%;
    top: 12px;
    margin-left: 6px
}

.cta-section .row.align-items-center .col-lg-4,
.footer .copyright-area p,
.text-right {
    text-align: right
}

.next-post .post-page-details img,
.previous-post .post-page-details img {
    object-fit: scale-down;
    border: 1px solid rgba(26, 30, 48, .05);
    box-shadow: 0 0 10px rgba(26, 30, 48, .08)
}

body.dark-scheme .blog-section .single-blog,
body.dark-scheme .boxed-content,
body.dark-scheme .number-info,
body.dark-scheme .page-article-inner,
body.dark-scheme .page-sidebar,
body.dark-scheme .single-accordion,
body.dark-scheme .single-pricing,
body.dark-scheme .team-section .team-member {
    box-shadow: 1px 1px 5px var(--frontend-dark-color-scheme-darken-4) !important
}

.breadcrumb a,
.breadcrumb>li,
.breadcrumb>li.active {
    color: var(--frontend-breadcrumb-text-color)
}

.breadcrumb a:focus,
.breadcrumb a:hover,
.breadcrumb.link-accent a:focus,
.breadcrumb.link-accent a:hover {
    text-decoration: none;
    color: var(--frontend-breadcrumb-text-hover-color)
}

.breadcrumb>li+li:before {
    padding: 0 7px;
    content: "|"
}

.page-header {
    background: var(--frontend-breadcrumb-bg-color);
    padding: 5px 0;
    margin: 0;
    border-color: var(--frontend-breadcrumb-bg-color)
}

.page-header .breadcrumb {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -18px
}

.page-header .page-title {
    color: var(--frontend-breadcrumb-page-title-color);
    margin-bottom: 0;
    text-align: center;
}

.page-header.has-intro,
.page-header.one-column {
    padding: 40px 0
}

.page-header.one-column .breadcrumb {
    position: relative;
    padding: 15px 0 0;
    right: 0;
    justify-content: center;
}

.page-header.has-gray-background {
    background: #f5f5f5
}

.page-header.has-intro .page-title {
    margin: 10px 0 15px
}

.page-header.has-background-image {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: center
}

.page-header.has-background-pattern {
    padding: 40px 0;
    background-repeat: repeat
}

.page-header.centered .breadcrumb {
    justify-content: center
}

@media screen and (max-width:768px) {
    .testimonial-fancy .testimonial-body {
        width: 100%
    }

    .number-info.horizontal {
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center
    }

    .number-info.horizontal i {
        float: none !important
    }

    .number-info.horizontal p {
        vertical-align: auto;
        zoom: 1;
        display: inline;
        padding-left: 0
    }

    .page-header .page-title {
        float: none !important;
        text-align: center
    }

    .page-header .breadcrumb {
        justify-content: center;
        position: inherit;
        top: inherit;
        right: inherit
    }

    .page-header.has-intro {
        text-align: center
    }

    .page-header.has-intro .left {
        width: 100%;
        margin-bottom: 15px
    }

    .page-header.has-intro .breadcrumb {
        margin-bottom: 0
    }
}

.page-header .page-revision {
    color: var(--frontend-breadcrumb-page-title-color);
    margin-top: 1rem
}

.page-article .page-article-inner {
    border-radius: 10px;
    padding: var(--bs-gutter-x, .75rem);
    border: 1px solid rgba(26, 30, 48, .05);
    box-shadow: 0 0 10px rgba(26, 30, 48, .08)
}

.page-article .page-article-inner .article {
    border: none;
    box-shadow: none
}

.page-sidebar {
    border-radius: 5px !important;
    border: 1px solid rgba(26, 30, 48, .05) !important;
    box-shadow: 0 0 10px rgba(26, 30, 48, .08) !important
}

.carousel-section-wrapper,
.carousel-section-wrapper .carousel-section {
    position: relative;
    z-index: 3
}

.carousel-section-wrapper .carousel-section.clip-bg {
    -webkit-clip-path: polygon(0 11%, 100% 0, 100% 100%, 0 89%);
    clip-path: polygon(0 11%, 100% 0, 100% 100%, 0 89%)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .sidebar-wrapper .sidebar-box.tags-box ul li a {
        font-size: 16px
    }

    .carousel-section-wrapper .carousel-section.clip-bg {
        -webkit-clip-path: polygon(0% 8%, 100% 2%, 100% 98%, 0 92%);
        clip-path: polygon(0% 8%, 100% 2%, 100% 98%, 0 92%)
    }
}

.carousel-section-wrapper .carousel-section.clip-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(to right, rgba(111, 88, 232, .8) 0, #3763eb 100%)
}

.carousel-section-wrapper .carousel-section.carousel-item .carousel-content .section-title p,
.mb-40 {
    margin-bottom: 40px
}

.carousel-section-wrapper .carousel-section.carousel-item .carousel-content .border-btn:hover {
    background: rgba(255, 255, 255, .2)
}

.carousel-section-wrapper .carousel-control {
    background: 0 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ebebeb;
    color: #fff;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    z-index: 99
}

.carousel-section-wrapper .carousel-control:hover {
    background: #fff;
    color: var(--frontend-primary-color)
}

.carousel-section-wrapper .carousel-control.carousel-control-next {
    left: auto;
    right: 30px
}

.carousel-section-wrapper .carousel-control span {
    background: 0 0;
    width: auto;
    height: auto
}

.cta-section {
    padding-top: 70px;
    padding-bottom: 70px
}

.cta-section.bg-image .btn.btn-hover-arrow,
body.dark-scheme .hero-section .hero-content-wrapper h1,
body.dark-scheme .list-group-item a strong,
body.dark-scheme .page-header .breadcrumb li,
body.dark-scheme .page-header .breadcrumb li a,
body.dark-scheme .page-header .breadcrumb li a:hover,
body.dark-scheme .pricing-section .single-pricing .pricing-frequency,
body.dark-scheme .team-section .team-member strong,
body.dark-scheme h1,
body.dark-scheme h2,
body.dark-scheme h3,
body.dark-scheme h4,
body.dark-scheme h5,
body.dark-scheme h6 {
    color: #fff !important
}

@media only screen and (max-width:990px) {
    .home-1 .hero-section {
        padding-bottom: 100px
    }

    .cta-section .row.align-items-center .col-lg-4 {
        text-align: left
    }
}

.map-section {
    margin-top: -130px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .search-form {
        width: 100%;
        margin: 10px 0
    }

    .hero-section .hero-img .hero-img-right {
        position: static
    }

    .about-section {
        padding: 120px 0
    }

    .about-section .about-img-wrapper {
        position: relative;
        top: 0;
        transform: translateY(0);
        width: 100%;
        margin-bottom: 50px
    }

    .about-section .about-img-wrapper .about-experience {
        right: 40px
    }

    .time-line::after {
        display: none
    }

    .time-line .box-icon-style {
        position: static;
        transform: translate(0);
        margin-bottom: 30px
    }

    .time-line .single-timeline {
        margin-bottom: 50px
    }

    .time-line .single-timeline .timeline-img {
        margin-bottom: 30px
    }

    .process-section .process-img-wrapper .process-img-top {
        text-align: center
    }

    .process-section .process-img-wrapper .process-img-bottom {
        justify-content: center
    }

    .blog-section .pagination {
        margin-bottom: 60px
    }

    .left-side-wrapper {
        margin-right: 0
    }

    .carousel-section-wrapper .carousel-section.clip-bg {
        -webkit-clip-path: polygon(0% 8%, 100% 2%, 100% 98%, 0 92%);
        clip-path: polygon(0% 8%, 100% 2%, 100% 98%, 0 92%)
    }

    .carousel-section-wrapper .carousel-control {
        top: auto;
        transform: translateY(0);
        bottom: 80px;
        margin: auto
    }

    .carousel-section-wrapper .carousel-control.carousel-control-prev {
        left: 42%;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .carousel-section-wrapper .carousel-control.carousel-control-next {
        left: 10%;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .map-section {
        margin-top: 130px
    }
}

.accordion-style .single-accordion {
    border: 1px solid #ebebeb;
    border-radius: 5px
}

.accordion-style .single-accordion .accordion-btn button {
    background: #fff;
    border: none;
    padding: 12px 50px 12px 30px;
    font-weight: 500;
    border-radius: 5px;
    position: relative;
    width: 100%
}

.accordion-style .single-accordion .accordion-btn button::after {
    content: "";
    font: 1em/1 LineIcons;
    position: absolute;
    right: 30px;
    top: 15px;
    transition: .3s ease-out
}

.accordion-style .single-accordion .accordion-btn button.collapsed::after {
    transform: rotate(180deg)
}

.accordion-style .single-accordion .accordion-btn button h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
    color: inherit
}

.accordion-style .single-accordion .accordion-content {
    padding: 20px 30px
}

.accordion-style.theme-accordion .single-accordion .accordion-btn button {
    background: linear-gradient(to left, #3763eb 0, #6f58e8 100%);
    color: #fff
}

.accordion-style.theme-accordion .single-accordion .accordion-btn button::after,
.btn-check:active+.btn-outline-danger,
.btn-check:active+.btn-outline-info,
.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-danger,
.btn-check:checked+.btn-outline-info,
.btn-check:checked+.btn-outline-success,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active,
.btn-outline-danger:hover,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active,
.btn-outline-info:hover,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active,
.btn-outline-success:hover,
.btn-outline-white span,
.btn-outline-white.btn-hover-arrow:after,
.btn-outline-white:active span,
.btn-outline-white:focus span,
.btn-outline-white:hover span,
.cookie-consent h5,
.cookie-consent p,
.side-card.slick-active h4,
.side-card:hover h4,
body.dark-scheme .accordion-style .single-accordion .accordion-btn button,
body.dark-scheme .testimonial-author .author-name {
    color: #fff
}

.folder-structure {
    position: relative;
    background: #fff;
    margin-top: 20px;
    padding: 30px;
    font-family: "Roboto Mono", monospace;
    font-size: .85rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529
}

.folder-structure span {
    font-size: 13px;
    font-style: italic;
    letter-spacing: .4px;
    color: #a8a8a8
}

.folder-structure .fa-folder,
.folder-structure .fa-folder-open {
    color: #007bff
}

.folder-structure .fa-html5 {
    color: #f21f10
}

.folder-structure ul {
    padding-left: 5px;
    list-style: none
}

.folder-structure ul li {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px
}

.folder-structure ul li:before {
    position: absolute;
    top: 15px;
    left: 0;
    width: 10px;
    height: 1px;
    margin: auto;
    content: "";
    background-color: #666
}

.folder-structure ul li:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    content: "";
    background-color: #666
}

.folder-structure ul li:last-child:after {
    height: 15px
}

.cookie-consent {
    background: rgba(0, 0, 0, .9);
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 100%;
    max-width: 400px;
    padding: 25px;
    transition: bottom .5s;
    z-index: 9999;
    color: #fff;
    border-radius: 10px
}

.btn-hover-arrow,
.footer,
.list li,
.page-link {
    position: relative
}

.footer {
    z-index: 2;
    background: var(--frontend-footer-bg-color)
}

.footer .footer-widget .logo img {
    max-width: 200px
}

.footer .footer-widget .footer-desc {
    color: var(--frontend-footer-text-color);
    line-height: 30px
}

.footer .footer-widget h3 {
    color: var(--frontend-footer-heading-color);
    margin-bottom: 35px;
    font-weight: 500;
    font-size: 18px
}

.footer .copyright-area p,
.footer .copyright-area p a,
.footer .footer-widget .footer-contact li,
.footer .footer-widget .footer-contact li>span>a {
    color: var(--frontend-footer-text-color)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer .footer-widget h3 {
        font-size: 22px
    }
}

.footer .footer-widget ul.footer-links li a {
    color: var(--frontend-footer-text-color);
    display: block;
    line-height: 35px;
    transition: .3s
}

.list a,
.list.list-fadeIn li:before {
    color: #000;
    display: inline-block
}

.footer .footer-widget .footer-contact li>span>i {
    color: var(--frontend-primary-color);
    margin-right: 10px
}

.footer .copyright-area {
    border-top: 1px solid rgba(151, 151, 151, .19);
    padding: 25px 0;
    font-size: 16px;
    position: relative;
    z-index: 2
}

@media (max-width:767px) {
    .article-share-blog {
        text-align: center;
        width: 100%
    }

    .article-share-blog:before {
        background: var(--frontend-primary-color);
        content: "";
        height: 2px;
        position: absolute;
        width: 100%;
        top: 12px;
        margin-left: -55px
    }

    .article-share-blog:after,
    .article-share-blog:before {
        max-width: 50px
    }

    .carousel-section-wrapper .carousel-section.clip-bg {
        -webkit-clip-path: polygon(0% 8%, 100% 2%, 100% 98%, 0 92%);
        clip-path: polygon(0% 8%, 100% 2%, 100% 98%, 0 92%)
    }

    .carousel-section-wrapper .carousel-control {
        top: auto;
        transform: translateY(0);
        bottom: 80px;
        margin: auto
    }

    .carousel-section-wrapper .carousel-control.carousel-control-prev {
        left: 37%
    }

    .carousel-section-wrapper .carousel-control.carousel-control-next {
        left: 23%
    }

    .map-section {
        margin-top: 130px
    }

    .footer .copyright-area p {
        font-size: 14px;
        text-align: center
    }

    .footer-social-links {
        margin-bottom: 15px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .about-section .about-content-wrapper .about-content .counter-up {
        display: flex
    }

    .pricing-section .btn-pricing ul li.nav-item:first-child .nav-link {
        border-radius: 50px 0 0 50px;
        padding: 20px 30px
    }

    .pricing-section .btn-pricing ul li.nav-item:last-child .nav-link {
        border-radius: 0 50px 50px 0;
        padding: 20px 30px
    }

    .blog-section .blog-style-2 .blog-content .blog-meta .comment,
    .blog-section .blog-style-2 .blog-content .blog-meta .read-more-btn,
    .sidebar-wrapper .sidebar-box.tags-box ul li a {
        font-size: 18px
    }

    .blog-section .pagination ul li a {
        width: 50px;
        height: 50px
    }

    .sidebar-wrapper .sidebar-box {
        padding: 30px
    }

    .sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-img {
        max-width: 90px;
        height: 90px
    }

    .sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog .recent-blog-content h5 {
        font-size: 20px
    }

    .footer .copyright-area p {
        font-size: 15px
    }
}

@media (min-width:768px) {
    .footer .copyright-area p {
        margin-bottom: 0
    }
}

.footer-social-links ul {
    justify-content: flex-start
}

.footer-social-links ul li a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    background: rgba(0, 0, 0, .1);
    display: block;
    font-size: 18px;
    color: rgba(255, 255, 255, .75);
    margin-right: 15px
}

@media (max-width:767px) {
    .footer-social-links ul {
        justify-content: center
    }

    .footer-social-links ul li a {
        padding: 0 7px;
        margin-right: 10px
    }
}

.footer-social-links ul li a:hover {
    background: var(--frontend-primary-color);
    color: #fff
}

.mt-1 {
    margin-top: 1px
}

.mt-2 {
    margin-top: 2px
}

.mt-3 {
    margin-top: 3px
}

.mt-4 {
    margin-top: 4px
}

.mt-5 {
    margin-top: 5px
}

.mt-6 {
    margin-top: 6px
}

.mt-7 {
    margin-top: 7px
}

.mt-8 {
    margin-top: 8px
}

.mt-9 {
    margin-top: 9px
}

.mt-10 {
    margin-top: 10px
}

.mt-11 {
    margin-top: 11px
}

.mt-12 {
    margin-top: 12px
}

.mt-13 {
    margin-top: 13px
}

.mt-14 {
    margin-top: 14px
}

.mt-15 {
    margin-top: 15px
}

.mt-16 {
    margin-top: 16px
}

.mt-17 {
    margin-top: 17px
}

.mt-18 {
    margin-top: 18px
}

.mt-19 {
    margin-top: 19px
}

.mt-20 {
    margin-top: 20px
}

.mt-21 {
    margin-top: 21px
}

.mt-22 {
    margin-top: 22px
}

.mt-23 {
    margin-top: 23px
}

.mt-24 {
    margin-top: 24px
}

.mt-26 {
    margin-top: 26px
}

.mt-27 {
    margin-top: 27px
}

.mt-28 {
    margin-top: 28px
}

.mt-29 {
    margin-top: 29px
}

.mt-31 {
    margin-top: 31px
}

.mt-32 {
    margin-top: 32px
}

.mt-33 {
    margin-top: 33px
}

.mt-34 {
    margin-top: 34px
}

.mt-35 {
    margin-top: 35px
}

.mt-36 {
    margin-top: 36px
}

.mt-37 {
    margin-top: 37px
}

.mt-38 {
    margin-top: 38px
}

.mt-39 {
    margin-top: 39px
}

.mt-40 {
    margin-top: 40px
}

.mt-41 {
    margin-top: 41px
}

.mt-42 {
    margin-top: 42px
}

.mt-43 {
    margin-top: 43px
}

.mt-44 {
    margin-top: 44px
}

.mt-45 {
    margin-top: 45px
}

.mt-46 {
    margin-top: 46px
}

.mt-47 {
    margin-top: 47px
}

.mt-48 {
    margin-top: 48px
}

.mt-49 {
    margin-top: 49px
}

.mt-51 {
    margin-top: 51px
}

.mt-52 {
    margin-top: 52px
}

.mt-53 {
    margin-top: 53px
}

.mt-54 {
    margin-top: 54px
}

.mt-55 {
    margin-top: 55px
}

.mt-56 {
    margin-top: 56px
}

.mt-57 {
    margin-top: 57px
}

.mt-58 {
    margin-top: 58px
}

.mt-59 {
    margin-top: 59px
}

.mt-60 {
    margin-top: 60px
}

.mt-61 {
    margin-top: 61px
}

.mt-62 {
    margin-top: 62px
}

.mt-63 {
    margin-top: 63px
}

.mt-64 {
    margin-top: 64px
}

.mt-65 {
    margin-top: 65px
}

.mt-66 {
    margin-top: 66px
}

.mt-67 {
    margin-top: 67px
}

.mt-68 {
    margin-top: 68px
}

.mt-69 {
    margin-top: 69px
}

.mt-70 {
    margin-top: 70px
}

.mt-71 {
    margin-top: 71px
}

.mt-72 {
    margin-top: 72px
}

.mt-73 {
    margin-top: 73px
}

.mt-74 {
    margin-top: 74px
}

.mt-75 {
    margin-top: 75px
}

.mt-76 {
    margin-top: 76px
}

.mt-77 {
    margin-top: 77px
}

.mt-78 {
    margin-top: 78px
}

.mt-79 {
    margin-top: 79px
}

.mt-80 {
    margin-top: 80px
}

.mt-81 {
    margin-top: 81px
}

.mt-82 {
    margin-top: 82px
}

.mt-83 {
    margin-top: 83px
}

.mt-84 {
    margin-top: 84px
}

.mt-85 {
    margin-top: 85px
}

.mt-86 {
    margin-top: 86px
}

.mt-87 {
    margin-top: 87px
}

.mt-88 {
    margin-top: 88px
}

.mt-89 {
    margin-top: 89px
}

.mt-90 {
    margin-top: 90px
}

.mt-91 {
    margin-top: 91px
}

.mt-92 {
    margin-top: 92px
}

.mt-93 {
    margin-top: 93px
}

.mt-94 {
    margin-top: 94px
}

.mt-95 {
    margin-top: 95px
}

.mt-96 {
    margin-top: 96px
}

.mt-97 {
    margin-top: 97px
}

.mt-98 {
    margin-top: 98px
}

.mt-99 {
    margin-top: 99px
}

.mt-100 {
    margin-top: 100px
}

.mb-1 {
    margin-bottom: 1px
}

.mb-2 {
    margin-bottom: 2px
}

.mb-3 {
    margin-bottom: 3px
}

.mb-4 {
    margin-bottom: 4px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-6 {
    margin-bottom: 6px
}

.mb-7 {
    margin-bottom: 7px
}

.mb-8 {
    margin-bottom: 8px
}

.mb-9 {
    margin-bottom: 9px
}

.mb-11 {
    margin-bottom: 11px
}

.mb-13 {
    margin-bottom: 13px
}

.mb-14 {
    margin-bottom: 14px
}

.mb-16 {
    margin-bottom: 16px
}

.mb-17 {
    margin-bottom: 17px
}

.mb-19 {
    margin-bottom: 19px
}

.mb-21 {
    margin-bottom: 21px
}

.mb-22 {
    margin-bottom: 22px
}

.mb-23 {
    margin-bottom: 23px
}

.mb-24 {
    margin-bottom: 24px
}

.mb-26 {
    margin-bottom: 26px
}

.mb-27 {
    margin-bottom: 27px
}

.mb-28 {
    margin-bottom: 28px
}

.mb-29 {
    margin-bottom: 29px
}

.mb-31 {
    margin-bottom: 31px
}

.mb-32 {
    margin-bottom: 32px
}

.mb-33 {
    margin-bottom: 33px
}

.mb-34 {
    margin-bottom: 34px
}

.mb-36 {
    margin-bottom: 36px
}

.mb-37 {
    margin-bottom: 37px
}

.mb-38 {
    margin-bottom: 38px
}

.mb-39 {
    margin-bottom: 39px
}

.mb-41 {
    margin-bottom: 41px
}

.mb-42 {
    margin-bottom: 42px
}

.mb-43 {
    margin-bottom: 43px
}

.mb-44 {
    margin-bottom: 44px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-46 {
    margin-bottom: 46px
}

.mb-47 {
    margin-bottom: 47px
}

.mb-48 {
    margin-bottom: 48px
}

.mb-49 {
    margin-bottom: 49px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-51 {
    margin-bottom: 51px
}

.mb-52 {
    margin-bottom: 52px
}

.mb-53 {
    margin-bottom: 53px
}

.mb-54 {
    margin-bottom: 54px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-56 {
    margin-bottom: 56px
}

.mb-57 {
    margin-bottom: 57px
}

.mb-58 {
    margin-bottom: 58px
}

.mb-59 {
    margin-bottom: 59px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-61 {
    margin-bottom: 61px
}

.mb-62 {
    margin-bottom: 62px
}

.mb-63 {
    margin-bottom: 63px
}

.mb-64 {
    margin-bottom: 64px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-66 {
    margin-bottom: 66px
}

.mb-67 {
    margin-bottom: 67px
}

.mb-68 {
    margin-bottom: 68px
}

.mb-69 {
    margin-bottom: 69px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-71 {
    margin-bottom: 71px
}

.mb-72 {
    margin-bottom: 72px
}

.mb-73 {
    margin-bottom: 73px
}

.mb-74 {
    margin-bottom: 74px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-76 {
    margin-bottom: 76px
}

.mb-77 {
    margin-bottom: 77px
}

.mb-78 {
    margin-bottom: 78px
}

.mb-79 {
    margin-bottom: 79px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-81 {
    margin-bottom: 81px
}

.mb-82 {
    margin-bottom: 82px
}

.mb-83 {
    margin-bottom: 83px
}

.mb-84 {
    margin-bottom: 84px
}

.mb-85 {
    margin-bottom: 85px
}

.mb-86 {
    margin-bottom: 86px
}

.mb-87 {
    margin-bottom: 87px
}

.mb-88 {
    margin-bottom: 88px
}

.mb-89 {
    margin-bottom: 89px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-91 {
    margin-bottom: 91px
}

.mb-92 {
    margin-bottom: 92px
}

.mb-93 {
    margin-bottom: 93px
}

.mb-94 {
    margin-bottom: 94px
}

.mb-95 {
    margin-bottom: 95px
}

.mb-96 {
    margin-bottom: 96px
}

.mb-97 {
    margin-bottom: 97px
}

.mb-98 {
    margin-bottom: 98px
}

.mb-99 {
    margin-bottom: 99px
}

.mb-100 {
    margin-bottom: 100px
}

.ml-1 {
    margin-left: 1px
}

.ml-2 {
    margin-left: 2px
}

.ml-3 {
    margin-left: 3px
}

.ml-4 {
    margin-left: 4px
}

.ml-5 {
    margin-left: 5px
}

.ml-6 {
    margin-left: 6px
}

.ml-7 {
    margin-left: 7px
}

.ml-8 {
    margin-left: 8px
}

.ml-9 {
    margin-left: 9px
}

.ml-10 {
    margin-left: 10px
}

.ml-11 {
    margin-left: 11px
}

.ml-13 {
    margin-left: 13px
}

.ml-14 {
    margin-left: 14px
}

.ml-15 {
    margin-left: 15px
}

.ml-16 {
    margin-left: 16px
}

.ml-17 {
    margin-left: 17px
}

.ml-18 {
    margin-left: 18px
}

.ml-19 {
    margin-left: 19px
}

.ml-21 {
    margin-left: 21px
}

.ml-22 {
    margin-left: 22px
}

.ml-23 {
    margin-left: 23px
}

.ml-24 {
    margin-left: 24px
}

.ml-25 {
    margin-left: 25px
}

.ml-26 {
    margin-left: 26px
}

.ml-27 {
    margin-left: 27px
}

.ml-28 {
    margin-left: 28px
}

.ml-29 {
    margin-left: 29px
}

.ml-30 {
    margin-left: 30px
}

.ml-31 {
    margin-left: 31px
}

.ml-32 {
    margin-left: 32px
}

.ml-33 {
    margin-left: 33px
}

.ml-34 {
    margin-left: 34px
}

.ml-35 {
    margin-left: 35px
}

.ml-36 {
    margin-left: 36px
}

.ml-37 {
    margin-left: 37px
}

.ml-38 {
    margin-left: 38px
}

.ml-39 {
    margin-left: 39px
}

.ml-40 {
    margin-left: 40px
}

.ml-41 {
    margin-left: 41px
}

.ml-42 {
    margin-left: 42px
}

.ml-43 {
    margin-left: 43px
}

.ml-44 {
    margin-left: 44px
}

.ml-45 {
    margin-left: 45px
}

.ml-46 {
    margin-left: 46px
}

.ml-47 {
    margin-left: 47px
}

.ml-48 {
    margin-left: 48px
}

.ml-49 {
    margin-left: 49px
}

.ml-50 {
    margin-left: 50px
}

.ml-51 {
    margin-left: 51px
}

.ml-52 {
    margin-left: 52px
}

.ml-53 {
    margin-left: 53px
}

.ml-54 {
    margin-left: 54px
}

.ml-55 {
    margin-left: 55px
}

.ml-56 {
    margin-left: 56px
}

.ml-57 {
    margin-left: 57px
}

.ml-58 {
    margin-left: 58px
}

.ml-59 {
    margin-left: 59px
}

.ml-60 {
    margin-left: 60px
}

.ml-61 {
    margin-left: 61px
}

.ml-62 {
    margin-left: 62px
}

.ml-63 {
    margin-left: 63px
}

.ml-64 {
    margin-left: 64px
}

.ml-65 {
    margin-left: 65px
}

.ml-66 {
    margin-left: 66px
}

.ml-67 {
    margin-left: 67px
}

.ml-68 {
    margin-left: 68px
}

.ml-69 {
    margin-left: 69px
}

.ml-70 {
    margin-left: 70px
}

.ml-71 {
    margin-left: 71px
}

.ml-72 {
    margin-left: 72px
}

.ml-73 {
    margin-left: 73px
}

.ml-74 {
    margin-left: 74px
}

.ml-75 {
    margin-left: 75px
}

.ml-76 {
    margin-left: 76px
}

.ml-77 {
    margin-left: 77px
}

.ml-78 {
    margin-left: 78px
}

.ml-79 {
    margin-left: 79px
}

.ml-80 {
    margin-left: 80px
}

.ml-81 {
    margin-left: 81px
}

.ml-82 {
    margin-left: 82px
}

.ml-83 {
    margin-left: 83px
}

.ml-84 {
    margin-left: 84px
}

.ml-85 {
    margin-left: 85px
}

.ml-86 {
    margin-left: 86px
}

.ml-87 {
    margin-left: 87px
}

.ml-88 {
    margin-left: 88px
}

.ml-89 {
    margin-left: 89px
}

.ml-90 {
    margin-left: 90px
}

.ml-91 {
    margin-left: 91px
}

.ml-92 {
    margin-left: 92px
}

.ml-93 {
    margin-left: 93px
}

.ml-94 {
    margin-left: 94px
}

.ml-95 {
    margin-left: 95px
}

.ml-96 {
    margin-left: 96px
}

.ml-97 {
    margin-left: 97px
}

.ml-98 {
    margin-left: 98px
}

.ml-99 {
    margin-left: 99px
}

.ml-100 {
    margin-left: 100px
}

.mr-1 {
    margin-right: 1px
}

.mr-2 {
    margin-right: 2px
}

.mr-3 {
    margin-right: 3px
}

.mr-4 {
    margin-right: 4px
}

.mr-5 {
    margin-right: 5px
}

.mr-6 {
    margin-right: 6px
}

.mr-7 {
    margin-right: 7px
}

.mr-8 {
    margin-right: 8px
}

.mr-9 {
    margin-right: 9px
}

.mr-11 {
    margin-right: 11px
}

.mr-12 {
    margin-right: 12px
}

.mr-13 {
    margin-right: 13px
}

.mr-14 {
    margin-right: 14px
}

.mr-15 {
    margin-right: 15px
}

.mr-16 {
    margin-right: 16px
}

.mr-17 {
    margin-right: 17px
}

.mr-18 {
    margin-right: 18px
}

.mr-19 {
    margin-right: 19px
}

.mr-21 {
    margin-right: 21px
}

.mr-22 {
    margin-right: 22px
}

.mr-23 {
    margin-right: 23px
}

.mr-24 {
    margin-right: 24px
}

.mr-25 {
    margin-right: 25px
}

.mr-26 {
    margin-right: 26px
}

.mr-27 {
    margin-right: 27px
}

.mr-28 {
    margin-right: 28px
}

.mr-29 {
    margin-right: 29px
}

.mr-30 {
    margin-right: 30px
}

.mr-31 {
    margin-right: 31px
}

.mr-32 {
    margin-right: 32px
}

.mr-33 {
    margin-right: 33px
}

.mr-34 {
    margin-right: 34px
}

.mr-35 {
    margin-right: 35px
}

.mr-36 {
    margin-right: 36px
}

.mr-37 {
    margin-right: 37px
}

.mr-38 {
    margin-right: 38px
}

.mr-39 {
    margin-right: 39px
}

.mr-41 {
    margin-right: 41px
}

.mr-42 {
    margin-right: 42px
}

.mr-43 {
    margin-right: 43px
}

.mr-44 {
    margin-right: 44px
}

.mr-45 {
    margin-right: 45px
}

.mr-46 {
    margin-right: 46px
}

.mr-47 {
    margin-right: 47px
}

.mr-48 {
    margin-right: 48px
}

.mr-49 {
    margin-right: 49px
}

.mr-50 {
    margin-right: 50px
}

.mr-51 {
    margin-right: 51px
}

.mr-52 {
    margin-right: 52px
}

.mr-53 {
    margin-right: 53px
}

.mr-54 {
    margin-right: 54px
}

.mr-55 {
    margin-right: 55px
}

.mr-56 {
    margin-right: 56px
}

.mr-57 {
    margin-right: 57px
}

.mr-58 {
    margin-right: 58px
}

.mr-59 {
    margin-right: 59px
}

.mr-60 {
    margin-right: 60px
}

.mr-61 {
    margin-right: 61px
}

.mr-62 {
    margin-right: 62px
}

.mr-63 {
    margin-right: 63px
}

.mr-64 {
    margin-right: 64px
}

.mr-65 {
    margin-right: 65px
}

.mr-66 {
    margin-right: 66px
}

.mr-67 {
    margin-right: 67px
}

.mr-68 {
    margin-right: 68px
}

.mr-69 {
    margin-right: 69px
}

.mr-70 {
    margin-right: 70px
}

.mr-71 {
    margin-right: 71px
}

.mr-72 {
    margin-right: 72px
}

.mr-73 {
    margin-right: 73px
}

.mr-74 {
    margin-right: 74px
}

.mr-75 {
    margin-right: 75px
}

.mr-76 {
    margin-right: 76px
}

.mr-77 {
    margin-right: 77px
}

.mr-78 {
    margin-right: 78px
}

.mr-79 {
    margin-right: 79px
}

.mr-80 {
    margin-right: 80px
}

.mr-81 {
    margin-right: 81px
}

.mr-82 {
    margin-right: 82px
}

.mr-83 {
    margin-right: 83px
}

.mr-84 {
    margin-right: 84px
}

.mr-85 {
    margin-right: 85px
}

.mr-86 {
    margin-right: 86px
}

.mr-87 {
    margin-right: 87px
}

.mr-88 {
    margin-right: 88px
}

.mr-89 {
    margin-right: 89px
}

.mr-90 {
    margin-right: 90px
}

.mr-91 {
    margin-right: 91px
}

.mr-92 {
    margin-right: 92px
}

.mr-93 {
    margin-right: 93px
}

.mr-94 {
    margin-right: 94px
}

.mr-95 {
    margin-right: 95px
}

.mr-96 {
    margin-right: 96px
}

.mr-97 {
    margin-right: 97px
}

.mr-98 {
    margin-right: 98px
}

.mr-99 {
    margin-right: 99px
}

.mr-100 {
    margin-right: 100px
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: 1px
}

.pt-2 {
    padding-top: 2px
}

.pt-3 {
    padding-top: 3px
}

.pt-4 {
    padding-top: 4px
}

.pt-5 {
    padding-top: 5px
}

.pt-6 {
    padding-top: 6px
}

.pt-7 {
    padding-top: 7px
}

.pt-8 {
    padding-top: 8px
}

.pt-9 {
    padding-top: 9px
}

.pt-10 {
    padding-top: 10px
}

.pt-11 {
    padding-top: 11px
}

.pt-12 {
    padding-top: 12px
}

.pt-13 {
    padding-top: 13px
}

.pt-14 {
    padding-top: 14px
}

.pt-15 {
    padding-top: 15px
}

.pt-16 {
    padding-top: 16px
}

.pt-17 {
    padding-top: 17px
}

.pt-18 {
    padding-top: 18px
}

.pt-19 {
    padding-top: 19px
}

.pt-21 {
    padding-top: 21px
}

.pt-22 {
    padding-top: 22px
}

.pt-23 {
    padding-top: 23px
}

.pt-24 {
    padding-top: 24px
}

.pt-25 {
    padding-top: 25px
}

.pt-26 {
    padding-top: 26px
}

.pt-27 {
    padding-top: 27px
}

.pt-28 {
    padding-top: 28px
}

.pt-29 {
    padding-top: 29px
}

.pt-30 {
    padding-top: 30px
}

.pt-31 {
    padding-top: 31px
}

.pt-32 {
    padding-top: 32px
}

.pt-33 {
    padding-top: 33px
}

.pt-34 {
    padding-top: 34px
}

.pt-35 {
    padding-top: 35px
}

.pt-36 {
    padding-top: 36px
}

.pt-37 {
    padding-top: 37px
}

.pt-38 {
    padding-top: 38px
}

.pt-39 {
    padding-top: 39px
}

.pt-40 {
    padding-top: 40px
}

.pt-41 {
    padding-top: 41px
}

.pt-42 {
    padding-top: 42px
}

.pt-43 {
    padding-top: 43px
}

.pt-44 {
    padding-top: 44px
}

.pt-45 {
    padding-top: 45px
}

.pt-46 {
    padding-top: 46px
}

.pt-47 {
    padding-top: 47px
}

.pt-48 {
    padding-top: 48px
}

.pt-49 {
    padding-top: 49px
}

.pt-50 {
    padding-top: 50px
}

.pt-51 {
    padding-top: 51px
}

.pt-52 {
    padding-top: 52px
}

.pt-53 {
    padding-top: 53px
}

.pt-54 {
    padding-top: 54px
}

.pt-55 {
    padding-top: 55px
}

.pt-56 {
    padding-top: 56px
}

.pt-57 {
    padding-top: 57px
}

.pt-58 {
    padding-top: 58px
}

.pt-59 {
    padding-top: 59px
}

.pt-60 {
    padding-top: 60px
}

.pt-61 {
    padding-top: 61px
}

.pt-62 {
    padding-top: 62px
}

.pt-63 {
    padding-top: 63px
}

.pt-64 {
    padding-top: 64px
}

.pt-65 {
    padding-top: 65px
}

.pt-66 {
    padding-top: 66px
}

.pt-67 {
    padding-top: 67px
}

.pt-68 {
    padding-top: 68px
}

.pt-69 {
    padding-top: 69px
}

.pt-70 {
    padding-top: 70px
}

.pt-71 {
    padding-top: 71px
}

.pt-72 {
    padding-top: 72px
}

.pt-73 {
    padding-top: 73px
}

.pt-74 {
    padding-top: 74px
}

.pt-75 {
    padding-top: 75px
}

.pt-76 {
    padding-top: 76px
}

.pt-77 {
    padding-top: 77px
}

.pt-78 {
    padding-top: 78px
}

.pt-79 {
    padding-top: 79px
}

.pt-80 {
    padding-top: 80px
}

.pt-81 {
    padding-top: 81px
}

.pt-82 {
    padding-top: 82px
}

.pt-83 {
    padding-top: 83px
}

.pt-84 {
    padding-top: 84px
}

.pt-85 {
    padding-top: 85px
}

.pt-86 {
    padding-top: 86px
}

.pt-87 {
    padding-top: 87px
}

.pt-88 {
    padding-top: 88px
}

.pt-89 {
    padding-top: 89px
}

.pt-90 {
    padding-top: 90px
}

.pt-91 {
    padding-top: 91px
}

.pt-92 {
    padding-top: 92px
}

.pt-93 {
    padding-top: 93px
}

.pt-94 {
    padding-top: 94px
}

.pt-95 {
    padding-top: 95px
}

.pt-96 {
    padding-top: 96px
}

.pt-97 {
    padding-top: 97px
}

.pt-98 {
    padding-top: 98px
}

.pt-99 {
    padding-top: 99px
}

.pt-100 {
    padding-top: 100px
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: 1px
}

.pb-2 {
    padding-bottom: 2px
}

.pb-3 {
    padding-bottom: 3px
}

.pb-4 {
    padding-bottom: 4px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-6 {
    padding-bottom: 6px
}

.pb-7 {
    padding-bottom: 7px
}

.pb-8 {
    padding-bottom: 8px
}

.pb-9 {
    padding-bottom: 9px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-11 {
    padding-bottom: 11px
}

.pb-12 {
    padding-bottom: 12px
}

.pb-13 {
    padding-bottom: 13px
}

.pb-14 {
    padding-bottom: 14px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-16 {
    padding-bottom: 16px
}

.pb-17 {
    padding-bottom: 17px
}

.pb-18 {
    padding-bottom: 18px
}

.pb-19 {
    padding-bottom: 19px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-21 {
    padding-bottom: 21px
}

.pb-22 {
    padding-bottom: 22px
}

.pb-23 {
    padding-bottom: 23px
}

.pb-24 {
    padding-bottom: 24px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-26 {
    padding-bottom: 26px
}

.pb-27 {
    padding-bottom: 27px
}

.pb-28 {
    padding-bottom: 28px
}

.pb-29 {
    padding-bottom: 29px
}

.pb-31 {
    padding-bottom: 31px
}

.pb-32 {
    padding-bottom: 32px
}

.pb-33 {
    padding-bottom: 33px
}

.pb-34 {
    padding-bottom: 34px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-36 {
    padding-bottom: 36px
}

.pb-37 {
    padding-bottom: 37px
}

.pb-38 {
    padding-bottom: 38px
}

.pb-39 {
    padding-bottom: 39px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-41 {
    padding-bottom: 41px
}

.pb-42 {
    padding-bottom: 42px
}

.pb-43 {
    padding-bottom: 43px
}

.pb-44 {
    padding-bottom: 44px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-46 {
    padding-bottom: 46px
}

.pb-47 {
    padding-bottom: 47px
}

.pb-48 {
    padding-bottom: 48px
}

.pb-49 {
    padding-bottom: 49px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-51 {
    padding-bottom: 51px
}

.pb-52 {
    padding-bottom: 52px
}

.pb-53 {
    padding-bottom: 53px
}

.pb-54 {
    padding-bottom: 54px
}

.pb-56 {
    padding-bottom: 56px
}

.pb-57 {
    padding-bottom: 57px
}

.pb-58 {
    padding-bottom: 58px
}

.pb-59 {
    padding-bottom: 59px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-61 {
    padding-bottom: 61px
}

.pb-62 {
    padding-bottom: 62px
}

.pb-63 {
    padding-bottom: 63px
}

.pb-64 {
    padding-bottom: 64px
}

.pb-65 {
    padding-bottom: 65px
}

.pb-66 {
    padding-bottom: 66px
}

.pb-67 {
    padding-bottom: 67px
}

.pb-68 {
    padding-bottom: 68px
}

.pb-69 {
    padding-bottom: 69px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-71 {
    padding-bottom: 71px
}

.pb-72 {
    padding-bottom: 72px
}

.pb-73 {
    padding-bottom: 73px
}

.pb-74 {
    padding-bottom: 74px
}

.pb-75 {
    padding-bottom: 75px
}

.pb-76 {
    padding-bottom: 76px
}

.pb-77 {
    padding-bottom: 77px
}

.pb-78 {
    padding-bottom: 78px
}

.pb-79 {
    padding-bottom: 79px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-81 {
    padding-bottom: 81px
}

.pb-82 {
    padding-bottom: 82px
}

.pb-83 {
    padding-bottom: 83px
}

.pb-84 {
    padding-bottom: 84px
}

.pb-85 {
    padding-bottom: 85px
}

.pb-86 {
    padding-bottom: 86px
}

.pb-87 {
    padding-bottom: 87px
}

.pb-88 {
    padding-bottom: 88px
}

.pb-89 {
    padding-bottom: 89px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-91 {
    padding-bottom: 91px
}

.pb-92 {
    padding-bottom: 92px
}

.pb-93 {
    padding-bottom: 93px
}

.pb-94 {
    padding-bottom: 94px
}

.pb-95 {
    padding-bottom: 95px
}

.pb-96 {
    padding-bottom: 96px
}

.pb-97 {
    padding-bottom: 97px
}

.pb-98 {
    padding-bottom: 98px
}

.pb-99 {
    padding-bottom: 99px
}

.pb-100 {
    padding-bottom: 100px
}

.pl-0 {
    padding-left: 0 !important
}

.pl-1 {
    padding-left: 1px
}

.pl-2 {
    padding-left: 2px
}

.pl-3 {
    padding-left: 3px
}

.pl-4 {
    padding-left: 4px
}

.list-inline>li,
.pl-5 {
    padding-left: 5px
}

.pl-6 {
    padding-left: 6px
}

.pl-8 {
    padding-left: 8px
}

.pl-9 {
    padding-left: 9px
}

.pl-10 {
    padding-left: 10px
}

.pl-11 {
    padding-left: 11px
}

.pl-12 {
    padding-left: 12px
}

.pl-13 {
    padding-left: 13px
}

.pl-14 {
    padding-left: 14px
}

.list.list-fadeIn li:hover,
.pl-15 {
    padding-left: 15px
}

.pl-16 {
    padding-left: 16px
}

.pl-17 {
    padding-left: 17px
}

.pl-18 {
    padding-left: 18px
}

.pl-19 {
    padding-left: 19px
}

.pl-20 {
    padding-left: 20px
}

.pl-21 {
    padding-left: 21px
}

.pl-22 {
    padding-left: 22px
}

.pl-23 {
    padding-left: 23px
}

.pl-24 {
    padding-left: 24px
}

.pl-25 {
    padding-left: 25px
}

.pl-26 {
    padding-left: 26px
}

.pl-27 {
    padding-left: 27px
}

.pl-28 {
    padding-left: 28px
}

.pl-29 {
    padding-left: 29px
}

.pl-30 {
    padding-left: 30px
}

.pl-31 {
    padding-left: 31px
}

.pl-32 {
    padding-left: 32px
}

.pl-33 {
    padding-left: 33px
}

.pl-34 {
    padding-left: 34px
}

.pl-35 {
    padding-left: 35px
}

.pl-36 {
    padding-left: 36px
}

.pl-37 {
    padding-left: 37px
}

.pl-38 {
    padding-left: 38px
}

.pl-39 {
    padding-left: 39px
}

.pl-40 {
    padding-left: 40px
}

.pl-41 {
    padding-left: 41px
}

.pl-42 {
    padding-left: 42px
}

.pl-43 {
    padding-left: 43px
}

.pl-44 {
    padding-left: 44px
}

.pl-45 {
    padding-left: 45px
}

.pl-46 {
    padding-left: 46px
}

.pl-47 {
    padding-left: 47px
}

.pl-48 {
    padding-left: 48px
}

.pl-49 {
    padding-left: 49px
}

.pl-50 {
    padding-left: 50px
}

.pl-51 {
    padding-left: 51px
}

.pl-52 {
    padding-left: 52px
}

.pl-53 {
    padding-left: 53px
}

.pl-54 {
    padding-left: 54px
}

.pl-55 {
    padding-left: 55px
}

.pl-56 {
    padding-left: 56px
}

.pl-57 {
    padding-left: 57px
}

.pl-58 {
    padding-left: 58px
}

.pl-59 {
    padding-left: 59px
}

.pl-61 {
    padding-left: 61px
}

.pl-62 {
    padding-left: 62px
}

.pl-63 {
    padding-left: 63px
}

.pl-64 {
    padding-left: 64px
}

.pl-65 {
    padding-left: 65px
}

.pl-66 {
    padding-left: 66px
}

.pl-67 {
    padding-left: 67px
}

.pl-68 {
    padding-left: 68px
}

.pl-69 {
    padding-left: 69px
}

.pl-70 {
    padding-left: 70px
}

.pl-71 {
    padding-left: 71px
}

.pl-72 {
    padding-left: 72px
}

.pl-73 {
    padding-left: 73px
}

.pl-74 {
    padding-left: 74px
}

.pl-75 {
    padding-left: 75px
}

.pl-76 {
    padding-left: 76px
}

.pl-77 {
    padding-left: 77px
}

.pl-78 {
    padding-left: 78px
}

.pl-79 {
    padding-left: 79px
}

.pl-81 {
    padding-left: 81px
}

.pl-82 {
    padding-left: 82px
}

.pl-83 {
    padding-left: 83px
}

.pl-84 {
    padding-left: 84px
}

.pl-85 {
    padding-left: 85px
}

.pl-86 {
    padding-left: 86px
}

.pl-87 {
    padding-left: 87px
}

.pl-88 {
    padding-left: 88px
}

.pl-89 {
    padding-left: 89px
}

.pl-90 {
    padding-left: 90px
}

.pl-91 {
    padding-left: 91px
}

.pl-92 {
    padding-left: 92px
}

.pl-93 {
    padding-left: 93px
}

.pl-94 {
    padding-left: 94px
}

.pl-95 {
    padding-left: 95px
}

.pl-96 {
    padding-left: 96px
}

.pl-97 {
    padding-left: 97px
}

.pl-98 {
    padding-left: 98px
}

.pl-99 {
    padding-left: 99px
}

.pl-100 {
    padding-left: 100px
}

.pr-0 {
    padding-right: 0 !important
}

.pr-1 {
    padding-right: 1px
}

.pr-2 {
    padding-right: 2px
}

.pr-3 {
    padding-right: 3px
}

.pr-4 {
    padding-right: 4px
}

.list-inline>li,
.pr-5 {
    padding-right: 5px
}

.pr-6 {
    padding-right: 6px
}

.pr-7 {
    padding-right: 7px
}

.pr-8 {
    padding-right: 8px
}

.pr-9 {
    padding-right: 9px
}

.pr-10 {
    padding-right: 10px
}

.pr-11 {
    padding-right: 11px
}

.pr-13 {
    padding-right: 13px
}

.pr-14 {
    padding-right: 14px
}

.pr-15 {
    padding-right: 15px
}

.pr-16 {
    padding-right: 16px
}

.pr-17 {
    padding-right: 17px
}

.pr-18 {
    padding-right: 18px
}

.pr-19 {
    padding-right: 19px
}

.pr-20 {
    padding-right: 20px
}

.pr-21 {
    padding-right: 21px
}

.pr-22 {
    padding-right: 22px
}

.pr-23 {
    padding-right: 23px
}

.pr-24 {
    padding-right: 24px
}

.pr-25 {
    padding-right: 25px
}

.pr-26 {
    padding-right: 26px
}

.pr-27 {
    padding-right: 27px
}

.pr-28 {
    padding-right: 28px
}

.pr-29 {
    padding-right: 29px
}

.pr-30 {
    padding-right: 30px
}

.pr-31 {
    padding-right: 31px
}

.pr-32 {
    padding-right: 32px
}

.pr-33 {
    padding-right: 33px
}

.pr-35 {
    padding-right: 35px
}

.pr-36 {
    padding-right: 36px
}

.pr-37 {
    padding-right: 37px
}

.pr-38 {
    padding-right: 38px
}

.pr-39 {
    padding-right: 39px
}

.pr-40 {
    padding-right: 40px
}

.pr-41 {
    padding-right: 41px
}

.pr-42 {
    padding-right: 42px
}

.pr-43 {
    padding-right: 43px
}

.pr-44 {
    padding-right: 44px
}

.pr-45 {
    padding-right: 45px
}

.pr-46 {
    padding-right: 46px
}

.pr-47 {
    padding-right: 47px
}

.pr-48 {
    padding-right: 48px
}

.pr-49 {
    padding-right: 49px
}

.pr-50 {
    padding-right: 50px
}

.pr-51 {
    padding-right: 51px
}

.pr-52 {
    padding-right: 52px
}

.pr-53 {
    padding-right: 53px
}

.pr-54 {
    padding-right: 54px
}

.pr-55 {
    padding-right: 55px
}

.pr-56 {
    padding-right: 56px
}

.pr-57 {
    padding-right: 57px
}

.pr-58 {
    padding-right: 58px
}

.pr-59 {
    padding-right: 59px
}

.pr-60 {
    padding-right: 60px
}

.pr-61 {
    padding-right: 61px
}

.pr-62 {
    padding-right: 62px
}

.pr-63 {
    padding-right: 63px
}

.pr-64 {
    padding-right: 64px
}

.pr-65 {
    padding-right: 65px
}

.pr-66 {
    padding-right: 66px
}

.pr-67 {
    padding-right: 67px
}

.pr-68 {
    padding-right: 68px
}

.pr-69 {
    padding-right: 69px
}

.pr-70 {
    padding-right: 70px
}

.pr-71 {
    padding-right: 71px
}

.pr-72 {
    padding-right: 72px
}

.pr-73 {
    padding-right: 73px
}

.pr-74 {
    padding-right: 74px
}

.pr-75 {
    padding-right: 75px
}

.pr-76 {
    padding-right: 76px
}

.pr-77 {
    padding-right: 77px
}

.pr-78 {
    padding-right: 78px
}

.pr-79 {
    padding-right: 79px
}

.pr-80 {
    padding-right: 80px
}

.pr-81 {
    padding-right: 81px
}

.pr-82 {
    padding-right: 82px
}

.pr-83 {
    padding-right: 83px
}

.pr-84 {
    padding-right: 84px
}

.pr-85 {
    padding-right: 85px
}

.pr-86 {
    padding-right: 86px
}

.pr-87 {
    padding-right: 87px
}

.pr-88 {
    padding-right: 88px
}

.pr-89 {
    padding-right: 89px
}

.pr-90 {
    padding-right: 90px
}

.pr-91 {
    padding-right: 91px
}

.pr-92 {
    padding-right: 92px
}

.pr-93 {
    padding-right: 93px
}

.pr-94 {
    padding-right: 94px
}

.pr-95 {
    padding-right: 95px
}

.pr-96 {
    padding-right: 96px
}

.pr-97 {
    padding-right: 97px
}

.pr-98 {
    padding-right: 98px
}

.pr-99 {
    padding-right: 99px
}

.pr-100 {
    padding-right: 100px
}

.z-index-1 {
    z-index: 1
}

.z-index-3 {
    z-index: 3
}

.z-index-4 {
    z-index: 4
}

.z-index-5 {
    z-index: 5
}

.z-index-6 {
    z-index: 6
}

.z-index-7 {
    z-index: 7
}

.z-index-8 {
    z-index: 8
}

.z-index-9 {
    z-index: 9
}

.z-index-10 {
    z-index: 10
}

.z-index-11 {
    z-index: 11
}

.z-index-12 {
    z-index: 12
}

.z-index-13 {
    z-index: 13
}

.z-index-14 {
    z-index: 14
}

.z-index-15 {
    z-index: 15
}

.z-index-16 {
    z-index: 16
}

.z-index-17 {
    z-index: 17
}

.z-index-18 {
    z-index: 18
}

.z-index-19 {
    z-index: 19
}

.z-index-20 {
    z-index: 20
}

.z-index-21 {
    z-index: 21
}

.z-index-22 {
    z-index: 22
}

.z-index-23 {
    z-index: 23
}

.z-index-24 {
    z-index: 24
}

.z-index-25 {
    z-index: 25
}

.z-index-26 {
    z-index: 26
}

.z-index-27 {
    z-index: 27
}

.z-index-28 {
    z-index: 28
}

.z-index-29 {
    z-index: 29
}

.z-index-30 {
    z-index: 30
}

.z-index-31 {
    z-index: 31
}

.z-index-32 {
    z-index: 32
}

.z-index-33 {
    z-index: 33
}

.z-index-34 {
    z-index: 34
}

.z-index-35 {
    z-index: 35
}

.z-index-36 {
    z-index: 36
}

.z-index-37 {
    z-index: 37
}

.z-index-38 {
    z-index: 38
}

.z-index-39 {
    z-index: 39
}

.z-index-40 {
    z-index: 40
}

.z-index-41 {
    z-index: 41
}

.z-index-42 {
    z-index: 42
}

.z-index-43 {
    z-index: 43
}

.z-index-44 {
    z-index: 44
}

.z-index-45 {
    z-index: 45
}

.z-index-46 {
    z-index: 46
}

.z-index-47 {
    z-index: 47
}

.z-index-48 {
    z-index: 48
}

.z-index-49 {
    z-index: 49
}

.z-index-50 {
    z-index: 50
}

.z-index-51 {
    z-index: 51
}

.z-index-52 {
    z-index: 52
}

.z-index-53 {
    z-index: 53
}

.z-index-54 {
    z-index: 54
}

.z-index-55 {
    z-index: 55
}

.z-index-56 {
    z-index: 56
}

.z-index-57 {
    z-index: 57
}

.z-index-58 {
    z-index: 58
}

.z-index-59 {
    z-index: 59
}

.z-index-60 {
    z-index: 60
}

.z-index-61 {
    z-index: 61
}

.z-index-62 {
    z-index: 62
}

.z-index-63 {
    z-index: 63
}

.z-index-64 {
    z-index: 64
}

.z-index-65 {
    z-index: 65
}

.z-index-66 {
    z-index: 66
}

.z-index-67 {
    z-index: 67
}

.z-index-68 {
    z-index: 68
}

.z-index-69 {
    z-index: 69
}

.z-index-70 {
    z-index: 70
}

.z-index-71 {
    z-index: 71
}

.z-index-72 {
    z-index: 72
}

.z-index-73 {
    z-index: 73
}

.z-index-74 {
    z-index: 74
}

.z-index-75 {
    z-index: 75
}

.z-index-76 {
    z-index: 76
}

.z-index-77 {
    z-index: 77
}

.z-index-78 {
    z-index: 78
}

.z-index-79 {
    z-index: 79
}

.z-index-80 {
    z-index: 80
}

.z-index-81 {
    z-index: 81
}

.z-index-82 {
    z-index: 82
}

.z-index-83 {
    z-index: 83
}

.z-index-84 {
    z-index: 84
}

.z-index-85 {
    z-index: 85
}

.z-index-86 {
    z-index: 86
}

.z-index-87 {
    z-index: 87
}

.z-index-88 {
    z-index: 88
}

.z-index-89 {
    z-index: 89
}

.z-index-90 {
    z-index: 90
}

.z-index-91 {
    z-index: 91
}

.z-index-92 {
    z-index: 92
}

.z-index-93 {
    z-index: 93
}

.z-index-94 {
    z-index: 94
}

.z-index-95 {
    z-index: 95
}

.z-index-96 {
    z-index: 96
}

.z-index-97 {
    z-index: 97
}

.z-index-98 {
    z-index: 98
}

.z-index-99 {
    z-index: 99
}

.z-index-100 {
    z-index: 100
}

.z-index-101 {
    z-index: 101
}

.z-index-102 {
    z-index: 102
}

.z-index-103 {
    z-index: 103
}

.z-index-104 {
    z-index: 104
}

.z-index-105 {
    z-index: 105
}

.z-index-106 {
    z-index: 106
}

.z-index-107 {
    z-index: 107
}

.z-index-108 {
    z-index: 108
}

.z-index-109 {
    z-index: 109
}

.z-index-110 {
    z-index: 110
}

.z-index-111 {
    z-index: 111
}

.z-index-112 {
    z-index: 112
}

.z-index-113 {
    z-index: 113
}

.z-index-114 {
    z-index: 114
}

.z-index-115 {
    z-index: 115
}

.z-index-116 {
    z-index: 116
}

.z-index-117 {
    z-index: 117
}

.z-index-118 {
    z-index: 118
}

.z-index-119 {
    z-index: 119
}

.z-index-120 {
    z-index: 120
}

.z-index-121 {
    z-index: 121
}

.z-index-122 {
    z-index: 122
}

.z-index-123 {
    z-index: 123
}

.z-index-124 {
    z-index: 124
}

.z-index-125 {
    z-index: 125
}

.z-index-126 {
    z-index: 126
}

.z-index-127 {
    z-index: 127
}

.z-index-128 {
    z-index: 128
}

.z-index-129 {
    z-index: 129
}

.z-index-130 {
    z-index: 130
}

.z-index-131 {
    z-index: 131
}

.z-index-132 {
    z-index: 132
}

.z-index-133 {
    z-index: 133
}

.z-index-134 {
    z-index: 134
}

.z-index-135 {
    z-index: 135
}

.z-index-136 {
    z-index: 136
}

.z-index-137 {
    z-index: 137
}

.z-index-138 {
    z-index: 138
}

.z-index-139 {
    z-index: 139
}

.z-index-140 {
    z-index: 140
}

.z-index-141 {
    z-index: 141
}

.z-index-142 {
    z-index: 142
}

.z-index-143 {
    z-index: 143
}

.z-index-144 {
    z-index: 144
}

.z-index-145 {
    z-index: 145
}

.z-index-146 {
    z-index: 146
}

.z-index-147 {
    z-index: 147
}

.z-index-148 {
    z-index: 148
}

.z-index-149 {
    z-index: 149
}

.z-index-150 {
    z-index: 150
}

.z-index-151 {
    z-index: 151
}

.z-index-152 {
    z-index: 152
}

.z-index-153 {
    z-index: 153
}

.z-index-154 {
    z-index: 154
}

.z-index-155 {
    z-index: 155
}

.z-index-156 {
    z-index: 156
}

.z-index-157 {
    z-index: 157
}

.z-index-158 {
    z-index: 158
}

.z-index-159 {
    z-index: 159
}

.z-index-160 {
    z-index: 160
}

.z-index-161 {
    z-index: 161
}

.z-index-162 {
    z-index: 162
}

.z-index-163 {
    z-index: 163
}

.z-index-164 {
    z-index: 164
}

.z-index-165 {
    z-index: 165
}

.z-index-166 {
    z-index: 166
}

.z-index-167 {
    z-index: 167
}

.z-index-168 {
    z-index: 168
}

.z-index-169 {
    z-index: 169
}

.z-index-170 {
    z-index: 170
}

.z-index-171 {
    z-index: 171
}

.z-index-172 {
    z-index: 172
}

.z-index-173 {
    z-index: 173
}

.z-index-174 {
    z-index: 174
}

.z-index-175 {
    z-index: 175
}

.z-index-176 {
    z-index: 176
}

.z-index-177 {
    z-index: 177
}

.z-index-178 {
    z-index: 178
}

.z-index-179 {
    z-index: 179
}

.z-index-180 {
    z-index: 180
}

.z-index-181 {
    z-index: 181
}

.z-index-182 {
    z-index: 182
}

.z-index-183 {
    z-index: 183
}

.z-index-184 {
    z-index: 184
}

.z-index-185 {
    z-index: 185
}

.z-index-186 {
    z-index: 186
}

.z-index-187 {
    z-index: 187
}

.z-index-188 {
    z-index: 188
}

.z-index-189 {
    z-index: 189
}

.z-index-190 {
    z-index: 190
}

.z-index-191 {
    z-index: 191
}

.z-index-192 {
    z-index: 192
}

.z-index-193 {
    z-index: 193
}

.z-index-194 {
    z-index: 194
}

.z-index-195 {
    z-index: 195
}

.z-index-196 {
    z-index: 196
}

.z-index-197 {
    z-index: 197
}

.z-index-198 {
    z-index: 198
}

.z-index-199 {
    z-index: 199
}

.z-index-200 {
    z-index: 200
}

.z-index-201 {
    z-index: 201
}

.z-index-202 {
    z-index: 202
}

.z-index-203 {
    z-index: 203
}

.z-index-204 {
    z-index: 204
}

.z-index-205 {
    z-index: 205
}

.z-index-206 {
    z-index: 206
}

.z-index-207 {
    z-index: 207
}

.z-index-208 {
    z-index: 208
}

.z-index-209 {
    z-index: 209
}

.z-index-210 {
    z-index: 210
}

.z-index-211 {
    z-index: 211
}

.z-index-212 {
    z-index: 212
}

.z-index-213 {
    z-index: 213
}

.z-index-214 {
    z-index: 214
}

.z-index-215 {
    z-index: 215
}

.z-index-216 {
    z-index: 216
}

.z-index-217 {
    z-index: 217
}

.z-index-218 {
    z-index: 218
}

.z-index-219 {
    z-index: 219
}

.z-index-220 {
    z-index: 220
}

.z-index-221 {
    z-index: 221
}

.z-index-222 {
    z-index: 222
}

.z-index-223 {
    z-index: 223
}

.z-index-224 {
    z-index: 224
}

.z-index-225 {
    z-index: 225
}

.z-index-226 {
    z-index: 226
}

.z-index-227 {
    z-index: 227
}

.z-index-228 {
    z-index: 228
}

.z-index-229 {
    z-index: 229
}

.z-index-230 {
    z-index: 230
}

.z-index-231 {
    z-index: 231
}

.z-index-232 {
    z-index: 232
}

.z-index-233 {
    z-index: 233
}

.z-index-234 {
    z-index: 234
}

.z-index-235 {
    z-index: 235
}

.z-index-236 {
    z-index: 236
}

.z-index-237 {
    z-index: 237
}

.z-index-238 {
    z-index: 238
}

.z-index-239 {
    z-index: 239
}

.z-index-240 {
    z-index: 240
}

.z-index-241 {
    z-index: 241
}

.z-index-242 {
    z-index: 242
}

.z-index-243 {
    z-index: 243
}

.z-index-244 {
    z-index: 244
}

.z-index-245 {
    z-index: 245
}

.z-index-246 {
    z-index: 246
}

.z-index-247 {
    z-index: 247
}

.z-index-248 {
    z-index: 248
}

.z-index-249 {
    z-index: 249
}

.z-index-250 {
    z-index: 250
}

.z-index-251 {
    z-index: 251
}

.z-index-252 {
    z-index: 252
}

.z-index-253 {
    z-index: 253
}

.z-index-254 {
    z-index: 254
}

.z-index-255 {
    z-index: 255
}

.z-index-256 {
    z-index: 256
}

.z-index-257 {
    z-index: 257
}

.z-index-258 {
    z-index: 258
}

.z-index-259 {
    z-index: 259
}

.z-index-260 {
    z-index: 260
}

.z-index-261 {
    z-index: 261
}

.z-index-262 {
    z-index: 262
}

.z-index-263 {
    z-index: 263
}

.z-index-264 {
    z-index: 264
}

.z-index-265 {
    z-index: 265
}

.z-index-266 {
    z-index: 266
}

.z-index-267 {
    z-index: 267
}

.z-index-268 {
    z-index: 268
}

.z-index-269 {
    z-index: 269
}

.z-index-270 {
    z-index: 270
}

.z-index-271 {
    z-index: 271
}

.z-index-272 {
    z-index: 272
}

.z-index-273 {
    z-index: 273
}

.z-index-274 {
    z-index: 274
}

.z-index-275 {
    z-index: 275
}

.z-index-276 {
    z-index: 276
}

.z-index-277 {
    z-index: 277
}

.z-index-278 {
    z-index: 278
}

.z-index-279 {
    z-index: 279
}

.z-index-280 {
    z-index: 280
}

.z-index-281 {
    z-index: 281
}

.z-index-282 {
    z-index: 282
}

.z-index-283 {
    z-index: 283
}

.z-index-284 {
    z-index: 284
}

.z-index-285 {
    z-index: 285
}

.z-index-286 {
    z-index: 286
}

.z-index-287 {
    z-index: 287
}

.z-index-288 {
    z-index: 288
}

.z-index-289 {
    z-index: 289
}

.z-index-290 {
    z-index: 290
}

.z-index-291 {
    z-index: 291
}

.z-index-292 {
    z-index: 292
}

.z-index-293 {
    z-index: 293
}

.z-index-294 {
    z-index: 294
}

.z-index-295 {
    z-index: 295
}

.z-index-296 {
    z-index: 296
}

.z-index-297 {
    z-index: 297
}

.z-index-298 {
    z-index: 298
}

.z-index-299 {
    z-index: 299
}

.z-index-300 {
    z-index: 300
}

.z-index-301 {
    z-index: 301
}

.z-index-302 {
    z-index: 302
}

.z-index-303 {
    z-index: 303
}

.z-index-304 {
    z-index: 304
}

.z-index-305 {
    z-index: 305
}

.z-index-306 {
    z-index: 306
}

.z-index-307 {
    z-index: 307
}

.z-index-308 {
    z-index: 308
}

.z-index-309 {
    z-index: 309
}

.z-index-310 {
    z-index: 310
}

.z-index-311 {
    z-index: 311
}

.z-index-312 {
    z-index: 312
}

.z-index-313 {
    z-index: 313
}

.z-index-314 {
    z-index: 314
}

.z-index-315 {
    z-index: 315
}

.z-index-316 {
    z-index: 316
}

.z-index-317 {
    z-index: 317
}

.z-index-318 {
    z-index: 318
}

.z-index-319 {
    z-index: 319
}

.z-index-320 {
    z-index: 320
}

.z-index-321 {
    z-index: 321
}

.z-index-322 {
    z-index: 322
}

.z-index-323 {
    z-index: 323
}

.z-index-324 {
    z-index: 324
}

.z-index-325 {
    z-index: 325
}

.z-index-326 {
    z-index: 326
}

.z-index-327 {
    z-index: 327
}

.z-index-328 {
    z-index: 328
}

.z-index-329 {
    z-index: 329
}

.z-index-330 {
    z-index: 330
}

.z-index-331 {
    z-index: 331
}

.z-index-332 {
    z-index: 332
}

.z-index-333 {
    z-index: 333
}

.z-index-334 {
    z-index: 334
}

.z-index-335 {
    z-index: 335
}

.z-index-336 {
    z-index: 336
}

.z-index-337 {
    z-index: 337
}

.z-index-338 {
    z-index: 338
}

.z-index-339 {
    z-index: 339
}

.z-index-340 {
    z-index: 340
}

.z-index-341 {
    z-index: 341
}

.z-index-342 {
    z-index: 342
}

.z-index-343 {
    z-index: 343
}

.z-index-344 {
    z-index: 344
}

.z-index-345 {
    z-index: 345
}

.z-index-346 {
    z-index: 346
}

.z-index-347 {
    z-index: 347
}

.z-index-348 {
    z-index: 348
}

.z-index-349 {
    z-index: 349
}

.z-index-350 {
    z-index: 350
}

.z-index-351 {
    z-index: 351
}

.z-index-352 {
    z-index: 352
}

.z-index-353 {
    z-index: 353
}

.z-index-354 {
    z-index: 354
}

.z-index-355 {
    z-index: 355
}

.z-index-356 {
    z-index: 356
}

.z-index-357 {
    z-index: 357
}

.z-index-358 {
    z-index: 358
}

.z-index-359 {
    z-index: 359
}

.z-index-360 {
    z-index: 360
}

.z-index-361 {
    z-index: 361
}

.z-index-362 {
    z-index: 362
}

.z-index-363 {
    z-index: 363
}

.z-index-364 {
    z-index: 364
}

.z-index-365 {
    z-index: 365
}

.z-index-366 {
    z-index: 366
}

.z-index-367 {
    z-index: 367
}

.z-index-368 {
    z-index: 368
}

.z-index-369 {
    z-index: 369
}

.z-index-370 {
    z-index: 370
}

.z-index-371 {
    z-index: 371
}

.z-index-372 {
    z-index: 372
}

.z-index-373 {
    z-index: 373
}

.z-index-374 {
    z-index: 374
}

.z-index-375 {
    z-index: 375
}

.z-index-376 {
    z-index: 376
}

.z-index-377 {
    z-index: 377
}

.z-index-378 {
    z-index: 378
}

.z-index-379 {
    z-index: 379
}

.z-index-380 {
    z-index: 380
}

.z-index-381 {
    z-index: 381
}

.z-index-382 {
    z-index: 382
}

.z-index-383 {
    z-index: 383
}

.z-index-384 {
    z-index: 384
}

.z-index-385 {
    z-index: 385
}

.z-index-386 {
    z-index: 386
}

.z-index-387 {
    z-index: 387
}

.z-index-388 {
    z-index: 388
}

.z-index-389 {
    z-index: 389
}

.z-index-390 {
    z-index: 390
}

.z-index-391 {
    z-index: 391
}

.z-index-392 {
    z-index: 392
}

.z-index-393 {
    z-index: 393
}

.z-index-394 {
    z-index: 394
}

.z-index-395 {
    z-index: 395
}

.z-index-396 {
    z-index: 396
}

.z-index-397 {
    z-index: 397
}

.z-index-398 {
    z-index: 398
}

.z-index-399 {
    z-index: 399
}

.z-index-400 {
    z-index: 400
}

.z-index-401 {
    z-index: 401
}

.z-index-402 {
    z-index: 402
}

.z-index-403 {
    z-index: 403
}

.z-index-404 {
    z-index: 404
}

.z-index-405 {
    z-index: 405
}

.z-index-406 {
    z-index: 406
}

.z-index-407 {
    z-index: 407
}

.z-index-408 {
    z-index: 408
}

.z-index-409 {
    z-index: 409
}

.z-index-410 {
    z-index: 410
}

.z-index-411 {
    z-index: 411
}

.z-index-412 {
    z-index: 412
}

.z-index-413 {
    z-index: 413
}

.z-index-414 {
    z-index: 414
}

.z-index-415 {
    z-index: 415
}

.z-index-416 {
    z-index: 416
}

.z-index-417 {
    z-index: 417
}

.z-index-418 {
    z-index: 418
}

.z-index-419 {
    z-index: 419
}

.z-index-420 {
    z-index: 420
}

.z-index-421 {
    z-index: 421
}

.z-index-422 {
    z-index: 422
}

.z-index-423 {
    z-index: 423
}

.z-index-424 {
    z-index: 424
}

.z-index-425 {
    z-index: 425
}

.z-index-426 {
    z-index: 426
}

.z-index-427 {
    z-index: 427
}

.z-index-428 {
    z-index: 428
}

.z-index-429 {
    z-index: 429
}

.z-index-430 {
    z-index: 430
}

.z-index-431 {
    z-index: 431
}

.z-index-432 {
    z-index: 432
}

.z-index-433 {
    z-index: 433
}

.z-index-434 {
    z-index: 434
}

.z-index-435 {
    z-index: 435
}

.z-index-436 {
    z-index: 436
}

.z-index-437 {
    z-index: 437
}

.z-index-438 {
    z-index: 438
}

.z-index-439 {
    z-index: 439
}

.z-index-440 {
    z-index: 440
}

.z-index-441 {
    z-index: 441
}

.z-index-442 {
    z-index: 442
}

.z-index-443 {
    z-index: 443
}

.z-index-444 {
    z-index: 444
}

.z-index-445 {
    z-index: 445
}

.z-index-446 {
    z-index: 446
}

.z-index-447 {
    z-index: 447
}

.z-index-448 {
    z-index: 448
}

.z-index-449 {
    z-index: 449
}

.z-index-450 {
    z-index: 450
}

.z-index-451 {
    z-index: 451
}

.z-index-452 {
    z-index: 452
}

.z-index-453 {
    z-index: 453
}

.z-index-454 {
    z-index: 454
}

.z-index-455 {
    z-index: 455
}

.z-index-456 {
    z-index: 456
}

.z-index-457 {
    z-index: 457
}

.z-index-458 {
    z-index: 458
}

.z-index-459 {
    z-index: 459
}

.z-index-460 {
    z-index: 460
}

.z-index-461 {
    z-index: 461
}

.z-index-462 {
    z-index: 462
}

.z-index-463 {
    z-index: 463
}

.z-index-464 {
    z-index: 464
}

.z-index-465 {
    z-index: 465
}

.z-index-466 {
    z-index: 466
}

.z-index-467 {
    z-index: 467
}

.z-index-468 {
    z-index: 468
}

.z-index-469 {
    z-index: 469
}

.z-index-470 {
    z-index: 470
}

.z-index-471 {
    z-index: 471
}

.z-index-472 {
    z-index: 472
}

.z-index-473 {
    z-index: 473
}

.z-index-474 {
    z-index: 474
}

.z-index-475 {
    z-index: 475
}

.z-index-476 {
    z-index: 476
}

.z-index-477 {
    z-index: 477
}

.z-index-478 {
    z-index: 478
}

.z-index-479 {
    z-index: 479
}

.z-index-480 {
    z-index: 480
}

.z-index-481 {
    z-index: 481
}

.z-index-482 {
    z-index: 482
}

.z-index-483 {
    z-index: 483
}

.z-index-484 {
    z-index: 484
}

.z-index-485 {
    z-index: 485
}

.z-index-486 {
    z-index: 486
}

.z-index-487 {
    z-index: 487
}

.z-index-488 {
    z-index: 488
}

.z-index-489 {
    z-index: 489
}

.z-index-490 {
    z-index: 490
}

.z-index-491 {
    z-index: 491
}

.z-index-492 {
    z-index: 492
}

.z-index-493 {
    z-index: 493
}

.z-index-494 {
    z-index: 494
}

.z-index-495 {
    z-index: 495
}

.z-index-496 {
    z-index: 496
}

.z-index-497 {
    z-index: 497
}

.z-index-498 {
    z-index: 498
}

.z-index-499 {
    z-index: 499
}

.z-index-500 {
    z-index: 500
}

.z-index-501 {
    z-index: 501
}

.z-index-502 {
    z-index: 502
}

.z-index-503 {
    z-index: 503
}

.z-index-504 {
    z-index: 504
}

.z-index-505 {
    z-index: 505
}

.z-index-506 {
    z-index: 506
}

.z-index-507 {
    z-index: 507
}

.z-index-508 {
    z-index: 508
}

.z-index-509 {
    z-index: 509
}

.z-index-510 {
    z-index: 510
}

.z-index-511 {
    z-index: 511
}

.z-index-512 {
    z-index: 512
}

.z-index-513 {
    z-index: 513
}

.z-index-514 {
    z-index: 514
}

.z-index-515 {
    z-index: 515
}

.z-index-516 {
    z-index: 516
}

.z-index-517 {
    z-index: 517
}

.z-index-518 {
    z-index: 518
}

.z-index-519 {
    z-index: 519
}

.z-index-520 {
    z-index: 520
}

.z-index-521 {
    z-index: 521
}

.z-index-522 {
    z-index: 522
}

.z-index-523 {
    z-index: 523
}

.z-index-524 {
    z-index: 524
}

.z-index-525 {
    z-index: 525
}

.z-index-526 {
    z-index: 526
}

.z-index-527 {
    z-index: 527
}

.z-index-528 {
    z-index: 528
}

.z-index-529 {
    z-index: 529
}

.z-index-530 {
    z-index: 530
}

.z-index-531 {
    z-index: 531
}

.z-index-532 {
    z-index: 532
}

.z-index-533 {
    z-index: 533
}

.z-index-534 {
    z-index: 534
}

.z-index-535 {
    z-index: 535
}

.z-index-536 {
    z-index: 536
}

.z-index-537 {
    z-index: 537
}

.z-index-538 {
    z-index: 538
}

.z-index-539 {
    z-index: 539
}

.z-index-540 {
    z-index: 540
}

.z-index-541 {
    z-index: 541
}

.z-index-542 {
    z-index: 542
}

.z-index-543 {
    z-index: 543
}

.z-index-544 {
    z-index: 544
}

.z-index-545 {
    z-index: 545
}

.z-index-546 {
    z-index: 546
}

.z-index-547 {
    z-index: 547
}

.z-index-548 {
    z-index: 548
}

.z-index-549 {
    z-index: 549
}

.z-index-550 {
    z-index: 550
}

.z-index-551 {
    z-index: 551
}

.z-index-552 {
    z-index: 552
}

.z-index-553 {
    z-index: 553
}

.z-index-554 {
    z-index: 554
}

.z-index-555 {
    z-index: 555
}

.z-index-556 {
    z-index: 556
}

.z-index-557 {
    z-index: 557
}

.z-index-558 {
    z-index: 558
}

.z-index-559 {
    z-index: 559
}

.z-index-560 {
    z-index: 560
}

.z-index-561 {
    z-index: 561
}

.z-index-562 {
    z-index: 562
}

.z-index-563 {
    z-index: 563
}

.z-index-564 {
    z-index: 564
}

.z-index-565 {
    z-index: 565
}

.z-index-566 {
    z-index: 566
}

.z-index-567 {
    z-index: 567
}

.z-index-568 {
    z-index: 568
}

.z-index-569 {
    z-index: 569
}

.z-index-570 {
    z-index: 570
}

.z-index-571 {
    z-index: 571
}

.z-index-572 {
    z-index: 572
}

.z-index-573 {
    z-index: 573
}

.z-index-574 {
    z-index: 574
}

.z-index-575 {
    z-index: 575
}

.z-index-576 {
    z-index: 576
}

.z-index-577 {
    z-index: 577
}

.z-index-578 {
    z-index: 578
}

.z-index-579 {
    z-index: 579
}

.z-index-580 {
    z-index: 580
}

.z-index-581 {
    z-index: 581
}

.z-index-582 {
    z-index: 582
}

.z-index-583 {
    z-index: 583
}

.z-index-584 {
    z-index: 584
}

.z-index-585 {
    z-index: 585
}

.z-index-586 {
    z-index: 586
}

.z-index-587 {
    z-index: 587
}

.z-index-588 {
    z-index: 588
}

.z-index-589 {
    z-index: 589
}

.z-index-590 {
    z-index: 590
}

.z-index-591 {
    z-index: 591
}

.z-index-592 {
    z-index: 592
}

.z-index-593 {
    z-index: 593
}

.z-index-594 {
    z-index: 594
}

.z-index-595 {
    z-index: 595
}

.z-index-596 {
    z-index: 596
}

.z-index-597 {
    z-index: 597
}

.z-index-598 {
    z-index: 598
}

.z-index-599 {
    z-index: 599
}

.z-index-600 {
    z-index: 600
}

.z-index-601 {
    z-index: 601
}

.z-index-602 {
    z-index: 602
}

.z-index-603 {
    z-index: 603
}

.z-index-604 {
    z-index: 604
}

.z-index-605 {
    z-index: 605
}

.z-index-606 {
    z-index: 606
}

.z-index-607 {
    z-index: 607
}

.z-index-608 {
    z-index: 608
}

.z-index-609 {
    z-index: 609
}

.z-index-610 {
    z-index: 610
}

.z-index-611 {
    z-index: 611
}

.z-index-612 {
    z-index: 612
}

.z-index-613 {
    z-index: 613
}

.z-index-614 {
    z-index: 614
}

.z-index-615 {
    z-index: 615
}

.z-index-616 {
    z-index: 616
}

.z-index-617 {
    z-index: 617
}

.z-index-618 {
    z-index: 618
}

.z-index-619 {
    z-index: 619
}

.z-index-620 {
    z-index: 620
}

.z-index-621 {
    z-index: 621
}

.z-index-622 {
    z-index: 622
}

.z-index-623 {
    z-index: 623
}

.z-index-624 {
    z-index: 624
}

.z-index-625 {
    z-index: 625
}

.z-index-626 {
    z-index: 626
}

.z-index-627 {
    z-index: 627
}

.z-index-628 {
    z-index: 628
}

.z-index-629 {
    z-index: 629
}

.z-index-630 {
    z-index: 630
}

.z-index-631 {
    z-index: 631
}

.z-index-632 {
    z-index: 632
}

.z-index-633 {
    z-index: 633
}

.z-index-634 {
    z-index: 634
}

.z-index-635 {
    z-index: 635
}

.z-index-636 {
    z-index: 636
}

.z-index-637 {
    z-index: 637
}

.z-index-638 {
    z-index: 638
}

.z-index-639 {
    z-index: 639
}

.z-index-640 {
    z-index: 640
}

.z-index-641 {
    z-index: 641
}

.z-index-642 {
    z-index: 642
}

.z-index-643 {
    z-index: 643
}

.z-index-644 {
    z-index: 644
}

.z-index-645 {
    z-index: 645
}

.z-index-646 {
    z-index: 646
}

.z-index-647 {
    z-index: 647
}

.z-index-648 {
    z-index: 648
}

.z-index-649 {
    z-index: 649
}

.z-index-650 {
    z-index: 650
}

.z-index-651 {
    z-index: 651
}

.z-index-652 {
    z-index: 652
}

.z-index-653 {
    z-index: 653
}

.z-index-654 {
    z-index: 654
}

.z-index-655 {
    z-index: 655
}

.z-index-656 {
    z-index: 656
}

.z-index-657 {
    z-index: 657
}

.z-index-658 {
    z-index: 658
}

.z-index-659 {
    z-index: 659
}

.z-index-660 {
    z-index: 660
}

.z-index-661 {
    z-index: 661
}

.z-index-662 {
    z-index: 662
}

.z-index-663 {
    z-index: 663
}

.z-index-664 {
    z-index: 664
}

.z-index-665 {
    z-index: 665
}

.z-index-666 {
    z-index: 666
}

.z-index-667 {
    z-index: 667
}

.z-index-668 {
    z-index: 668
}

.z-index-669 {
    z-index: 669
}

.z-index-670 {
    z-index: 670
}

.z-index-671 {
    z-index: 671
}

.z-index-672 {
    z-index: 672
}

.z-index-673 {
    z-index: 673
}

.z-index-674 {
    z-index: 674
}

.z-index-675 {
    z-index: 675
}

.z-index-676 {
    z-index: 676
}

.z-index-677 {
    z-index: 677
}

.z-index-678 {
    z-index: 678
}

.z-index-679 {
    z-index: 679
}

.z-index-680 {
    z-index: 680
}

.z-index-681 {
    z-index: 681
}

.z-index-682 {
    z-index: 682
}

.z-index-683 {
    z-index: 683
}

.z-index-684 {
    z-index: 684
}

.z-index-685 {
    z-index: 685
}

.z-index-686 {
    z-index: 686
}

.z-index-687 {
    z-index: 687
}

.z-index-688 {
    z-index: 688
}

.z-index-689 {
    z-index: 689
}

.z-index-690 {
    z-index: 690
}

.z-index-691 {
    z-index: 691
}

.z-index-692 {
    z-index: 692
}

.z-index-693 {
    z-index: 693
}

.z-index-694 {
    z-index: 694
}

.z-index-695 {
    z-index: 695
}

.z-index-696 {
    z-index: 696
}

.z-index-697 {
    z-index: 697
}

.z-index-698 {
    z-index: 698
}

.z-index-699 {
    z-index: 699
}

.z-index-700 {
    z-index: 700
}

.z-index-701 {
    z-index: 701
}

.z-index-702 {
    z-index: 702
}

.z-index-703 {
    z-index: 703
}

.z-index-704 {
    z-index: 704
}

.z-index-705 {
    z-index: 705
}

.z-index-706 {
    z-index: 706
}

.z-index-707 {
    z-index: 707
}

.z-index-708 {
    z-index: 708
}

.z-index-709 {
    z-index: 709
}

.z-index-710 {
    z-index: 710
}

.z-index-711 {
    z-index: 711
}

.z-index-712 {
    z-index: 712
}

.z-index-713 {
    z-index: 713
}

.z-index-714 {
    z-index: 714
}

.z-index-715 {
    z-index: 715
}

.z-index-716 {
    z-index: 716
}

.z-index-717 {
    z-index: 717
}

.z-index-718 {
    z-index: 718
}

.z-index-719 {
    z-index: 719
}

.z-index-720 {
    z-index: 720
}

.z-index-721 {
    z-index: 721
}

.z-index-722 {
    z-index: 722
}

.z-index-723 {
    z-index: 723
}

.z-index-724 {
    z-index: 724
}

.z-index-725 {
    z-index: 725
}

.z-index-726 {
    z-index: 726
}

.z-index-727 {
    z-index: 727
}

.z-index-728 {
    z-index: 728
}

.z-index-729 {
    z-index: 729
}

.z-index-730 {
    z-index: 730
}

.z-index-731 {
    z-index: 731
}

.z-index-732 {
    z-index: 732
}

.z-index-733 {
    z-index: 733
}

.z-index-734 {
    z-index: 734
}

.z-index-735 {
    z-index: 735
}

.z-index-736 {
    z-index: 736
}

.z-index-737 {
    z-index: 737
}

.z-index-738 {
    z-index: 738
}

.z-index-739 {
    z-index: 739
}

.z-index-740 {
    z-index: 740
}

.z-index-741 {
    z-index: 741
}

.z-index-742 {
    z-index: 742
}

.z-index-743 {
    z-index: 743
}

.z-index-744 {
    z-index: 744
}

.z-index-745 {
    z-index: 745
}

.z-index-746 {
    z-index: 746
}

.z-index-747 {
    z-index: 747
}

.z-index-748 {
    z-index: 748
}

.z-index-749 {
    z-index: 749
}

.z-index-750 {
    z-index: 750
}

.z-index-751 {
    z-index: 751
}

.z-index-752 {
    z-index: 752
}

.z-index-753 {
    z-index: 753
}

.z-index-754 {
    z-index: 754
}

.z-index-755 {
    z-index: 755
}

.z-index-756 {
    z-index: 756
}

.z-index-757 {
    z-index: 757
}

.z-index-758 {
    z-index: 758
}

.z-index-759 {
    z-index: 759
}

.z-index-760 {
    z-index: 760
}

.z-index-761 {
    z-index: 761
}

.z-index-762 {
    z-index: 762
}

.z-index-763 {
    z-index: 763
}

.z-index-764 {
    z-index: 764
}

.z-index-765 {
    z-index: 765
}

.z-index-766 {
    z-index: 766
}

.z-index-767 {
    z-index: 767
}

.z-index-768 {
    z-index: 768
}

.z-index-769 {
    z-index: 769
}

.z-index-770 {
    z-index: 770
}

.z-index-771 {
    z-index: 771
}

.z-index-772 {
    z-index: 772
}

.z-index-773 {
    z-index: 773
}

.z-index-774 {
    z-index: 774
}

.z-index-775 {
    z-index: 775
}

.z-index-776 {
    z-index: 776
}

.z-index-777 {
    z-index: 777
}

.z-index-778 {
    z-index: 778
}

.z-index-779 {
    z-index: 779
}

.z-index-780 {
    z-index: 780
}

.z-index-781 {
    z-index: 781
}

.z-index-782 {
    z-index: 782
}

.z-index-783 {
    z-index: 783
}

.z-index-784 {
    z-index: 784
}

.z-index-785 {
    z-index: 785
}

.z-index-786 {
    z-index: 786
}

.z-index-787 {
    z-index: 787
}

.z-index-788 {
    z-index: 788
}

.z-index-789 {
    z-index: 789
}

.z-index-790 {
    z-index: 790
}

.z-index-791 {
    z-index: 791
}

.z-index-792 {
    z-index: 792
}

.z-index-793 {
    z-index: 793
}

.z-index-794 {
    z-index: 794
}

.z-index-795 {
    z-index: 795
}

.z-index-796 {
    z-index: 796
}

.z-index-797 {
    z-index: 797
}

.z-index-798 {
    z-index: 798
}

.z-index-799 {
    z-index: 799
}

.z-index-800 {
    z-index: 800
}

.z-index-801 {
    z-index: 801
}

.z-index-802 {
    z-index: 802
}

.z-index-803 {
    z-index: 803
}

.z-index-804 {
    z-index: 804
}

.z-index-805 {
    z-index: 805
}

.z-index-806 {
    z-index: 806
}

.z-index-807 {
    z-index: 807
}

.z-index-808 {
    z-index: 808
}

.z-index-809 {
    z-index: 809
}

.z-index-810 {
    z-index: 810
}

.z-index-811 {
    z-index: 811
}

.z-index-812 {
    z-index: 812
}

.z-index-813 {
    z-index: 813
}

.z-index-814 {
    z-index: 814
}

.z-index-815 {
    z-index: 815
}

.z-index-816 {
    z-index: 816
}

.z-index-817 {
    z-index: 817
}

.z-index-818 {
    z-index: 818
}

.z-index-819 {
    z-index: 819
}

.z-index-820 {
    z-index: 820
}

.z-index-821 {
    z-index: 821
}

.z-index-822 {
    z-index: 822
}

.z-index-823 {
    z-index: 823
}

.z-index-824 {
    z-index: 824
}

.z-index-825 {
    z-index: 825
}

.z-index-826 {
    z-index: 826
}

.z-index-827 {
    z-index: 827
}

.z-index-828 {
    z-index: 828
}

.z-index-829 {
    z-index: 829
}

.z-index-830 {
    z-index: 830
}

.z-index-831 {
    z-index: 831
}

.z-index-832 {
    z-index: 832
}

.z-index-833 {
    z-index: 833
}

.z-index-834 {
    z-index: 834
}

.z-index-835 {
    z-index: 835
}

.z-index-836 {
    z-index: 836
}

.z-index-837 {
    z-index: 837
}

.z-index-838 {
    z-index: 838
}

.z-index-839 {
    z-index: 839
}

.z-index-840 {
    z-index: 840
}

.z-index-841 {
    z-index: 841
}

.z-index-842 {
    z-index: 842
}

.z-index-843 {
    z-index: 843
}

.z-index-844 {
    z-index: 844
}

.z-index-845 {
    z-index: 845
}

.z-index-846 {
    z-index: 846
}

.z-index-847 {
    z-index: 847
}

.z-index-848 {
    z-index: 848
}

.z-index-849 {
    z-index: 849
}

.z-index-850 {
    z-index: 850
}

.z-index-851 {
    z-index: 851
}

.z-index-852 {
    z-index: 852
}

.z-index-853 {
    z-index: 853
}

.z-index-854 {
    z-index: 854
}

.z-index-855 {
    z-index: 855
}

.z-index-856 {
    z-index: 856
}

.z-index-857 {
    z-index: 857
}

.z-index-858 {
    z-index: 858
}

.z-index-859 {
    z-index: 859
}

.z-index-860 {
    z-index: 860
}

.z-index-861 {
    z-index: 861
}

.z-index-862 {
    z-index: 862
}

.z-index-863 {
    z-index: 863
}

.z-index-864 {
    z-index: 864
}

.z-index-865 {
    z-index: 865
}

.z-index-866 {
    z-index: 866
}

.z-index-867 {
    z-index: 867
}

.z-index-868 {
    z-index: 868
}

.z-index-869 {
    z-index: 869
}

.z-index-870 {
    z-index: 870
}

.z-index-871 {
    z-index: 871
}

.z-index-872 {
    z-index: 872
}

.z-index-873 {
    z-index: 873
}

.z-index-874 {
    z-index: 874
}

.z-index-875 {
    z-index: 875
}

.z-index-876 {
    z-index: 876
}

.z-index-877 {
    z-index: 877
}

.z-index-878 {
    z-index: 878
}

.z-index-879 {
    z-index: 879
}

.z-index-880 {
    z-index: 880
}

.z-index-881 {
    z-index: 881
}

.z-index-882 {
    z-index: 882
}

.z-index-883 {
    z-index: 883
}

.z-index-884 {
    z-index: 884
}

.z-index-885 {
    z-index: 885
}

.z-index-886 {
    z-index: 886
}

.z-index-887 {
    z-index: 887
}

.z-index-888 {
    z-index: 888
}

.z-index-889 {
    z-index: 889
}

.z-index-890 {
    z-index: 890
}

.z-index-891 {
    z-index: 891
}

.z-index-892 {
    z-index: 892
}

.z-index-893 {
    z-index: 893
}

.z-index-894 {
    z-index: 894
}

.z-index-895 {
    z-index: 895
}

.z-index-896 {
    z-index: 896
}

.z-index-897 {
    z-index: 897
}

.z-index-898 {
    z-index: 898
}

.z-index-899 {
    z-index: 899
}

.z-index-900 {
    z-index: 900
}

.z-index-901 {
    z-index: 901
}

.z-index-902 {
    z-index: 902
}

.z-index-903 {
    z-index: 903
}

.z-index-904 {
    z-index: 904
}

.z-index-905 {
    z-index: 905
}

.z-index-906 {
    z-index: 906
}

.z-index-907 {
    z-index: 907
}

.z-index-908 {
    z-index: 908
}

.z-index-909 {
    z-index: 909
}

.z-index-910 {
    z-index: 910
}

.z-index-911 {
    z-index: 911
}

.z-index-912 {
    z-index: 912
}

.z-index-913 {
    z-index: 913
}

.z-index-914 {
    z-index: 914
}

.z-index-915 {
    z-index: 915
}

.z-index-916 {
    z-index: 916
}

.z-index-917 {
    z-index: 917
}

.z-index-918 {
    z-index: 918
}

.z-index-919 {
    z-index: 919
}

.z-index-920 {
    z-index: 920
}

.z-index-921 {
    z-index: 921
}

.z-index-922 {
    z-index: 922
}

.z-index-923 {
    z-index: 923
}

.z-index-924 {
    z-index: 924
}

.z-index-925 {
    z-index: 925
}

.z-index-926 {
    z-index: 926
}

.z-index-927 {
    z-index: 927
}

.z-index-928 {
    z-index: 928
}

.z-index-929 {
    z-index: 929
}

.z-index-930 {
    z-index: 930
}

.z-index-931 {
    z-index: 931
}

.z-index-932 {
    z-index: 932
}

.z-index-933 {
    z-index: 933
}

.z-index-934 {
    z-index: 934
}

.z-index-935 {
    z-index: 935
}

.z-index-936 {
    z-index: 936
}

.z-index-937 {
    z-index: 937
}

.z-index-938 {
    z-index: 938
}

.z-index-939 {
    z-index: 939
}

.z-index-940 {
    z-index: 940
}

.z-index-941 {
    z-index: 941
}

.z-index-942 {
    z-index: 942
}

.z-index-943 {
    z-index: 943
}

.z-index-944 {
    z-index: 944
}

.z-index-945 {
    z-index: 945
}

.z-index-946 {
    z-index: 946
}

.z-index-947 {
    z-index: 947
}

.z-index-948 {
    z-index: 948
}

.z-index-949 {
    z-index: 949
}

.z-index-950 {
    z-index: 950
}

.z-index-951 {
    z-index: 951
}

.z-index-952 {
    z-index: 952
}

.z-index-953 {
    z-index: 953
}

.z-index-954 {
    z-index: 954
}

.z-index-955 {
    z-index: 955
}

.z-index-956 {
    z-index: 956
}

.z-index-957 {
    z-index: 957
}

.z-index-958 {
    z-index: 958
}

.z-index-959 {
    z-index: 959
}

.z-index-960 {
    z-index: 960
}

.z-index-961 {
    z-index: 961
}

.z-index-962 {
    z-index: 962
}

.z-index-963 {
    z-index: 963
}

.z-index-964 {
    z-index: 964
}

.z-index-965 {
    z-index: 965
}

.z-index-966 {
    z-index: 966
}

.z-index-967 {
    z-index: 967
}

.z-index-968 {
    z-index: 968
}

.z-index-969 {
    z-index: 969
}

.z-index-970 {
    z-index: 970
}

.z-index-971 {
    z-index: 971
}

.z-index-972 {
    z-index: 972
}

.z-index-973 {
    z-index: 973
}

.z-index-974 {
    z-index: 974
}

.z-index-975 {
    z-index: 975
}

.z-index-976 {
    z-index: 976
}

.z-index-977 {
    z-index: 977
}

.z-index-978 {
    z-index: 978
}

.z-index-979 {
    z-index: 979
}

.z-index-980 {
    z-index: 980
}

.z-index-981 {
    z-index: 981
}

.z-index-982 {
    z-index: 982
}

.z-index-983 {
    z-index: 983
}

.z-index-984 {
    z-index: 984
}

.z-index-985 {
    z-index: 985
}

.z-index-986 {
    z-index: 986
}

.z-index-987 {
    z-index: 987
}

.z-index-988 {
    z-index: 988
}

.z-index-989 {
    z-index: 989
}

.z-index-990 {
    z-index: 990
}

.z-index-991 {
    z-index: 991
}

.z-index-992 {
    z-index: 992
}

.z-index-993 {
    z-index: 993
}

.z-index-994 {
    z-index: 994
}

.z-index-995 {
    z-index: 995
}

.z-index-996 {
    z-index: 996
}

.z-index-997 {
    z-index: 997
}

.z-index-998 {
    z-index: 998
}

.z-index-999 {
    z-index: 999
}

.z-index-1000 {
    z-index: 1000
}

.br-1 {
    border-radius: 1px
}

.br-2 {
    border-radius: 2px
}

.br-3 {
    border-radius: 3px
}

.br-4 {
    border-radius: 4px
}

.br-5,
.icons img {
    border-radius: 5px
}

.br-6 {
    border-radius: 6px
}

.br-7 {
    border-radius: 7px
}

.br-8 {
    border-radius: 8px
}

.br-9 {
    border-radius: 9px
}

.br-11 {
    border-radius: 11px
}

.br-12 {
    border-radius: 12px
}

.br-13 {
    border-radius: 13px
}

.br-14 {
    border-radius: 14px
}

.br-15 {
    border-radius: 15px
}

.br-16 {
    border-radius: 16px
}

.br-17 {
    border-radius: 17px
}

.br-18 {
    border-radius: 18px
}

.br-19 {
    border-radius: 19px
}

.br-20 {
    border-radius: 20px
}

.br-21 {
    border-radius: 21px
}

.br-22 {
    border-radius: 22px
}

.br-23 {
    border-radius: 23px
}

.br-24 {
    border-radius: 24px
}

.br-25 {
    border-radius: 25px
}

.br-26 {
    border-radius: 26px
}

.br-27 {
    border-radius: 27px
}

.br-28 {
    border-radius: 28px
}

.br-29 {
    border-radius: 29px
}

.br-30 {
    border-radius: 30px
}

.br-31 {
    border-radius: 31px
}

.br-32 {
    border-radius: 32px
}

.br-33 {
    border-radius: 33px
}

.br-34 {
    border-radius: 34px
}

.br-35 {
    border-radius: 35px
}

.br-36 {
    border-radius: 36px
}

.br-37 {
    border-radius: 37px
}

.br-38 {
    border-radius: 38px
}

.br-39 {
    border-radius: 39px
}

.br-40 {
    border-radius: 40px
}

.br-41 {
    border-radius: 41px
}

.br-42 {
    border-radius: 42px
}

.br-43 {
    border-radius: 43px
}

.br-44 {
    border-radius: 44px
}

.br-45 {
    border-radius: 45px
}

.br-46 {
    border-radius: 46px
}

.br-47 {
    border-radius: 47px
}

.br-48 {
    border-radius: 48px
}

.br-49 {
    border-radius: 49px
}

.br-50 {
    border-radius: 50px
}

.br-51 {
    border-radius: 51px
}

.br-52 {
    border-radius: 52px
}

.br-53 {
    border-radius: 53px
}

.br-54 {
    border-radius: 54px
}

.br-55 {
    border-radius: 55px
}

.br-56 {
    border-radius: 56px
}

.br-57 {
    border-radius: 57px
}

.br-58 {
    border-radius: 58px
}

.br-59 {
    border-radius: 59px
}

.br-60 {
    border-radius: 60px
}

.br-61 {
    border-radius: 61px
}

.br-62 {
    border-radius: 62px
}

.br-63 {
    border-radius: 63px
}

.br-64 {
    border-radius: 64px
}

.br-65 {
    border-radius: 65px
}

.br-66 {
    border-radius: 66px
}

.br-67 {
    border-radius: 67px
}

.br-68 {
    border-radius: 68px
}

.br-69 {
    border-radius: 69px
}

.br-70 {
    border-radius: 70px
}

.br-71 {
    border-radius: 71px
}

.br-72 {
    border-radius: 72px
}

.br-73 {
    border-radius: 73px
}

.br-74 {
    border-radius: 74px
}

.br-75 {
    border-radius: 75px
}

.br-76 {
    border-radius: 76px
}

.br-77 {
    border-radius: 77px
}

.br-78 {
    border-radius: 78px
}

.br-79 {
    border-radius: 79px
}

.br-80 {
    border-radius: 80px
}

.br-81 {
    border-radius: 81px
}

.br-82 {
    border-radius: 82px
}

.br-83 {
    border-radius: 83px
}

.br-84 {
    border-radius: 84px
}

.br-85 {
    border-radius: 85px
}

.br-86 {
    border-radius: 86px
}

.br-87 {
    border-radius: 87px
}

.br-88 {
    border-radius: 88px
}

.br-89 {
    border-radius: 89px
}

.br-90 {
    border-radius: 90px
}

.br-91 {
    border-radius: 91px
}

.br-92 {
    border-radius: 92px
}

.br-93 {
    border-radius: 93px
}

.br-94 {
    border-radius: 94px
}

.br-95 {
    border-radius: 95px
}

.br-96 {
    border-radius: 96px
}

.br-97 {
    border-radius: 97px
}

.br-98 {
    border-radius: 98px
}

.br-99 {
    border-radius: 99px
}

.br-100 {
    border-radius: 100px
}

.bg-gray {
    background-color: #ebebeb
}

.bg-fixed {
    background-attachment: fixed !important
}

.bg-image {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important
}

.bg-overlay.info-overlay::before {
    background: #0dcaf0
}

.bg-overlay.warning-overlay::before {
    background: #ffc107
}

.bg-overlay.danger-overlay::before {
    background: #f65660
}

.btn,
.btn-check+.btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg)
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-weight: 500
}

.btn-danger,
.btn-info,
.btn-primary,
.btn-secondary,
.btn-success,
.btn-warning {
    --bs-btn-color: #fff;
    --bs-btn-disabled-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-active-color: #fff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.list-inline,
.pagination {
    padding-left: 0;
    list-style: none
}

@media (prefers-reduced-motion:reduce) {

    .fa-beat,
    .fa-beat-fade,
    .fa-bounce,
    .fa-fade,
    .fa-flip,
    .fa-pulse,
    .fa-shake,
    .fa-spin,
    .fa-spin-pulse {
        -webkit-animation-delay: -1ms;
        animation-delay: -1ms;
        -webkit-animation-duration: 1ms;
        animation-duration: 1ms;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-duration: 0s;
        transition-duration: 0s
    }

    .btn {
        transition: none
    }
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn-check+.btn:hover {
    border-color: var(--bs-btn-border-color)
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:focus-visible+.btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg) !important;
    border-color: var(--bs-btn-active-border-color)
}

.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

body.dark-scheme,
body.dark-scheme .bg-overlay.default-overlay:before,
body.dark-scheme .navbar-area,
body.dark-scheme section {
    background: var(--frontend-dark-color-scheme)
}

.btn:active,
.btn:focus {
    outline: 0 !important
}

.btn-primary {
    --bs-btn-bg: var(--frontend-primary-color);
    --bs-btn-border-color: var(--frontend-primary-color);
    --bs-btn-hover-bg: var(--frontend-primary-hover-color);
    --bs-btn-hover-border-color: var(--frontend-primary-hover-darken-color);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-bg: var(--frontend-primary-hover-color);
    --bs-btn-active-border-color: var(--frontend-primary-hover-darken-color);
    --bs-btn-disabled-bg: var(--frontend-primary-color);
    --bs-btn-disabled-border-color: var(--frontend-primary-color)
}

.btn-secondary {
    --bs-btn-bg: var(--frontend-secondary-color);
    --bs-btn-border-color: var(--frontend-secondary-color);
    --bs-btn-hover-bg: var(--frontend-secondary-hover-color);
    --bs-btn-hover-border-color: var(--frontend-secondary-hover-darken-color);
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-bg: var(--frontend-secondary-hover-color);
    --bs-btn-active-border-color: var(--frontend-secondary-hover-darken-color);
    --bs-btn-disabled-bg: var(--frontend-secondary-color);
    --bs-btn-disabled-border-color: var(--frontend-secondary-color)
}

.btn-success {
    --bs-btn-bg: var(--frontend-success-color);
    --bs-btn-border-color: var(--frontend-success-color);
    --bs-btn-hover-bg: var(--frontend-success-hover-color);
    --bs-btn-hover-border-color: var(--frontend-success-hover-darken-color);
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-bg: var(--frontend-success-hover-color);
    --bs-btn-active-border-color: var(--frontend-success-hover-darken-color);
    --bs-btn-disabled-bg: var(--frontend-success-color);
    --bs-btn-disabled-border-color: var(--frontend-success-color)
}

.btn-info {
    --bs-btn-bg: var(--frontend-info-color);
    --bs-btn-border-color: var(--frontend-info-color);
    --bs-btn-hover-bg: var(--frontend-info-hover-color);
    --bs-btn-hover-border-color: var(--frontend-info-hover-darken-color);
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-bg: var(--frontend-info-hover-color);
    --bs-btn-active-border-color: var(--frontend-info-hover-darken-color);
    --bs-btn-disabled-bg: var(--frontend-info-color);
    --bs-btn-disabled-border-color: var(--frontend-info-color)
}

.btn-warning {
    --bs-btn-bg: var(--frontend-warning-color);
    --bs-btn-border-color: var(--frontend-warning-color);
    --bs-btn-hover-bg: var(--frontend-warning-hover-color);
    --bs-btn-hover-border-color: var(--frontend-warning-hover-darken-color);
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-bg: var(--frontend-warning-hover-color);
    --bs-btn-active-border-color: var(--frontend-warning-hover-darken-color);
    --bs-btn-disabled-bg: var(--frontend-warning-color);
    --bs-btn-disabled-border-color: var(--frontend-warning-color)
}

.btn-danger {
    --bs-btn-bg: var(--frontend-danger-color);
    --bs-btn-border-color: var(--frontend-danger-color);
    --bs-btn-hover-bg: var(--frontend-danger-hover-color);
    --bs-btn-hover-border-color: var(--frontend-danger-hover-darken-color);
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-bg: var(--frontend-danger-hover-color);
    --bs-btn-active-border-color: var(--frontend-danger-hover-darken-color);
    --bs-btn-disabled-bg: var(--frontend-danger-color);
    --bs-btn-disabled-border-color: var(--frontend-danger-color)
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529
}

.btn-outline-primary,
.btn-outline-secondary {
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-bg: transparent;
    --bs-gradient: none;
    --bs-btn-hover-color: #fff;
    --bs-btn-active-color: #fff
}

.btn-outline-primary {
    --bs-btn-color: var(--frontend-primary-color);
    --bs-btn-border-color: var(--frontend-primary-color);
    --bs-btn-hover-bg: var(--frontend-primary-hover-color);
    --bs-btn-hover-border-color: var(--frontend-primary-hover-darken-color);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-bg: var(--frontend-primary-hover-color);
    --bs-btn-active-border-color: var(--frontend-primary-hover-darken-color);
    --bs-btn-disabled-color: var(--frontend-primary-color);
    --bs-btn-disabled-border-color: var(--frontend-primary-color)
}

.btn-outline-secondary {
    --bs-btn-color: var(--frontend-secondary-color);
    --bs-btn-border-color: var(--frontend-secondary-color);
    --bs-btn-hover-bg: var(--frontend-secondary-hover-color);
    --bs-btn-hover-border-color: var(--frontend-secondary-hover-darken-color);
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-bg: var(--frontend-secondary-hover-color);
    --bs-btn-active-border-color: var(--frontend-secondary-hover-darken-color);
    --bs-btn-disabled-color: var(--frontend-secondary-color);
    --bs-btn-disabled-border-color: var(--frontend-secondary-color)
}

.btn-outline-success {
    --bs-btn-color: var(--frontend-success-color);
    --bs-btn-border-color: var(--frontend-success-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--frontend-success-hover-color);
    --bs-btn-hover-border-color: var(--frontend-success-hover-darken-color);
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--frontend-success-hover-color);
    --bs-btn-active-border-color: var(--frontend-success-hover-darken-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--frontend-success-color);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--frontend-success-color);
    --bs-gradient: none
}

.btn-outline-info,
.btn-outline-warning {
    --bs-btn-hover-color: #000;
    --bs-btn-active-color: #000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-bg: transparent;
    --bs-gradient: none
}

.btn-outline-info {
    --bs-btn-color: var(--frontend-info-color);
    --bs-btn-border-color: var(--frontend-info-color);
    --bs-btn-hover-bg: var(--frontend-info-hover-color);
    --bs-btn-hover-border-color: var(--frontend-info-hover-darken-color);
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-bg: var(--frontend-info-hover-color);
    --bs-btn-active-border-color: var(--frontend-info-hover-darken-color);
    --bs-btn-disabled-color: var(--frontend-info-color);
    --bs-btn-disabled-border-color: var(--frontend-info-color)
}

.btn-outline-warning {
    --bs-btn-color: var(--frontend-warning-color);
    --bs-btn-border-color: var(--frontend-warning-color);
    --bs-btn-hover-bg: var(--frontend-warning-hover-color);
    --bs-btn-hover-border-color: var(--frontend-warning-hover-darken-color);
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-bg: var(--frontend-warning-hover-color);
    --bs-btn-active-border-color: var(--frontend-warning-hover-darken-color);
    --bs-btn-disabled-color: var(--frontend-warning-color);
    --bs-btn-disabled-border-color: var(--frontend-warning-color)
}

.btn-outline-danger,
.btn-outline-white {
    --bs-btn-hover-color: #fff;
    --bs-btn-active-color: #fff
}

.btn-outline-danger {
    --bs-btn-color: var(--frontend-danger-color);
    --bs-btn-border-color: var(--frontend-danger-color);
    --bs-btn-hover-bg: var(--frontend-danger-hover-color);
    --bs-btn-hover-border-color: var(--frontend-danger-hover-darken-color);
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-bg: var(--frontend-danger-hover-color);
    --bs-btn-active-border-color: var(--frontend-danger-hover-darken-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--frontend-danger-color);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--frontend-danger-color);
    --bs-gradient: none
}

.btn-outline-light,
.btn-outline-white {
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-bg: transparent;
    --bs-gradient: none
}

.btn-outline-white {
    --bs-btn-color: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: #fff;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-border-color: #fff
}

.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none
}

.btn-link {
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    font-weight: 500;
    color: var(--frontend-primary-color)
}

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color);
    color: var(--frontend-primary-color)
}

.btn-group-lg>.btn,
.btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: 0.5rem
}

.btn-group-sm>.btn,
.btn-sm {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 0.25rem
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d
}

.page-item .page-link,
.page-item.disabled .page-link,
.page-link {
    color: var(--frontend-primary-color)
}

.btn-hover-arrow {
    overflow: hidden
}

.btn-hover-arrow span {
    display: inline-block;
    transform: translate3d(12px, 0, 0);
    transition: transform .3s cubic-bezier(.42, .01, .23, 1)
}

.btn-hover-arrow:after {
    vertical-align: middle;
    content: "";
    font-family: LineIcons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    line-height: 24px;
    font-size: 1.25rem;
    width: 20px;
    height: 24px;
    display: inline-block;
    opacity: 0;
    transform: translate3d(24px, 0, 0);
    transition: opacity .3s, transform .4s cubic-bezier(.42, .01, .23, 1)
}

.btn-hover-arrow:hover span {
    transform: translatez(0)
}

.btn-hover-arrow:hover:after {
    transform: translate3d(6px, 0, 0);
    opacity: 1
}

.btn-group-lg>.btn-hover-arrow.btn:after,
.btn-hover-arrow.btn-lg:after {
    font-size: 1.375rem
}

.btn-group-lg>.btn-hover-arrow.btn:hover span,
.btn-hover-arrow.btn-lg:hover span {
    transform: translate3d(-6px, 0, 0)
}

.btn-group-sm>.btn-hover-arrow.btn:after,
.btn-hover-arrow.btn-sm:after {
    font-size: 1.125rem
}

.btn-group-sm>.btn-hover-arrow.btn:hover span,
.btn-hover-arrow.btn-sm:hover span {
    transform: translateZ(0)
}

.btn-outline-primary {
    border: 1px solid var(--frontend-primary-color)
}

.btn-outline-secondary {
    border: 1px solid var(--frontend-secondary-color)
}

.btn-outline-success {
    border: 1px solid var(--frontend-success-color)
}

.btn-outline-info {
    border: 1px solid var(--frontend-info-color)
}

.btn-outline-warning {
    border: 1px solid var(--frontend-warning-color)
}

.btn-outline-danger {
    border: 1px solid var(--frontend-danger-color)
}

.btn-outline-light {
    border: 1px solid #f8f9fa
}

.btn-outline-dark {
    border: 1px solid #212529
}

.btn-outline-2px {
    border-width: 2px
}

.btn-outline-3px {
    border-width: 3px
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block
}

.list {
    list-style: none
}

.list li {
    transition: .4s
}

.list.list-fadeIn li:before {
    content: "";
    font-family: FontAwesome;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .4s;
    visibility: hidden;
    font-size: 13px
}

.pagination {
    display: flex;
    border-radius: .25rem
}

.pagination li {
    margin: 5px
}

.page-link {
    display: block;
    padding: 10px 20px;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-weight: 600
}

.btn-orange,
.lh-normal,
.top-right-nav ul li {
    line-height: normal
}

.page-item .page-link {
    border-radius: 3px;
    margin: 0 3px
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item.disabled .page-link {
    pointer-events: none;
    cursor: auto;
    border-color: #ccc;
    background-color: #e5e1e1;
    opacity: .6
}

.page-item.active .page-link,
.slick-next,
.slick-prev {
    background-color: var(--frontend-primary-color);
    color: #fff
}

.page-item.active .page-link {
    z-index: 1;
    border-color: var(--frontend-primary-darken-color)
}

.post-pagination nav {
    display: flex;
    justify-content: center
}

.slick-next,
.slick-prev {
    position: absolute;
    right: 0;
    top: -35px;
    left: inherit;
    width: 30px;
    height: 30px
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    background-color: rgba(var(--frontend-primary-rgb), .9);
    color: #fff
}

.btn.green_btn,
.btn.green_btn:hover,
.side-card:hover {
    background: #168dac
}

.slick-prev {
    right: 31px;
    z-index: 9
}

section .slick-slider {
    margin-top: 45px;
    margin-bottom: 0 !important
}

body.dark-scheme .navbar-area {
    border-bottom: 1px solid var(--frontend-dark-color-scheme-lighten-4)
}

body.dark-scheme .accordion-content,
body.dark-scheme .accordion-style .single-accordion .accordion-btn button,
body.dark-scheme .article.article-style-d,
body.dark-scheme .blog-section .single-blog,
body.dark-scheme .boxed-content,
body.dark-scheme .card,
body.dark-scheme .list-group-custom .list-group-item,
body.dark-scheme .number-info,
body.dark-scheme .page-article-inner,
body.dark-scheme .page-header:not(.bg-image),
body.dark-scheme .page-header:not(.has-background-image),
body.dark-scheme .single-accordion,
body.dark-scheme .single-pricing,
body.dark-scheme .team-section .team-member,
body.dark-scheme .testimonial-bubble {
    background: var(--frontend-dark-color-scheme-lighten-4) !important
}

body.dark-scheme .card .card-header {
    border-bottom-color: var(--frontend-dark-color-scheme-darken-4) !important
}

body.dark-scheme .page-sidebar {
    border: 1px solid var(--frontend-dark-color-scheme-darken-4) !important
}

body.dark-scheme section.bg-lighten {
    background: var(--frontend-dark-color-scheme-lighten-2) !important
}

body.dark-scheme section.bg-lighten .accordion-content,
body.dark-scheme section.bg-lighten .accordion-style .single-accordion .accordion-btn button,
body.dark-scheme section.bg-lighten .blog-section .single-blog,
body.dark-scheme section.bg-lighten .boxed-content,
body.dark-scheme section.bg-lighten .card,
body.dark-scheme section.bg-lighten .number-info,
body.dark-scheme section.bg-lighten .single-accordion,
body.dark-scheme section.bg-lighten .single-pricing,
body.dark-scheme section.bg-lighten .team-section .team-member,
body.dark-scheme section.bg-lighten .testimonial-bubble {
    background: var(--frontend-dark-light-color-scheme-lighten-4) !important
}

body.dark-scheme section.bg-lighten .blog-section .single-blog,
body.dark-scheme section.bg-lighten .boxed-content,
body.dark-scheme section.bg-lighten .number-info,
body.dark-scheme section.bg-lighten .single-accordion,
body.dark-scheme section.bg-lighten .single-pricing,
body.dark-scheme section.bg-lighten .team-section .team-member {
    box-shadow: 1px 1px 5px var(--frontend-dark-light-color-scheme-darken-4) !important
}

body.dark-scheme section.bg-lighten .testimonial-bubble:after {
    border-color: var(--frontend-dark-light-color-scheme-lighten-4) transparent !important
}

body.dark-scheme .footer,
body.dark-scheme .footer .copyright-area {
    border-top: 1px solid var(--frontend-dark-color-scheme-lighten-4) !important
}

body.dark-scheme .footer {
    background: var(--frontend-dark-color-scheme) !important
}

body.dark-scheme .testimonial-bubble:after {
    border-color: var(--frontend-dark-color-scheme-lighten-4) transparent !important
}

body.dark-scheme .accordion-content,
body.dark-scheme .article .article-meta a,
body.dark-scheme .article .article-meta i,
body.dark-scheme .blog-section .single-blog .blog-content p,
body.dark-scheme .contact-section .contact-info a,
body.dark-scheme .list a,
body.dark-scheme .list.list-fadeIn li:before,
body.dark-scheme .pricing-section .single-pricing .pricing-item-details,
body.dark-scheme .team-section .team-member .social-icon>li>a,
body.dark-scheme .testimonial-author em,
body.dark-scheme em,
body.dark-scheme label,
body.dark-scheme p,
body.dark-scheme small,
body.dark-scheme span,
body.dark-scheme strong {
    color: rgba(255, 255, 255, .9) !important
}

body.dark-scheme .form-control {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff
}

body.dark-scheme input::-moz-placeholder,
body.dark-scheme select::-moz-placeholder,
body.dark-scheme textarea::-moz-placeholder {
    color: rgba(255, 255, 255, .9)
}

body.dark-scheme input::placeholder,
body.dark-scheme select::placeholder,
body.dark-scheme textarea::placeholder {
    color: rgba(255, 255, 255, .9)
}

body.dark-scheme .blog-section .single-blog .blog-img .date-meta {
    background: var(--frontend-dark-color-scheme) !important;
    border: none;
    color: rgba(255, 255, 255, .9)
}

body.dark-scheme .list-group-custom .list-group-item:not(:last-child) {
    border-bottom: 1px solid var(--frontend-dark-color-scheme-darken-1)
}

body.dark-scheme .article .footer-social-links li a {
    background: var(--frontend-dark-color-scheme-darken-2) !important
}

@media screen and (min-width:991px) {

    body.dark-scheme .navbar-nav .nav-item a:not(.btn),
    body.dark-scheme .navbar-toggler .toggler-icon {
        color: #fff
    }

    body.dark-scheme .navbar-nav .sub-menu .nav-item a:not(.btn) {
        color: inherit
    }

    body.dark-scheme .navbar-nav .nav-item:hover>a:not(.btn) {
        color: var(--frontend-navbar-menu-text-hover-color) !important
    }

    body.dark-scheme .navbar-nav .nav-item a:not(.btn).active {
        color: var(--frontend-navbar-menu-text-active-color) !important
    }
}

body.dark-scheme .client-list li:after,
body.dark-scheme .client-list li:before {
    border-color: rgba(255, 255, 255, .2)
}

.testimonial-body p {
    font-style: normal;
    font-weight: 400;
    color: #000;
    font-size: 1.2rem;
}

@media (max-width:768px){
    

.testimonial-body p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2rem;
}

}

.top-right-nav {
    display: flex;
    justify-content: end
}

.top-right-nav ul {
    --top-background: #e9e9e9;
    display: flex;
    border-radius: 0 0 0 15px;
    background: var(--top-background);
    padding: 5px 0 10px 20px;
    position: relative;
}

.top-right-nav ul::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100vw;
    top: 0;
    left: 100%;
    background: var(--top-background);
    z-index: 0;
}

.top-right-nav ul li a {
    color: #444;
    font-weight: 400;
    font-size: 12px;
    position: relative;
}

.btn.green_btn {
    border-radius: 20px;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px
}

.resource-card {
    width: 100%;
    max-width: 400px;
    min-height: 375px;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    margin: 80px auto 15px;
}

.resource-card .resource-image {
    height: 140px;
    margin-top: -80px;
    border-radius: 10px;
    overflow: hidden
}

.resource-card .resource-image img,
.right_side img,
.side-card .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.resource-card p {
    font-size: 12px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.fs-sm,
.left-side a,
.resource-card a,
.text-xs {
    font-size: 12px !important;
    color: #000 !important;
}

.slider-padding {
    padding: 25px 0;
    margin-top: 120px
}

.side-image {
    max-width: 300px;
    margin: auto
}

.main-heading {
    color: #168DAC;
    font-size: 35px;
    font-weight: 700
}

.text-light-grey {
    color: #757575
}

.text-light-gray {
    color: #c6c6c6
}

.bg-image-gradient {
    background: #d3d3d3;
    height: 500px
}

.left-side,
.right-side {
    width: 100%;
    height: 100%;
    display: flex
}

.left-side {
    background: #ededed;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 20px;
    border-radius: 0 20px 0 0
}

.right-side {
    background: #fff;
    border-radius: 0 0 0 20px;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 12px
}

.right-side::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    background-color: #ededed;
    z-index: -1
}

.btn-orange {
    color: #fff;
    background: #eba75b;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 700;
    transition: .5s
}

.btn-orange:hover {
    background-color: #eba75b;
    color: #000
}

.counter h4 {
    font-size: 35px;
    color: #1f1f1f;
    font-weight: 900
}

.counter-connect {
    width: 100%;
    padding: 15px 30px;
    background: #fff;
    border-radius: 10px;
    filter: drop-shadow(0px 21px 53px rgba(0, 0, 0, .1))
}

.counter-connect .col-md-3:last-child .counter::before {
    width: 0 !important
}

.counter-connect .counter {
    text-align: center;
    position: relative
}

.counter-connect .counter::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -12px;
    width: 2px;
    height: 90%;
    transform: translateY(-50%);
    background: #d3d3d3
}

.decimal li {
    padding-left: 20px;
    position: relative;
    font-size: 14px
}

.decimal li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: #d9d9d9
}

.overflow-scroll::-webkit-scrollbar {
    display: none
}

.side-card {
    background: #fff;
    padding: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
    border-radius: 25px !important;
    margin: 0 0 15px !important;
    transition: .5s;
}

.side-card.slick-active {
    background: #168dac !important
}

.side-card .img {
    width: 100%;
    height: 150px;
    border-radius: 20px;
    overflow: hidden
}

.side-card h4 {
    color: #000;
    text-align: center;
    margin: 10px 0;
    font-size: 1rem;
    font-weight: 700;
    transition: .5s
}

.h-450 {
    height: 450px
}

.right_side {
    height: 150px;
    border-radius: 20px;
    overflow: hidden
}

.top_design {
    background: #fff;
    border-radius: 20px 0 0 20px;
    padding: 15px 30px;
    filter: drop-shadow(2px 6px 6px rgba(0, 0, 0, 0.1));
    -webkit-clip-path: inset(-20px 0px -20px -20px);
    clip-path: inset(-20px 0px -20px -20px);
    position: relative;
    z-index: 3;
}

.half-circle {
    width: 20px;
    height: 20px;
    position: absolute;
    background: #fff;
    top: 0;
    right: 0;
    z-index: 10;
}

.half-circle::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    z-index: 3;
    border-radius: 0 20px 0 0;
    box-shadow: inset -2px 6px 4px rgba(0, 0, 0, 0.05);
}

.crm_integration .bottom_radius {
    filter: drop-shadow(2px 6px 6px rgba(0, 0, 0, 0.1));
    height: 100%;
}

.btn-grey,
.footer-middle-section,
.footer-section {
    background: #f6f6f6;
    position: relative;
}

.bottom-radius {
    border-radius: 0 0 20px 20px;
}

.top-left-before::before {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
    height: 20px;
    background-color: #fff
}

.btn-grey {
    border-radius: 10px;
    padding: 10px 15px;
    color: #818181
}

.resources-section {
    position: relative;
    margin: 6rem 0 3rem !important
}

.resources-section .main-heading {
    color: #fff;
    padding: 40px
}

.resources-section::before {
    content: "";
    position: absolute;
    top: 0;
    width: 80%;
    height: 100%;
    background-color: #168dac;
    border-radius: 20px;
    z-index: 1
}

.resources-section>* {
    position: relative;
    z-index: 2
}

.scroll-effect {
    width: 100%;
    height: 460px;
    margin-top: -50px;
    margin-bottom: -50px;
    overflow: scroll
}

.scroll-effect::-webkit-scrollbar {
    display: none
}

.footer-section {
    border-radius: 60px 60px 0 0;
    padding: 30px 0;
    position: relative;
    z-index: 5;
}

.footer-section .heading {
    font-size: 25px;
    font-weight: 700;
    color: #000;
}

.footer-section .heading2 {
    font-size: 18px;
    font-weight: 700;
    color: #000
}

.footer-middle-section {
    overflow: hidden;
}

.footer-middle-section ul li,
.footer-section ul li {
    font-size: 12px;
    font-weight: 400;
    margin: 5px 0;
    line-height: normal;
}

footer .left-radius {
    border-radius: 0 20px 20px 0;
    height: 100%
}

footer .center-radius {
    border-radius: 20px;
    height: 100%
}

footer .right-radius {
    border-radius: 20px 0 0 20px;
    height: 100%
}

.dropdown.has-megamenu {
    position: static !important
}

.err::placeholder {
    color: #f74e4e !important
}

.err {
    border-color: #f74e4e !important
}

.dropdown.has-megamenu .megamenu {
    position: absolute;
    left: 500%;
    width: 100vw;
    transform: translateX(-50%);
    border: none;
    margin-top: 0px;
    display: block;
    box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.3);
    transition: left 1s ease;
    overflow: hidden;
}

.dropdown.has-megamenu .megamenu.show,
.dropdown.has-megamenu:hover .megamenu {
    left: 50%;
}

.right_border {
    border-right: 2px solid
}

.navbar .nav-tabs {
    display: block;
    border: none;
    border-right: 2px solid #b3b3b3;
    padding-right: 10px;
    height: 400px;
    overflow-y: scroll;
}

.navbar .nav-tabs::-webkit-scrollbar {
    display: none;
}

.navbar .tab-pane.fade {
    height: 400px;
    overflow-y: scroll;
}

.pricing-section {
    padding: 180px 0 3rem !important;
    margin-top: -120px;
}

.navbar .tab-pane.fade::-webkit-scrollbar {
    display: none;
}

.navbar .nav-tabs .nav-item .nav-link.active,
.navbar .nav-tabs .nav-item .nav-link:focus,
.navbar .nav-tabs .nav-item .nav-link:focus-visible,
.navbar .nav-tabs .nav-item .nav-link:hover {
    border: none;
    outline: none
}

.navbar .nav-tabs .nav-item button.nav-link {
    width: 100%;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    padding: 10px 15px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.navbar .nav-tabs .nav-item button.nav-link.active {
    border: 1px solid #eaeaea;
    background: #f1f1f1;
    border-radius: 10px;
}

.text-main-color {
    color: #168DAC
}

.text-main-color:hover {
    color: #168dac
}

.price,
section.contact,
section.contact-detail,
section.signin,
section.signup {
    padding: 3rem 0
}

.shadow-effect,
.contact .shadow-effect,
.contact-detail .shadow-effect {
    border-radius: 15px;
    background: #fff;
    padding: 20px 30px;
}

.contact-detail .shadow-effect h4 {
    font-size: 23px;
    color: #bdbdbd !important
}

.top_margin {
    margin-top: 6rem
}

.btn-text {
    padding: 10px;
    border-radius: 10px;
    height: 60px;
    display: flex;
    align-items: center
}

.grey_placeholder::placeholder {
    color: #ccc
}

.btn-text:hover {
    background-color: #f1f1f1
}

.input_design {
    position: relative;
    width: 100%;
    margin: auto
}

.input_design input {
    width: 100%;
    padding-bottom: 8px;
    border: none;
    border-bottom: 1px solid;
    font-size: 14px
}

.input_design textarea {
    width: 100%;
    border: 1px solid;
    height: 100px;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;
    resize: none;
}

.input_select {
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #c6c6c6;
    border-radius: 0
}

.price-shadow-effect {
    width: 100%;
    height: 100%;
    max-width: 300px;
    margin: auto;
    background: #FFF;
    box-shadow: 0 21px 53px 0 rgba(0, 0, 0, .25);
    border-radius: 10px 10px 15px 15px;
    transition: all 0.5s ease;
}

.bg-grey-trans+.bg-grey-trans {
    overflow: hidden;
    border-radius: 20px;
}

.price-shadow-effect.active,
.price-shadow-effect:hover {
    background-color: #EBA75B;
}

.price-shadow-effect .bg-grey-trans:nth-child(1) {
    padding-bottom: 5px;
    border-radius: 10px;
    height: calc(100% - 50px);
}

.price-shadow-effect .bg-grey-trans {
    background: #DFDFDF;
}

.price-shadow-effect .price-info {
    height: 100%;
    padding: 20px 25px 30px;
    background: #fff;
    border-radius: 10px
}

.price-shadow-effect .btn {
    width: 100%;
    padding: 10px 20px;
    font-weight: 700;
    background: #fff;
    border-radius: 0;
    transition: .5s
}

.price-shadow-effect.active .btn,
.price-shadow-effect:hover .btn {
    background: #eba75b !important;
    color: #fff !important
}

footer a {
    color: #000;
}

.slick-slide.slick-active {
    opacity: 1;
}

.progressbar {
    padding: 10px 30px;
    border-radius: 15px 0 30px 0;
    position: relative;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    overflow: hidden;
}

.progressbar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: var(--limit);
    height: 100%;
    border-radius: 15px 0px 20px 0px;
    z-index: 2;
    background: linear-gradient(260deg, #3ABFE2 15%, #168DAC 95%);
    transition: all 0.5s ease;
}

.progressbar>* {
    position: relative;
    z-index: 10;
}

.progressbar .limit {
    font-size: 30px;
    font-weight: 900;
    text-shadow: 1px 1px rgba(0, 0, 0);
}

.text-black-trans {
    color: #1f1f1f;
}

.cloud_effect {
    background: #168DAC;
    border-radius: 20px;
}

.box-shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.doubleImage {
    position: relative;
    height: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
}

.doubleImage img {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border-radius: 20px;
    object-fit: cover;
    position: absolute;
    top: 20px;
    left: 20px;
}

.card_design {
    padding: 0px 30px;
    margin: 20px 0;
}

.black-border-right {
    position: relative;
}

.black-border-right::before {
    content: "";
    width: 2px;
    height: 80%;
    background: #196D83;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.card_shadow {
    padding: 30px 30px 10px;
    border-radius: 20px;
    background: #fff;
    height: 100%;
    overflow: hidden;
}

.card_shadow p {
    font-size: 14px;
    line-height: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.multipleIndustry {
    padding: 15px;
    display: flex;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(22, 141, 172, 0.2);
    transition: all 0.5s ease;
}

.multipleIndustry:hover {
    background: #168dac;
}

.multipleIndustry .icons {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 20px;
    filter: drop-shadow(0px 4px 12px rgba(22, 141, 172, 0.15));
}

.multipleIndustry .icons img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* a svg{stroke:#168dac;} */
.multipleIndustry:hover a svg {
    stroke: #fff;
}

a:hover svg {
    stroke: #fff;
}

.multipleIndustry h5 {
    font-weight: bold;
}

.multipleIndustry.active h5,
.multipleIndustry:hover h5 {
    color: #fff
}

.multipleIndustry.active p,
.multipleIndustry:hover p,
.multipleIndustry.active a,
.multipleIndustry:hover a {
    color: #fff;
}

.image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.image .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 1;
}

.fade:not(.show) {
    display: none;
}

.bg-main-clr {
    background: #168DAC;
}

.offer {
    padding: 3rem 0;
}

.para {
    font-size: 14px;
    line-height: 18px;
}

.image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.image .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 1;
}

.box-shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.card-shadow-effect {
    height: 100%;
    padding: 30px 15px;
    border-radius: 20px;
    border: 1px solid #FFF;
    background: #FFF;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
}

.h-200 {
    height: 200px;
}

.productSlider {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow: hidden;
}

.slide {
    width: 100%;
    height: 440px;
    border-radius: 20px;
    padding: 0 10px;
    position: relative;
}

.slide .slick-list.draggable {
    height: 435px !important;
    padding: 6px 15px !important;
}

.slide .slide-nav {
    height: 100%;
}

.multipleIndustryScroll {
    max-height: 400px;
    padding: 0 10px;
    overflow-y: scroll;
}

.multipleIndustryScroll::-webkit-scrollbar {
    display: none;
}

.productSlider .slideNavbar {
    margin-top: 0 !important
}

.iconCard {
    margin: 20px 0;
    display: flex;
    gap: 10px;
    min-height: 160px;
}

.iconCard p {
    font-size: 14px;
    line-height: normal;
}

.iconBackgroundImage {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 350px;
    border-radius: 20px;
    overflow: hidden;
}

.iconBackgroundImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iconBackgroundImage::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('https://cloudconnect.wsupp.site/img/playBtn.svg');
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.list_outside {
    list-style: outside;
}

.btn-orange {
    color: #fff;
    background: #EBA75B;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: normal;
    line-height: normal;
    transition: all 0.5s ease;
}

.btn-orange:hover {
    background-color: #EBA75B;
    color: #000;
}

.bottom_radius {
    border-radius: 0 20px 20px 20px;
}

.boxed-slider .card_shadow.remove_icon {
    height: 180px;
}

.btn-text img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.navbar .nav-tabs .nav-item button.nav-link img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.slideNavbar .slick-slide.slick-active .side-card {
    background: #168dac;
}

.slideNavbar .slick-slide.slick-active .side-card h4 {
    color: #fff;
}

.slideNavbar .slick-slide.slick-current .side-card {
    background: #168dac;
}

.slideNavbar .slick-slide.slick-current .side-card h4 {
    color: #fff;
}

.z1 {
    z-index: 1;
}

.z2 {
    z-index: 2;
}

.relative {
    position: relative;
}

.industries {
    padding: 6rem 0;
}

.min-h-15 {
    min-height: 15rem;
}

.article-image img {
    width: 100%;
    min-height: 200px;
    object-fit: contain;
    padding: 20px;
}

.bright1-5 {
    filter: brightness(1.5);
}

.bg-cover {
    background-size: cover !important;
}

.bg-no_repeat {
    background-repeat: no-repeat !important;
}

.bg-pos-y-100 {
    background-position-y: 35vh !important;
}

.industryBackground {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.industryContent .owl-nav {
    position: absolute;
    top: 50%;
    left: -3%;
    width: 106%;
    display: flex;
    justify-content: space-between;
}

.industryContent .owl-nav>* {
    width: 30px;
    height: 30px;
    background: #168DAC !important;
    color: #fff !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.industryContent {
    position: absolute;
    top: -3rem;
    left: 0;
    right: 0;
    bottom: -3rem;
}

.industrySlide {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 20px;
}

.left-crm {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.left-crm::before {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    background: var(--bg-color);
    border-radius: 20px;
}

.left-crm::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    background: #eee;
    border-radius: 20px;
}

.top_right {
    position: absolute;
    top: 0;
    right: -25px;
    width: 50px;
    height: 25px;
    overflow: hidden;
    background: #fff;
}

.top_right::before {
    content: "";
    position: absolute;
    top: 0;
    left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
}

.top_right::after {
    content: "";
    position: absolute;
    top: 0;
    right: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #168dac;
}

.bottom_left {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 25px;
    height: 50px;
    overflow: hidden;
    background: #fff;
}

.bottom_left::before {
    content: "";
    position: absolute;
    top: 0;
    left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
}

.bottom_left::after {
    content: "";
    position: absolute;
    top: 25px;
    right: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #168dac;
}

.slide .prev {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(22, 141, 172);
    color: #fff;
    border-radius: 50%;
    z-index: 5;
    cursor: pointer;
}

.slide .next {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(22, 141, 172);
    color: #fff;
    border-radius: 50%;
    z-index: 5;
    cursor: pointer;
}

.slideContent .slick-arrow {
    display: none !important;
}

.verticalSlideImage {
    width: 100%;
    height: 100%;
    min-height: 200px;
    border-radius: 20px;
    overflow: hidden;
    position: relative
}

.verticalSlideImage img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.multiplIndutryContent p {
    font-size: 14px;
    line-height: normal;
}

.tab-scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    border-bottom: none;
    margin-bottom: 1.5rem;
}

.clients .client_item {
    height: 100px;
    width: 100%;
    max-width: 200px;
    border: 1px solid #c6c6c6;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 10px 0;
}

.clients img {
    height: 100%;
}

.tab-scroll::-webkit-scrollbar {
    display: none;
}

.tab-scroll .nav-link {
    color: #505463;
    font-size: 14px;
    border-radius: 0 !important;
    padding: 0.5rem;
}

.tab-scroll .nav-item .nav-link:focus,
.tab-scroll .nav-item:focus,
.tab-scroll .nav-item .nav-link:focus-visible,
.tab-scroll .nav-item:focus-visible {
    border: none;
    outline: none;
}

.tab-scroll .nav-link:hover,
.tab-scroll .nav-link.active {
    border: none;
    padding: 0.5rem;
    font-size: 16px;
    color: #EBA75B !important;
    border-bottom: 1px solid #EBA75B !important;
    background: transparent !important;
}

.developer-content {
    width: 100%;
    min-height: 300px;
    border-radius: 20px;
    background-color: #168DAC;
    color: #fff;
    padding: 10px 20px;
    white-space: break-spaces;
}

.developer-content::-webkit-scrollbar {
    display: none;
}

.testimonial-container {
    background: #fff;
    padding: 5rem 0;
    box-shadow: 0px 21px 53px 0px rgba(0, 0, 0, 0.10);
}

.testimonial-container .slick-slide {
    opacity: 0.2;
}

.testimonial-container .slick-slide.slick-active {
    opacity: 1;
}

.testimonial-dots {
    width: 250px;
    margin-left: auto;
    margin-right: 80px;
}

.testimonial-dots-prev-arrow {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    z-index: 99;
    border: none;
    outline: none;
}

.testimonial-dots-next-arrow {
    position: absolute;
    top: 50%;
    right: -80px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    z-index: 99;
    border: none;
    outline: none;
    border-radius: 50%;
}

.testimonial-dot {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 50%;
}

.testimonial-dot img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.testimonial-dots .slick-slide.slick-current.slick-active .testimonial-dot {
    border: 1px solid #168DAC;
}

.testimonial_circle {
    --size: 80px;
    margin-right: 1rem;
    position: relative;
    width: var(--size);
    height: var(--size);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.testimonial_circle img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 10px;
}

.testimonial_circle svg {
    width: var(--size);
    height: var(--size);
    transform: rotate(270deg);
}

.testimonial_circle svg circle {
    cx: 35px;
    cy: 35px;
    r: 35px;
    width: 100%;
    height: 100%;
    fill: transparent;
    stroke-width: 4;
    stroke: #168dac;
    stroke-linecap: round;
    transform: translate(5px, 5px);
    stroke-dasharray: 440;
    stroke-dashoffset: 440;
}

.testimonial-container .slick-active .testimonial_circle svg circle {
    animation: rotate_circle 5s linear;
}

@keyframes rotate_circle {
    0% {
        stroke-dashoffset: 440;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

.h-1-2 {
    height: calc(50% - 10px);
}

.bottomSlide .bg-img {
    position: relative;
    z-index: 1;
}

.bottomSlide .bg-img svg,
.bottomSlide .bg-img img {
    height: 200px;
    width: 100%;
    top: -10px;
    left: 0;
    position: absolute;
    object-fit: cover;
}

.bottomSlide .bg-img+div {
    position: relative;
    z-index: 2;
}

.bottomSlide .content {
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.head.top_design {
    clip-path: inset(0 0 -20px -20px);
    padding: 5px;
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.2));
}

.left-side-content {
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.left-side-content .circle-cut {
    width: 20px;
    height: 20px;
    position: absolute;
    background: #fff;
    top: 0;
    right: 0;
    z-index: 10;
}

.left-side-content .circle-cut::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    z-index: 3;
    border-radius: 0 20px 0 0;
    box-shadow: inset -15px 5px 10px rgba(0, 0, 0, 0.05);
}

.right-side-shadow {
    border-radius: 0 0 0 20px;
    clip-path: inset(0 0 -20px -20px);
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.2));
    height: 100%;
    background: #fff;
}

/* .right-side-content{height: 100%;display: flex;align-items: center;justify-content: center;} */
.right-side-content {
    height: 100%;
    display: flex;
    padding: 0 50px;
    align-items: center;
    justify-content: space-around;
}

.left-radius,
.right-radius {
    position: relative;
}

.left-radius::before {
    content: "";
    position: absolute;
    height: 100%;
    width: calc(100vw / 3);
    background: var(--left-side-clr, #fff);
    top: 0;
    right: 100%;
}

.right-radius::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: calc(100vw / 3);
    height: 100%;
    background: var(--right-side-clr, #fff);
}

.text-content .border-bottom:last-child {
    border: none !important;
}

.backdrop_image {
    position: sticky;
    top: 0px;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -1;
}

.backdrop_image img {
    width: 100%;
    height: 100vh;
}

.steps {
    background: #168DAC;
    border-radius: 20px;
    padding: 30px 20px;
}

.steps .stepDesign:first-child {
    padding: 0;
}

.steps .stepDesign {
    display: flex;
    align-items: center;
    padding: 20px 0 0;
    position: relative;
    --size: 30px;
}

.steps .stepDesign .number {
    width: var(--size);
    height: var(--size);
    color: #fff;
    background: #EBA75B;
    border-radius: 50%;
    font-weight: bold;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
}

.steps .stepDesign .step_content {
    flex-grow: 1;
}

.steps .stepDesign::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: calc(var(--size) / 2);
    background-color: #EBA75B;
    z-index: 2;
}

.steps .stepDesign:first-child::before {
    height: 50%;
    top: auto;
    bottom: 0;
}

.steps .stepDesign:last-child::before {
    background-color: #fff;
    height: 50%;
}

.steps .stepDesign:last-child .number {
    background: #fff;
    color: #000;
}

.step_image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    min-height: 250px;
}

.step_image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

article.remove-shadow-child article.article {
    box-shadow: unset !important;
    border: unset !important
}

.numeric-list {
    list-style: decimal;
}

.numeric-list li::marker {
    color: #757575;
}

.bg-min-height {
    min-height: 550px;
}

.card-btn-wrapper {
    max-width: 250px;
    background: #fff;
    border: 1px solid #bbbdc4;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    padding: 15px 20px;
}

.card-btn-label {
    color: #727382;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.card-btn-link b {
    color: #000;
    font-size: 18px;
    font-weight: 800;
    position: relative;
}

.card-btn-link b::before {
    background: #363744 !important;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: width .15s ease;
    width: 0;
}

.card-btn-link:hover b::before {
    width: 100%;
}

.card-btn-link .icon {
    display: inline-flex;
    width: 1.5em;
    height: 1.5em;
    margin-left: 0.3rem;
    transition: all 0.3s ease;
}

.card-btn-link:hover .icon {
    margin-left: 0.8rem;
}

.card-btn-link .icon svg {
    width: 1rem;
    height: 0.8rem;
}

.slide-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.slide-container .slide-wrapper {
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    left: 110%;
    width: 100%;
    height: 100%;
    z-index: 5;
    transition: all 0.8s ease;
}

.slide-container .slide-wrapper.active {
    position: relative;
    left: 0;
    z-index: 20;
    opacity: 1;
    visibility: visible;
}

.max-width-form {
    max-width: 450px;
}

.form-select.input_select:focus {
    border-color: #000;
    box-shadow: unset;
}

span.event-type {
    color: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 15px;
    font-size: 12px;
    z-index: 1;
}

span.event-type::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f8f9fa;
    z-index: -1;
}

.bg-gradient2 {
    background: linear-gradient(90deg, #ca9230, #138dad);
}

.next-post {
    text-align: right;
}

.next-post,
.previous-post {
    display: flex;
    flex-direction: column;
}

.next-post .post-page-details img {
    margin-left: 15px;
}

.post-page-details img {
    width: 80px;
    border-radius: 5px;
}

.next-post .post-page-details {
    justify-content: end;
}

.previous-post .post-page-details img {
    margin-right: 15px;
}

.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    left: 10px;
    width: 60px;
    height: 60px;
    background: #40c351;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4)
}

.post-page-details {
    display: flex;
}

.gradient-line {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: 0.3rem;
    background: linear-gradient(145deg, #cc922f, #0e8eb2);
}

code {
    font-size: 1.1rem;
}

.max-width {
    width: 100%;
    max-width: 400px;
    margin: auto;
}

.shadow-effect2 {
    padding: 20px;
    background-color:#168dac;
}

.input_design2 {
    width: 100%;
}

.input_design2 input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ced4da;
}

.hero_slider .side-image {
    max-width: unset;
    height: 350px;
    object-fit: contain;
}

.text-orange {
    color: #EBA75B !important;
}

.slide .slick-arrow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.slide .slick-arrow.slick-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.cloud_card {
    width: 100%;
    max-width: 300px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.cloud_card.outside.box-shadow {
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, .25);
}

.cloud_card.outside {
    margin: 15px 0;
}

.cloud_card.outside.box-shadow .cloud_img {
    padding: 10px;
}

.cloud_card.outside .cloud_img {
    width: 100%;
    height: 280px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.cloud_card.outside .cloud_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    z-index: 1;
}

.cloud_card.outside .cloud_img .card_content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(22, 141, 172, 0.7);
    display: flex;
    justify-content: center;
    align-items: end;
    transition: all 0.5s linear;
    z-index: 2;
}

.cloud_card.outside:hover .cloud_img .card_content {
    top: 0;
}

.cloud_card.outside .cloud_img .card_content p {
    margin-bottom: 0;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cloud_card.outside .card_heading {
    font-size: 16px;
    padding: 15px 20px;
    text-align: center;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.cloud_card.outside .card_heading a {
    height: 60px;
    overflow: hidden;
}


.cloud_card.inside .cloud_img {
    width: 100%;
    height: 200px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.cloud_card.inside .cloud_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.cloud_card.inside .cloud_img .card_content {
    position: absolute;
    top: 10%;
    left: -100%;
    width: 80%;
    padding: 10px;
    background: rgba(22, 141, 172, 0.7);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: end;
    transition: all 0.5s linear;
    z-index: 2;
}

.cloud_card.inside .cloud_img .card_content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
    line-height: normal;
}

.cloud_card.inside:hover .cloud_img .card_content {
    left: 15px;
}

.cloud_card.inside .card_heading {
    font-size: 11px;
    padding: 10px 15px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 15px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    z-index: 4;
    transition: all 0.5s linear;
}

.cloud_card.inside:hover .card_heading {
    bottom: -100%;
}

.feature_slider {
    position: relative;
}

.feature_slider .owl-prev {
    position: absolute;
    top: calc(50%);
    left: -25px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    color: #000 !important;
    background: #fff !important;
    border-radius: 50% !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.feature_slider .owl-next {
    position: absolute;
    top: calc(50%);
    right: -25px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    color: #000 !important;
    background: #fff !important;
    border-radius: 50% !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.boxed-slider {
    position: relative;
}

.boxed-slider .owl-prev {
    position: absolute;
    top: 50%;
    left: -8px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    color: #fff !important;
    background: #168dac !important;
    border-radius: 50% !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.boxed-slider .owl-next {
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    color: #fff !important;
    background: #168dac !important;
    border-radius: 50% !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.clientSlider {
    position: relative;
}

.clientSlider .owl-nav {
    opacity: 0;
    height: 0;
    visibility: hidden;
}

.client-slider-btn {
    display: flex;
    justify-content: end;
    gap: 20px;
}

.client-slider-btn,
.client-slider-btn {
    cursor: pointer;
}

.image_item_card img {
    width: 100%;
    height: 40px;
    object-fit: contain;
}

.image_item_card h3 {
    font-size: 20px;
    margin-bottom: 1rem;
}

.image_item_card p {
    font-size: 14px;
    line-height: 20px;
}

.center_card_image {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.center_card_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.boxed-slider .card_shadow {
    height: 250px;
    padding: 25px 20px 20px;
}

.boxed-content-section .card_shadow.card_border {
    background: #fff;
    border: 5px solid #D9D9D9;
}

.card-image {
    border-radius: 20px;
    overflow: hidden;
}

.form_img {
    min-height: 300px;
}

.form_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.caseStudySlider .blog-content h4 a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.caseStudySlider .single-blog .blog-content p {
    -webkit-line-clamp: 3;
}

.hide_elem {
    animation: hide_elem 2s forwards;
}

@keyframes hide_elem {
    0% {
        transform: scale(1);
    }

    40% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(0);
    }
}

.rev_hide_elem {
    animation: rev_hide_elem 2s forwards;
}

@keyframes rev_hide_elem {
    0% {
        transform: scale(0);
    }

    60% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.banner_slider .main-heading {
    font-size: 45px;
}

.boxed-content-section .card_shadow {
    background-color: transparent;
}

.owl-theme .owl-nav .disabled {
    cursor: not-allowed !important;
}

.owl-theme .owl-nav {
    margin: 0 !important;
}

.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

.career_card {
    border: 3px solid #eee;
    border-radius: 20px;
    overflow: hidden;
    padding: 15px;
}

.career_card .icon {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
}

.career_card .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.career_card .upper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.type_box {
    display: inline-block;
    margin: 10px 5px 0;
    padding: 8px 15px;
    background: #eee;
    border-radius: 5px;
    color: #000;
}

.price_symbol {
    position: relative;
}

.price_symbol .icon {
    display: inline-flex;
    width: 20px;
    border: 1px solid #888;
    height: 20px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    cursor: pointer;
}


.card_design6 {
    max-width: 350px;
    margin: auto;
    width: 100%;
    aspect-ratio: 37/43;
    position: relative;
    margin-bottom: 80px;
}

.card_design6 img.background_image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    z-index: 1;
}

.card-content-box {
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(57, 108, 191, 0.16);
    z-index: 2;
}

.card-content-box .list-item {
    padding: 5px 0;
}

.card-content-box .items {
    margin-right: 1rem;
}

.card-content-box .items span {
    font-size: 13px;
}

.blog-link {
    text-decoration: none;
}

.blog-link span {
    color: #168dac;
    padding-bottom: 2px;
    border-bottom: 1px solid #168dac;
}

.blog-link img {
    height: 10px;
    margin-left: 5px;
}

.right-side-shadow {
    box-shadow: 0 3px 36px rgba(42, 50, 168, 7.1%);
}

.price_text {
    width: 100%;
    text-align: center;
    border-radius: 15px;
    margin-top: -30px;
}

.price_text span {
    font-weight: 400;
    background: #2996b2;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    margin-top: -40px;
    display: inline-block;
    padding: 10px 20px;
}

/* #CloudConnectPluginIFrame{
    width: 280px;
    height: auto;
} */


@media (max-width:991px) {
    .dropdown.has-megamenu .megamenu {
        position: relative;
        left: 50%;
        display: none;
    }

    .dropdown.has-megamenu.show .megamenu {
        display: block;
    }

    .navbar-toggler .toggler-icon {
        width: 20px;
        background: #444;
        margin: 5px 10px;
    }

    .counter-connect .counter::before {
        top: unset;
        bottom: -15px;
        left: 50%;
        width: 100%;
        height: 2px;
        transform: translateX(-50%);
    }

    .counter-connect .col-md-3:last-child .counter::before {
        width: 100%
    }

    .banner_slider .main-heading {
        font-size: 30px;
    }

    section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .right-side-shadow {
        filter: none;
    }

    .main-heading {
        font-size: 24px;
    }

    .head.top_design {
        display: none
    }

    .right-side-content {
        padding: 0 20px;
        text-align: center;
    }

    .left-side-content {
        padding: 0;
        padding-left: 20px !important;
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .left-side-content .circle-cut::before {
        display: none;
    }

    .header.sticky .top-right-nav {
        display: none;
    }
}

@media (max-width:768px) {
    .navbar-brand {
        margin-top: 0;
    }
}

@media (max-width:550px) {
    .top-right-nav ul {
        width: 100%;
        border-radius: 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .top-right-nav ul::before {
        display: none;
    }

    .top-right-nav ul li {
        margin: 0.5rem 1rem !important;
    }

    .right-side-content span {
        white-space: nowrap;
    }

    .left-side-content {
        padding-left: 0 !important;
    }

    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .counter-connect p {
        white-space: nowrap;
    }

    section .section-heading {
        font-size: 25px;
    }

    .progressbar .limit {
        font-size: 18px;
    }

    .text-black-trans {
        font-size: 14px
    }

    .industryContent {
        position: unset;
    }

    .top_design {
        clip-path: unset;
        border-radius: 20px;
    }

    .half-circle {
        display: none;
    }

    .crm_integration img {
        height: auto;
    }

    .crm_integration .right_side img {
        height: 100%;
    }

    .industryBackground {
        width: 100%;
        border-radius: 0;
    }

    .hero_slider .side-image {
        height: 250px
    }

    .banner_slider .main-heading {
        font-size: 22px;
    }

    section {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .counter-connect {
        padding: 0 0 10px;
    }

    .counter h4 {
        font-size: 25px;
    }

    .counter-connect p {
        font-size: 12px;
    }

    .productSlider {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .industries {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .doubleImage {
        padding: 0;
        margin-top: 15px;
        height: 200px;
        background: unset;
    }

    .doubleImage img {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .doubleImage .top_right {
        display: none;
    }

    .doubleImage .bottom_left {
        display: none;
    }

    .card_design {
        padding: 0 20px;
        margin: 0;
        text-align: center;
    }

    .black-border-right::before {
        width: 100%;
        height: 2px;
        left: 50%;
        bottom: -1rem;
        top: unset;
        right: unset;
        background: #fff;
        transform: translateX(-50%);
    }

    .boxed_left_icon .row .col-md-4:last-child .card_design::before {
        display: none;
    }

    .footer-section {
        border-radius: 20px 20px 0 0;
    }

    .footer-middle-section .bg-white {
        background: transparent !important;
    }

    .footer-middle-section .bg-white::before {
        display: none;
    }

    .testimonial-container {
        padding: 1rem 0;
    }

    .shadow-effect,
    .contact .shadow-effect,
    .contact-detail .shadow-effect {
        padding: 15px 10px;
    }

    p {
        font-size: 12px;
        line-height: 15px;
    }

    .image_item_card p {
        font-size: 12px;
        line-height: 15px;
    }

    .text-sm {
        font-size: 12px;
    }

    .slideNavbar .slick-slide {
        text-align: center;
    }

    .card_design p {
        text-align: left;
        margin-bottom: 0;
    }

    .slideNavbar .side-card {
        max-width: 250px !important;
    }

    .min-h-15 {
        min-height: auto;
    }

    .card_design img {
        height: 45px;
    }

    .max-width.shadow-effect2 {
        padding: 0;
    }

    .bg-min-height {
        min-height: 250px;
    }

    .testimonial-bubble {
        padding: 5px 15px;
        margin: 0;
    }

    .testimonial-fancy .testimonial-author {
        flex-direction: column;
        padding-left: 20px;
        padding-top: 10px;
        align-items: flex-start;
    }

    .testimonial_circle {
        --size: 50px;
    }

    .testimonial_circle svg circle {
        cx: 20px;
        cy: 20px;
        r: 20px;
        stroke-width: 2px;
    }

    .testimonial-author .author-name {
        font-size: 14px;
    }

    .testimonial-author em {
        font-size: 12px;
        line-height: 15px;
    }

    .boxed-slider .card_shadow {
        height: 200px;
        padding: 15px 10px 15px;
    }

    .boxed-content-section {
        padding-bottom: 1rem;
    }

    .slideContent .slick-slide {
        display: none !important;
    }

    .slideContent .slick-slide.slick-active {
        display: block !important;
    }

    .resource-card {
        margin: 80px auto 0;
    }

    .pricing-section {
        padding: 120px 0 1rem !important;
        margin-top: -100px;
    }

    .icons {
        display: inline;
    }
}